/* common */
.hider {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 공통 head */
.head .head-top {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #bfbfbf;
}

.head .head-top-inner {
	width: 1100px;
	margin: 0 auto;
}

.head .sdedu-logo,
.head .tmp-logo {
	float: left;
	margin-top: 0;
	height: 100%;
}
.head .sdedu-logo a,
.head .tmp-logo a,
.head .footer-logo,
.head .footer-address .customer {
	display: block;
}
.head .sdedu-logo a {
	margin-right: 15px;
	width: 109px;
	height: 70px;
	background: url('/_skin/tpl_skin/basic_gongin2/images/common/sidae_logo.png') no-repeat left -8px center;
}
.head .tmp-logo a {
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 70px;
	font-family: 'noto5';
	font-weight: 600;
	font-size: 23px;
	letter-spacing: -1px;
}

.head .tmp-logo a > * {
	display: flex;
	align-items: center;
	padding-top: 0;
}

.head .tmp-logo a span {
	font: inherit;
}

.head .tmp-logo a .icon-ebs {
	padding-top: 3px;
}

.head .tmp-logo a > i img {
	vertical-align: middle;
}

.head .head-top ul li a {
	display: block;
	font-family: 'noto3';
	font-weight: 300;
	font-size: 16px;
}

.head .move-head {
	position: absolute;
	left: 0;
	top: 126px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
	z-index: 11;
}
.head .move-head.active {
	position: fixed;
	left: 0;
	top: 0;
}
.head .head-nav {
	position: relative;
	height: 50px;
	line-height: 50px;
}
.head .head-nav .logo-section {
	height: 70px;
}
.head .head-nav .total-menu {
	display: block;
	font-family: 'noto5';
	font-size: 15px;
	width: 130px;
	overflow: hidden;
	cursor: pointer;
	color: #2f2f30;
	line-height: 50px;
	font-weight: 100;
	font-family: 'noto3', sans-serif;
	text-align: left;
	background: none;
	border: 0;
	margin-left: 5px;
}

.head .head-nav .total-menu:focus {
	outline: none;
}
.head .head-nav .total-menu img {
	vertical-align: middle;
	margin-top: -3px;
}
.head .head-nav .head-gnb-section {
	margin-right: 10px;
}
.head .head-nav .head-gnb-section li {
	float: left;
	width: 120px;
}
.head .head-nav .head-gnb-section li a {
	display: block;
	width: 100%;
	color: #2f2f30;
	font-size: 15px;
	font-weight: 600;
	font-family: 'noto3', sans-serif;
	text-align: center;
}
.head .head-nav .head-gnb-section li a.selected {
	font-family: 'noto5', sans-serif;
	color: #1583b8;
}
.head .date_bn {
	float: right;
	height: 100%;
}
.head .date_bn a {
	display: block;
	position: relative;
	line-height: 19px;
	padding: 15px 18px 0 50px;
	box-sizing: border-box;
	letter-spacing: -0.075em;
	text-align: left;
	font-size: 15px;
	font-family: 'noto6';
}
.head .date_bn a::before {
	content: '';
	position: absolute;
	width: 44px;
	height: 40px;
	left: 0;
	bottom: 0;
	background: url('/_skin/tpl_skin/common_images/gnb/text_date_icon.png') no-repeat right center;
}
.head .date_bn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	bottom: 0px;
	right: 0;
	background: url('/_skin/tpl_skin/common_images/gnb/text_date_arrow.png') no-repeat 2px center;
}

.head .dday {
	display: table;
	width: auto;
	height: 70px;
	line-height: 18px;
}
.head .dday span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	letter-spacing: -0.7px;
	font-family: 'noto3';
}
.head .dday span b {
	font-family: 'noto5';
}
.head .dday span:first-child {
	font-size: 13px;
}
.head .dday span:last-child {
	font-size: 20px;
	font-family: 'noto6';
}

/* 카테고리 페이지 내 공통 GNB*/
div.gnb_wrap {
	width: 100%;
	position: absolute;
	background: #fff;
	z-index: 101;
	border-top: none;
	border-bottom: 1px solid #bfbfbf;
}
.head-nav .gnb_wrap {
	border-top: 1px solid #bfbfbf;
}
.gnb_wrap.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	background: #fff;
	border-bottom: 1px #ccc solid;
}
.gnb_wrap .big_gnb {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 100;
}
.gnb_wrap .big_gnb ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.gnb_wrap .big_gnb ul li {
	position: relative;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	font-family: 'noto5';
	font-weight: 400;
}
.gnb_wrap .big_gnb ul li .selected {
	color: #3694b6;
	font-family: 'noto6';
}
.gnb_wrap .big_gnb ul li.btn {
	text-align: left;
	width: 185px;
}
.gnb_wrap .big_gnb ul li input {
	background: none;
	vertical-align: middle;
	margin: 0;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'noto4';
	background: url('https://static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_list_icon.png') no-repeat left center;
	cursor: pointer;
}
.gnb_wrap .big_gnb ul li dl {
	width: 100%;
	padding: 10px 0 0 0;
	position: absolute;
	display: none;
}
.gnb_wrap .big_gnb ul li dl dd {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	margin: 12px 0 0 0;
	width: 110px;
	letter-spacing: -1.5px;
	font-family: 'noto4';
	font-weight: 400;
}
.gnb_wrap .big_gnb ul li dl dd a {
	display: block;
	text-align: left;
}
.gnb_wrap .big_gnb ul li dl dd:hover,
.gnb_wrap .big_gnb ul li dl dd a.selected {
	color: #3694b6;
	font-family: 'noto5';
}
.gnb_wrap .sub_gnb_wrap {
	border-top: 1px #bfbfbf solid;
	border-bottom: 2px #000 solid;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}
.gnb_wrap .sub_gnb_wrap .mid {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	position: relative;
}
.gnb_wrap .sub_gnb_wrap .bn_box {
	width: 140px;
}
.gnb_wrap .sub_gnb_wrap .bn_box a {
	display: block;
}
.gnb_wrap .sub_gnb_wrap input {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	bottom: 20px;
	right: 0px;
	width: 110px;
	height: 17px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_close.png') 0 0 no-repeat;
}

/* 독학사 GNB */
.head.type_2 .head-nav .total-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	margin-top: 12px;
	overflow: hidden;
	cursor: pointer;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/images/main/gnb_list_icon.png') center no-repeat;
	border: 1px solid #000000;
	background-size: cover;
}
.head.type_2 .head-nav .total-menu:hover {
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_list_icon.png') center no-repeat;
	background-size: cover;
}
.head.type_2 .head-nav .total-menu > img {
	width: 100%;
}
.head.type_2 .head-nav .total-menu:focus {
	outline: none;
}
.head.type_2 .head-nav .head-gnb-section {
	overflow: hidden;
}
.head.type_2 .head-nav .head-gnb-section li {
	float: left;
	width: auto;
	text-align: center;
	padding: 0 75px 0 0;
}
.head.type_2 .head-nav .head-gnb-section li:last-child {
	padding: 0;
}
.head.type_2 .head-nav .head-gnb-section li a {
	display: block;
	width: 100%;
	color: #2f2f30;
	font-size: 18px;
	font-weight: 100;
	font-family: 'noto4', sans-serif;
}
.head.type_2 .head-nav .head-gnb-section li a.selected,
.head.type_2 .head-nav .head-gnb-section li a:hover {
	font-family: 'noto4', sans-serif;
	color: #5804a2;
}
/* 독학사 GNB : 메뉴 전체보기*/
.head.type_2 .dim-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: none;
	color: #000000;
	transform: skew(-0.03deg);
	overflow: auto;
	background: #ffffff;
}
.head.type_2 .dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
}
.head.type_2 .total-menu-wrap {
	width: 1100px;
	height: auto;
	max-height: 100%;
	font-family: 'noto4';
	margin: 0 auto;
	overflow: auto;
}
/*.total-menu-wrap .menu_scroll {height:762px;  overflow:auto;}*/
.head.type_2 .total-menu-wrap.active {
	display: block;
	background: #fff;
	z-index: 9999;
}
.head.type_2 .total-menu-wrap .total-menu-title {
	width: 100%;
	height: 53px;
	position: relative;
	font-size: 20px;
	margin-bottom: 30px;
}
.head.type_2 .total-menu-wrap .total-menu-title > .btn-tml-close {
	position: absolute;
}
.head.type_2 .total-menu-wrap .total-menu-sub-title {
	height: 60px;
	line-height: 60px;
	margin-bottom: 25px;
}
.head.type_2 .total-menu-wrap .total-menu-sub-title ul li {
	float: left;
	width: 175px;
	font-size: 19px;
	box-sizing: border-box;
	padding-left: 11px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	margin-right: 52px;
}
.head.type_2 .total-menu-wrap .total-menu-sub-title ul li:last-child {
	margin-right: 0;
}
.head.type_2 .total-menu-wrap .left-menu {
	width: 300px;
	padding: 5px;
	box-sizing: border-box;
}
.head.type_2 .total-menu-wrap .left-menu > a {
	display: block;
	width: 130px;
	height: 93px;
	margin-top: 20px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_security2/images/common/free_off.png') 0 0 no-repeat;
	cursor: pointer;
}
.head.type_2 .total-menu-wrap .left-menu > a:hover {
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_security2/images/common/free_on.png') 0 0 no-repeat;
}
.head.type_2 .total-menu-wrap .total-menu-list {
	width: 182px;
	margin-right: 43px;
	padding-left: 12px;
	min-height: 200px;
	line-height: 20px;
	font-family: 'noto3';
	font-weight: 100;
	box-sizing: border-box;
}
.head.type_2 .total-menu-wrap .total-menu-list:last-child {
	margin-right: 0;
}
.head.type_2 .total-menu-wrap .total-menu-list > h5 {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'noto4';
}
.head.type_2 .total-menu-wrap .total-menu-list .btn-tml-style1.selected {
	color: #5804a2 !important;
}
.head.type_2 .total-menu-wrap .total-menu-list ul {
	width: auto;
	box-sizing: border-box;
	margin-bottom: 31px;
}
.head.type_2 .total-menu-wrap .total-menu-list ul:last-child {
	margin-bottom: 0;
}
.head.type_2 .total-menu-wrap .total-menu-list ul li {
	margin-bottom: 3px;
	position: relative;
	padding-left: 8px;
	font-size: 13.5px;
	letter-spacing: 0.1px;
	transform: skew(-0.05deg);
	font-family: 'noto3';
	font-weight: 100;
	color: #2b2b2b;
}
.head.type_2 .total-menu-wrap .total-menu-list ul li::after {
	content: '';
	width: 4px;
	height: 1px;
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	background: #333333;
}
.head.type_2 .total-menu-wrap .total-menu-list .cs-info {
	position: relative;
	margin-top: 29px;
}
.head.type_2 .total-menu-wrap strong {
	display: block;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #1c45c8;
}
.head.type_2 .total-menu-wrap ul li ul {
	margin-top: 5px;
}
.head.type_2 .total-menu-wrap h5 > a:hover,
.total-menu-wrap ul li a:hove.head.type_2 r,
.total-menu-wrap ul li a.selec.head.type_2 ted {
	color: #5c0ab4;
	text-decoration: underline;
	font-family: 'noto4';
}
.head.type_2 .total-menu-wrap button.btn-tml-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-family: 'noto3';
	font-weight: 300;
	right: 24px;
	top: 13%;
	width: 25px;
	height: 25px;
	padding: 10px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/renew_img/main/close_btn.png') right 0 no-repeat;
}
.head.type_2 .total-menu-wrap button.btn-tml-close:hover {
}

.head.type_2 .depth-menu-list .top-th {
	width: 175px;
	height: 60px;
	line-height: 60px;
	font-size: 19px;
	box-sizing: border-box;
	padding-left: 11px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 89px 56px 22px 0;
}
.head.type_2 .depth-menu-list .top-th p {
	font-family: 'noto4';
}
.head.type_2 .depth-menu-list .link-list h5 {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'noto4';
}
.head.type_2 .page-title .location {
	float: right;
}

/* 서브 head */
.top {
	display: block;
	margin: 50px auto 0;
	position: relative;
	width: 100%;
	height: auto;
}

.top .top_text {
	margin: 0 auto;
	width: 1100px;
	padding: 46px 0 55px 0;
	color: #fff;
}

/* 컨텐츠 레이아웃 */
.container {
	position: relative;
	padding-top: 0;
}

.container.sub-container {
	padding-top: 0;
}

div.container.bbs-container {
	margin-top: 50px;
	padding-top: 0;
}

.container.sub-container > .content {
	padding-top: 50px;
}

.container.sub-container .content {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 40px;
}

.container .center-wrap,
.container.sub-container .center-wrap {
	width: 1100px;
	margin: 0 auto;
}

.container.sub-container .sub-content {
	margin-top: 50px;
	padding-top: 0;
}

.snb-list-wrap.style3 .snb-list {
	width: 1100px;
}

.container.bbs-container .A-board-wrap,
.container.bbs-container .board_top {
	width: 1100px !important;
	margin: 0 auto;
}

.container.sub-container .A-board-wrap .total-search {
	padding-right: 1px;
}

.container.sub-container:not(.mgt30) .board_top,
.container.bbs-container:not(.mgt30) .board_top {
	margin-top: 39px;
}
