@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* Pretendard - CDN */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-subset.min.css");

html * {
    /* font-size: 12px; */
    font-family: 'Dotum', '돋움','Roboto','Noto Sans KR', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Arial', sans-serif;
}

body {
    height: 100%;
    font-size: 12px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

ul, li, ol, dl, dd {
    list-style-type: none;
}

a {
    text-decoration:none !important; border:none;
}

input, select, button, label {vertical-align:middle;}
input[type="submit"] {border:0;cursor:pointer;}

input[type="radio"], input[type="checkbox"] {
    margin: 0 0 4px;
    margin-top: 1px \9;
    line-height: normal;
}


.form-group {
    margin-bottom: 0;
}

.inner_wrap {width: 1200px; margin: 0 auto; }
.inner_wrap ul {margin: 0; padding: 0;}
.flex {display: flex; align-items: center;}
.float-r {float: right;}
.float-l {float: left;}

/*상단*/
#head {width: 100%; padding: 0; margin: 0; background:#fff;}
#head .head-content {padding-top:20px;padding-bottom: 20px; justify-content: space-between;}

#head .gnb {width:100%;background: #2a82df;min-width: 1200px;}
#head .main-menu li{width:150px;}
#head .main-menu > li > a {text-align: center;color: #fff; font-size: 17px; font-weight: 400;padding:17.5px; font-family:'Noto Sans KR', sans-serif;}
#head .main-menu > li > a:hover {background-color: #2a82df;}
#head .main-menu > li:checked {background-color: #2a82df !important;}
/*#head .main-menu > li > a:hover:after {width: 100%;}
#head .main-menu > li > a:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }*/

#head .main-menu .list-group{
	width: 150px;
    position: absolute;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
    border-radius: 0 0 15px 15px !important;
    background: #fff;
    padding: 15px 8px;
    border: 1px solid #ccc;
}
#head nav .main-menu .list-group .list-group-item{
	width: 130px;
	background: none;
	border: 0;
	border-radius: 10px;
	line-height: 32px;
	padding: 0 10px !important;
}
#head nav .main-menu .list-group .list-group-item:hover {background: #eef2f9;}
#head .main-menu .list-group a{
    color: #000;
    font-size: 14px;
    font-family:'Roboto','Noto Sans KR', sans-serif;
    padding: 0 !important;
}
#head .main-menu .list-group a small {font-family:'Roboto','Noto Sans KR', sans-serif;}
#head .nav-pills > li > a {
    border-radius: 0;
}
#head .nav-pills > li > a:focus {background: none;}

#btn-nav-full[aria-expanded="false"] .bx-menu {
    display: block;
}
#btn-nav-full[aria-expanded="true"] .bx-menu {
    display: none;
}

#btn-nav-full[aria-expanded="false"] .bx-x {
    display: none;
}
#btn-nav-full[aria-expanded="true"] .bx-x {
    display: block;
}

#head #nav-full {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color:#FFFFFF;
    z-index: 999;
    border-bottom: solid 1px #d0d1d3;
    border-top:none;
    padding-left: 15px;
}
#head #nav-full .menu-group{
    border-right:solid 1px #d0d1d3;
    height: 600px;
}
#head #nav-full .menu-group:first-child {border-left: 1px solid #d0d1d3;}
#head #nav-full .menu-group:last-child {border-right:none;}
#head #nav-full .menu-group:last-child:hover {background: none;}
#head #nav-full .menu-group:hover {background: #f7f8fa;}
#head #nav-full .menu-group .margenta {font-size: 14px; color:#f127b1; font-weight: 600; font-family:'Noto Sans KR', sans-serif; padding: 0;}
#head #nav-full .menu-group .blue {font-size: 14px; color:#2b74e0; font-weight: 600; font-family:'Noto Sans KR', sans-serif; padding: 0;}


#head #nav-full .list-group{
    padding-top:15px;
}

#head #nav-full li{
    border:none;
    padding:5px;
    text-align: left;
    background: transparent;
}
#head #nav-full li b {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 15px;}
#head #nav-full li a {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 14px; color: #646464}
#head #nav-full li a:hover {color: #000; text-decoration: underline !important;}
#head #nav-full li small {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 13px; color: #87898f;}

#head #nav-full .btn-block {
	font-family:'Roboto','Noto Sans KR', sans-serif;
	font-size: 15px;
	font-weight: 500;;
	border-radius: 0;
	height: 43px;
	color: #fff;
	background: #555;
}


#head .top_search{
    width: 314px;
    margin:0 auto;
}

#head .top_search .input-box {
    height: 42px;
    border: 1px solid #d8deef;
    border-radius: 20px;
    -webkit-box-shadow:0px 3px 10px 0px #f1f1f1;
    -moz-box-shadow:0px 3px 10px 0px #f1f1f1;
    -o-box-shadow:0px 3px 10px 0px #f1f1f1;
    -ms-box-shadow:0px 3px 10px 0px #f1f1f1;
    box-shadow:0px 3px 10px 0px #f1f1f1;
    padding-top: 8px;
    }
#head .top_search .input-box input[type='text'] {
	font-family:'Noto Sans KR', sans-serif;
    width: 230px;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    }
#head .top_search .input-box input::placeholder {color: #b1b1b1;}
#head .header_util a:hover {background: none !important}

#head .header_util li {padding-left: 17px;}
#head .header_util li small {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 13px; color: #87898f;}
#head .header_util li a {font-size: 13px; color: #7d7d7d; font-weight: 500; font-family:'Noto Sans KR', sans-serif; padding: 0;}
#head .header_util li a .margenta {font-size: 13px; color:#f127b1; font-weight: 600; font-family:'Noto Sans KR', sans-serif; padding: 0;}
#head .header_util li a .blue {font-size: 13px; color:#2b74e0; font-weight: 600; font-family:'Noto Sans KR', sans-serif; padding: 0;}
#head .header_util .util_special a {color: #1b1b1b;}
#head .header_util a:hover .bxs-chevron-down {
    transform: rotate(-180deg);
    transition: transform 0.4s ease-out,
    -webkit-transform 0.4s ease-out;
}

/*특별한혜택*/
#head .header_util .dropdown-menu {
	padding: 10px 0;
	border-radius: 15px;
	left: -12px;
}
#head .util_special > a, #head .util_special > a:hover, #head .util_special > a:focus {background: #fff !important;}
#head .util_special ul {
	min-width: 150px;
	padding: 12px !important;
}
#head .util_special ul li {
	padding: 2px 8px !important;
	border-radius: 6px;
	}
#head .util_special ul li:hover {background: #eef2f9;}
#head .dropdown-menu .divider {padding: 0 !important;}

/*로그인 기업정보*/
#head .topnav-login > a, #head .topnav-login > a:hover, #head .topnav-login > a:focus {background: #fff !important;}
#head .topnav-login a {color: #1b1b1b !important;}

#head .topnav-login .dropdown-menu {padding: 0; overflow: hidden; text-align: center;}
#head .topnav-login .dropdown-menu li {padding: 8px 0;}
#head .topnav-login .dropdown-menu li a {line-height: 22px;}
#head .topnav-login .top_menu_text {background: #eef2f9; padding: 10px 0 !important;}
#head .topnav-login .top_menu_text p {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 13px; color: #2a82df; margin-bottom: 0;}
#head .topnav-login .top_menu_text p i {position: relative; top: 1px;}
#head .topnav-login .top_menu_text h5 {font-family:'pretendard', sans-serif; font-size: 20px; font-weight: 900; color: #0e0d53; margin: 0;}
#head .topnav-login .top_menu_text small {font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 12px; letter-spacing: -1px;}
#head .topnav-login .divider {margin: 0;}
#head .topnav-login .dropdown_logout {background: #87898f; padding: 12px 0;}
#head .topnav-login .dropdown_logout a {color: #fff !important; font-weight: 700;}

/*교육배너*/
#head .top-nav-banner{
    position: absolute;
    right:-126px;
    top: -34px;
}

/*하단*/
#footer {width: 100%;  border-top: 1px solid #d2d6e0; padding-bottom: 30px; margin: 0; clear: both; background:#fff;}/*margin-top:50px;*/
#footer .flex {justify-content: space-between; align-items: stretch;}
#footer .fnb {width: 100%; height: 80px; line-height: 80px;}
#footer .fnb a {margin-right: 30px; font-size: 14px; color: #7f7f7f; font-weight: 500; font-family:'Noto Sans KR', sans-serif;}
#footer .fnb a > b {color: #000; font-weight: 500; font-size: 14px; font-family:'Noto Sans KR', sans-serif;}
#footer address {color: #797979; line-height: 24px;}
#footer address p span {padding: 0 13px; background: url(/images/info21c/common/line_v_top.png) 0 2px  no-repeat; font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 13px;}
#footer address p span:first-child {background: none; padding-left: 0;}
#footer p {margin-bottom: 0; font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 13px;}

#footer .site_info {padding-top: 22px;}
#footer .family_site { }
#footer .family_site .group {width: 222px; height: 48px; float: right; position: relative; border: 1px solid #d2d6e0;}
#footer .family_site .group a {width:100%; height:100%; line-height: 46px; color: #3e3e3e; text-align: inherit; font-family:'Roboto','Noto Sans KR', sans-serif;}
#footer .family_site .group .label {font-size: 16px;}
#footer .family_site .group.active .label::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#footer .family_site .group.active .list { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }
.label { font-size: 1.5rem;}
#footer .family_site a { display: block; position: relative; padding: 0 2rem;}
#footer .family_site .label::after { position: absolute; top: auto; left: auto; right: auto; font-family: "xeicon"; font-size: 1.8rem; right: 2rem;  content: '\e942' ; -webkit-transition: all 0.2s; transition: all 0.2s; }
#footer .family_site .list {
    font-size: 13px !important;
    visibility: hidden;
    overflow: hidden;
    width: 0; height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100% !important;
    margin-bottom: 0.1rem;
    background-color: #fff;
    border: 1px solid #d2d6e0;
    color: rgba(255,255,255,0.5);
    padding: 10px 0;
    }
#footer .family_site .list li:hover {background: #f0f1f3;}
#footer .family_site .list li > a { line-height: 30px;  font-size: 13px;}
#footer .foot_sns {margin-right: 10px;}
#footer .foot_sns img {padding-top: 8px; margin-right: 10px;}
#footer .foot_banner {clear:both; text-align: right; padding-top: 10px !important;}

/*하단인증서*/
.certificate {height: 74px; border-bottom: 1px solid #d2d6e0; line-height: 70px;}
.certificate .inner_wrap {display: flex; justify-content: space-between; cursor: pointer;}


/*공통서브*/
/*서브탑 타이틀*/
#sub_top {width:100%; height:150px; background: #f6f7f9;}
#sub_top .inner_wrap {justify-content: space-between;}
#sub_top .sub_top_title h2 {
	font-family:'Roboto','Noto Sans KR', sans-serif;
	font-size: 44px;
	font-weight: 700;
	color: #212121;
	padding: 9px 13px 9px 0;
	margin:0;
	background: url(/images/info21c/sub/bu_dot.png) no-repeat right 0;
	}
#sub_top .payment_top_text, .title_top_text {color: #5b5b5b; margin-left: 25px; font-family:'Roboto','Noto Sans KR', sans-serif; font-size: 14px;}
#sub_top .title_top_text {line-height: 22px;}
#sub_top .payment_top_text span {font-size: 14px; font-family:'Roboto','Noto Sans KR', sans-serif;}
#sub_top .sub_top_link li {
	float: left;
	width: 98px;
	height: 95px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 17px 0;
	margin-left: 15px;
	transition: all .3s ease;
	box-shadow: 1px 3px 10px 0px #dfe1e7;
	letter-spacing: -0.5px;
	}
#sub_top .sub_top_link li span {color: #353535; font-weight: bold; line-height: 33px; font-size: 13px; font-family:'Roboto','Noto Sans KR', sans-serif;}
#sub_top .sub_top_link li:hover {box-shadow: 0 20px 20px -16px #c3c8d1; }
#sub_top .sub_top_link:hover li:not(:hover) {opacity: 0.6;}

/*서브컨텐츠*/
.sub_inner {align-items: flex-start !important; justify-content: space-between; padding-top: 38px;}

/*사이드메뉴*/
.sub_snb {width: 210px;}
.sub_snb>ul>li {line-height: 48px;}
.sub_snb>ul>li>a {font-size: 18px; color: #000; font-weight: 300; font-family:'Roboto','Noto Sans KR', sans-serif;}
.sub_snb>ul>li.active a, .sub_snb>ul>li>a:hover {font-weight: 500;}
.snb_sns {margin-top: 14px;}
.snb_sns a {margin-right: 3px;}
.sub_snb hr {margin: 10px 0; border-top: 1px solid #d8dae0;}
.sub_snb i {font-size: 18px; position: relative; top: 1px;}

.snb_depth li {line-height: 40px;}
.snb_depth li a {font-size: 16px; font-weight:300 !important; color: #555;}
.snb_depth li.active a, .snb_depth li a:hover {color: #2a82df; text-decoration: underline !important;}

.inner_wrap .sub_contents {width: 940px; min-height: 600px; padding-bottom: 60px;}
.cont_title {
	width: 100%;
	height: 50px;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
    padding-top: 8px;
    position: relative;
    }
.cont_title h3 {font-size: 23px; font-weight: bold; margin: 0; font-family:'Roboto','Noto Sans KR', sans-serif;}
.cont_title h3 small {font-size: 15px; color: #707070; font-family:'Roboto','Noto Sans KR', sans-serif;}
.cont_title .right_text {position: absolute; right: 0; bottom: 7px; color: #707070;}

/*서브탭*/
.sub_tab li {
	padding: 14px 22px;
	border-radius: 10px;
	margin-right: 10px;
	}
.sub_tab li>a {font-size: 16px; font-weight: 500; color: #737373;}
.sub_tab li.active {box-shadow: 0 0 10px 3px #ececec;}
.sub_tab li.active a, .sub_tab li>a:hover {color: #2a82df}

/*top 띠배너*/
#top_banner {width: 100%; height: 64px; background: #1b2050; text-align: center;}












