@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.css');
@import url('/html/fonts/KoPub.css'); 
@import url('/html/fonts/pretendard/pretendard.css');

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

.clearfix:before, .clearfix:after  {display:none !important;}
.box:before, .box:after, .container:before, .container:after, .row:before, .row:after {content:none;}

/****** basic style ******/
html,body{margin:0;padding:0;height:100%;}
body{font:16px/20px 'Pretendard', "KoPubWorld Dotum", "Noto Sans KR", "맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif !important; color:#666;overflow-y:scroll;letter-spacing:-0.01em !important;}
body * {font-family:'Pretendard' !important;letter-spacing:-0.04em !important;}

.w1200 {width:1200px;position:relative; margin:0px auto;}

#wrap {position:relative;padding-top:120px;margin:0px;width:100%;min-width:1400px;border:none;font-family: "KoPubWorld Dotum", sans-serif !important;}
#header.custom_header {position:absolute;left:0;top:0;height:120px;width:100%;border:none !important;background:#f1f1f1;margin:0px;}
#header.custom_header .util_wrap {position:relative;max-width:1360px;width: 100%;margin: 0 auto;display:flex; align-items:center;justify-content:space-between; height:120px;padding:0px 30px 0px 30px;background:none;}
#header.custom_header .util_wrap .logo {position:absolute;display: inline-block;left:50%;top:15px; transform:translate(-50%, 0%);width:250px;text-align:center;vertical-align: middle;margin:0px;float:none; z-index:1000;}
#header.custom_header .util_wrap .logo a.logo_main { display:none;}
#header.custom_header .util_wrap .logo a:before { content:'SHAI EDU'; position:absolute; left:50%; bottom:-25px;transform:translateX(-50%); color:#000; font-size:20px;letter-spacing:0em; font-weight:800;}
#header.custom_header .util_wrap .logo img {margin-top: 0px;max-width:200px;max-height:54px;}
#header.custom_header .util_wrap .util_menu {float:none;width: auto;margin:0px;height:60px; display:flex; align-items:center;border-radius:50%;z-index:1000;}
#header.custom_header .util_wrap .util_menu ul li {float:none;padding:0px;margin:0px;}
#header.custom_header .util_wrap .all_menu {width:60px;height:60px;border-radius:50%;z-index:1000;}
#header.custom_header .util_wrap .util_menu a,
#header.custom_header .util_wrap .all_menu a { display:flex; align-items:center;justify-content:center;text-align:center; width:60px;height:60px; border-radius:50%;background:#000;border-radius:50%; color:#fff;font-size:13px;line-height:1.2;font-weight:bold; letter-spacing:-0.05em;}
#header.custom_header .util_wrap .all_menu a {font-size:14px;}

#wrap.wrap_main {padding-top:0px;}
#wrap.wrap_main #header.custom_header{background:#1f1f1f;height:140px;}
#wrap.wrap_main #header.custom_header .util_wrap { height:140px;padding-bottom:20px;} 
#wrap.wrap_main #header.custom_header .util_wrap .util_menu {position:fixed; top:30px; right:50%; margin-right:-650px; box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);}
#wrap.wrap_main #header.custom_header .util_wrap .all_menu {position:fixed; top:30px; left:50%; margin-left:-650px;box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);}
#wrap.wrap_main #header.custom_header .util_wrap .util_menu a,
#wrap.wrap_main #header.custom_header .util_wrap .all_menu a {background:#fff; color:#000;} 
#wrap.wrap_main #header.custom_header .util_wrap .logo a.logo_main {display:block;}
#wrap.wrap_main #header.custom_header .util_wrap .logo a.logo_sub { display:none;}
#wrap.wrap_main #header.custom_header .util_wrap .logo a:before  {color:#fff;}

.quick_logo_wrap {position:fixed; top:30px; right:50%;width:160px; margin-right:-820px; z-index:1000; }
.quick_logo_btn { position:relative;display:block;width:100%;height:60px; line-height:60px;padding:0px 20px; box-sizing:border-box; border-radius:10px;background:#fff;font-size:14px;font-weight:bold; color:#000 !important; text-align:left;box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);transition: all 0.2s linear;}
.quick_logo_btn::before {content:''; position:absolute; right:15px; top:50%;transform:translateY(-50%); width:14px; height:14px; background:url('../images/common/ql_arrow.png') 50% 50% no-repeat;transition: all 0.2s linear;}
.quick_logo_btn:hover::before { opacity:1;}
.quick_logo_btn.active::before {transform:translateY(-50%) rotate(180deg); transition: all 0.2s linear;opacity:1;}
.quick_logo {display:none;width:100%; margin-top:10px; }
.quick_logo ul {display:flex; flex-wrap:wrap; gap:5px; width:100%;border-radius:10px;background:#fff;box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);padding:15px;}
.quick_logo li {width:100%; text-align:center;}
.quick_logo li a {display:block;}
.quick_logo li img {max-width:100%;}

@media all and (max-width:1300px) { 
	#wrap.wrap_main #header.custom_header .util_wrap .util_menu {right:5%; margin:0px;}
	#wrap.wrap_main #header.custom_header .util_wrap .all_menu {left:5%; margin:0px;}
}


/* menu */
header {position:relative; width:100%;  }
.navi {position:absolute; width:100%; height:50px; box-sizing:border-box;  z-index:11;}

.gnb {position:absolute; top:-1px;width:1150px;left:50%; transform:translateX(-50%);z-index:11;overflow:hidden;height:50px;letter-spacing:0}
.gnb ul {display:flex;justify-content:space-between;width:100%; margin:0px auto;}
.gnb ul li {position:relative;float:left; width:auto;text-align:center;}
.gnb .depth1 {font-family:'KoPubWorld Dotum', sans-serif;position:relative; display:block; color:#000; font-size:18px; font-weight:bold;border-top:1px #dedede solid;height:50px;line-height:50px;letter-spacing:-0.05em;}
.gnb .depth1:hover {color:#719d2f !important;border-top:1px #719d2f solid; }
.gnb ul li ul {display:block;padding:10px 0 30px 0;height:auto !important;  min-height:150px !important; opacity:0;transform:translateY(20px)}
.gnb ul li ul li {float:none; display:block;height:35px; width:100%;padding:10px 0px;text-align:center;box-sizing:border-box;}
.gnb ul li ul li a {font-family:"KoPubWorld Dotum", sans-serif;display:inline-block;width:auto;padding:0px;font-size:15px; font-weight:normal;height:auto;line-height:100%;color:#555;border-bottom:1px #fff solid;text-align:center; box-sizing:border-box;}
.gnb ul li ul li a:hover {color:#000;border-bottom:1px #000 solid;}
.navi-bg {position:absolute; display:block;width:100%; height:0px; left: 0; top: 100px; z-index:10; overflow: hidden; }
.navi-bg .white-bg {display:block;width:100%;height:100%; background:#fff; border-bottom:1px #333 solid; }
.navi-bg.open {}
.bgw {background:#fff; }
.navi.wh {background:#fff; }
.navi.wh .gnb .depth1 {color:#333;}

.tac {text-align: center;}

.all_list {display: none;}
.all_list {position: absolute;top:120px;width: 100%;min-width:1400px;left:50%; transform:translateX(-50%);right:auto;z-index:100 !important;background:#fff;border:none;border-radius:0px;vertical-align:top; box-sizing: border-box;margin-top:120px; margin: 0 auto;box-shadow:0px 5px 5px rgba(0,0,0,0.2);text-align:center;}
#wrap.wrap_main .all_list {position: fixed;}
#wrap.wrap_main .all_list:before {background:#1f1f1f;content:''; position:absolute; left:0px; top:-120px; width:100%; height:120px;z-index:10; }
.all_list:after {content:''; position:absolute; left:0px; top:110px; width:100%; height:1px; background:#ddd;z-index:101;}
.all_list_top { position:relative;width:100%;max-width:1300px; margin:0px auto; padding:35px 0px; text-align:center;}
.all_list_top .all_list_logo {display:flex; width:auto; font-size:40px; line-height:40px; color:#000; font-weight:600;;}
.all_list_top .all_list_logo a {font-size:30px; line-height:40px; color:#000;font-weight:600;}
.all_list_top ul {position:absolute; left:50%; transform:translateX(-50%);top:35px; width:auto; max-width:900px; display:flex; flex-wrap:nowrap; gap:60px; margin:0px auto; }
.all_list_top ul li {width:auto; }
.all_list_top ul li a {position:relative;display:block;line-height:40px;color:#000;font-size:18px; padding-left:13px;font-weight:600; white-space:nowrap;}
.all_list_top ul li a:hover {color:#719d2f;}
.all_list_top ul li a:hover:before {content:'';position:absolute; left:0px; top:50%;transform:translateY(-50%); width:6px; height:6px; background:#719d2f;border-radius:50%;}
.all_list_close {position:absolute; right:0%;top:50%;transform:translateY(-50%); width:30px; height:30px;background: url('../images/common/all_list_close_new.png') 50% 50% no-repeat; font-size:0px; cursor:pointer;}

.all_list .all_list_inner {position:relative;width:1300px;margin:40px auto 60px auto;height:auto;display:inline-block;text-align:center;} 
.all_list .all_list_inner > ul { position:relative;height:auto !important;display:flex;justify-content:space-around; gap:20px; width:auto;margin:0px;vertical-align:top !important;text-align:left;}
.all_list .all_list_inner li {position:relative;width:100%;box-sizing: border-box;padding:0px 0px; }
.all_list .all_list_inner li:hover {background:none;}
.all_list .all_list_inner li a.depth1 {color: #000; font-size:20px;line-height:25px;font-weight:600;padding:10px 0px; }
.all_list .all_list_inner li p {font-size:18px; color:#000; font-weight:500; line-height:33px; margin-bottom:10px;}
.all_list .all_list_inner li ul { width:100%; display:flex; flex-wrap:wrap; gap:20px;  margin-top:20px;}
.all_list .all_list_inner li ul li {width:100%;color:#a5a5a5;font-size: 16px;font-weight:500;line-height:22px;white-space:nowrap;}
.all_list .all_list_inner li ul.eng_menu li {font-size:15px;}
.all_list .all_list_inner li ul li a {display: block;width: 100%;color: #222; font-size:1em;font-weight:500;line-height:22px; padding:0px;text-align:left;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; white-space:nowrap;}
.all_list .all_list_inner li ul li a:hover { color:#719d2f;text-decoration:underline;}

.btn_hp_link {position:absolute; right:0px; bottom:0px;display:flex; gap:10px;justify-content:center;align-items:center; width:auto;padding:0px 30px;border-radius:8px; height:65px; line-height:65px; background: linear-gradient(to right, #5c9f34, #0a63a9); font-size:20px; color:#fff !important; font-weight:bold;z-index:1000; transition: all 0.4s linear;}
.btn_hp_link:after{ content:''; position:relative; background: url('../images/common/hplink_icon.png') 50% 50% no-repeat; width:25px; height:25px;border-radius:50%; }
.btn_hp_link:hover {background: linear-gradient(to right, #0a63a9, #5c9f34);}

#footer {background-color: #1f1f1f;}
#footer .w1200 {display:flex; flex-wrap:nowrap; gap:20px;}
#footer .foot_top { border-bottom:1px #434343 solid; }
#footer .foot_top ul {padding:20px 0px; height:120px;width:100%;display:flex; flex-wrap:nowrap; gap:20px;justify-content:flex-end;align-items:center;}
#footer .foot_top li {color:rgba(0,0,0,0.5); font-size:17px;}
#footer .foot_top li b {color:#000;}

#footer .copy {display:flex; flex-wrap:nowrap;justify-content:space-between;  gap:20px; background:none;width:100%;padding:40px 0px;box-sizing: border-box;}
#footer .copy .copyp {font-size: 16px;color:rgba(255,255,255,0.4);font-weight:400;margin-top:20px;opacity:1;}
#footer .copy .foot_info {width:50%;margin:0px;padding:0px;box-sizing: border-box;background:none; text-align:right;}
#footer .foot_info p {font-family:"KoPubWorld Dotum";font-size:16px; color:rgba(255,255,255,0.5);font-weight:300;line-height: 26px;text-align: right; letter-spacing:-0.01em !important;}

#footer .foot_menu {width:400px;margin:0px;text-align: left;background:none;border:none;}
#footer .foot_menu .foot_list {width:100%; display:flex;flex-wrap:wrap; gap:10px;margin: 0 auto;text-align: left;padding:0px 0;border:none;}
.foot_menu .foot_list li {width:calc((100% - 20px ) / 3);position:relative;float:none;display:inline-block;padding:0px;background:none;}
.foot_menu .foot_list li a {font-family:"KoPubWorld Dotum";font-size:16px;color: #ececec;font-weight:400; padding:0px;line-height:20px;background:none; letter-spacing:-0.01em !important;}
.foot_menu .foot_list li::after{display:none;}
.foot_menu .foot_list li a.footer_privacy_policy {color: #fff;font-weight: bold;}



#container{width:100%;margin:0 auto;position:relative;border:none;text-align:center;}
#container.main{width:100%;margin:0 auto;padding-bottom:30px; position:relative;background:#effaff;}
#container .horizontal_wrap{position:relative;width: 1200px;margin: 0 auto;}

/****** 메인 스타일 ******/	
/* main 상단 */
.main_card {position:relative;width:100%; height:auto; display:inline-block; background:#1f1f1f; margin-top:-30px; padding-bottom:50px; overflow:hidden;}
.main_card .main_card_inner {width:calc( 100% + 70px ); margin:0px -35px; max-width:2000px;white-space: nowrap; display:flex; flex-wrap:nowrap; gap:0px;text-align: center;transition: all .8s linear}
.main_card .main_card_list {width:calc(100% / 7); min-width:200px; display:inline-block; margin:0px;}
.main_card .main_card_list li {float:left;position:relative; width:calc(100% - 60px); height:auto; margin:30px;  aspect-ratio: 6 / 8.5 !important; background:none;border-radius:10px; -webkit-box-shadow: 20px 50px 40px 0 rgba(0, 0, 0, 0.2); box-shadow: 20px 50px 40px 0 rgba(0, 0, 0, 0.2); overflow:hidden;transition: all .4s linear;}
.main_card .main_card_list li a {display: block; width: 100%; height:100%;text-align: center;transition: all .8s linear;  overflow: hidden;}
.main_card .main_card_list li .main_card_text { position: absolute; top:46px; left: 0;  right: 0; z-index:1; width: 100%;  padding: 0 20px;  font-size:20px; color: #fff;text-shadow:0px 0px 8px rgba(0,0,0,0.25); font-weight:700;z-index:6; -webkit-transition: all 1s ease-in-out;  transition: all 1s ease-in-out; white-space: normal;letter-spacing:-0.05em;  word-break: keep-all;}
.main_card .main_card_list li .main_card_img { position: absolute; display: block; width: 100%; top: 50%; left:50%;transform:translate(-50%, -50%); height: inherit; -webkit-transition: all 8s ease-in-out; transition: all 48ss ease-in-out; -webkit-transition: 1.2s;}
.main_card .main_card_list li video {position: absolute;left:0px;top:0px;width: 100%; height:100%;}
.main_card .main_card_list li .main_card_shorts {position:absolute; width: 100%; padding-bottom:178%; height:0px; top: 50%; left:50%;transform:translate(-50%, -50%);background: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.6)); z-index:5;}
.main_card .main_card_list li .main_card_video {position:absolute; left:0%; top:0%; width:100%; height:100%; background: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.6)); z-index:5;}
.main_card .main_card_list li:hover a::after {content:''; position:absolute;left:0px; top:0px; width:100%; height:100%;z-index:2; box-shadow:5px 20px 40px rgba(0, 0, 0, 0.7) inset; transition: transform .8s linear, -webkit-transform .4s linear}
.main_card .main_card_list li a:hover .main_card_img {transform:translate(-50%, -50%) scale(1.15); transition:all .8s linear; box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3) inset;}
.main_card .main_card_list.mc_single {margin-top:50px;}
.main_card .main_card_list.mc_double {width:calc((100% / 7) * 2); }
.main_card .main_card_list.mc_double li.main_card_box {width:calc((100% - 120px) /2 ); }
.main_card .main_card_list.mc_double li.main_card_box.mcb_b  {width:calc(100% - 60px); aspect-ratio: 16 / 9 !important;}

.main_card .main_card_list li.mcb_first .main_card_text { top:auto; bottom:35px;}
.main_card .main_card_list li.mcb_first .main_card_shorts .main_card_text { bottom:68px;}

@media (min-width:2000px) {
	.main_card .main_card_inner {width:100%; margin:0px auto; }
	.main_card .main_card_list li {}
	.main_card .main_card_list.mc_double {width:570px; }
	.main_card .main_card_list.mc_double li.main_card_box { }
	.main_card .main_card_list.mc_double li.main_card_box.mcb_b  {width:510px;}
}
@media (max-width:1600px) {
	.main_card .main_card_inner {width:calc( 100% + 60px ); margin:0px -30px;}
	.main_card .main_card_list li {width:calc(100% - 40px); margin:20px; }
	.main_card .main_card_list li .main_card_text {top:40px; font-size:18px;}
	.main_card .main_card_list.mc_double li.main_card_box {width:calc((100% - 80px) /2 ); }
	.main_card .main_card_list.mc_double li.main_card_box.mcb_b  {width:calc(100% - 40px); }

	.main_card .main_card_list li.mcb_first .main_card_text { top:auto; bottom:28px;;}
	.main_card .main_card_list li.mcb_first .main_card_shorts .main_card_text { bottom:58px;}

}

/* main 레이아웃 스타일 */
.bgGray {position:relative;display:flex;justify-content:center; width:100%; background:none; text-align:center; padding:30px 0px; }
.bgWhite {position:relative;display:inline-block; width:100%; background:#ffffff; text-align:center; padding:30px 0px; }

.compad {padding-top:80px !important; padding-bottom:80px !important;}
.compad_t {padding-top:80px !important; padding-bottom:0px !important;}
.compad_b {padding-top:0px !important; padding-bottom:80px !important;}

.main_inner {position:relative;width:100%; max-width:2000px;margin:0px auto 0px auto; padding:0px 30px; display:inline-block;overflow:visible; text-align:left;}
.main_title {font-family:"KoPubWorld Dotum";height:auto;line-height:100%;font-size:28px;font-weight:bold;color:#000; margin:20px 0 30px 0; text-align:center; letter-spacing:-0.06em;}
.main_title span { width:auto; height:auto;line-height:100%;padding:0px 13px;border-left:1px #175aa0 solid;border-right:1px #175aa0 solid;font-size:28px;font-weight:normal;color:#175aa0; margin:0px 20px 0 0; letter-spacing:-0.06em;}
.main_title_l { text-align:left; }
.main_ment {display:inline-block; width:100%; text-align:center; font-size:17px; color:#666666;line-height:27px;margin:-20px 0px 20px 0px;}

.main_banner {width:100%;padding:0px;text-align:center; margin:0px auto; display:flex; gap:20px; text-align:center;z-index:101;}
.main_banner li { position:relative; width:calc(( 100% - 80px ) / 5 );margin:0px;display:flex;text-align:center; aspect-ratio: 10 / 7.6 !important; border-radius:10px; transition: all 0.2s ease; background-size:cover !important; overflow:hidden; }
.main_banner li a {position:relative;width:100%;border-radius:10px;display:inline-block;margin:0px;padding:150px 20px 0px 20px;text-align:center; transition: all 0.2s ease;}
.main_banner li h2 {font-family:"KoPubWorld Dotum", sans-serif;position:absolute; left:0px; bottom:0px;display:flex; flex-wrap:wrap;justify-content:center; align-content:center;align-items:center; gap:3px; text-align:center; width:100%; height:70px;color:#fff;font-size:20px; font-weight:bold; letter-spacing:-0.05em;transition:all .4s linear;}
.main_banner li h2 small {display:block;width:100%;}
.main_banner li a:before {content:''; position:absolute; top: 50%; left:50%;width: 100%; height:100%;transform:translate(-50%, -50%); transition:all .4s linear; background-size:cover !important;}
.main_banner li.main_ban1 a:before{background:url('../images/common/main_ban1.jpg') 50% 50% no-repeat; }
.main_banner li.main_ban2 a:before{background:url('../images/common/main_ban2_new.jpg') 50% 50% no-repeat; }
.main_banner li.main_ban3 a:before{background:url('../images/common/main_ban3.jpg') 50% 50% no-repeat; }
.main_banner li.main_ban4 a:before{background:url('../images/common/main_ban4.jpg') 50% 50% no-repeat; }
.main_banner li.main_ban5 a:before{background:url('../images/common/main_ban5.jpg') 50% 50% no-repeat; }
.main_banner li.main_ban1 h2 {background:rgba(12,12,45,0.4);}
.main_banner li.main_ban2 h2 {background:rgba(12,37,45,0.4);}
.main_banner li.main_ban3 h2 {background:rgba(45,20,12,0.55);}
.main_banner li.main_ban4 h2 {background:rgba(12,45,23,0.55);}
.main_banner li.main_ban5 h2 {background:rgba(14,12,45,0.6);}
.main_banner li:hover a:before,
.main_banner li a:hover:before {transform:translate(-50%, -50%) scale(1.15); box-shadow:0px -40px 50px rgba(0, 0, 0, 0.9) inset; }
.main_banner li:hover h2 { background:none;}

.square_wrap {display:flex; gap:20px; margin:0px auto 0px auto;height:auto; box-sizing:border-box; width:100%;overflow: hidden;}
.square_wrap .main_board  {width:calc(( 100% - 80px ) / 5 );height:450px;background: linear-gradient(to right, #65a32d, #085eac);border:none;margin:0px;border-radius:10px 10px 15px 15px;box-sizing:border-box; }
.square_wrap .main_board .mboard_title {position:relative;display:flex; justify-content:space-between; align-items:center; width:100%; height:60px; border:none;background:none;padding:0px 30px;box-sizing:border-box;}
.square_wrap .main_board .mboard_title h2 { width:auto; line-height:1.2;font-family:"KoPubWorld Dotum"; font-size:22px; font-weight:500; color:#fff;letter-spacing:-0.05em;  } 
.square_wrap .main_board .mboard_more {width:auto;text-align:right; margin:0px;color:#fff;}
.square_wrap .main_board .mboard_more a {display:block;width:auto;font-size:14px;line-height:1.2;color:#fff;}
.square_wrap .main_board .mboard_more a:hover {color:#fff; text-decoration:underline;}
.square_wrap .main_board .mboard_cont { position:relative;width:100%; height:390px; padding:20px 30px; border:none;text-align:left;background:#fff; border-radius:10px;}
.square_wrap .main_board .mboard_cont .btn_detail { position:absolute; bottom:30px; left:50%;transform:translateX(-50%); width:120px;height:40px;line-height:40px; border:1px #ddd solid;; border-radius:8px; color:#000; text-align:center;}
.square_wrap .main_board .mboard_cont .btn_detail:hover {background:#f2f2f2; border-color:#333;}

.square_wrap .main_cs {width:calc(((( 100% - 80px ) / 5 ) * 2 ) + 20px );height:450px;text-align:center;padding:0px 0px;margin:0px;border-radius:10px;border:1px #d2d2d2 solid;box-sizing:border-box;overflow:hidden; }
.square_wrap .main_cs .top_title  { width:100%; display:flex;align-items:center; justify-content:center; gap:5px;padding:0px 0px; height:60px; line-height:60px;text-align:center; font-size:22px; font-weight:500; background:#fff;color:#000; border-radius:10px; letter-spacing:-0.05em; }
.square_wrap .main_cs .top_title span {font-size:15px;color:#666; font-weight:normal; padding-left:7px;}
.square_wrap .main_cs .mcs_cont {width:100%;display:flex; flex-wrap:wrap; gap:60px; height:360px;padding:40px 0px 0px 0px;text-align:center;background:#fff;border-top:1px #d2d2d2 solid;border-radius:10px; overflow:hidden;}
.square_wrap .main_cs .mcs_list {width:100%; display:flex; justify-content:center;}
.square_wrap .main_cs .mcs_list li {position:relative;width:33%;padding:140px 0px 0px 0px;font-weight:bold;box-sizing:border-box;}
.square_wrap .main_cs .mcs_list li:before {content:''; position:absolute; right:0px; top:0%; width:1px;height:100%; background:#e9e9e9;}
.square_wrap .main_cs .mcs_list li:last-child:before {display:none;}
.square_wrap .main_cs .mcs_list li h1 {color:#000;font-size:18px;font-weight:bold;text-align:center; line-height:24px;}
.square_wrap .main_cs .mcs_list li h2 {color:#000;font-size:20px;font-weight:bold;text-align:center; padding-top:5px;}
.square_wrap .main_cs .mcs_list li.mcs_list1 {background:url('../images/common/mcs_list1_new.png') 50% 0% no-repeat; }
.square_wrap .main_cs .mcs_list li.mcs_list2 {background:url('../images/common/mcs_list2_new.png') 50% 0% no-repeat; }
.square_wrap .main_cs .mcs_list li.mcs_list3 {background:url('../images/common/mcs_list3_new2.png') 50% 0% no-repeat; }
.square_wrap .main_cs .mcs_cont p {display:block;font-size:15px;line-height:22px;color:#666;padding:0px;text-align:center;}
.grayBox {background:#f8f8f8;}
.square_wrap .main_cs .mcs_sns {width:100%; display:flex; justify-content:center; gap:20px;}
.square_wrap .main_cs .mcs_sns li {width:60px;}
.square_wrap .main_cs .mcs_sns li a {display:block;width:60px; height:60px;border-radius:16px; font-size:0px;}
.square_wrap .main_cs .mcs_sns li a.sns_kakao {background: url('../images/common/icon_kakao.png') 50% 50% no-repeat;}
.square_wrap .main_cs .mcs_sns li a.sns_blog {background: url('../images/common/icon_blog.png') 50% 50% no-repeat;}
.square_wrap .main_cs .mcs_sns li a.sns_instagram {background: url('../images/common/icon_instagram.png') 50% 50% no-repeat;}

/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li{padding:0px;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_top li a,
.faq_top li a {position:relative;font-family:"KoPubWorld Dotum";display:block;color:#000000; font-size:15px;line-height:40px;border:none;text-align:left;padding:0px 0px 0px 10px;background:none; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_top li a:hover,
.faq_top li a:hover { text-decoration:underline;}
.list_top li a span {display:none;}
.list_top li a:before,
.faq_top li a:before {content:''; position:absolute; left:0px; top:50%;transform:translateY(-50%); width:4px;height:4px; background:#858585; border-radius:50%;}

.faq_top li{ white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0px;line-height:40px;margin-bottom:0px}
.faq_top li .blue{ display:none; width:auto; margin:0px 10px 0px 0px ;background:none;font-size:15px;border-radius:0px;color:#2a61a8;}
.faq_top li .green{ display:none;background:none;color:#2a61a8;margin-top:0px;}

/* layout */
.main_wrap{position:static;display:inline-block;width:100%;margin:0px auto 0px auto;overflow:inherit; text-align:center;}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area{float:none;display:inline-block; width:100%; margin:0px 0px 0px 0px ;padding:0px;text-align:center;}
.main_wrap .content_area {float:none;display:inline-block;width:100%; max-width:1200px;min-height:calc(100vh - 450px);; padding:0px;text-align:left;margin:70px 0px 0px;background:#fff; box-sizing:border-box;}
.main_wrap .content_body { position:static;display:inline-block;width:100%; padding-bottom:60px;}

.content_body {overflow: visible;}

/*lnb */
.left_area{display:flex;text-align:center !important;border:none;background:#f1f1f1 ;z-index:1 !important;}
.left_area .lnb_title{display:none;}
.left_area .lnb_list {width:100% !important;display:flex; flex-wrap:nowrap; justify-content:center; gap:60px; background:none !important;padding:0px 0px;margin:0px;border:none;text-align:center;}
.left_area .lnb_list li{ float:none;display:block; width:auto; border:none;}
.left_area .lnb_list li a{position:relative;font-family:"KoPubWorld Dotum";display:block;font-size:18px;color:#000000; padding:0px; margin:0px;text-align:left;border:none;font-weight:bold;border:none;width:100%;height:auto; line-height:60px; box-sizing:border-box; overflow:visible;}
.left_area .lnb_list li a:hover{color:#719d2f;border:none; line-height:60px; font-weight:bold;}
.left_area .lnb_list li.on a{color:#719d2f;border:none;font-weight:bold;}
.left_area .lnb_list li.on a:hover{color:#719d2f;border:none;font-weight:bold; }
.left_area .lnb_list li.on a:before {content:''; position:absolute; left:0px; bottom:0px; width:100%; height:3px; background:#719d2f;;}

.left_area .lnb_list li ul.lnb_sub {background-color:#f1f2f4; padding:14px 10px; }
.left_area .lnb_list li ul.lnb_sub li {border:none; }
.left_area .lnb_list li ul.lnb_sub li a{font-size:14px;color:#555;margin:0px;text-align:left;border:none;width:100%;height:30px; line-height:30px;background:none;}
.left_area .lnb_list li ul.lnb_sub li a:hover{color:#175aa0;border:none;background:none;}


.content_title {font-family:"KoPubWorld Dotum";font-weight:700;color:#000;font-size:32px;height:auto;line-height:1.3; background:none; text-align:center; margin-bottom:40px; }
.content_title::after {display:none;}

.path{display:none;}
.sub_top {display:none;}


/* 리스트,웹진,갤러리 */
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('../images/common/icon_list.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}

span.ori_price{font-family:"KoPubWorld Dotum", sans-serif;font-weight:400;color:#333333;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{font-family:"KoPubWorld Dotum", sans-serif;;color:#ff6000;text-align:center;text-decoration:none;font-weight:600;}
span.per_price {font-family:"KoPubWorld Dotum", sans-serif;font-weight:400;color:#ff6000;}

.col_course_thumbnail {width:330px;}
.col_course_name {position:relative;padding-top:20px !important;vertical-align:top;}
.col_course_price {width:250px; }


/* 웹진형 강의 리스트 */
.course_webzine {border-top:1px solid #dedede;width:100%;display:flex; flex-wrap:wrap;margin:20px 0px 0px 0px;}
.course_webzine li {width:100%;position:relative;border:none;border-bottom:1px solid #c3c3c3;margin:0px 0px 0px 0px;padding:25px 0px;border-radius:0px;}

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

.course_webzine .col_course_name {float:left;width:480px;height:160px;padding:10px 0px 0 0px !important; margin:0px 0px 0px 40px;}
.course_webzine .col_course_name .ctitle a {font-family:"KoPubWorld Dotum", sans-serif;font-size:18px; line-height:27px;color:#222;font-weight:bold;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:22px;color:#777777;font-weight:normal;height:66px; max-height:66px; overflow:hidden; margin:10px 0px 20px 0px;word-break:keep-all; }
.course_webzine .col_course_name .cstar {display:none; border-top:none; height:30px; padding:10px 0px 10px 0px; margin-bottom:10px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:none;margin-top:10px}
.course_webzine .col_course_name .clabel .small {font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:30px;line-height:30px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { font-size:15px;line-height:26px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name p {margin-top:3px}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

.course_webzine .col_course_button {float:right;width:140px;height:160px;background-color:#ffffff;padding:30px 0px 30px 0px; border:none; background:none;  text-align:center !important; }
.course_webzine .col_course_button span.ori_price {padding-right:0px;font-size:16px;}
.course_webzine .col_course_button table { margin:0px; width:200px; }
.course_webzine .col_course_button th {text-align:left;width:50px;padding-left:5px; height:30px; font-size:15px; font-weight:normal;color:#111111; line-height:20px;  }
.course_webzine .col_course_button td {padding-top:3px; height:30px; font-size:18px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button .ccb_price {font-size:17px;} 
.course_webzine .col_course_button .ccb_btn { padding-top:15px; }
.course_webzine .col_course_button .ccb_btn a {  margin-bottom:10px; }
.course_webzine .col_course_button .ccb_btn .button.course {width:120px;}
.course_webzine .nodata { height:200px;width:100%;margin:0px 0 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border-top:0px #dedede solid;border-bottom:1px #dedede solid;}
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}

/* 갤러리형 강의 리스트 */
.course_gallery {border-top:0px solid #dedede;border-bottom:none;width:100%;display:flex; flex-wrap:wrap; gap:40px 20px; padding:0px 0px;margin:20px 0px 0px;box-sizing:border-box;}
.course_gallery li { float:none;position:relative; width:calc(( 100% - 60px ) / 4 ); height:auto !important; margin:0px;border:1px #dedede solid;box-sizing:border-box;border-radius:10px; overflow:visible !important; }
.course_gallery .cimg {width:100%; height:auto; border:none; border-bottom:1px #dedede solid;box-sizing:border-box;border-radius:10px 10px 0px 0px;overflow:hidden;}
.course_gallery .cimg img { width:100%;height:auto !important;border-radius:10px 10px 0px 0px; aspect-ratio: 6 / 4 !important;}
.course_gallery .ccont { position:relative;padding:20px;width:100%;height:auto;text-align:left;box-sizing:border-box; }  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .cday { float:right; margin-top:-20px; font-size:12px; text-align:right; }
.course_gallery .ccont .ctitle a {font-family:"KoPubWorld Dotum", sans-serif; display:block; text-align:left; font-size:20px;line-height:25px;height:50px;max-height:50px; color:#000; font-weight:bold;padding:0px; margin:0px; white-space:normal; overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.05em;word-break:keep-all;}
.course_gallery .ccont .ctext { display:block;font-size:15px; font-weight:400; line-height:20px; height:40px;max-height:40px;  padding:0; overflow:hidden;text-overflow:clip; white-space:normal; }
.course_gallery .ccont .cif {display:inline-block;width:100%;text-align:left;font-size:15px; border:none; padding:0px 0 0 0; margin:5px 0%  0  0%; border:none; }
.course_gallery .ccont .cprice {font-family:"KoPubWorld Dotum";display:inline-block;width:100%;text-align:left; font-size:17px; color:#719d2f; margin:0px;font-weight:bold; padding:5px 0px 0px 0px; border:none; }
.course_gallery .cbtn {display:none;}
.course_gallery li.nodata {width:100%; height:200px;max-height: 200px !important;width:100%;margin:0px !important;text-align:center;font-size:18px;line-height:200px;border-radius:0px;padding:0px 0px 0px 0px !important;box-sizing: border-box;border:none;border-top:1px solid #dedede;border-bottom:1px #dedede solid; }

/* 강의 상세보기 */
.content_title_course {font-family:"KoPubWorld Dotum", sans-serif;font-weight:bold;color:#000000;font-size:30px;height:auto;line-height:1.2;padding:0px;text-align:left;}
.course_info {border-top:0 solid #333333;padding:0 0 0 0; display:flex; flex-wrap:nowrap; gap:60px;}
.course_info .info_img{ width:500px;float:left;margin:0px;text-align:center;border-radius:10px;}
.course_info .info_img img{width:100%;height:auto;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:10px;}
.course_info .info_text{float:none;width:640px}
.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 .buy_book td { font-size:14px;}
.course_info .info_text .buy_book .book_name{text-align:left;}
.course_info .info_text .buy_book .book_price{text-align:right}
.course_info .info_text .buy_book .book_price input{vertical-align:-3px;margin-left:10px}
.course_info .info_btn{overflow:hidden;padding-top:15px; width:100%;}
.course_info .info_btn li{float:right;margin-left:0}
.course_info .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}
.course_info .lesson_period li {margin:2px}
.course_info .lesson_period input[type=radio] {vertical-align:middle}
.course_info .return_list li {float:left;margin-right:15px;font-size:14px}
.course_foot {margin-top:30px}
.course_foot .tutor_list {padding-bottom:-10px}
.course_foot .tutor_info dl {background-color:#f1f1f1;padding:10px 20px;margin-bottom:10px;}
.course_foot .tutor_info dt {float:left;padding:5px 0;width:70px;font-weight:bold;}
.course_foot .tutor_info dd {float:clear;padding:5px 0 5px 70px}

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

.book_list {background: url(/html/images/main/book_bg.png) no-repeat center bottom;width: 1018px;margin: 80px auto 0;text-align: center;}
.book_list li {display: inline-block;padding-bottom: 30px;box-sizing: border-box;vertical-align: top;margin: 0 10px;}

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

/* 테이블 */
.table {width:100%;border-top: 1px solid #676767}
.table thead th {border-bottom: 1px solid #676767;padding:10px 0;color:#3c3c3c; text-align:center;}
.table tbody td {border-bottom: 1px solid #ddd;padding:8px}
.table.type-view tbody th{padding:12px;background-color:#f8f8f8;font-weight:700;color:#3c3c3c;border-bottom:1px solid #d1d1d1; text-align:center;}
.table.type-view tbody td{padding:12px 0 12px 20px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.table.type-list thead th{padding:12px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:12px 0;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1}
.table.striped tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #f9f9f9;}
.table strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.table strong a{font-family:"KoPubWorld Dotum", sans-serif;color:#303030;font-size:22px;font-weight:bold; padding-left:0;padding-right:10px;}

.type_list {border-top: 2px solid #000000 !important;}
.type_list thead th{border-bottom: 1px solid #333;padding:20px 0;color:#000;white-space:nowrap;font-size:16px;font-weight:600;}
.type_list tbody td{border-bottom: 1px solid #ededed;padding:15px 0;font-size:16px;}
.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-color: #ffffff;}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th{background-color: #ffffff;}

.tb_insert tbody th{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;background-color:#f8f8f8;font-weight:bold;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_webzine{border-top: 1px solid #676767}
.type_webzine thead th{display:none;border-bottom: 2px solid #ddd;padding:10px 0;color:#3c3c3c;white-space:nowrap;}
.type_webzine tbody td{position:relative;;border-bottom: 1px solid #ddd;padding:20px 0; vertical-align:top;font-size:15px;line-height:24px;}
.type_webzine tbody td.tac{text-align:center}
.type_webzine tbody td.tal{text-align:left;padding-left:10px}
.type_webzine tbody td.tal span{vertical-align:top;margin-left:2px}
.type_webzine tbody td.tal span img{vertical-align:top;margin-top:8px;}
.type_webzine tbody td.tal .subject{max-width:100%;text-overflow:ellipsis;white-space:nowrap;display:inline-block;float:none;margin:0px 0px 10px 0px;font-weight:bold;}
.type_webzine tbody td.tal .subject img{vertical-align:top}
.type_webzine tbody td.tal .subject a{font-family:"KoPubWorld Dotum", sans-serif;color:#303030;font-size:20px;line-height:30px;font-weight:bold;}
.type_webzine tbody td.tal .ct_text{height:72px;font-size:15px;line-height:24px;margin-bottom:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word; }
.type_webzine tbody td.tal .ct_if { position:absolute;left:10px;bottom:20px;}
.type_webzine .webzine_img{width:230px;height:150px;display:block;float:left;position:relative}
.type_webzine .webzine_img a{display:block;width:230px;height:150px;overflow:hidden;border:1px solid #d1d1d1}
.type_webzine .webzine_img a img{width:230px;display:block;height:150px;}
.type_webzine .webzine_img .tm{position:absolute;left:0;top:0}

/* 게시판 관련 */
.btn_sort { float:right; display:flex; align-items:center; margin-right:0px;margin-left:7px; text-align:right; }
.btn_sort a { margin:0px -3px 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_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:40px; border:1px #ddd solid;border-radius:5px; font-size:16px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:40px; line-height:40px; border:1px #ddd solid; border-radius:5px; font-size:16px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:40px; line-height:40px;}
.search_form_wrap1 .search_form .search_input { border:1px #ddd solid; border-radius:5px;margin-top:0; outline:none;}
.search_form_wrap1 .search_form .btn_sort .button.search {padding:0 15px; height:40px; line-height:40px; font-size:14px !important; color:#fff; background:#222 !important; margin:0px;}
.search_form_wrap1 .search_form .btn_sort .button.gray {background:#222 !importatn;}

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:30px 0px; text-align:center !important; border:none; background: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; margin:0 !important; }
.search_form_wrap3 .button.gray {background-color: #343434;    color: #fff;   border: 1px solid #343434;}
.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; }	 /* 마이페이지 검색 */

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

/* 라벨 */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;border-radius:3px;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:6px;
	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:30px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}
.button.course{padding:0px;width:90px;height:38px; line-height:38px; font-size:15px; border-radius:6px; }
.button.search{padding:0 20px; height:34px; line-height:34px; font-size:15px;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 #333;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #000}
.button.white2{background: #fff;color: #0c4da1;border:1px solid #0c4da1;text-shadow:none;border-radius:6px;}
.button.white2:hover{background-color: #eee;border:1px solid #0c4da1}

.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:6px; 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:6px; 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: #343434;color: #fff;border:1px solid #343434}
.button.blue:hover{background-color: #111}
.button.green{background-color: #343434;color: #fff;border:1px solid #343434}
.button.green:hover{background-color: #111}
.button.sky{background-color: #86c1e0;color: #fff;border:1px solid #86c1e0}
.button.sky:hover{background-color: #69a5c5}
.button.orange{background-color: #343434;color: #fff;border:1px solid #ea7300}
.button.orange:hover{background-color: #111}
.button.red{background-color: #343434;color: #fff;border:1px solid #343434}
.button.red:hover{background-color: #111}
.button.gray{background-color: #f0f0f0;color: #000;border:1px solid #f0f0f0}
.button.gray:hover{background-color: #cccccc}
.button.long{padding-left:0;padding-right:0;width:78px}
.button.full{padding-left:0;padding-right:0;width:100%}
.button.login{padding:0px 40px;line-height:60px;height:60px;font-size:17px;font-weight:700;width:100%;}

.button.btn_buy	{ width:230px;border-radius:6px; padding:0; text-align:center; height:45px; line-height:42px; font-size:18px; color:#ffffff; font-weight:bold; background:#343434; border:1px #343434 solid;}
.button.btn_buy:hover {background:#111;}
.button.btn_cart { width:230px;border-radius:6px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:42px; font-size:18px;color:#343434; font-weight:bold; background:#ffffff; border:1px #343434 solid;}
.button.btn_cart:hover {background:#ffffff; border:1px #000 solid;}

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

.search_month_box button.active {color:#fff;}

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

/* 갤러리 게시판 */
.type_gallery .list_gallery {overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:0px; margin-right:-9px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:190px;float:left;margin:0px 9px 20px 0px;height:200px;text-align:left;border:1px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:190px;height:120px;border:none; border-bottom:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.type_gallery .list_gallery li .gallery_img img {width:190px;height:120px;}
.type_gallery .list_gallery li .gallery_title {margin-top:10px; font-size:15px;line-height:30px;color:#222222;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:13px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

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

/* 게시판 상세보기 */
.type_read{border-top: 1px solid #676767}
.type_read thead th{padding:20px 0;background-color:#f6f6f6;color:#000;font-size:18px; font-weight:bold;}
.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:bold;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; }

.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:bold;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}
.page_box{ margin:25px 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; border-radius:4px;}
.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; }
.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;}
.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 ; }
.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;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#719d2f; font-weight:bold; 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:#719d2f;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-family:"KoPubWorld Dotum",sans-serif;font-size:20px;font-weight:bold;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:10px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1;text-align:center;color:#333;}
.cv .tb_cv tbody td{padding:10px 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:"KoPubWorld Dotum",sans-serif;width:100%;display:block;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:16px;padding:17px 50px;background: url(/common/images/default/faq_question.gif) no-repeat 15px 19px;border-bottom:1px solid #d1d1d1;overflow:hidden}
.faq dd{display:none;padding:12px 50px;background: #f4f4f4 url(/common/images/default/faq_answer.gif) no-repeat 15px 15px;border-bottom:1px solid #d1d1d1}
.faq.on dt{display:block;white-space:normal;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap{position:relative}

.tab_tt{display:flex; flex-wrap:nowrap; justify-content:center; gap:8px;margin-bottom:40px;width:100%;border:none;}
.tab_tt li{float:none;position:relative;width:20%;height:50px;}
.tab_tt li a{font-family:"KoPubWorld Dotum", sans-serif;display:block;background:#f3f3f3;border:none;height:50px;line-height:50px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4;border-radius:50px;}
.tab_tt li.on a{background-color:#333;color:#fff;font-weight:bold;border:1px solid #333;border-radius:50px;z-index:5;height:50px}


.tab_cview{display:inline-block;margin:50px 0px 20px;width:100%;height:auto;border-bottom:1px solid #000;}
.tab_cview li{float:left;position:relative;width:20%;height:50px}
.tab_cview li a{font-family:"KoPubWorld Dotum", sans-serif;display:block;background-color:#f7f7f7;border:none;line-height:50px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li a:hover{background-color:#eeeeee;}
.tab_cview li.on a{background-color:#333;color:#ffffff;font-weight:400;border:1px solid #ffcb33305;border-radius:0px;z-index:5;position:absolute;left:0;top:0;width:100%;height:50px}

.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.tab_tt3{display:inline-block;margin-bottom:0px;border:NONE;width:100%;border-bottom:2px #000 solid;}
.tab_tt3 li{ width:50%;height:50px;}
.tab_tt3 li a {line-height:50px;height:50px;}
.tab_tt3 li.on a {line-height:50px;height:50px;}

/* login */
.login_box{border:none; background:#ffffff; padding:0px 200px 40px 200px;overflow:hidden; margin:0px; text-align:center;}
.log_tt{display:none;margin-bottom:40px;font-size:17px;}
.log_form{float:none;border-right:none;width:500px; padding:0px; margin:0px auto;}
.log_area{overflow:hidden}
.log_in{float:none !important; display:inline-block;margin-bottom:10px;}
.log_in label{padding-right:13px}
.log_in div{height:31px;margin:0px;z-index:10000;}
.log_in .ip_id { display:inline-block; width:500px; height:60px; background:#ffffff url('../images/common/ipt1_id.png') 25px 50% no-repeat !important;margin:0px; padding-left:60px; border:1px #dbdbdb solid; border-bottom:1px #dbdbdb solid; }
.log_in .ip_pass { display:inline-block; width:500px; height:60px; background:#ffffff url('../images/common/ipt1_pw.png') 25px 50% no-repeat !important;margin:0px 0px 20px 0px;padding-left:60px;border:1px #dbdbdb solid; border-top:none; }
.log_in .ip_id label,
.log_in .ip_pass label {display:none;}
.log_in .ip_id input,
.log_in .ip_pass input{ z-index:10000; font-size:16px; font-weight:300; color:#7a7a7a; border:0px solid #dbdbdb !important;padding:0px 0 0px 10px;height:40px;width:420px;line-height:40px; margin:10px 0px;}
.log_in span { float:left;width:800px; display:block; line-height:60px; font-size:16px; font-weight:bold; color:#7a7a7a; }
.log_area .ip_submit{float:none !important;margin:0px 0px 0px 0px}
.id_save { padding:15px 0px; font-size:15px; font-weight:bold;}

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#495057}
.login_box .ip_tx a{color:#e2450e ;font-weight:500}
.log_find{float:none;padding:40px 0 0 0px;width:500px; margin:0px auto; text-align:left;}
.log_find dl {width:500px;display:inline-block; height:50px;}
.log_find dt{float:left;width:200px;font-weight:400;letter-spacing:-0.05em; font-size:17px;line-height:30px;}
.log_find dd{float:right;width:200px;margin:0px 0 30px 0;text-align:right;}

.button.btn_login{ font-family:"KoPubWorld Dotum",sans-serif;font-weight:bold;padding:0px;font-size:20px;background:#343434;color: #fff;border:1px #343434 solid;width:500px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#111;border:1px #111 solid;}

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

.coupon_box {border:none; background:none; padding:0px; margin-bottom:30px;}
.coupon_box .coupon_input{height:38px;line-height:38px;text-align:center;padding:0 10px;margin:0 4px 0 4px; width:400px }

.board.btn { margin-top:25px;}
.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:"KoPubWorld Dotum", sans-serif;font-size:16px;font-weight:bold; }
.join_normal .board.btn .button.gray{background:#343434;color:#fff; border:1px #343434 solid; }
.join_normal .board.btn .button.gray:hover{background:#111; border:1px #111 solid; }
.join_normal .board.btn .button.white{background:#eee;color:#222; border:1px #eee solid;}
.join_normal .board.btn .button.white:hover {background:#ccc;color:#000; border:1px #ccc solid;}

#buttonArea .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"KoPubWorld Dotum", sans-serif;font-size:16px;font-weight:bold; }
#buttonArea .board.btn .button.gray{background:#343434;color:#fff; border:1px #343434 solid; }
#buttonArea .board.btn .button.gray:hover{background:#111; border:1px #111 solid; }
#buttonArea .board.btn .button.white{background:#eee;color:#222; border:1px #eee solid;}
#buttonArea .board.btn .button.white:hover {background:#ccc;color:#000; border:1px #ccc solid;}

/*agreement */
.agreement_list{display:none;}
.box_title{font-family:"KoPubWorld Dotum", sans-serif;color:#2d2d2d;font-size:24px;font-weight:bold;margin:25px 0 20px 0}
.box_tx{margin:0 0 15px 0;font-size:16px; }
.gray_box{border:none;background-color:#fff;padding:15px 0px;margin-bottom:20px}
.gray_box.top{border-top:0px solid #676767}
.gray_box .box_stitle{font-family:"KoPubWorld Dotum", sans-serif;font-weight:bold;font-size:20px;color:#000;margin-bottom:15px}
.gray_box .g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:140px;overflow:auto;padding:20px;margin-bottom:10px; border-radius:10px;}
.check input{vertical-align:middle;margin-right:4px}
.textin {line-height:1.5;}

.check, 
.check label {display:flex; gap:6px; align-items:center; align-content:center;}
.check input {margin:0px 0px 4px;}
.all_check {border:1px #ddd solid; border-radius:10px; background:#f9f9f9; padding:20px; text-align:center; margin-bottom:40px; color:#333; font-size:16px; font-weight:bold;}
.all_check,
.all_check label {justify-content:center;}

.find_subtitle {font-family:"KoPubWorld Dotum", sans-serif;font-size:20px;color: #000;font-weight:bold;margin-bottom:20px;}
.find_box { border: 1px solid #dcdcdc; padding: 30px; margin-bottom:60px; border-radius:15px;}

tbody th.tb_th{background-color:#fff;color:#000;border-bottom:1px solid #e1e1e1}
tbody td.tb_td{padding:14px 20px !important;height:auto; border-bottom:1px solid #e1e1e1} 

.privacy {display:inline-block;width:100%; margin-top:-20px;}
.privacy h2{font-family:"KoPubWorld Dotum",sans-serif;font-weight:bold;font-size:20px;margin-top:20px;color:#000000;letter-spacing:-0.05em;}
.privacy h3{font-family:"KoPubWorld Dotum",sans-serif;font-weight:bold;font-size:18px;margin-top:20px;color:#000000;letter-spacing:-0.05em;}
.privacy dl{padding-left:5px;margin-top:10px; font-size:15px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:15px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:15px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:15px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table.privacy  { display:block;border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px;width:100%; }
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:8px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px 15px; }
.privacy td.tac { text-align:center; }
.privacy_box { background:#f7f7f7;text-align:center; font-size:16px;font-weight:bold;color:#333333; width:100%; line-height:30px;padding:20px;border:1px #dedede solid;}

.terms {display:inline-block;width:100%; margin-top:-60px;}
.terms h2{font-family:"KoPubWorld Dotum",sans-serif;font-weight:bold;font-size:20px;margin-top:40px;color:#000000;letter-spacing:-0.05em;}
.terms h3{font-family:"KoPubWorld Dotum",sans-serif;margin-top:30px;font-weight:bold;font-size:18px;color:#000000;letter-spacing:-0.05em;}
.terms .depth1 li{line-height:150%; font-size:15px;}
.terms .depth1{margin-top:5px;padding-left:0;float:none; font-size:15px;}
.terms .depth2{padding-left:15px; font-size:15px;}
.terms .depth3{padding-left:24px; font-size:15px;}
.terms.mt30 {margin-top:-20px !important;}

.refund h3 {font-family:"KoPubWorld Dotum",sans-serif;font-weight:bold;font-size:20px;color:#000000 !important;}
.refund li { font-size:15px;line-height:22px;} 
.refund .formula .rbox { float:left;width:850px; }

/* 근로자 유의사항 표 */
.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;}

/* 마이페이지 수강후기 */
.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.course_cate_tab { display:table;table-layout:fixed;width:100%; height:60px; margin-bottom:30px; float:left;border:1px #ddd solid; border-radius:10px;}
.course_cate_tab li{position:relative;display:table-cell;line-height:58px; padding:0px 0px 0px 0px; text-align:center;border:none;color:#666;}
.course_cate_tab li:before {content:''; position:absolute; left:0px; top:50%;transform:translateY(-50%); width:1px; height:16px; background:#ddd;;}
.course_cate_tab li:first-child:before {display:none;}
.course_cate_tab li a {display:block;font-weight:normal;font-size:17px;}
.course_cate_tab li.on {border:none;border-radius:10px;background:#fff;color:#000; border:1px #222 solid;}
.course_cate_tab li.on a {color:#000;font-weight:bold;}


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

/* 2019-04-15 common */
.tc{text-align:center;}

.mt50{margin-top:50px;}


/* 결제페이지 할인 숨김*/
/*.col-coupon { display:none; }*/

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

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

.tb_title {color: #000; padding:40px 0 15px 0; font-size:20px;line-height:1.1;}

.my_box{border:1px solid #dfdfdf; border-radius:20px;}
.my_box .my_info {padding:30px; height:210px;}
.my_box .my_info h6{font-weight:bold;color:#2d2d2d;font-size:18px;}
.my_box .btn_more .button.white{border:1px solid #bbbbbb;background:#bbbbbb;color:#ffffff;}
.my_box .btn_more .button.white:hover{border:1px solid #999999;background:#999999;color:#ffffff;}

.my_box .my_note{border-left:1px solid #dfdfdf;padding:30px; height:210px;}
.my_box .my_note h6{font-weight:bold;color:#2d2d2d;font-size:18px;}
.my_box .my_note .btn_more{position:absolute;right:20px;top:20px}
.my_box .my_note .btn_more a {position:relative;display:inline-block;overflow:hidden;text-align:center;}

.passwd_box .box_sub {padding: 40px;}
.passwd_box .box_stitle {color:#000;font-size:18px; padding-bottom:5px;}
.passwd_box .box_login { margin-top:20px;}

/* 이용약관 테이블 */
.terms_basic_table{padding-left:12px; width:100%; table-layout:fixed; border-top:3px solid #4b5359; border-bottom:1px solid #4b5359; font-size:14px; text-align:center; margin:10px 0px 10px 0px;}
.terms_basic_table th{padding:18px 0; background-color:#ececec; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6;}
.terms_basic_table th.lst{border-right:none;}
.terms_basic_table th.bgn{background:none;}
.terms_basic_table td{padding:12px 12px; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6; text-align:center; line-height:20px;}

.stitle { font-family:"KoPubWorld Dotum";font-size:20px; font-weight:bold; color:#000 !important; line-height:30px; margin:0px 0 15px 0px;}
.sstitle { font-family:"KoPubWorld Dotum";font-size:16px; font-weight:bold; color:#1c87bf; 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('../images/common/dot1.png') 0px 10px no-repeat; }


table.tbl_style1 { border:0; border-spacing:0; width:100%; margin-top:0px; margin-bottom:10px;border-left:1px solid #dfdfdf; }
table.tbl_style1 tr > th { border-top:1px solid #2492cf; border-right:1px solid #2492cf; height:35px; background:#0079c0; text-align:center; vertical-align:middle; font-size:14px; color:#ffffff; }
table.tbl_style1 tr > td { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; vertical-align:middle; font-size:14px; padding:7px 5px; text-align:center; color:#666; }
table.tbl_style1 tr > td > b { font-weight:bold; color:#222222; }
table.tbl_style1 tr > span { color:#18a3dc; }
table.tbl_style1 tr > td.tal { text-align:left; padding-left:15px;  }
table.tbl_style1 tr > td.bg_td { background:#f7f7f7; }
table.tbl_style1 tr > td.font_bule { color:#0079c0; }

table.tbl_style2 { border:0; border-spacing:0; width:100%; margin-top:0px; margin-bottom:10px;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf; }
table.tbl_style2 tr > th { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; height:35px; background:#f4f9ff; text-align:center; vertical-align:middle; font-size:14px; color:#2e2e2e; }
table.tbl_style2 tr > td { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; vertical-align:middle; font-size:14px; padding:7px 5px; text-align:center; color:#666; }
table.tbl_style2 tr > td > b { color:#18a3dc; }
table.tbl_style2 tr > td.tal { text-align:left; padding-left:15px;  }
table.tbl_style2 tr > td.bg_td { background:#f7f7f7; }


.cs_help1 { background:#6190e2 url('../images/common/cshelp1_bg.png') 100% 50% no-repeat; padding:40px; }
.cs_help1 h2 {font-family:"KoPubWorld Dotum"; font-size:33px; font-weight:bold; color:#ffffff; line-height:35px; margin-bottom:10px; }
.cs_help1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_help2 { background:#ffffff; padding:40px 0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; margin-bottom:10px;}
.cs_help2 li { float:left; width:50%; padding-left:40px; }
.cs_help2 li:first-child { border-right:1px #e1e1e1 solid; }
.cs_help2 li b { font-size:30px; font-weight:bold; color:#000000; margin-right:10px; }

.cs_help3 { display:inline-block; width:100%;margin-top:40px; border-bottom:1px #dedede dashed; }
.cs_help3 h3 {font-family:"KoPubWorld Dotum"; font-size:20px; font-weight:bold; color:#000000; margin:0px 0px 20px 0px; }
.cs_help3 p { font-size:15px; margin-bottom:30px;  }
.cs_help3 ul.cs_help3_1 { display:inline-block; width:100%; margin-bottom:40px; }
.cs_help3 ul.cs_help3_1 li { float:left; width:45%; font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_1 li span { color:#d70505; font-weight:bold; }
.cs_help3 ul.cs_help3_1 li b { color:#222222; font-weight:bold; } 

.cs_help3 ul.cs_help3_2 { width:1010px; display:inline-block; text-align:center; margin:0px -5px 40px -5px; }
.cs_help3 ul.cs_help3_2 li { float:left; width:157px; text-align:center; margin:5px; border:1px #e1e1e1 solid; padding:25px 0px 0px 0px;}
.cs_help3 ul.cs_help3_2 li h2 { font-size:15px; font-weight:bold; color:#000000; line-height:45px; margin:10px 0px 20px 0px; }
.cs_help3 ul.cs_help3_2 li img { width:60px; height:auto; }
.cs_help3 ul.cs_help3_2 li a.cs_help_down { display:block;font-size:15px; padding-right:30px; text-align:center;height:50px; line-height:50px;background:#f0f0f0 url('../images/common/btn_down.png') 100px 50% no-repeat; }

.cs_help3 ul.cs_help3_3 { display:inline-block; width:100%; margin:10px 0 40px 0; }
.cs_help3 ul.cs_help3_3 li { font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_3 li b { color:#222222; font-weight:bold; } 
.cs_help3 ul.cs_help3_3 li span { color:#d70505; font-weight:bold; }
.cs_help3 ul.cs_help3_3 li img { display:block; margin:10px 0px 30px 0px; }

.cs_help4 { background:#ffffff; padding:0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; }
.cs_help4 li { float:left; background:#ffffff; padding:15px 10px 30px 10px; width:32%; text-align:center; }
.cs_help4 li.cs_help4_1 { background:#ffffff url('../images/common/cs_help3_1.png') 50% 55px no-repeat; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_2 { background:#fafafa url('../images/common/cs_help3_2.png') 50% 55px no-repeat;width:36%; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_3 { background:#ffffff url('../images/common/cs_help3_3.png') 50% 55px no-repeat; }
.cs_help4 li h1 { font-size:15px; font-weight:normal; color:#555555; line-height:20px;margin-bottom:120px; text-align:left; padding:0px 25px; }
.cs_help4 li h1 span { color:#0b71b9; }
.cs_help4 li h2 { font-size:24px; font-weight:normal; color:#000000; line-height:50px;margin-bottom:0px; }
.cs_help4 li p { font-size:14px; font-weight:normal; color:#555555; line-height:24px;margin-bottom:25px; }
.cs_help4 li .cshelp_btn { display:block; margin:5px auto; width:180px; height:59px;  }
.cs_help4 li a.cshelp_btn1 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #838383 solid; background:#ffffff; font-size:15px; color:#333333; font-weight:bold; text-align:center; }
.cs_help4 li a.cshelp_btn2 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #0b71b9 solid; background:#0b71b9; font-size:15px; color:#ffffff; font-weight:bold; text-align:center; }

.cs_down1 { width:100%; display:inline-block; text-align:center; margin:0px -5px 40px -5px; }
.cs_down1 li { float:left; width:242px; text-align:center; margin:5px; border:1px #e1e1e1 solid; }
.cs_down1 li a { display:block; text-align:center; padding:30px 0px;}
.cs_down1 li a:hover { background:#f7f7f7; }
.cs_down1 li h2 { font-size:16px; font-weight:bold; color:#000000; line-height:45px; margin-top:10px; }
.cs_down1 li p { font-size:13px; font-weight:normal; color:#444444; line-height:18px;  }

.cs_down2 { width:100%; display:inline-block; text-align:center; }
.cs_down2 li { text-align:left; margin-bottom:30px; padding-left:110px;  }
.cs_down2 li a { display:block; text-align:center;  }
.cs_down2 li h2 { font-size:15px; font-weight:bold; color:#000000; line-height:50px; background:url('../images/common/cs_down2_tit.png') 0% 100% no-repeat; margin-bottom:15px; }
.cs_down2 li p { font-size:13px; font-weight:normal; color:#666666; line-height:20px;  }
.cs_down2 li p b { float:left; display:block; width:40px; font-size:13px; font-weight:bold; color:#000000;  }
.cs_down2 li .down_guide { font-size:13px; font-weight:normal; color:#444444; line-height:20px; border:1px #e1e1e1 solid; background:#f7f7f7; padding:15px 20px 15px 40px; margin-top:10px; background:#f7f7f9 url('../images/common/cs_down2_guide.png') 20px 50% no-repeat; }
.cs_down2 li.cs_down2_1 { background:url('../images/common/cs_down2_1.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('../images/common/cs_down2_2.png') 0px 10px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('../images/common/icon_explorer.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('../images/common/cs_down2_4.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('../images/common/icon_acrobat.png') 0px 20px no-repeat; }

.cs_remote1 { background:#0f91d0 url('../images/common/support1_1.png') -2% 96% no-repeat; padding:60px; margin-bottom:40px; padding-left:240px;}
.cs_remote1 h2 { font-size:33px; font-weight:bold; color:#ffffff; line-height:35px; margin-bottom:20px; }
.cs_remote1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_remote2 { width:100%; display:inline-block; margin-bottom:10px; }
.cs_remote2 li { float:left; width:360px; text-align:center; margin:15px; padding:120px 30px 30px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote2 li.cs_remote2_1 { background:url('../images/common/support1_2.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_2 { background:url('../images/common/support1_3.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_3 { background:url('../images/common/support1_4.png') center 11% no-repeat; }

.cs_remote3 { width:1200px; display:inline-block; background-color:#f4f4f4; padding:50px 0 10px 50px; margin-bottom: 50px; }
.cs_remote3 li { text-align:left; margin-bottom:40px; padding:10px 0 0 120px; height:96px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote3 li h2 { text-align:left; margin-bottom:10px; padding:0px; font-size:18px; line-height:24px; font-weight:bold; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('../images/common/support1_5.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_2 { background:url('../images/common/support1_6.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_3 { background:url('../images/common/support1_7.png') 0px 50% no-repeat; }

.cs_remote4 { width:100%; border:1px #dedede solid; background:#ffffff; padding:20px 40px;display:inline-block;line-height:45px;font-size:15px; }
.cs_remote4 a.cs_remote4_btn { float:right; width:170px; height:45px; line-height:45px; color:#ffffff; font-size:15px; text-align:center; background:#0a72b9; }

.course_tab { display:inline-block; width:100%; height:auto;border-top:0px #0278be solid; margin:0px; }
.course_tab li { float:left; width:16.1%; height:50px; border:none; background:none; box-sizing:border-box; }
.course_tab li:first-child { border-left:none;  }
.course_tab li a { display:block; font-size:17px; text-align:center; color:#222; }
.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; } 


.sub_title{position:relative;font-family:"KoPubWorld Dotum";font-size:24px;font-weight:bold;color:#000000;line-height:1.2;padding:0px 0 0 30px;;background:none;margin-bottom:20px;letter-spacing:-0.05em;}
.sub_title:before {content:''; position:absolute; left:0px;top:3px; width:20px; height:20px; border:5px #719d2f solid; border-bottom-color:#16599f;border-right-color:#16599f; border-radius:3px !important; background: #fff !important;box-sizing:border-box;}

.sub_stitle{background:url('../images/common/sub_stitle_dot.png') 0px 50% no-repeat;font-family:"KoPubWorld Dotum";font-size:18px;font-weight:bold;color:#0153a4;padding:10px 0px 10px 20px;margin-top:0px}

.sub_cont { display:inline-block; width:100%; font-size:16px; color:#666; line-height:1.6; margin-bottom:50px;  }
.sub_cont p { font-size:16px; color:#666; line-height:1.6; margin-bottom:10px;  }
.sub_cont p.p1 { font-size:17px; color:#333;font-weight:500; line-height:32px; margin-bottom:10px;  }
.sub_cont p.p1 span{display:inline-block; width:auto;padding:0px 11px;border:2px #719d2f solid;border-radius:30px;line-height:28px;}
a.dta {width:auto;padding:0px 8px;line-height:26px;border-radius:3px;background:#e26204; color:#fff;}
a.dta2 {width:auto;padding:0px 8px;line-height:26px;border-radius:3px;background:#333; color:#fff;}

.sub_cont2 { display:inline-block; width:100%; font-size:16px; color:#666; line-height:1.6; margin-bottom:10px;  }
.sub_cont2 p { font-size:17px; color:#666; line-height:1.6; margin-bottom:40px;  }

ul.sub_cont {display:inline-block;width:100%; font-size:16px; color:#666; line-height:1.6; margin-bottom:40px;  }
ul.sub_cont li { font-size:16px; font-weight:normal; color:#666; line-height:1.6; word-break:keep-all;}

dl.sub_cont_dl {display:inline-block;width:100%; font-size:16px; color:#666; line-height:25px; margin-bottom:20px;  }
dl.sub_cont_dl dt { font-size:18px; font-weight:bold; color:#000; line-height:1.6; margin-bottom:5px;letter-spacing:-0.05em; }
dl.sub_cont_dl dd { font-size:16px; font-weight:normal; color:#666; line-height:1.6;word-break:keep-all; }
dl.sub_cont_dl dd p { font-size:16px; color:#666; line-height:1.6; margin-bottom:2px; word-break:keep-all; }
.sub_depth2 { padding-left:15px;}

.sub_cont_top {width:100%;position:relative;display:inline-block; padding:40px;background:#f8f8f8; border-radius:20px;text-align:center;box-sizing:border-box;}
.sub_cont_top h2 {width:100%; text-align:center;z-index:100; margin-bottom:20px;}
.sub_cont_top h2 br {display:none;}
.sub_cont_top h2 b {color:#000;font-weight:bold;font-size:25px;line-height:25px;text-align:center;}
.sub_cont_top h2 span {color:#000;}
.sub_cont_top p {position:relative;width:100%;height:auto;color:#333;font-weight:normal;font-size:18px;line-height:25px;background:#f8f8f8;padding:0px ;margin:0px 0px 0px;}

.sub_tbl{ width:100%;text-align:center;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.sub_tbl thead th{padding:10px 0;line-height:24px;font-size:16px;font-weight:bold;color:#fff;background:#175aa0;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl tbody td{padding:10px 6px;line-height:24px;font-size:16px;color:#333;text-align:center;border-bottom:1px solid #ddd;border-right:1px solid #ddd;word-break:keep-all;}
.sub_tbl tbody td.tal{padding:10px 10px 10px 20px;text-align:left;}
.sub_tbl tbody td.bg {background:#f7f7f7;}

.sub_tbl1 thead th{background:#3092aa; border-color:#1c7a91;}
.sub_tbl2 thead th{background:#44aa8e; border-color:#1d7c62;}
.sub_tbl3 thead th{background:#2ea6df; border-color:#1277a7;}


.sub_tbl_box {border:1px #b8b8b8 solid; border-radius:10px; overflow:hidden;}
.sub_tbl_box .sub_tbl {border:none;}
.sub_tbl_box .sub_tbl thead th { border-bottom:none;}
.sub_tbl_box .sub_tbl tbody td {border-bottom:none;border-top:1px #ddd solid;}

.sub_tbl_sch {border:none;}
.sub_tbl_sch thead th{background:#175aa0;border-color:#144d89; border-bottom:none; }
.sub_tbl_sch thead th.th2 {line-height:; padding:4px 8px; text-align:left;}
.sub_tbl_sch thead th.th2 span {display:inline-block;width:100%; text-align:right;}
.sub_tbl_sch tbody {border-top:1px #888f8c solid;}
.sub_tbl_sch tbody th {border-right:1px #888f8c solid; color:#000; font-weight:500; line-height:1.3; padding:10px 5px;}
.sub_tbl_sch tbody td {border-bottom:none;border-top:1px #ddd solid; line-height:1.3;}
.sub_tbl_sch tbody tr:first-child td {border-top:1px #888f8c solid;}
.sub_tbl_sch .bg1 {background:#ebf7f2;}
.sub_tbl_sch .bg2 {background:#f7f3eb;}
.sub_tbl_sch .bg3 {background:#f8ebee;}
.sub_tbl_sch .bg4 {background:#f1ecff;}	
.sub_tbl_sch .bg5 {background:#ebf2d4; padding:20px 5px;}
.sub_tbl_sch .bg6 {background:#e3f4ff;}

.sub_btn {width:100%;margin-bottom:50px;text-align:center; display:flex; flex-wrap:nowrap; gap:10px;justify-content:center;}
.sub_btn.sub_btn_l {text-align:left;margin-top:30px;}
.sub_btn a.btn_goCourse { position:relative;display:inline-block;width:auto;height:60px; line-height:60px;padding:0px 70px 0px 40px; border:none;background:#343434;border-radius:50px;color:#fff; letter-spacing:-0.05em;font-weight:bold;font-size:18px; box-sizing:border-box;}
.sub_btn a.btn_goCourse:hover {background:#000;}
.sub_btn a.btn_goCourse span {position:absolute;top:50%;transform:translateY(-50%);right:20px;width:21px;height:21px;background:url('../images/common/btn_arrow.png') no-repeat;}
.sub_btn a.btn_goCourse.line2 {line-height:20px;padding:10px 70px 10px 40px; font-size:17px; }

.sub_btn a.btn_Alllist { position:relative;display:inline-block;width:auto;height:60px; line-height:60px;padding:0px 70px 0px 40px; border:none;background:#fff;border:1px #333 solid;border-radius:50px;color:#222; letter-spacing:-0.05em;font-weight:bold;font-size:18px; box-sizing:border-box;}
.sub_btn a.btn_Alllist:hover {background:#f7f7f7;}
.sub_btn a.btn_Alllist span {position:absolute;top:50%;right:20px; transform:translateY(-50%);width:20px;height:20px;background:url('../images/common/btn_down.png') 50% 50% no-repeat; background-size:contain !important; }

.sub_btn2 {float:right;width:auto;text-align:right;margin-top:-50px;}
.sub_btn2 a.btn_goCourse { position:relative;display:inline-block;width:auto;height:40px; line-height:40px;padding:0px 60px 0px 30px; border:none;background:#343434;border-radius:50px;color:#fff; letter-spacing:-0.05em;font-weight:bold;font-size:17px; box-sizing:border-box;}
.sub_btn2 a.btn_goCourse:hover {background:#000;}
.sub_btn2 a.btn_goCourse span {position:absolute;top:10px;right:25px;width:21px;height:21px;background:url('../images/common/btn_arrow.png') no-repeat;}

.greeting_top {width:100%;box-sizing:border-box;border:5px #f3f3f3 solid;padding:25px 50px;margin-bottom:50px;}
.greeting_top li {width:100%;box-sizing:border-box;padding-left:26px;line-height:30px;font-size:17px;color:#333;font-weight:bold;letter-spacing:-0.05em;background:url('../images/common/greeting_dot.png') 0px 6px no-repeat;}
.greeting_top li span {color:#c00000;}

.greeting_cont { font-size:15px; color:#666; line-height:25px; margin-bottom:150px;  }

.guide_box {border:1px #ddd solid; border-radius:10px; padding:10px;}

/* 퀵메뉴 */
.quickmenu {position:absolute;left:0;top:0px;width:100%;z-index:1000;}
.float-banner{position:relative;width:100%;z-index:1000; }
.float-banner .fb_inner{ position:absolute; left:50%; top:340px; z-index:10;margin-left:640px;}
.float-banner .fb_inner  .banner{position:relative;overflow:hidden;width:100px;text-align:center;}
.float-banner .fb_inner  .banner.fixed{position:fixed;top:30px;}
.float-banner .fb_inner  .banner ul {position:relative;width:100%;border:1px #ccc solid;background:#fff;border-bottom:none;overflow:hidden; margin:0px 0px;padding:0px 0px;box-sizing:border-box;}
.float-banner .fb_inner  .banner li {width:100%;height:auto; padding:0px;border-bottom:1px #ccc solid;box-sizing:border-box;}
.float-banner .fb_inner  .banner li a {position:relative;display:inline-block;width:100%;height:auto;font-size:13px;color:#000;line-height:120%;text-align:center; padding:65px 0px 15px 0px;margin:0px; box-sizing:border-box; letter-spacing:-0.05em;}
.float-banner .fb_inner  .banner li a:hover {color:#000;}
.float-banner .fb_inner  .banner li a.qm_01{background: url('../images/common/qm_01.png') 50% 20px no-repeat;}
.float-banner .fb_inner  .banner li a.qm_02{background: url('../images/common/qm_02.png') 50% 20px no-repeat;}
.float-banner .fb_inner  .banner li a.qm_03{background: url('../images/common/qm_03.png') 50% 20px no-repeat;}
.float-banner .fb_inner  .banner li a.qm_04{background: url('../images/common/qm_04.png') 50% 20px no-repeat;}
.float-banner .fb_inner  .banner li a.qm_05{background: url('../images/common/qm_05.png') 50% 20px no-repeat;}

.float-banner .fb_inner  .banner li:hover{background-color:#0c4da1;}
.float-banner .fb_inner  .banner li:hover a {-webkit-filter:invert(100%); filter:invert(100%);}

.left_area_classroom .sp_center { display:none;}


.intro_wrap {position:relative;width:100%;height:100%;display:inline-block; }
.intro_wrap iframe {position:absolute;left:0;top:0;width:100% !important;height:100% !important; }


.main_pop_bt{ display: table; height:35px; line-height:35px; text-align:center; background-color:#333;color:#fff; border:none; }
.main_pop_bt a,
.main_pop_bt label,
.main_pop_bt td {color:#fff !important;}

.level_guid {border:1px #e1e1e1 solid;padding:20px 30px;box-sizing:border-box;font-size:15px; border-radius:10px; color:#666; line-height:25px;margin-bottom:20px; }
.level_cont {position:relative;width:100%;border:0px #dedede solid;background:#fafafa;padding:55px 0px 0px 0px;margin-bottom:10px;border-radius:10px;overflow:hidden;box-sizing:border-box;}
.level_cont h2 {position:absolute;left:0px;top:0px;width:100%;font-family:"KoPubWorld Dotum";height:55px;line-height:56px;font-weight:bold;font-size:20px;color:#fff;border-radius:10px 10px 0px 0px; box-sizing:border-box;}
.level_cont h2 a {display:inline-block;width:100%;padding-left:40px;line-height:55px;color:#fff;background:url('../images/common/level_arrow.png') center right 25px no-repeat !important; background-size:40px !important; box-sizing:border-box;}
.level_inner { width:100%;display:none; padding:25px 24px;box-sizing:border-box;border:1px #ddd solid; border-top:none;font-size:16px;color:#333;line-height:25px;border-radius: 0px 0px 10px 10px;}
.level_inner.on {display:inline-block;}
.level_inner p {font-size:16px;color:#333;line-height:25px;}
.level_inner ul.level_cs {width:100%;display:inline-block;}
.level_inner li {float:left;font-size:18px;color:#333;line-height:65px;height:65px;padding-left:75px;margin-right:30px;font-weight:500;}
.level_inner li.lv_email {background:url('../images/common/lv_email.png') 0% 50% no-repeat;}
.level_inner li.lv_tel {background:url('../images/common/lv_tel.png') 0% 50% no-repeat;}


.level_cont table { width:100%;border-top:1px #dedede solid;border-left:1px #dedede solid;background:#fff;}
.level_cont th { border-right:1px #dedede solid;line-height:50px;text-align:center;}
.level_cont td { padding:10px 0px;border-right:1px #dedede solid;border-bottom:1px #dedede solid;line-height:20px;text-align:center;}
.level_cont td.level_line { padding:0px !important;height:0px; border-bottom:1px #b7b7b7 solid;}

.level_cont th:nth-child(1) { width:130px; }
.level_cont th:nth-child(2) { width:270px; }
.level_cont th:nth-child(3) { width:350px; }
.level_cont th:nth-child(4) { width:140px; }

.level_cont td:nth-child(1) { padding:10px 0px; }
.level_cont td:nth-child(2) { padding:10px 10px 10px 30px;text-align:left;}
.level_cont td:nth-child(3) { padding:10px 10px 10px 40px;text-align:left;}
.level_cont td:nth-child(4) { padding:10px 0px;text-align:center; }
.level_cont td:nth-child(4) a {display:inline-block; width:auto; color:#175aa0;font-weight:bold; line-height:20px; padding-right:17px; background:url('../images/common/arrow.png') 100% 40% no-repeat;}

.level_cont.level01 .level_inner {padding:25px 50px;}
.level_cont.level01 h2{background-color:#83b4cb;}
.level_cont.level02 h2{background-color:#83c7cb;}
.level_cont.level02 th{border-bottom:2px #83c7cb solid;}
.level_cont.level03 h2{background-color:#80c99c;}
.level_cont.level03 th{border-bottom:2px #80c99c solid;}
.level_cont.level04 h2{background-color:#c9c680;}
.level_cont.level04 th{border-bottom:2px #c9c680 solid;}
.level_cont.level05 .level_inner {padding:25px 50px;}
.level_cont.level05 h2{background-color:#c99d80;}
.level_cont.level05 th{border-bottom:2px #c99d80 solid;}

@media (max-width: 640px) {
	.res_mode .classroom_menu a {width:32px;height:32px;}
	.res_mode .classroom_menu a:before {left:5px; top:7px;width:22px;}
	.res_mode .classroom_menu a span {left:5px; top:15px;width:22px;}
	.res_mode .classroom_menu a:after {left:5px; top:23px;width:22px;}

	.res_mode .classroom_out a {font-size:14px;border-radius:3px; padding: 0 10px 0 25px; height:32px; line-height: 32px;background-position:8px 50% !important; background-size:13px auto !important;}

	.res_mode .sub_top_classroom .top_title {margin-top:20px;}
	.res_mode .sub_top_classroom .top_title em {width:100%;font-size:20px !important; text-overflow: clip; white-space:normal; line-height:28px;max-height:56px; text-align:left;}
	.res_mode .sub_top_classroom .top_state li {font-size:14px; line-height:34px;}
	.res_mode .sub_top_classroom .top_state li.li3 b {font-size:16px;}

    .res_mode .tb_list2.mobile_on ul li { position:relative;  width:100%; flex: 0 2 100%; border-color:#ededed; box-sizing:border-box; padding: 20px 100px 20px 65px;}
	.res_mode .tb_list2.mobile_on ul li .tt_line .label {position:absolute; left:0px; top:50%;transform:translateY(-50%); width:50px;height:50px;line-height:50px; border-radius:50%; text-align:center;padding:0px;	 }
	.res_mode .tb_list2.mobile_on ul li .tt_line strong {color:#000;}
	.res_mode .tb_list2.mobile_on ul li .date_box {text-align:left; font-size:15px;}
	.res_mode .ga_box,
	.res_mode .tb_list2.mobile_on .btn_block {position:absolute; right:0px;top:50%;transform:translateY(-50%);max-width:90px; padding:8px; margin:0px;}

	.res_mode .tb_list.mobile_on ul li { position:relative; box-sizing:border-box;padding: 20px 100px 20px 0px; }
	.res_mode .tb_list.mobile_on ul li .tt_line {font-size:15px;line-height: 20px;height:auto; max-height:42px;}
	.res_mode .tb_list.mobile_on ul li .tt_line small {font-size:1em;}
	.res_mode .tb_list.mobile_on ul li + li { border-color:#ededed;}
	.res_mode .tb_list.mobile_on ul li .date_box {text-align:left; font-size:15px;}
	.res_mode .tb_list.mobile_on .btn_block  {position:absolute; right:0px;top:50%;transform:translateY(-50%);max-width:90px; padding:8px; margin:0px;}

	.res_mode .tb_list.mobile_on ul li.nodata,
	.res_mode .tb_list2.mobile_on ul li.nodata {padding: 20px 0px;}

	.main_wrap_classroom .tb_title {font-size:18px;}
}


/* 사업주환급 */
.owner1 {width:100%; padding:50px; box-sizing:border-box; border:1px #ddd solid; border-radius:15px; text-align:center; }
.owner1_2 {width:100%; padding:50px; box-sizing:border-box; border:1px #ddd solid; border-radius:15px;text-align:center;  background:#f7f7f7; }

.owner2 { width:100%; display:flex;flex-wrap:wrap; gap:40px; float:left; text-align:center;}
.owner2 dl {position:relative;width:calc((100% - 80px) / 3); padding:20px; border:1px #eaeaea solid; background:#f7f7f7; border-radius:10px;}
.owner2 dl::before {content:''; position:absolute;left:-20px; top:50%;transform:translate(-50%, -50%); width:20px; height:24px;background:url('../images/common/owner2_arrow.png') 50% 50% no-repeat;}
.owner2 dl.owner2_1::before,
.owner2 dl.owner2_4::before {display:none;}
.owner2 dt { position:relative; font-size:20px; font-weight:bold; color:#000; line-height:30px; padding:150px 0 0;}
.owner2 dt span {color:#709c2e; padding-right:5px;}
.owner2 dt:before {content:''; position:absolute;transform:translateX(-50%);left:50%; top:20px; width:110px; height:110px; border-radius:50%;background-position:50% 50% !important; overflow:hidden;}
.owner2 dd {padding:10px 10px;font-size:17px; font-weight:normal; color:#777777; line-height:1.5; word-break:keep-all; }
.owner2 p { font-size:1em; font-weight:normal; color:#777777; line-height:1.5; margin:10px 0 0; word-break:keep-all; text-align:left;}
.owner2 p b {color:#333;}
.owner2 dd p { position:relative;padding-left:10px;}
.owner2 dd p:before { content:''; position:absolute;left:0%; top:9px; width:4px; height:4px; border-radius:50%; background:#000;}
.owner2 ul { width:100%; display:flex; flex-wrap:wrap; gap:8px;  margin-top:10px;padding:12px 20px; text-align:left; box-sizing:border-box; background:#fff; border-radius:10px;}
.owner2 li { position:relative; width:100%; font-size:15px; font-weight:normal; color:#777777; line-height:1.5;word-break:keep-all; padding-left:10px; box-sizing:border-box;}
.owner2 li:before { content:''; position:absolute;left:0%; top:7px; width:3px; height:3px; border-radius:50%; background:#ff7418;}
.owner2 li a:hover{text-decoration:underline;}
.owner2 li b { color:#333333; font-weight:bold;}
.owner2_1 dt:before { background:#61a133 url('../images/common/owner03_1.png') no-repeat; }
.owner2_2 dt:before { background:#71a04f url('../images/common/owner03_2.png') no-repeat; }
.owner2_3 dt:before { background:#7b9f60 url('../images/common/owner03_3.png') no-repeat; }
.owner2_4 dt:before { background:#8b9e7e url('../images/common/owner03_4.png') no-repeat; }
.owner2_5 dt:before { background:#989d94 url('../images/common/owner03_5.png') no-repeat; }
.owner2_6 dt:before { background:#9c9c9c url('../images/common/owner03_6.png') no-repeat; }
a.owner_btn {display:inline-block; padding:7px 20px; background:#333; color:#fff; font-size:16px; border-radius:5px; margin-top:14px;}
a.owner_btn:hover {background:#000;}

.owner3_1 {margin-bottom:10px;}
.owner3_1 .sub_tbl thead th{background:#444; border-color:#333;}
.owner3_1 .sub_tbl td {vertical-align:top;}
.owner3_1 .sub_tbl td p {padding:5px 0px 5px 18px; line-height:1.5; margin:0px; background: url('../images/common/check.png') 0% 10px no-repeat;}
.owner3_2 {width:100%; padding:30px 40px; box-sizing:border-box; border:1px #ddd solid; border-radius:15px; background:#f7f7f7; }