
/*margin*/

.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}

.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml12 {margin-left:12px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml50 {margin-left:50px!important;}

.mr5 {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr40 {margin-right:40px!important;}
.mr50 {margin-right:50px!important;}

/*padding*/

.pt5 {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt20 {padding-top:20px!important;}
.pt30 {padding-top:30px!important;}
.pt40 {padding-top:40px!important;}
.pt50 {padding-top:50px!important;}
.pt70 {padding-top:70px!important;}

.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb20 {padding-bottom:20px!important;}
.pb30 {padding-bottom:30px!important;}

.pl5 {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl12 {padding-left:12px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.pl25 {padding-left:25px!important;}
.pl30 {padding-left:30px!important;}
.pl35 {padding-left:35px!important;}
.pl40 {padding-left:40px!important;}
.pl50 {padding-left:50px!important;}
.pl60 {padding-left:60px!important;}
.pl70 {padding-left:70px!important;}

.pr5 {padding-right:5px!important;}
.pr10 {padding-right:10px!important;}
.pr15 {padding-right:15px!important;}
.pr20 {padding-right:20px!important;}
.pr25 {padding-right:25px!important;}
.pr30 {padding-right:30px!important;}

/* vertical-align */
.vMid {vertical-align:middle;}
.vam1 {vertical-align:-1px;}
.vam2 {vertical-align:-2px;}
.vam3 {vertical-align:-3px;}
.vam4 {vertical-align:-4px;}
.vam5 {vertical-align:-5px;}

.delline {text-decoration:line-through;}
.underline {text-decoration:underline;}

/*align */
.align-l{text-align:left!important;}
.align-r{text-align:right!important;}
.align-c{text-align:center!important;}

/* font */
.bld {font-weight:bold};
.bld1 {font-weight:100!important;}
.bld2 {font-weight:200!important;}
.bld3 {font-weight:300!important;}
.bld4 {font-weight:400!important;}
.bld5 {font-weight:500!important;}
.bld6 {font-weight:600!important;}
.bld7 {font-weight:700!important;}
.bld8 {font-weight:800!important;}
.bldNormal {font-weight:normal;}

/* color */
.or{
	color:#f5821f!important;
}
.gr{
	color:#8eb257!important;
}
.bl{
	color:#40a3bc!important;
}
.bk{
	color:#3f3f3f!important;
}
.bur{
	color:#7f1a21!important;
}
.red{
	color:#e54242!important;	
}
.gry{
	color:#777777!important;	
}
.blk{
	color:#000000!important;	
}

/*레이아웃*/
body {position:relative; width:100%;}
html {overflow-x:auto;overflow-y:scroll;}
html, body {min-width:100%;}

.float_l{position:relative; float:left;}
.float_r{position:relative; float:right;}

.in_bl{display:inline-block;}
.di_bl{display:block;}
.cboth{clear:both;}


/* alt text */
.alt_txt
{
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:-5000px;
}
/*
a:hover{
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}
*/

/*opacity*/
.op70{
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}
/** btn : 버튼 스타일 **/
.btn_area{
	position:relative;
	width:100%;
}
.btn_area a{
	display:inline-block;
	margin-left:1px;
}
a.btn_line {
	display: block;
	color: #f5821f;
	border: 1px solid #f7a631;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.5px;
	padding: 5px 7px;
	margin: 10px 0;
	float: left;
	line-height:100%;
}
a.btn_line:hover {
	color: #fff;
	background: #3c88de;
	border: 1px solid #3c88de;
}
/*작은버튼*/
.btn_small_navy{
	display:inline-block;
	padding:0 17px;
	height:30px;
	background:#48557c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:13px;
	line-height:30px;	
}
.btn_small_red{
	display:inline-block;
	padding:0 17px;
	height:30px;
	background:#e0473c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:13px;
	line-height:30px;	
}
.btn_small_gray{
	display:inline-block;
	padding:0 17px;
	height:30px;
	background:#595959;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:13px;
	line-height:30px;	
}
.btn_sline_bur{
	display:inline-block;
	padding:0 17px;
	height:30px;
	border:1px solid #7f1a21;
	color:#7f1a21 !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:13px;
	line-height:30px;	
}
/*중간버튼*/
.btn_mid_navy{
	display:inline-block;
	padding:0 27px;
	height:40px;
	background:#48557c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:14px;
	line-height:40px;	
}
.btn_mid_red{
	display:inline-block;
	padding:0 27px;
	height:40px;
	background:#e0473c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:14px;
	line-height:40px;	
}
.btn_mid_gray{
	display:inline-block;
	padding:0 27px;
	height:40px;
	background:#595959;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:14px;
	line-height:40px;	
}
.btn_mid_bur{
	display:inline-block;
	padding:0 27px;
	height:40px;
	background:#7f1a21;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:14px;
	line-height:40px;	
}
/*큰버튼*/
.btn_wide_red{
	display:inline-block;
	padding:0 30px;
	height:43px;
	background:#e0473c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:16px;
	line-height:43px;
}
.btn_wide_navy{
	display:inline-block;
	padding:0 30px;
	height:43px;
	background:#48557c;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:16px;
	line-height:43px;	
}
.btn_wide_gray{
	display:inline-block;
	padding:0 30px;
	height:43px;
	background:#595959;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:16px;
	line-height:43px;
}
.btn_wide_bur{
	display:inline-block;
	padding:0 35px;
	height:50px;
	background:#7f1a21;
	color:#fff !important;
	text-align:center;
	font-family:'Noto Sans KR';
	font-size:19px;
	line-height:50px;
}
/*아이콘버튼*/
.btn_apply{
	display:inline-block;
	width:80px;
	height:35px;
	border-radius:35px;
	line-height:35px;
	background:#223757 url("/images/sub/icon/icon_check.png")8px no-repeat;
	color:#fff !important;
	padding-left:20px;	
}
.btn_shop{
	display:inline-block;
	width:80px;
	height:35px;
	margin-top:5px;
	border-radius:35px;
	line-height:35px;
	background:#223757 url("/images/sub/icon/icon_shop.png")9px no-repeat;
	color:#fff !important;
	padding-left:20px;	
}

.btn_lec_stat_l{
	background-color:#7f1a21;
}

.btn_lec_stat_e{
	background-color:#999;
}


/*******************
	헤더영역 : header
********************/

/* top_팝업 style */
.top_banner_wrap{
	position:relative;
	width:100%;
	height:120px;
	text-align:center;
	margin:auto;
	overflow:hidden;	
}
.top_banner_group{
	width:2200px;
	overflow:hidden;
	margin-left:-1100px;
	position:absolute;
	top:0;
	left:50%;
	text-align:center;
}

.top_banner_wrap .btn_close{
	position: absolute;
	margin-top: 5px;
	margin-left: -27%;
}

#header_wrap{
	width:100%;
	max-height:148px;
}
.top_menu_wrap{
	width:100%;
	height:38px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.top_menu_group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 1100px; height: 38px;
}
.site_tab_group{
	font-size: 10pt;
	letter-spacing: -1px;
}
.site_tab_group a{
	display:inline-block;
	width:140px;
	height:100%;
	background:#002f64;
	color:#fff;
	text-align:center;
	font-size:15px;
	line-height:38px;
}
.site_tab_group a.tab_on{
	background:#fff;
	font-size:15px;
	font-weight:500;
	color:#7f1a21;
}
.join_group{
	/*width:307px;*/
	width: auto;
	text-align:center;
}
.join_group a{
	color:#888;
	font-size:10pt;
	line-height:38px;
	border-right:1px solid #ccc;
}
.join_group a:hover {
	text-decoration:underline;
}
.login_before {
	display: flex;
	align-items: center;
	height: 38px
}
.login_before a{
	padding:0 16px;
}
.login_after a{
	padding:0 14px;
}
/*ie8_hack*/
@media \0screen {
	.login_before a,
	.login_after a{font-size:12px;}
}
.join_group a.bd_r_no{
	border-right:0;
}
.logo_wrap{
	width:100%;
	height:67px;
	*border-bottom:1px solid #cdcdcd;
	padding-top:11px;
}
.logo_group{
	width:1100px;
	margin: 0 auto;
}
.logo_group h1{
	display:inline-block;
}
.login_group{
	width:auto;
	float:right;
	height: 33px;
	line-height:33px;
	margin-top:15px;
}
.logo_group .edu_mark {
	width:140px;
	margin-bottom: -4px;
	margin-right: 10px;
	float:left;
}
/*.login_group input{
	float:left;
	width:114px;
	height:35px;
	padding:5px;
	border:1px solid #d6d6d6;
	margin-left:-1px;
	font-size:12px;
}
/*ie8_hack
@media \0screen {
	.login_group input{width:102px;height:23px;}
}

/*ie9_hack
.login_group input{width:102px;height:23px \0/IE9;}

/*ie10_hack
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.login_group input{height:35px;}}
	
.login_group button.login_submit{
	width:81px;
	height:35px;
	background: #f9f9f9 url("/images/common/icon_man.png") no-repeat 10px;
	border:1px solid #d6d6d6;
	padding-left:20px;
	margin-left:-1px;	
}*/
.login_group a.login_btn {
	margin-right:5px;
	padding:9px 30px;
	text-align:center;
	color:#fff;
	background:#b63030;
}
.login_group a.join_btn {
	padding:9px 30px;
	text-align:center;
	color:#fff;
	background:#444;
}
.logout_wrap {
	width:auto;
	float:right;
	height: 33px;
	line-height:33px;
	margin-top:15px;
}
.logout_group{
	/*width:305px;
	height:68px;*/
	width:288px;
	float:right;
	border:1px dashed #d8d8d8;
	margin-top:-17px;
	text-align:center;
	/*margin-top:-26px;
	padding-top:7px;*/
}
.logout_group dl{
	width:240px;
	margin:auto;
	color:#686868;
}
.logout_group dl dt{
	float:left;
	margin-right:15px;
	margin-top:6px;
}
.logout_group dl dt img {
	width:50px;
}
.logout_group dl dd{
	text-align:left;
}
.logout_group dl dd span{
	color:#000;
	font-size:18px;
	font-weight:500;
}


/*******************
대메뉴 수정  2019-11-06
********************/
.menu_new_wrap {
	width: 100%;
	height: auto;
}
.menu_new_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	width: 1100px;
}
.menu_new_group h1 {
	flex: 0 0 360px;
}
.menu_new_group h1 a {
	display: block;
}
.menu_new_group h1 em {
	display:inline-block;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 1.2;
	letter-spacing: -2px;
	margin-bottom:10px;
}
.menu_new_group h1 em img {
	width:18px;
	height:18px;
}
.menu_new {
	flex: 0 0 740px;
}
.menu_new ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100px;
}
.menu_new ul > li {
	flex: 0 0 148px;
}
.menu_new a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.02em;
}
.menu_new a:first-child {
	margin-left: 0;
}
/*
.menu_new a:hover {
	background:url("/images/common/menu_on_bg.gif") repeat-x 0 bottom;
}*/
.menu_new a:hover::after {
	content: "";
	display: block;
	clear: both;
	position: absolute; left: 50%; bottom: -1px;
	width: 100%; height: 5px;
	background: linear-gradient(45deg, #00a1e4, #6dc067);
	transform: translateX(-50%);
	z-index: 10000;
}
/*******************
	LNB영역 : 대메뉴 
********************/
.main_menu_wrap{
	width:100%;
	height:60px;
}
.main_menu_group{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.register_sign{	
	position:absolute;
	width:116px;
	height:34px;
	background:url("/images/common/icon_enrolling_bg_new.gif")no-repeat;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:27px;
	top:-14px;
	left: 354px;
}
.sign_on:hover .register_sign{
	display:block !important;
}

.main_menu_group a{
	display:inline-block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:18px;			
	font-weight:400;
	color:#000;
	margin-right:66px;
}

/*ie8_hack*/
@media \0screen {

	.main_menu_group a{font-size:17px;letter-spacing:-1px;font-weight:600;}

}
.main_menu_group a:hover{
	background:url("/images/common/menu_on_bg.gif") repeat-x 0 bottom;
}

.main_menu_group a.bd_r_no{
	margin-right:0;
}

/*네비*/
.nav_wrap{
	width: 100%;
	background:#333;
	border-top: 1px solid #d5d5d5
	/* display: none; */
}
.nav_group{
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 50px;
	font-size: 14.2px;
	z-index: 999;
	cursor: default;
	display: none;
}
.nav_group .btn_home{
	display: inline-block;
	position: relative;
	top: -2px;
	text-align: center;
	transform: scale(0.94);
}
.nav_group .btn_home img{
	padding-top:0;
}
.nav_group .icon{
	position: relative;
	margin-right: 30px;
}
.nav_group .icon:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -25px;
	width: 20px;
    height: 20px;
    margin-top: -10px;
    content: "";
    background: url(/images/common/icon_lnb.png) no-repeat -20px 0;
}
.nav_group .lastmenu{
	position: relative;
	margin-right: 30px;
}
.nav_group span{
	color: #fff;
}

.family_site_group{
	float:left;
}
.family_site{
	width:240px;
	
}
.family_site_head{
	width:240px;
}
.family_site_head a{
	display:inline-block;
	width:214px;
	height:50px;
	line-height:50px;
	color:#fff;
	padding-left:25px;
	background:url("/images/common/icon_lnb.png") no-repeat 213px;
}
.family_site_head a.on{
	font-weight:500;
}
.family_site_head a:hover{
	color:#ffc925;
}

.family_site_body{
	position:absolute;
	top:48px;
	width:220px;
	background:#fff;
	padding:10px 0 10px 10px;
	min-height:170px;
	border:1px solid #223757;
}
.course0101_FSB {
	height:385px;
	overflow-x:hidden;
}
.family_site_body a{
	display:inline-block;
	float:left;
	width:190px;
	height:35px;
	padding-left:5px;
	font-size:15px;
	color:#223757;
	border-bottom:1px dashed #bfbfbf;
	line-height:35px;
	margin-right:15px;
}
.family_site_body a:hover{
	background:#f1f5f8;
	font-weight:500;	
}


/*****************
    푸터 footer
 *****************/
 .bottom_link_wrap{
 	float:left;
	width:100%;
	height:62px;
	border-top:1px solid #d5d5d5;
	line-height:62px;
}
.bottom_link_group{
	width:1100px;
	margin:0 auto;
}
.left_link{
	float:left;
}
.left_link a{
	display:inline-block;
	height:16px;
	font-size:14px;
	font-weight:500;
	border-right:1px solid #b5b5b5;
	padding-right:20px;
	margin-right:20px;
	color:#666;
	line-height:15px;
}
.left_link a:last-child{
	border-right:0;
}
.right_link{
	float:right;
}
.right_link a:last-child{
	margin-left:30px;
}
#footer_wrap{
	position:relative;
	float:left;
	width:100%; 
	height:140px;
	border-top: 1px solid #d5d5d5;
	padding-top:34px;
}
#footer_group{
	width:1100px; 
	text-align:left;
	margin:0 auto;
}
#footer_group h1{
	display:inline-block;
	float:left;
}
#footer_group p{
	float:left;
	font-size:13px;
	color:#999;
	line-height:19px;
	margin-left:60px;
}
#footer_group p span.company_name{
	display:block;
	font-size:14px;
	font-weight:600;
	color:#e3e3e3;
	margin-bottom:10px;
}
#footer_group p span.coptright{
	display:block;
	font-size:12px;
	margin-top:15px;
}
span.footer_mark{
	float:right;
}

/* 하단 상담신청 */
.consul_main_b{
	width:100%;
	height:123px;
	background-color:#343434;
	color: #fff;
	font-weight: normal;
	z-index: 9999;
	position:fixed; 
	left:0;
	bottom: 0px;
	text-align:center;
}
.btn_b_form {
	width:100%;  
	position: absolute;
	top: -29px;
	right: 0;
	text-align:left;
}
.btn_b_form .btn_right {
	width: 1100px;
	margin: 0 auto;
}
.btn_b_form .btn_right strong {
	float:right;
	padding:2px 15px 2px 15px;
	background: #4a4a4a;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #fff;
	border: none;
	cursor: pointer;
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; 
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-top-right-radius: 4px; 
	border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; 
	border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; 
}
.btn_b_form .btn_right strong:hover {
	background:#3e3e3e;
}
.consul_main_b div.consul_box {
	width: 1100px;
	height:103px;
	height: 122px \9;
	padding:10px 0 10px 0;
	margin: 0 auto;
	overflow: hidden;
	background:url("/images/common/img_consul_title.png") no-repeat left top;
}
.consul_main_b div.consul_box div.consul_form {
	width: 950px;
	margin-left:150px;
	font-size:18px;
	overflow: hidden;
}
.consul_main_b div.consul_form_left {
	width: 500px;
	text-align: left;
	float:left;
	margin-top:8px;
	margin-left:50px;
	padding-top:11px;
	border-right:1px dashed #cccccc;
}
.consul_main_b div.consul_form_left input.inp_name {
	width:100px\9 !important;
}
.consul_main_b div.consul_form_left strong {
	color:#fff;
}
.consul_main_b div.consul_form_left p.class_check {
	padding-bottom:5px;
	margin-top:5px;
}
.consul_main_b div.consul_form_left strong {
	font-size:18px;
	line-height:24px;
}
.consul_main_b div.consul_form_left input[type="text"],
.consul_main_b div.consul_form_left select {
	font-size:16px;
	line-height:20px;
	vertical-align: middle;
}
.consul_main_b div.consul_form_left label {
	font-size:17px;
	line-height:21px;
}
.consul_main_b div.consul_form_right {
	width: 360px;
	float:right;
	margin-top:12px;
}
.consul_main_b div.consul_form_right div.privacy {
	float:left;
	padding-top:5px;
}
.consul_main_b div.consul_form_right div.privacy span {
	font-size: 12px;
	line-height: 27px;
	color:#fff;
	letter-spacing:-1px;
}
.consul_main_b div.consul_form_right div.privacy_btn {
	float:right;
	padding-top:5px;
	text-align:center;
	letter-spacing:-2px;
}
.consul_main_b div.consul_form_right div.privacy_btn a {
	width:175px;
	display:block;
	background:#eb310d;
	color:#fff;
	font-family: "Malgun Gothic";
	font-size: 24px;
	line-height: 30px;
	padding:18px 0 20px 0;
	border-radius: 8px;
	border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-top-left-radius: 8px; 
	border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-top-right-radius: 8px; 
	border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-bottom-left-radius: 8px; 
	border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-bottom-right-radius: 8px; 
}
.consul_main_b div.consul_form_right div.privacy_btn a:hover {
	background:#d42402;
	text-decoration: none;
}
.consul_main_b div.consul_form_left input,
.consul_main_b div.consul_form_left select {
	font-size: 16px;
	line-height: 20px;
	font-family: 굴림;
	background:#fff;
	border-radius:0;
}
.consul_main_b div.consul_form_left input {
	height: 26px \9!important;
}
.consul_main_b div.consul_form_left select {
	height: 30px \9!important;
	line-height: 30px \9!important;
}
input.typ_checkbox {
	background:none !important;
}
.consul_main_b div.consul_form_left select {
	height:20px !important;
	padding:4px 0;
	padding: 6px 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	border:none;
	background:#fff;
}

/* quick menu */
.quick_menu {
	width: 110px;
	position:absolute;
	z-index:80;
	top:0;
	left: calc(50% + 600px);
	text-align: center;
	transition: all 0.5s;
}
.quick_menu_box {
	width: 110px;
	height:396px;
	border-radius: 15px;
	background:#fff;
	border:1px solid #e5e5e5;
}
.quick_menu_box * {
	vertical-align: top;
}
.quick_menu_box ul {
	padding-top:6px;
}
.quick_menu_box ul li {
	margin-top:12px;
	color:#2a2a2a;
	font-size:14px;
	line-height:28px;
}
.quick_menu_box ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.btn_go_top {
	width: 46px;
	height:46px;
	margin: 16px auto 0 auto;
	border-radius: 23px;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:19px;
}
.btn_go_top img {
	margin-top:8px;
}
div.quick_menu_box_myroom {
	height: 372px;
}
div.quick_menu_box_myroom ul {
	width: 88px;
	margin: 0 auto;
}
div.quick_menu_box_myroom ul li {
	line-height:15px;
	letter-spacing: -2px;
	border-top:1px dashed #bfbfbf;
	padding:8px 0 10px 0;
	margin-top:0;
}
div.quick_menu_box_myroom img.quik_top_img {
	margin:20px 0 10px 0;
}
div.quick_menu_box_myroom .btn_go_top {
	line-height: 17px;
}

/* 220706 서브메뉴 */
.menu_new_wrap {
	height: auto;
}
.menu_new_group::after,
.menu_new ul::after {
	content: "";
	display: block;
	clear: both;
}
.menu_new li {
	float: left;
	width: 148px;
	text-align: center;
}
.menu_new a {
	width: 100%; height: 100px;
}
.snb {
	flex: 0 0 100%;
	display: none;
	position: absolute; right:0; top: 100px;
	line-height: 1.9;
	z-index: 9999;
}
.snb::after {
	content: "";
	dispaly: block;
	clear: both;
}
.snb ul {
	float: left;
	position: relative;
	padding: 10px 0 0 14px;
	width: 148px; height: 254px;
	background: #fff;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.snb ul:hover::before {
	content: "";
	display: block;
	clear: both;
	position: absolute; left: 50%; top:-5px;
	width: calc(100% + 2px); height: 5px;
	background: linear-gradient(45deg, #00a1e4, #6dc067);
	transform: translateX(-50%);
}
.snb ul:not(:first-of-type) {
	border-left: 0;
}
.snb li a {
	font-size: 14.5px;
	font-weight: 400;
	color: #777;
	letter-spacing: -1px;
	word-spacing: -1px;
}
.snb li a::before {
	content: "";
	display: inline-block;
	clear: both;
	position: relative; top: -5px;
	margin-right: 7px;
	width: 3px; height: 3px;
	background: #ccc;
}
.snb li a:hover {
	color: #333;
	text-decoration: underline;
}
.snb li a:hover::before {
	background: #333;
}


/* 2023-11-28 추가: 개인정보보호정책 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');
.pri_warp {clear:both;display:inline-block;width:764px;box-sizing: border-box;font-family: 'Noto Sans KR', sans-serif;font-weight:400;font-size:16px;margin-top:40px;}
.pri_tit1 {clear:both;display:block;width:100%;margin-bottom:15px;font-weight:700;font-size:30px;color:#333;}
.pri_tit2 {clear:both;display:block;width:100%;margin:70px 0px 15px 0px;font-weight:700;font-size:24px;color:#333;overflow:hidden;}
.pri_tit2:first-child { margin-top:0; }

.pri_col1 dl {width:100%;clear:both;margin:00px 0px 0px 0px;display:block;}
.pri_col1 dt {font-weight:700;color:#333;margin-top:15px;width:100%;clear:both;display:block;box-sizing: border-box;}
.pri_col1 dd {font-weight:400;color:#666;margin-top:5px;width:100%;clear:both;display:block;padding-left:30px;box-sizing: border-box;}

.pri_col2 dl {width:100%;clear:both;margin:00px 0px 0px 0px;display:block;overflow:hidden;}
.pri_col2 dt {float:left;font-weight:700;color:#333;margin-top:15px;width:7%;display:inline-block;box-sizing: border-box;}
.pri_col2 dd {font-weight:400;color:#666;margin-top:15px;width:93%;display:inline-block;box-sizing: border-box;}

.pri_col3 {clear:both;display:block;width:100%;padding-left:20px;margin-bottom:5px;box-sizing:border-box;}

.pri_tbl1 {clear:both;width:100%;border-top:2px solid #4583cf;}
.pri_tbl1 th {font-size:16px;text-align:center;padding:15px 10px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;font-weight:700;color:#333;background-color:#f7f7f7;}
.pri_tbl1 td {font-size:16px;text-align:center;padding:15px 10px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;font-weight:400;color:#666}



/* 매주 월요일 서버업데이트 추가 */
.server_update {
	margin: 20px 0 0;
	padding: 12px 10px 13px;
	width: calc(100% - 20px);
	line-height: 1.4;
	font-size: 1em;
	color: #fff;
	background: #292E49;
	letter-spacing: -0.06em;
	text-align: center;
	word-break: keep-all;	
}
.server_update small {
	display: block;
	font-size: 0.84em;
	color: #ffe259;
	letter-spacing: -0.05em;
}
.server_update em {
	font-weight: inherit;
	color: #ffe259;
}
.quick_menu .server_update {
	margin: 0 0 5px;
	padding: 10px 0 12px;
	width: 100%;
	line-height: 1.3;
	font-size: 0.9em;
	border-radius: 12px;
}
.quick_menu .server_update small {
	margin: 4px 0 0;
	font-size: 0.75em;
}

/* 시험 프로그램 설치하기 버튼 */
.btn_install_test_program {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 3px 0 0;
	width: 100%; height: 60px;
	font-size: 1.06em;
	color: #fff !important;
	background: #5c258d;
	letter-spacing: -0.08em;
	word-break: keep-all;
	box-sizing: border-box;
	transition: all .3s;
}
.btn_install_test_program:hover {
	background: #7f2f9f;
}


/* 학습설계 팝업 */
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.btn-ai-myplan {
	margin: 0 0 2px;
	width: 100%; height: 56px;
	line-height: 1.3;
	font-size: 0.94em;
	background: #396af3 url('/images/common/btn_ai_myplan.gif') no-repeat center top;
	border-radius: 12px;
	cursor: pointer;
}
.btn-ai-myplan > span {
	/*
	background: linear-gradient(0.25turn, #2871fa, #6717cd);
	color: transparent;
	-webkit-background-clip: text;
	*/
	/*
	display: flex;
	height: 110px;
	background: url('/images/common/btn_ai_myplan.png');
	color: #fff;
	*/
	display: none;
}
.ai-myplan-bg{
	display: none;
	content: '';
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
}
.ai-myplan{
	height: 580px;
	background: linear-gradient(#ebf2fc, #c5dffe);
	border-radius: 40px;
	padding-top: 60px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 10px 60px rgb(0 0 0/0.4);
}
.ai-myplan-title {
	text-align: center;
}
.ai-myplan-title > p {
	margin-bottom: 26px;
	font-size: 17px;
}
.ai-myplan-title > strong {
	font-family: 'GmarketSansBold';
	font-size: 40px;
	letter-spacing: -2px;
}
.ai-myplan-title > strong > span{
	background: linear-gradient(0.25turn, #2871fa, #6717cd);
	color: transparent;
	-webkit-background-clip: text;
}
.ai-myplan-title > strong > span{
	background: linear-gradient(0.25turn, #2871fa, #6717cd);
	color: transparent;
	-webkit-background-clip: text;
}
.ai-myplan-cont{
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	width: 70%;
	height: 310px;
	margin: 0 auto;
}
.ai-myplan-cont{ display: none;}
.active { display: block;}
/*
.ai-myplan-cont::before{
	display: block;
	content: '';
	position: absolute;
	top: -35px;
	right: -35px;
	background: url('/images/main_new/ai_obj.png') no-repeat;
	width: 91px;
	height: 90px;
}
.ai-myplan-cont::after{
	display: block;
	content: '';
	position: absolute;
	bottom: -50px;
	left: -164px;
	background: url('/images/main_new/clabbi_obj.png') no-repeat;
	width: 243px;
	height: 412px;
}
*/
.ai-myplan-cont-title{
	background: linear-gradient(0.25turn, #2871fa, #6717cd);
	border-radius: 30px 30px 0 0;
	padding: 16px 0;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ai-myplan-cont-title > p{
	display: inline-block;
	padding: 2px 13px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-top: 3px;
}
.ai-myplan-cont-title > span{
	font-size: 22px;
	margin-left: 10px;
}
.ai-myplan-cont-title > span > strong{
	display: contents;
}
#step2 .ai-myplan-list > li:nth-child(-n+3){
    width: 30%;
}
.ai-myplan-list{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-top: 40px;
	padding: 0 6%;
	flex-wrap: wrap;
	gap: 16px 12px;
}
#step2 .ai-myplan-list{
	margin-top: 66px;
}
.ai-myplan-list > li{
	width: 33.3%;
	text-align: center;
}
.ai-myplan-list input[type="radio"] {
	display: none;
}
.ai-myplan-list label span {
	display: block;
	line-height: 48px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color:#f9f9f9;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
	color: #aaa;
	font-size: 17px;
}

/* 선택됐을 때 */
.ai-myplan-list input[type="radio"]:checked + span {
	background-color: #e3effd;
	color: #284cf0;
	border: 1px solid #284cf0;
}
.ai-myplan-list input[type="radio"]:hover + span {
	box-shadow: 0 0 10px #bbb;
	color: #284cf0;
}
.ai-myplan-btn{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.ai-myplan-btn > button{
	padding: 15px 70px;
	font-size: 17px;
}
.ai-myplan-btn > .prev{
	background-color: #fff;
	border: 1px solid #999;
	border-left: 0;
	border-bottom: 0;
	color: #777;
	border-radius: 0 10px 0 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.xi-left-circle{
	margin-right: 10px;
}
.xi-right-circle{
	margin-left: 10px;
}
.ai-myplan-btn > .next{
	background-color: #2871fa;
	color: #fff;
	border-radius: 10px 0 20px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ai-myplan-btn > .prev:hover{
	color: #111;
}
.ai-myplan-btn > .next:hover{
	background-color: #215bcd;
}
.ai-myplan-close{
	text-align: center;
	margin-top: 20px;
}
.ai-myplan-close > button{
	color: #222;
	font-size: 18px;
	letter-spacing: -0.04em;
}
.ai-myplan-close > button img {
	vertical-align: bottom;
}