@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


.serveTitle,
.serveContent {
	width: 1261px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.serveContent {
	margin-bottom: 120px;
}

/* serve 페이지 공통 css 시작*/
.serveArea {
	position: relative;
	z-index: 2500;
	width: 100%;
	min-width: 1260px;
	margin-bottom: 120px;
}

.serveTitle {
	padding-top: 160px;
	box-sizing: border-box;
	color: #fff;
}

.serveTitleInner {
	width: 480px;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, 0.28);
}

.serveTitleInner h3 {
	font-weight: 600;
	font-size: 46px;
	line-height: 62px;
}

.serveTitleInner p {
	font-size: 28px;
}

p.secondTitle {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	margin-bottom: 60px;
}

p.secondTitle02 {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

h3.smallTitle {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

h3.smallTitle span {
	font-weight: 600;
	color: #004ea2;
}

.greenFont {
	color: #87c3c1;
}

.pinkFont {
	color: #dc8983;
}

.skyFont {
	color: #3daeda;
	font-weight: 500;
}

.redFont {
	color: #e20000;
	font-weight: 500;
}

.blueFont {
	color: #004ea2;
	font-weight: 500;
}

.buttonArea {
	margin: 0 auto;
	text-align: center;
}

.shortcutButton {
	text-align: center;
	background-color: #004ea2;
	padding: 15px 30px;
	border: none;
	border-radius: 50px;
	color: #ffffff;
	font-size: 22px;
}

.shortcutButton:hover {
	background-color: #52BDB5;
}

.hrdBg {
	height: 360px;
	background: url('../../_images/hrdBg.png')no-repeat left top;
	background-size: cover;
}

.eduBg {
	height: 360px;
	background: url('../../_images/eduBg.png')no-repeat left top;
	background-size: cover;
}

.eduprocessBg {
	height: 360px;
	background: url('../../_images/eduprocessBg.png')no-repeat left top;
	background-size: cover;
}

.supportBg {
	height: 360px;
	background: url('../../_images/supportBg.png')no-repeat left top;
	background-size: cover;
}

.signupBg {
	height: 360px;
	background: url('../../_images/signupBg.png')no-repeat left top;
	background-size: cover;
}

.privateBg {
	height: 360px;
	background: url('../../_images/privateBg.png')no-repeat left top;
	background-size: cover;
}

.secondArea {
	margin-bottom: 85px;
}

.secondArea h3 {
	margin-bottom: 15px;
}

.secondArea p {
	line-height: 30px;
}

.secondArea > p {
	line-height: 35px;
}

.thirdArea {
	margin-bottom: 30px;
	padding-left: 20px;
}

.thirdData {
	font-size: 15px;
	padding-left: 20px;
}


.searchArea ul li {
	display: inline-block;
	vertical-align: text-top;
}

.searchArea ul li input {
	cursor: auto;
	line-height: 35px;
	border: 1px solid #999999;
	width: 220px;
	padding-left: 10px;
	color: #999999;
}

.searchArea ul li button {
	width: 37px;
	height: 37px;
	background-color: #999999;
	border: none;
	margin-left: -4px;
}

.searchArea ul li button img {
	height: 30px;
}

form .listButton {
	margin-top: 30px;
}

.listButton {
	text-align: center;
}

.listButton button {
	font-size: 18px;
	background-color: #004ea2;
	padding: 10px 45px;
	border: none;
	color: #ffffff;
}

/* serve 페이지 공통 css 끝*/

/* 이상에듀 소개 시작 */
.ourVision {
	margin: 120px 0;
}

.ourVisionInner {
	text-align: center;

	padding: 10px 0;
	box-sizing: border-box;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

.ourVisionInner > div {
	height: 400px;
	flex-basis: 370px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #87c3c1;
}

.ourVisionInner div div {
	margin-top: 200px;
	padding: 10px 0;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.83);
}

.ourVisionInner div div p:first-of-type {
	font-size: 22px;
	font-weight: 600;
	color: #999999;
	margin-bottom: 10px;
}

.ourVisionInner > div:first-of-type {
	background: url('../../_images/introduce02.png')no-repeat left top;
}

.ourVisionInner > div:nth-of-type(2) {
	background: url('../../_images/introduce03.png')no-repeat left top;
}

.ourVisionInner > div:nth-of-type(3) {
	background: url('../../_images/introduce04.png')no-repeat left top;
}

.generalInner ul li {
	vertical-align: top;
	display: inline-block;
}

.nayaInform {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #999999;
	text-align: center;
}

.nayaInform li {
	display: block;
	width: 208px;
}

.nayaInform li img {
	display: block;
	text-align: center;
	margin: 0 auto 5px auto;
}

.nayaInform li:not(:last-of-type) {
	border-right: 1px solid #999999;
}

.nayaInform li strong {
	font-size: 20px;
	font-weight: bold;
}

.nayaInform li p {
	color: #999999;
	font-size: 15px;
}

.nayaImg {
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-left: 200px;
}

/* 이상에듀 소개 끝 */

/* 인증현황 시작 */
.certiArea02 > h1 {
	margin-bottom: 50px;
}

.certify {
	/*     text-align: center; */
	padding-top: 60px;
}

.certify li {
	/*     display:inline-block; */
}

.info {
	width: 440px;
	text-align: center;
}

.info h1 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 28px;
}

.certifyList li {
	margin: 0 auto;
	display: block;
	line-height: 24px;
}

.certify02 > li {
	padding: 60px 0;
}

.certify02 li {
	text-align: center;
	display: inline-block;
	width: 404px;
	vertical-align: top;
}

.info02 {
	vertical-align: top;
}

.info02 h1 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 26px;
}

.certify02 img {
	height: 335px;
	overflow: hidden;
}

.certifyList02 li {
	display: block;
	line-height: 24px;
}

/* 인증현황 끝 */

/* 찾아오시는길 시작 */
.location {
	box-shadow: 0px 4px 10px #999999;
}

.locationInner {
	margin-top: 60px;
}

.locationInner strong {
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
}

.locationInner p {
	font-size: 18px;
	height: 75px;
	margin-top: 10px;
}

.locationInner li {
	vertical-align: top;
	width: 600px;
	display: inline-block;
}

.locationInner li:last-of-type {
	border-left: 1px solid #919191;
	padding-left: 45px;
	box-sizing: border-box;
}

/* 찾아오시는길 끝 */


/* 연혁 시작 */



.history h2 {
	position: relative;
	font-size: 33px color: #000;
	line-height: 1;
}

.history h2:before {
	content: "";
	position: absolute;
	left: -48px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	border: 5px solid #ff5a2b;
	box-sizing: border-box;
}

.history div {
	position: relative;
	padding: 0 0 0 48px;
}

.history div:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ddd;
}

.history div:first-child:before {
	top: 10px;
	height: calc(100% - 10px);
}


.history ol {
	padding: 20px 0 74px;
}

.history li {
	font-size: 20px;
	color: #000;
	line-height: 29px;
}



/* 찾아오시는길 끝 */



/* 법정의무교육 시작 */
.courtDutyInner {
	text-align: center;
	margin-bottom: 60px;

	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	gap: 60px;
}

.courtDutyInner > div {
	height: 580px;
	padding: 40px 35px;
	box-sizing: border-box;
	flex-basis: 570px;
	background-color: #b1b1b1;
}

.courtDutyInner div div {
	margin-top: 210px;
	padding: 25px 0;
	background-color: rgba(255, 255, 255, 0.83);
}

.courtDutyInner div div p:last-of-type {
	height: 50px;
}

.courtDutyInner h3 {
	font-size: 32px;
	color: #fff;
	text-shadow: 2px 3px 3px #505050;
}

.dataTitle {
	font-size: 20px;
	color: #e20000;
	margin-bottom: 30px;
	line-height: 24px;
}

.dataTitle span {
	font-weight: 600;
	font-size: 24px;
}

.dataContent {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
}

.dataContent span {
	font-weight: 600;
}

.courtDutyInner > div:first-of-type {
	background: url('../../_images/courtDuty01.png')no-repeat left top;
}

.courtDutyInner > div:nth-of-type(2) {
	background: url('../../_images/courtDuty02.png')no-repeat left top;
}

.courtDutyInner > div:nth-of-type(3) {
	background: url('../../_images/courtDuty03.png')no-repeat left top;
}

.courtDutyInner > div:nth-of-type(4) {
	background: url('../../_images/courtDuty04.png')no-repeat left top;
}

.courtDutyInner > div:nth-of-type(5) {
	background: url('../../_images/courtDuty05.png')no-repeat left top;
}

.courtDutyInner > div:nth-of-type(6) {
	background: url('../../_images/courtDuty06.png')no-repeat left top;
}

/* 법정의무교육 끝 */

/* 위탁교육안내 시작 */

.secondArea table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	line-height: 28px;
}

.secondArea th,
.secondArea td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #444444;
}

.secondArea th {
	background-color: #004ea2;
	color: #ffffff;
	border-right: 1px solid #fff;
}

/* 위탁교육안내 끝 */

/* 과정개발절차 시작  */
.developmentContent {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

.developmentContent > div {
	border: 1px solid #999999;
	border-radius: 10px;
	flex-basis: 225px;
	padding: 30px 15px;
	box-sizing: border-box;
}

.developmentContent div h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}

.developmentContent div.underLine {
	width: 40px;
	height: 4px;
	text-align: center;
	margin: 0 auto;
	background-color: #004ea2;
	margin-bottom: 20px;
}

/* 과정개발절차 끝  */


/* tab 공통 css 시작*/
.eduprocessTop {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: center;

	margin-bottom: 40px;
}

.periodArea {
	margin-bottom: 25px;
	text-align: center;
	background-color: #eeeeee;
	height: 65px;
	line-height: 65px;
}

.periodArea ul li {
	display: inline-block;
}

.periodArea ul li:first-of-type {
	margin-right: 60px;
}

.periodArea ul li p {
	font-size: 22px;
	padding-left: 26px;
	box-sizing: border-box;
	background: url('../../_images/listIcon.png')no-repeat left 20px;
	background-size: 26px;

}

.periodArea ul li p span {
	color: #e20000;
}

.tabMenu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #999999;
	transition: all 0.3s ease;
}

.tabMenuLink {
	border: none;
	outline: none;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: inherit;
	cursor: pointer;
	padding: 15px 30px;
	border-bottom: 2.5px solid transparent;
	color: #9194a1;
	background: #ffffff;
	transition: all 0.3s ease;
}

.tabMenuLink::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 2;
}

.tabMenuLink:hover {
	color: #004ea2;
}

.tabMenuLink.is-active {
	bottom: 0px;
	z-index: 0;
	overflow: hidden;
	font-weight: 500;
	border-bottom: 2.5px solid #004ea2;
	color: #004ea2;
	background: #ffffff;
}

.tabbar {
	/* border-bottom: 1px solid #999999; */
	background: #ffffff;
}

.tabbar.is-active {
	display: block;
}

.tabbar p {
	font-size: 18px;
	text-align: center;
}

.tabbarContent {
	width: 100%;
	transition: all 0.3s ease;
}

.tabbarContent.is-active {
	display: block;
}

.noList {
	padding: 30px 0;
	text-align: center;
}

/* tab 공통 css 시작*/

/* 교육과정 공통 css 시작 */
.processList {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: center;

	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #444444;
}

.processInform > li {
	display: inline-block;
	vertical-align: top;
}

.processInform > li ul li {
	display: block;
}

.processInform li img {
	width: 200px;
}

.processContent {
	padding: 15px 0px 0px 15px;
	box-sizing: border-box;
}

.processContent li:first-of-type {
	font-size: 15px;
	color: #999999;
	margin-bottom: 5px;
}

.processTitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.processContent li:first-of-type span {
	background-color: #3daeda;
	color: #ffffff;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 14px;
}

.processButton li {
	text-align: center;
	padding: 0 15px;
	line-height: 45px;
}

.processButton li:first-of-type {
	border: 1px solid #444444;
	margin-bottom: 10px;
}

.processButton li:first-of-type a {
	background: url('../../_images/infoBlack.png')no-repeat left center;
	background-size: 28px;
	padding-left: 32px;
}

.processButton li:first-of-type:hover {
	background-color: #e2e2e2;
}

.processButton li:first-of-type:hover a {
	color: #000;
}

.processButton li:last-of-type {
	background-color: #004ea2;
}

.processButton li:last-of-type a {
	color: #ffffff;
	background: url('../../_images/document.png')no-repeat left center;
	background-size: 26px;
	padding-left: 32px;
}

.processButton li:last-of-type:hover {
	background-color: #005eda;
}

.lectureViewArea {
	padding-bottom: 40px;
}

.lectureViewArea > li {
	display: inline-block;
	vertical-align: top;
}

.lectureViewArea li img {
	width: 350px;
}

.lectureContent {
	padding: 20px 0 0 15px;
}

.lectureContent li:first-of-type {
	font-size: 15px;
	color: #999999;
	margin-bottom: 5px;
}

.lectureContent li div a {
	padding: 10px 40px;
	box-sizing: border-box;
	line-height: 40px;
}

.lectureContent li div a:first-of-type {
	border: 1px solid #444444;
	margin-right: 10px;
}

.lectureContent li div a:last-of-type {
	color: #ffffff;
	border: 1px solid #004ea2;
	background-color: #004ea2;
}

.lectureViewInner {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 40px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.innerSection {
	margin-bottom: 65px;
}

.innerSection h3 {
	font-weight: 500;
	line-height: 24px;
	padding-left: 10px;
	border-left: 3px solid #004ea2;
	margin-bottom: 15px;
}

.innerSection p {
	padding-left: 10px;
	line-height: 35px;
}

.innerSection table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	line-height: 24px;
}

.innerSection table tr th {
	border-right: 1px solid #fff;
}

.innerSection table th {
	background-color: #004ea2;
	color: #ffffff;
}

.innerSection table th,
.innerSection table td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #444444;
}

.snsArea {
	padding-left: 10px;
}

.snsArea a:not(:last-of-type) {
	margin-right: 15px;
}

/* 교육과정 공통 css 끝 */

/* 과정 신청하기 css 시작 */
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #48494a9e;
}

#modal .lectureSubmit {
	width: 640px;
}

#modal > div {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border: 1px solid #121212;
}

#modal > div > h1 button {
	position: absolute;
	left: 100%;
	width: 32px;
	height: 32px;
	margin: 0 0 0 -45px;
	padding: 0;
	background: #d0d6da;
	border: 3px solid #292f33;
	border-radius: 16px;
}

#modal > div > h1 button:hover {
	border: 3px solid #1289d9;
}

#modal > div > h1 {
	overflow: hidden;
	margin: 0;
	padding: 10px 15px;
	line-height: 32px;
	font-size: 16px;
	background: #004EA2;
	color: #efefef;
}

.BBSList table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #565656 !important;
}

.BBSList table th {
	border-top: 1px solid #565656;
}

.BBSList table td {
	border-top: 1px dashed #999;
}

.BBSList table th,
.BBSList table td {
	text-align: center;
	padding: 15px 0;
	line-height: 20px;
}

.BBSWrite li {
	overflow: hidden;
	padding: 5px 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 22px;
	list-style: none;
}

.BBSWrite li > h1,
.BBSWrite li div.halfDiv > h1 {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	border-right: 2px solid #ccc;
	vertical-align: middle;
}

.BBSWrite li input[type="tel"],
.BBSWrite li input[type="text"],
.BBSWrite li input[type="password"],
.BBSWrite li select,
.BBSWrite li input[type="file"] {
	height: 32px;
	padding: 0 5px;
	border: 1px solid #999;
	color: #666;
	vertical-align: middle;
}

.BBSWrite .tel {
	width: 60px;
}

.BBSWrite li div.normalText {
	line-height: 24px;
}

.BBSWrite div.btnArea {
	padding: 20px 0;
	border-bottom: 1px solid #565656;
	text-align: center;
}

.BBSWrite div.btnArea button {
	height: 48px;
	margin: 0 5px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #666;
	padding: 0 20px;
	line-height: 24px;
	color: #fff;
	font-size: 20px;
}


/* 과정 신청하기 css 끝 */

/* support top 부분 시작*/
.supportTop {
	text-align: right;
	margin-bottom: 80px;
}

.supportSelect {
	height: 37px;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 15px;
	margin-right: 5px;
}

.supportTable table {
	text-align: center;
	/*width: 100%;*/
	width: 1220px;
	border-collapse: collapse;
	margin-bottom: 30px;
	line-height: 28px;
}

.supportTable th,
.supportTable td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #444444;
	border-right: none;
	border-left: none;
}

.supportTable td a {
	vertical-align: middle;
}

.supportTable td img {
	width: 32px;
	padding-left: 2px;
	vertical-align: center;
}

.supportTable td > p.subject {
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: center;
}

.supportTable td > p.content {
	width: 600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: center;
}

.supportTable td.on > p {
	white-space: normal;
}

/* support top 부분 끝*/


.noticePoint {
	background-color: #f0f0f0;
}

.pageArea {
	text-align: center;
}

.pageArea ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
}

.tableNumber {
	width: 110px;
}

.tableDate {
	width: 135px;
}

.tableView {
	width: 130px;
}

.tableCategory {
	width: 150px;
}

.tableScope {
	width: 160px;
}

.pageArea ul li.active {
	border: 2px solid #004ea2;
	border-radius: 50px;
}

.pageArea ul li.active a {
	color: #004ea2;
	font-weight: 500;
}

.pageArea02 {
	text-align: center;
	margin-bottom: 30px;
}

.pageArea02 ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
}

.pageArea02 ul li.active {
	border: 2px solid #004ea2;
	border-radius: 50px;
}

.pageArea02 ul li.active a {
	color: #004ea2;
	font-weight: 500;
}

/* 공지사항 table 시작*/
.noticeStyle tr td:nth-of-type(2) {
	text-align: left;
	padding-left: 30px;
}

.noticeStyle tr td:nth-of-type(2) a {
	max-width: 732px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 공지사항 table 끝*/

/* 시스템공지안내 table 시작 */
.systemStyle tr td:nth-of-type(2) {
	text-align: left;
	padding-left: 30px;
}

.systemStyle tr td:nth-of-type(2) a {
	max-width: 732px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 시스템공지안내 table 끝 */

/* 자주묻는질문 table 시작 */
.faqStyle tr td:nth-of-type(2) {
	width: 120px;
}

.faqStyle tr td:nth-of-type(3) {
	text-align: left;
	padding-left: 30px;
}

.faqStyle tr td:nth-of-type(3) a {
	max-width: 890px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faqTitle {
	cursor: pointer;
	padding: 20px;
	box-sizing: border-box;
}

.showOpen {
	clear: both;
	padding: 60px 40px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-bottom: 1px solid #444444;
}

/* 자주묻는질문 table 끝 */


/* 학습자료실 table 시작 */
.learningStyle tr td:nth-of-type(2) {
	text-align: left;
	padding-left: 30px;
}

.learningStyle tr td:nth-of-type(2) a {
	max-width: 1002px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 학습자료실 table 끝 */

/* 블로그 학습카페 시작 */
.blogStyle tr td:nth-of-type(3) {
	text-align: left;
	padding-left: 30px;
}

.blogStyle tr td:nth-of-type(3) a {
	max-width: 592px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 블로그 학습카페 끝 */

/* 수강후기 시작 */
span.scopeStyle {
	font-size: 18px;
	font-weight: 500;
	color: #e20000;
}

.reviewsStyle tr td:nth-of-type(3) {
	text-align: left;
	padding-left: 30px;
}

.reviewsStyle tr td strong {
	display: block;
}

.reviewData {
	max-width: 880px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	cursor: pointer;
}

.reviewDataOn {
	white-space: normal;
}

.reviewsStyle tr td img {
	width: 100%;
}

/* 수강후기 끝 */


/* 고객지원 내용 공통 css 시작*/
.supportView {
	border-top: 2px solid #444444;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 30px;
}

.supportViewTitle {
	padding: 25px 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
}

.supportViewTitle p span {
	background-color: #004ea2;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	padding: 3px 15px;
	margin-right: 5px;
}

.supportViewInform {
	padding: 15px 0px;
	box-sizing: border-box;

	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;

	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: center;
}

.supportViewInform ul li {
	display: inline-block;
	padding: 0 20px;
}

.supportViewInform ul li:first-of-type {
	border-right: 1px solid #c5c5c5;
}

.supportViewInform div {
	padding: 6px 10px;
	box-sizing: border-box;
	margin-right: 20px;
	background-color: #999999;
}

.supportViewInform div a {
	color: #ffffff;
	font-size: 14px;
}

.supportViewInform div a img {
	width: 32px;
}

.supportViewContent {
	padding: 60px 20px;
	box-sizing: border-box;
}

.marginP {
	height: 35px;
}

/* 고객지원 내용 공통 css 끝*/

/* 신규교육문의, 1:1문의 시작 */
.questionForm {
	margin-bottom: 30px;
}

.questionForm ul li:not(:last-of-type) {
	margin-bottom: 30px;
}

.questionForm ul li > * {
	vertical-align: middle;
	display: inline-block;
}

.questionForm ul li p {
	width: 120px;
}

.questionForm input,
.questionForm select {
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #999999;
	line-height: 30px;
}

.questionForm select {
	height: 42px;
}

/* 신규교육문의, 1:1문의 끝 */


/* 로그인 페이지 시작*/
.loginArea {

	margin-top: 120px;
	box-sizing: border-box;
	text-align: center;
}

.loginTop {
	margin-bottom: 40px;
}

.loginTop img {
	margin-bottom: 10px;
}

.loginTop p {
	font-size: 18px;
	font-weight: 600;
}

.loginBox {
	margin-bottom: 40px;
}

.loginBox input {
	display: block;
	margin: 0 auto;
	width: 380px;
	line-height: 50px;
	padding-left: 46px;
	font-size: 16px;
	border: 1px solid #999999;
}

#loginId {
	background: url('../../_images/loginIcon02.png')no-repeat 10px center;
	background-size: 26px;
	margin-bottom: 15px;
}

#loginPassword {
	background: url('../../_images/loginIcon03.png')no-repeat 10px center;
	background-size: 26px;
}

.loginButton {
	margin-bottom: 20px;
}

.loginButton button {
	background-color: #004ea2;
	color: #ffffff;
	border: none;
	width: 428px;
	line-height: 50px;
	font-size: 18px;
}

.loginBottom ul li {
	display: inline-block;
	padding: 0 20px;
}

.loginBottom ul li:not(:last-of-type) {
	border-right: 1px solid #999999;
}

.loginBottom ul li a {
	color: #999999;
}

/* 로그인 페이지 끝*/

/* 아이디찾기 시작 */
.searchBox {
	width: 490px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.searchBox label,
.searchBox span {
	font-size: 16px;
}

.searchBox input {
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 50px;
}

.searchBox ul li {
	text-align: left;
}

.searchBox ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

/* 아이디찾기 끝 */

/* 회원가입 시작 */
.agreementTop {
	background: url(../../_images/caution.png)no-repeat 30px center;
	background-color: #004ea2;
	color: #ffffff;
	margin-top: 50px;
	padding: 30px 30px 30px 95px;
	line-height: 30px;
}

.agreementPage {
	margin-bottom: 30px;
}

.agreementSection {
	margin-bottom: 60px;

	justify-content: flex-start;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
}

.agreeLeft {
	min-width: 240px;
}

.agreeLeft p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.agreeLeft input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	accent-color: #004ea2;
	margin-right: 5px;
}

.agreeLeft label {
	vertical-align: middle;
	font-size: 16px;
	line-height: 25px;
}

.agreeBox {
	flex-basis: 985px;
	font-size: 15px;
	line-height: 24px;
	height: 400px;
	overflow-y: scroll;
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.agreeBox p {
	margin: 10px 0;
}

.agreeBox a {
	color: #0000EE;
	text-decoration: underline;
}

.linkcolor {
	color: #0000EE;
	text-decoration: underline;
}

.agreeBox table {
	border-collapse: collapse;
	margin: 30px 0;
	line-height: 28px;
}

.agreeBox th,
.agreeBox td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.confirmBox label,
.confirmBox span {
	font-size: 16px;
}

.confirmBox input {
	vertical-align: middle;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 50px;
}

.confirmBox ul li {
	text-align: left;
}

.confirmBox ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

.confirmBox select {
	vertical-align: top;
	padding: 13px 10px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 16px;
}

.confirmButton {
	padding: 140px 0 0 30px;
}

.confirmButton button {
	background-color: #999999;
	height: 50px;
	border: none;
	font-size: 16px;
	padding: 0px 40px;
	box-sizing: border-box;
	color: #ffffff;
}

.signup02Box {
	margin-bottom: 30px;
}

.signup02Box ul li:not(:last-of-type) {
	margin-bottom: 30px;
}

.signup02Box ul li > * {
	vertical-align: middle;
	display: inline-block;
}

.signup02Box ul li p {
	width: 120px;
}

.signup02Box input,
.signup02Box select {
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #999999;
	line-height: 30px;
}

.signup02Box select {
	height: 42px;
}

#sendEmail,
#sendSMS,
#marketingYN {
	accent-color: #004ea2;
	width: 18px;
	height: 18px;
}

.signup02Box label {
	font-size: 16px;
	margin-right: 10px;
}

/* 회원가입 끝 */

/* 개인정보보호 시작 */
.privateArea p {
	line-height: 30px;
}

.privateArea table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	line-height: 28px;
}

.privateArea th,
.privateArea td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #999999;
}

/* 개인정보보호 끝 */

/* 이메일주소무단수집거부 시작 */
.emailArea {
	border: 8px solid #eeeeee;
	padding: 60px 0;
	box-sizing: border-box;
	text-align: center;
}

.emailArea img {
	margin-bottom: 10px;
}

.emailArea p {
	font-size: 18px;
	line-height: 28px;
}

p.emailTitle {
	font-size: 24px;
	color: #d61338;
	font-weight: 600;
	margin-bottom: 30px;
}

/* 이메일주소무단수집거부 끝 */

/* agreementCheck 시작*/
.agreementCheck {
	margin: 50px auto 30px auto;
}

.enterP {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}

#agreement05 {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	accent-color: #004ea2;
	margin-right: 5px;
}

/* agreementCheck 끝 */

/*courtDutyEdu 법정의무교육이란 시작*/
.courtDutyCommon {
	display: flex;
	align-content: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 60px 0;
}

.courtDutyCommon > * {
	flex: 1;
	box-sizing: border-box;
}

.dutyCommonTit {
	display: block;
	width: 100%;
	padding: 16px 24px 28px 24px;
	border-radius: 8px;
	
	background-color: #004ea2;
	color: #ffffff;
}

.dutyCommonTit .txtTit {
	font-size: 34px;
	font-weight: bold;
	
	display: block;
	margin: 0 0 10px 0;
}

.dutyCommonTxt {
	display: block;
	width: 100%;
	padding: 16px 24px 24px 24px;
	border-radius: 8px;
	
	border: 1px solid #004ea2;
}

.dutyCommonTxt .txtTit {
	color: #004ea2;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin: 0 0 14px 0;
}

.txtList {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/*courtDutyEdu 법정의무교육이란 끝*/


/*logic 교육진행절차 시작*/
.processDescBox {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.descBox {
	display: flex;
	gap: 70px;
	
	padding: 28px 32px;
	border-radius: 14px;
	border: 2px solid #004ea2;
}

.arrow-down {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #004ea2;
}

.descTxtTit {
	font-size: 22px;
	display: block;
	margin: 0 0 20px 0;
	color: #004ea2;
	font-weight: bold;
}
/*logic 교육진행절차 끝*/

