@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@media all and (min-width:768px) {

	/* 공통 css 시작 */
	.serveTopArea,
	.serveContentArea,
	.lectureSearch,
	.agreeCheckWrap {
		margin: 0 auto;
		padding: 0px 3%;
		box-sizing: border-box;
	}

	.serveTopArea {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		height: 70px;
		margin-bottom: 80px;
	}

	.serveTitleArea h3 {
		font-size: 26px;
	}

	.serveContentArea img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.searchStyle {
		background-color: #004ea2;
		padding: 15px;
	}

	.backBtnArea {
		line-height: 28px;
		min-width: 32px;
	}

	.backBtnArea a img {
		width: auto;
		height: auto;
		max-width: 22px;

	}

	.blueBtn {
		width: 100%;
		background-color: #004ea2;
		text-align: center;
		border-radius: 8px;
		line-height: 65px;
		margin-bottom: 30px;
	}

	.blueBtn a {
		font-size: 24px;
		color: #fff;
	}

	.serveContentArea {
		margin-bottom: 80px;
	}

	p.secondTitle {
		font-weight: 500;
		font-size: 28px;
		text-align: center;
		margin-bottom: 50px;
	}

	h3.smallTitle {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 25px;
	}

	.greenFont {
		color: #87c3c1;
	}

	.pinkFont {
		color: #dc8983;
	}

	.redFont {
		color: #e20000;
		font-weight: 500;
	}

	.blueFont {
		color: #004ea2;
		font-weight: 500;
	}

	.skyFont {
		color: #3daeda;
		font-weight: 500;
	}

	h3.smallTitle span {
		font-weight: 600;
		color: #004ea2;
	}

	p.secondTitle02 {
		font-weight: 500;
		font-size: 32px;
		text-align: center;
		margin-bottom: 30px;
	}

	.secondInfoP {
		font-size: 18px;
		text-align: center;
		margin-bottom: 70px;
	}

	.secondArea {
		margin-bottom: 50px;
	}

	.secondArea > p {
		line-height: 35px;
		font-size: 18px;
	}

	.secondArea table {
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
		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;
	}

	.thirdArea {
		margin-bottom: 30px;
		padding-left: 20px;
	}

	.secondArea p {
		line-height: 26px;
	}

	.secondArea p:not(:last-of-type) {
		margin-bottom: 10px;
	}

	/* 공통 css 끝 */


	/* 로그인 시작 */
	.loginArea .user-box {
		position: relative;
	}

	.loginTop {
		margin-bottom: 60px;
	}

	.loginTop li img {
		width: auto;
		height: auto;
		max-width: 250px;
		margin-bottom: 20px;
	}

	.loginTop li p {
		font-size: 28px;
		line-height: 36px;
		font-weight: 500;
	}

	.loginArea .user-box {
		border-bottom: 1px solid #979797;
	}

	.loginArea .user-box:first-of-type {
		margin-bottom: 30px;
	}

	.loginArea .user-box:nth-of-type(2) {
		margin-bottom: 80px;
	}

	.loginArea .user-box input {
		width: 100%;
		padding: 20px 0 10px 0;
		font-size: 20px;
		border: none;
		outline: none;
		background: transparent;
	}

	.loginArea .user-box label {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px 0 20px 0;
		font-size: 1.3rem;
		color: #979797;
		transition: .25s;
	}

	.loginArea .user-box input:focus ~ label,
	.loginArea .user-box input:valid ~ label {
		top: -20px;
		left: 0;
		color: #004ea2;
		font-size: 1.05rem;
	}

	.loginArea form a {
		color: #fff;
		font-size: 24px;
	}

	.loginBottom ul {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
		margin-left: 12px;
	}

	.loginBottom ul li {
		font-size: 22px;
		line-height: 20px;
		display: inline-block;
		padding: 0 50px;
		box-sizing: border-box;
	}

	.loginBottom ul li:first-of-type {
		border-right: 1px solid #000;
	}

	/* 로그인 끝 */

	/* 아이디찾기, 비밀번호찾기 시작*/
	.searchBox {
		margin-bottom: 80px;
	}

	.searchBox ul li div {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.searchBox ul li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.searchBox ul li label {
		display: block;
		font-size: 20px;
		margin-bottom: 10px;
		color: #979797;
	}

	.searchBox ul li input {
		font-size: 20px;
		padding: 0px 10px;
		box-sizing: border-box;
		border-radius: 8px;
		line-height: 60px;
		border: 1px solid #979797;
	}

	.searchBox ul li input:focus {
		border-color: #004ea2;
		outline: none;
		box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35);
	}

	.searchBox ul li input#searchName,
	.searchBox ul li input#searchID {
		width: 100%;
	}

	.searchBox ul li div {
		width: 100%;
	}

	.searchBox ul li input#searchYear {
		width: 33%;
	}

	.searchBox ul li input#searchMonth {
		width: 30%;
	}

	.searchBox ul li input#searchDay {
		width: 30%;
	}

	.searchBox ul li input#searchPhone1,
	.searchBox ul li input#searchPhone2,
	.searchBox ul li input#searchPhone3 {
		width: 33%;
	}

	.searchBox ul li span {
		font-size: 20px;
		color: #979797;
	}

	.yearBox span {
		margin-left: 10px;
	}

	.yearBox span:not(:last-of-type) {
		margin-right: 10px;
	}

	.phoneBox span {
		margin: 0 10px;
	}

	/* 아이디찾기, 비밀번호찾기 끝 */

	/* 내정보 시작 */
	.mypageTop {
		margin-top: 30px;
	}

	.mypageInner {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		background-color: #fff;
		padding: 30px 20px;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0px 3px 10px 6px #eeeeee;
	}

	.mypageInner li {
		font-size: 22px;
	}

	.mypageInner li a span {
		font-weight: 500;
		color: #004ea2;
	}


	.mypageInner li:last-of-type {
		border: 1px solid #979797;
		padding: 0px 15px;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		min-height: 32px;
		font-size: 20px;
	}

	.mypageInner li.loginOff {
		/* display: none; */
		display: block;
	}

	.mypageInner li.loginOn {
		/* display: block; */
		display: none;
	}

	.mypageMenuInner ul {
		padding: 30px 0;
	}

	.mypageMenuInner ul {
		border-bottom: 1px solid #ddd;
	}

	.mypageMenuInner ul li p {
		color: #909090;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.mypageMenuInner ul li a {
		font-weight: 500;
		font-size: 22px;
		line-height: 36px;
	}

	.mypageMenuInner ul li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.logoutArea {
		margin-top: 30px;
		text-align: center;
	}

	.logoutArea a {
		font-size: 20px;
		color: #909090;
	}

	/* 내정보 끝 */

	/* 개인정보변경 시작 */
	.formArea {
		margin-top: 50px;
	}

	.formArea ul {
		margin-bottom: 50px;
	}

	.formArea ul li {
		font-size: 20px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.formArea ul li div {
		width: 100%;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.formArea ul li:not(:last-of-type) {
		margin-bottom: 35px;
	}

	.formArea ul li p {
		min-width: 140px;
	}

	.formArea ul li input,
	.formArea ul li select {
		line-height: 45px;
		height: 45px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 18px;
		border-radius: 5px;
		border: 1px solid #979797;
	}

	.formArea ul li input[type="text"],
	.formArea ul li input[type="password"],
	.formArea ul li select.consultSelect {
		width: 100%;
	}

	.formArea .formTel {
		width: 45%;
	}

	.formArea ul li span {
		margin: 0 10px;
	}

	.formArea ul li input:focus,
	.formArea ul li select:focus,
	.formArea ul li textarea:focus {
		border-color: #004ea2;
		outline: none;
		box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35);
	}

	.formArea ul li select#mobile01,
	.formArea ul li select#phone01 {
		width: 25%;
	}

	.formArea ul li input#zipCode {
		width: 40%;
	}

	.formArea ul li select#email01,
	.formArea ul li select#email02 {
		width: 20%;
	}

	.formArea ul li select#selectEmail {
		width: 75%;
	}

	.formArea ul li button#zipCodebtn {
		background-color: #999999;
		height: 45px;
		border: none;
		font-size: 18px;
		padding: 0px 30px;
		box-sizing: border-box;
		border-radius: 5px;
		color: #ffffff;
		margin-left: 5px;
	}

	.formArea label {
		font-size: 20px;
		margin-right: 30px;
		vertical-align: middle;
	}

	#sendEmail,
	#sendSMS,
	#marketingYN {
		accent-color: #004ea2;
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

	p.redpoint {
		position: relative;
	}

	p.redpoint::after {
		content: "*";
		color: #ee0000;
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		top: -2px;
		margin-left: 2px;
	}

	p.mobileP {
		text-indent: -9999px;
	}

	/* 개인정보변경 끝 */

	/* 1:1 상담문의 시작 */
	.formArea textarea {
		width: 100%;
		min-height: 150px;
		overflow-y: scroll;
		padding: 10px;
		box-sizing: border-box;
		font-size: 18px;
		border-radius: 5px;
	}

	/* 1:1 상담문의  끝 */

	/* 서비스 이용약관 , 개인정보처리방침 시작 */
	.agreeArea div.agreeBox {
		margin-bottom: 50px;
	}

	.agreeArea h2 {
		text-align: center;
		font-size: 28px;
		margin-bottom: 35px;
		color: #004ea2;
	}

	.agreeArea h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.agreeArea ul li:not(:last-of-type) {
		margin-bottom: 50px;
	}

	.agreeArea ul li p {
		line-height: 28px;
	}

	.agreeArea ul li p {
		margin-bottom: 10px;
	}

	.agreeArea ul li div.left20 {
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.agreeArea ul li div.left20 p {
		margin-bottom: 5px;
	}

	.agreeArea ul li div.left20 p a {
		color: #0000EE;
		text-decoration: underline;
	}

	/* 서비스 이용약관 ,  개인정보처리방침 끝 */

	/* 이상에듀 소개 시작 */
	.ourVision {
		margin: 50px 0;
	}

	.ourVisionInner {
		text-align: center;
		box-sizing: border-box;
		justify-content: space-between;
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.ourVisionInner > div {
		flex-basis: 32%;
		padding: 3%;
		box-sizing: border-box;
		background-color: #87c3c1;
	}

	.ourVisionInner div div {
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.83);
		min-height: 210px;
	}

	.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;
		background-size: cover;
	}

	.ourVisionInner > div:nth-of-type(2) {
		background: url('../../_images/introduce03.png')no-repeat left top;
		background-size: cover;
	}

	.ourVisionInner > div:nth-of-type(3) {
		background: url('../../_images/introduce04.png')no-repeat left top;
		background-size: cover;
	}

	.generalInner ul li p:first-of-type {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.generalInner ul li p:nth-of-type(2) {
		color: #004ea2;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.nayaInform {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;

		padding: 20px 0;
		border: 1px solid #999999;
		text-align: center;
	}

	.nayaInform li {
		flex-basis: 33%;
	}

	.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;
	}

	/* 이상에듀 소개 끝 */


	/* 인증현황 시작 */
	.certify02 {
		text-align: center;
	}

	.certify02 > li {
		width: 46%;
		margin-bottom: 50px;
	}

	.certify02 > li:nth-of-type(odd) {
		margin-right: 7%;
	}

	.certify02 li {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.info02 {
		vertical-align: top;
	}

	.info02 h1 {
		font-weight: 600;
		margin-bottom: 15px;
		font-size: 24px;
	}

	.certify02 img {
		overflow: hidden;
	}

	.certifyList02 li {
		display: block;
		line-height: 24px;
	}

	/* 인증현황 끝 */

	/* 찾아오시는길 시작 */
	.location {
		box-shadow: 0px 4px 10px #999999;
	}

	.locationInner {
		margin-top: 50px;
	}

	.locationInner ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.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;
		display: inline-block;
	}

	.locationInner li:last-of-type {
		width: 50%;
		border-left: 1px solid #919191;
		box-sizing: border-box;
		padding-left: 30px;
	}

	/* 찾아오시는길 끝 */

	/* 법정의무교육 시작 */
	.courtDutyInner {
		margin: 0 auto;
		text-align: center;

		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 30px;
	}

	.courtDutyInner > div {
		width: 47%;
		height: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
		background-color: #b1b1b1;
	}

	.courtDutyInner div div {
		min-height: 230px;
		margin-top: 50px;
		padding: 25px 0;
		background-color: rgba(255, 255, 255, 0.83);
	}

	.courtDutyInner h3 {
		font-size: 28px;
		min-height: 80px;
		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;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(2) {
		background: url('../../_images/courtDuty02.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(3) {
		background: url('../../_images/courtDuty03.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(4) {
		background: url('../../_images/courtDuty04.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(5) {
		background: url('../../_images/courtDuty05.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(6) {
		background: url('../../_images/courtDuty06.png')no-repeat left top;
		background-size: cover;
	}

	/* 법정의무교육 끝 */


	/* 과정개발절차 시작  */
	.developmentContent {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 3%;
	}

	.developmentContent > div {
		border: 1px solid #999999;
		border-radius: 10px;
		flex-basis: 31.2%;
		padding: 30px 15px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.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;
	}

	/* 과정개발절차 끝  */

	/*  lecture 시작 */
	.lectureBannerWrap {
		padding: 0 3%;
	}

	.lectureBanner {
		background: linear-gradient(45deg, #58a8f9, #5176ee);
		padding: 20px 3%;
		color: #fff;
		font-size: 28px;
		font-weight: 500;
		margin-bottom: 30px;
		border-radius: 5px;

		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.lectureBanner ul li span {
		animation: blink-effect 1.5s step-end infinite;
	}

	.lectureBanner ul li:first-of-type {
		margin-bottom: 10px;
	}

	@keyframes blink-effect {
		50% {
			opacity: 0;
		}
	}

	.lectureSearch {
		margin-bottom: 30px;
	}

	.search-wrapper {
		border: 2px solid #004ea2;
		background-color: #fff;
		border-radius: 100px;
		padding-left: 30px;
		box-sizing: border-box;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		overflow: hidden;
	}

	.search-wrapper .searchClose {
		margin-right: 10px;
		display: none;
	}

	.search-wrapper .search-input {
		border: none;
		flex: 1;
		outline: none;
		height: 100%;
		/* padding: 0 40px; */
		box-sizing: border-box;
		font-size: 20px;
	}

	.search-wrapper button {
		background-color: transparent;
		border: none;
	}

	.search-wrapper img {
		max-width: 40px;
	}

	.scrollMenuArea {
		border-bottom: 1px solid #ddd;
	}

	.scrollMenuArea .slide-box .slide-item {
		min-width: 130px;
		padding: 10px;
		box-sizing: border-box;
		font-size: 20px;
		text-align: center;
		border-radius: 50px;
		background-color: #ededed;
		margin-bottom: 10px;
	}

	.scrollMenuArea .slide-box .slide-item a {
		color: #a3a3a3;
		font-weight: 400;
	}

	.scrollMenuArea .slide-box .active {
		background-color: #004ea2;
	}

	.scrollMenuArea .slide-box .active a {
		color: #fff;
		font-weight: 500;
	}

	.lectureWrap ul li.lectureList a {
		display: block;
		padding: 30px 3% 40px 3%;
		box-sizing: border-box;
	}

	.lectureTitle {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.mobilePossible {
		position: absolute;
		left: 10px;
		top: 10px;
		background-color: #33cccc;
		width: 130px;
		color: #fff;
		padding: 8px 10px;
		box-sizing: border-box;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 10px;
		line-height: 16px;
	}

	.lectureList:not(:last-of-type) {
		border-bottom: 10px solid #f4f4f4;
	}

	.lectureList div {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 20px;
		position: relative;
	}

	.lectureList div img {
		height: auto;
		width: auto;
		max-width: 35%;
	}

	.lectureList div ul li span {
		color: #a3a3a3;
		font-size: 20px;
	}

	.lectureList div ul li:first-of-type {
		margin-bottom: 5px;
	}

	.lectureList div ul li h3 {
		font-size: 22px;
		margin-bottom: 25px;

	}

	.lectureList div ul li p {
		font-size: 18px;
		line-height: 28px;
	}

	/*  lecture 끝 */

	/* lectureView 시작 */
	.lectureViewArea {
		margin-bottom: 50px;
	}

	.lectureViewArea div.lectureImgWrap {
		text-align: center;
		border-bottom: 1px solid #909090;
		padding-bottom: 30px;
	}

	.lectureInfo {
		border-bottom: 1px solid #909090;
	}

	.lectureInfo > ul {
		padding-top: 30px;
		margin-bottom: 40px;
	}

	.lectureInfo > ul li .mobilePossible02 {
		background-color: #33cccc;
		width: 150px;
		color: #fff;
		padding: 8px 10px;
		box-sizing: border-box;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 15px;
		line-height: 16px;
	}

	.lectureInfo > ul li:first-of-type {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.lectureInfo > ul li span {
		color: #a3a3a3;
		font-size: 20px;
	}

	.lectureInfo > ul li:first-of-type {
		margin-bottom: 5px;
	}

	.lectureInfo > ul li h3 {
		font-size: 24px;
		margin-bottom: 20px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.lectureInfo > ul li p {
		font-size: 18px;
	}

	.lectureBtnArea {
		margin-bottom: 30px;
	}

	.lectureBtnArea ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;

	}

	.lectureBtnArea ul li {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;


		width: 48%;
		min-height: 45px;
		border: 1px solid #c5c5c5;
		padding: 5px 30px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.lectureBtnArea ul li img {
		margin-right: 10px;
	}

	.lectureBox {
		padding: 50px 0;
		border-bottom: 1px solid #ddd;
	}

	.lectureBox h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.lectureBox p {
		font-size: 18px;
		line-height: 36px;
		color: #262626;
	}

	.lectureBox table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		border-collapse: collapse;
		line-height: 28px;
		text-align: center;
	}

	.lectureBox th,
	.lectureBox td {
		padding: 12px;
		box-sizing: border-box;
		border: 1px solid #444444;
	}

	.lectureBox th {
		background-color: #004ea2;
		color: #ffffff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.lectureSnsArea li {
		display: inline-block;
	}

	.lectureSnsArea li:not(:last-of-type) {
		margin-right: 25px;
	}

	/* lectureView 끝 */

	/* board 시작 */
	.boardArea {
		border-top: 1px solid #a3a3a3;
	}

	.boardArea ul {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.boardArea ul li {
		border-bottom: 1px solid #ddd;
	}

	.boardArea ul li a {
		display: block;
		padding: 30px 0px;
	}

	.boardArea ul li a div {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.boardArea ul li a div img {
		width: 100%;
		height: 100%;
		max-width: 36px;
	}

	.boardArea ul li a div h3 {
		font-size: 22px;
		letter-spacing: -0.4px;
		margin-bottom: 15px;
		flex-basis: 95%;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.boardArea ul li a p {
		font-size: 20px;
		color: #a3a3a3;
	}

	/* board 끝 */


	/* boardView 시작 */
	.boardViewTop {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 30px 0;
		margin-bottom: 35px;
	}

	.boardViewTitle {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.boardViewTop p {
		font-size: 18px;
		color: #a3a3a3;
	}

	.addfileArea {
		margin-bottom: 50px;
	}

	.addfileArea a {
		color: #fff;
		padding: 10px 12px;
		box-sizing: border-box;
		background-color: #999999;
	}

	.addfileArea a img {
		width: 100%;
		height: 100%;
		max-width: 32px;
		margin-right: 5px;
	}

	.infoContent {
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}

	/* boardView 끝 */

	/* 자주묻는질문 시작 */
	.faqTop10 {
		margin-bottom: 50px;
	}

	.faqTop10 .faqTopItem {
		width: 180px;
		padding: 15px;
		background-color: #f3faff;
		border: 1px solid #dfebf3;
		border-radius: 10px;
		min-height: 120px;
		font-size: 18px;
	}

	.faqTop10 .faqTopItem li:first-of-type p {
		margin-bottom: 5px;
		color: #004ea2;
		font-size: 20px;
		font-weight: 500;
	}

	.faqTop10 .faqTopItem li:nth-of-type(2) p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.faqArea ul li {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;

		padding: 30px 0px;
	}

	.faqArea ul {
		padding: 0 3%;
		border: 1px solid #ddd;
	}

	.faqArea ul li:not(:last-of-type) {
		border-bottom: 1px solid #ddd;
	}

	.faqArea ul li a {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.faqArea ul li p {
		font-size: 22px;
	}

	.faqArea ul li img {
		max-width: 36px;
		margin-right: 5px;
	}

	/* 자주묻는질문 끝 */

	/* 자주묻는질문 자세히보기 시작 */
	.faqViewTop {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 30px 0;
		margin-bottom: 35px;
	}

	.faqViewTop img {
		margin-bottom: 15px;
	}

	.faqViewTitle {
		font-size: 22px;
	}

	/* 자주묻는질문 자세히보기 끝 */

	/* 나의강의실 공통 시작 */
	.progressBannerWrap {
		padding: 0 3%;
	}

	.progressBanner {
		border: 2.5px solid #e70000;
		padding: 20px 3%;
		font-weight: 500;
		margin-bottom: 30px;
		border-radius: 5px;
		text-align: center;

		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}

	.progressBanner ul li img {
		max-width: 35px;
	}

	.progressBanner ul li:nth-of-type(2) p {
		color: #e70000;
		font-size: 28px;
		margin-bottom: 8px;
	}

	.progressBanner ul li:nth-of-type(3) {
		font-size: 22px;
	}

	.progressBanner ul li span {
		position: relative;
		color: #e70000;
	}

	.progressBanner ul li span::before {
		content: "";
		background-color: #f82525;
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: -1;

		width: 100%;
		height: 2px;

	}

	.progressMenu {
		border-bottom: 1px solid #a3a3a3;
	}

	.progressMenu ul {
		padding: 0 3%;
	}

	.progressMenu ul li {
		text-align: center;
		display: inline-block;
		width: 48%;

		padding: 10px;
		box-sizing: border-box;
		font-size: 20px;
		text-align: center;
		border-radius: 0px;
	}

	.progressMenu ul li a {
		color: #a3a3a3;
		font-weight: 400;
	}

	.progressMenu ul li.active {
		border-bottom: 2px solid #004ea2;
	}

	.progressMenu ul li.active a {
		color: #004ea2;
		font-weight: 500;
	}

	ul.progressTop li:first-of-type {
		margin-bottom: 5px;
	}

	.progressList:not(:last-of-type) {
		border-bottom: 10px solid #f4f4f4;
	}

	.progressList div ul li span.listSubTitle {
		color: #a3a3a3;
		font-size: 20px;
	}

	.progressList a {
		display: block;
		padding: 30px 3% 50px 3%;
		box-sizing: border-box;
	}

	.progressList div ul.progressTop {
		margin-bottom: 20px;
	}

	.progressList div ul li p {
		font-size: 18px;
		line-height: 28px;
	}

	.progressListTitle {
		font-size: 22px;
		margin-bottom: 25px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.progressViewInfo .magnitude {
		margin-bottom: 30px;
	}

	.magnitude {
		border: 1px solid #ddd;
	}

	.magnitude .magnitudeTitle {
		font-weight: 500;
		font-size: 18px;
		padding: 15px 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
		background-color: #f3faff;
	}

	.magnitudeInfo {
		padding: 20px;
		box-sizing: border-box;
	}

	.magnitudeInfo ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.magnitudeInfo ul li {
		font-size: 18px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.magnitudeInfo ul li:first-of-type {
		margin-right: 30px;
	}

	.magnitudeInfo ul li h3 {
		font-size: 20px;
	}

	.magnitudeInfo ul li h4 {
		font-weight: 500;
		margin-right: 15px;
	}

	.magnitudeInfo ul li span {
		font-weight: 500;
		font-size: 22px;
	}

	.span01 {
		color: #0361cb;
	}

	.span02 {
		color: #00c1de;
	}

	.circle01 {
		position: relative;
		padding-left: 15px;
	}

	.circle01::before {
		position: absolute;
		content: "";
		background-color: #0361cb;
		width: 8px;
		height: 8px;
		border-radius: 10px;
		left: 0;
		top: 12px;
	}

	.magnitudeBar {
		margin-top: 30px;
	}

	.magnitudeBar ul li:first-of-type {
		min-width: 90px;
	}

	.magnitudeBar .grayBar {
		width: 100%;
		background-color: #ddd;
		height: 30px;
		border-radius: 5px;
		position: relative;
	}

	.magnitudeBar .gradientBar {
		position: absolute;
		width: 80%;
		height: 30px;
		background: repeating-linear-gradient(45deg, #007bff, #007bff 10px, #268fff 0, #268fff 20px);
		border-radius: 5px 0px 0px 5px;
	}

	.magnitudeBar .gradientBar p,
	.magnitudeBar .colorBar p {
		text-align: right;
		padding-right: 10px;
		color: #fff;
	}

	.magnitudeBar .colorBar {
		position: absolute;
		width: 80%;
		height: 30px;
		background-color: #a3a3a3;
		border-radius: 5px 0px 0px 5px;
	}

	.myTestArea {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;


		text-align: center;

	}

	.myTestArea div {
		border: 1px solid #ddd;
		flex-basis: 31%;
	}

	.myTestArea .myTestTitle {
		font-size: 18px;
		font-weight: 500;
		padding: 10px 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
		background-color: #f3faff;

		margin-bottom: 10px;
	}

	.myTestArea ul li:nth-of-type(2) {
		padding-bottom: 10px;
	}


	.progressViewArea {
		margin-bottom: 50px;
	}

	.progressBox {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;

		padding: 30px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
	}

	.blueFont,
	.magnitudePercent {
		color: #004ea2;
		font-size: 18px;
		font-weight: 500;
	}

	.nogazeFont {
		color: #e70000;
		font-size: 18px;
		font-weight: 500;
	}

	.testFont {
		color: #91bd09;
		font-size: 18px;
		font-weight: 500;
	}

	.testbg {
		background-color: rgba(145, 189, 9, 0.1);
	}

	.assignmentbg {
		background-color: rgba(255, 165, 81, 0.15);
	}

	.progressViewInfo {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 30px 0px;
		box-sizing: border-box;
	}

	.progressViewInfo > ul {
		margin-bottom: 20px;
	}

	.progressViewInfo > ul li:first-of-type {
		margin-bottom: 5px;
	}

	.progressViewInfo > ul li span {
		color: #a3a3a3;
		font-size: 20px;
	}

	.progressViewInfo > ul li p {
		font-size: 18px;
	}

	.progressViewInfo > ul li h3 {
		font-size: 22px;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.progressBox div:first-of-type {
		width: 20%;
		text-align: center;
	}

	.progressBox div:nth-of-type(2) {
		width: 60%;
		line-height: 28px;
	}

	.progressBox div:nth-of-type(3) {
		width: 20%;
		padding-right: 3%;
	}

	.progressBoxTitle {
		padding-right: 5px;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.progressBoxBtn ul li {
		width: 100%;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 5px;
	}

	.continueBtn {
		border: 1px solid #ddd;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.signupBtn {
		background-color: #004ea2;
	}

	.signupBtn a {
		color: #fff;
	}

	.testBtn {
		background-color: #91bd09;
		margin-bottom: 10px;
	}

	.testBtn a {
		color: #fff;
	}

	/* 나의강의실 공통 끝 */


	/* 나의강의실 평가 유의사항 시작 */
	.testNotice {
		margin-bottom: 30px;
	}

	.testNoticeTop {
		margin-bottom: 20px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.testNoticeTop li:first-of-type {
		margin-right: 15px;
	}

	.testNoticeTop li {
		display: inline-block;
	}

	.testNoticeTop li p {
		color: #e70000;
		font-size: 28px;
	}

	.testNoticeContent {
		margin-bottom: 50px;
	}

	.testNoticeContent li {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.agreeArea input[type="checkbox"] {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		accent-color: #004ea2;
	}

	.agreeArea label {
		font-size: 16px;
		line-height: 20px;
	}

	/* 나의강의실 평가 유의사항 끝 */

	/* 평가 페이지 시작 */
	.testListArea h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.testListArea p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.testListArea > ul > li {
		margin-bottom: 50px;
	}

	.testListArea > ul > li ul li input[type="radio"] {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		accent-color: #004ea2;
		vertical-align: middle;
		margin-top: 5px;
	}

	.testListArea > ul > li ul li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.testListArea > ul > li ul li label {
		vertical-align: middle;
		font-size: 18px;
		line-height: 18px;
	}

	/* 평가 페이지 끝 */

	/* 설문조사 시작 */
	.surveyBannerWrap {
		padding: 0 3%;
	}

	.surveyBanner {
		border: 2.5px solid #876ec2;
		padding: 20px 3%;
		font-weight: 500;
		margin-bottom: 30px;
		border-radius: 5px;
		text-align: center;

		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}

	.surveyBanner ul li p {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.surveyBanner ul li span {
		position: relative;
		color: #876ec2;
	}

	.surveyBanner ul li span::before {
		content: "";
		background-color: #876ec2;
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: -1;

		width: 100%;
		height: 2px;

	}

	.surveyListArea p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.surveyListArea > ul > li {
		margin-bottom: 50px;
	}

	.surveyListArea > ul > li ul li input[type="radio"] {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		accent-color: #004ea2;
		vertical-align: middle;
		margin-top: 5px;
	}

	.surveyListArea > ul > li ul li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.surveyListArea > ul > li ul li label {
		vertical-align: middle;
		font-size: 18px;
		line-height: 18px;
	}

	#surveyTextarea {
		padding: 10px;
		box-sizing: border-box;
		margin-top: 10px;
		width: 100%;
		border-radius: 5px;
	}

	#surveyTextarea:focus {
		border-color: #004ea2;
		outline: none;
		/* box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35); */
	}

	/* 설문조사 끝 */

	/* 수료기준 테이블 시작*/
	.completionArea {
		margin-bottom: 30px;
	}

	.completionArea table {
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
		line-height: 28px;
		text-align: center;
	}

	.completionArea th,
	.completionArea td {
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #444444;
	}

	.completionArea th {
		background-color: #f3faff;
	}

	/* 수료기준 테이블 끝 */

	/* 강의 유의사항 시작 */
	.certNotice {
		margin-bottom: 30px;
	}

	.certNoticeTop {
		margin-bottom: 20px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.certNoticeTop li img {
		margin-right: 15px;
	}

	.certNoticeTop li {
		display: inline-block;
	}

	.certNoticeTop li p {
		color: #e70000;
		font-size: 28px;
	}

	.certNoticeContent {
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.certNoticeContent li {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.certNoticeContent li p span {
		font-weight: 500;
	}


	.certArea {
		text-align: center;
		margin-bottom: 50px;
	}

	.certArea h3 {
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.certArea ul li {
		display: inline-block;
		padding: 25px 30px;
		box-sizing: border-box;
		border-radius: 5px;
		border: 1px solid #ddd;
	}

	.certArea ul li:not(:last-of-type) {
		margin-right: 20px;
	}

	.certArea ul li img {
		display: block;
		margin: 0 auto 5px auto;
	}

	/* 강의 유의사항 끝 */

	/* 이어보기, 수강하기 시작 */
	.videoArea {
		border-bottom: 1px solid #909090;
		padding-bottom: 30px;
	}

	.videoArea img {
		width: 100%;
	}

	.videoControlArea {
		background-color: rgba(43, 51, 63, .7);
		padding: 10px 3%;

		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.timeArea ul li {
		display: inline-block;
		color: #fff;
	}

	.timeArea img {
		max-width: 30px;
		margin-right: 10px;
	}

	.videoBtnArea {
		margin-bottom: 30px;
	}

	.videoBtnArea ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;

	}

	.videoBtnArea ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
		min-height: 45px;
		border: 1px solid #c5c5c5;
		padding: 5px 30px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.videoBtnArea ul li img {
		margin-right: 10px;
	}

	.videoControl ul {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.videoControl ul li {
		display: inline-block;
		color: #fff;
	}

	.videoControl ul li p {
		font-size: 20px;
	}

	.videoControl ul li p span.pageNum {
		font-weight: 500;
	}

	.videoControl ul li a img {
		vertical-align: middle;
		max-width: 20px;
	}

	/* 이어보기, 수강하기 끝 */

	/* 게시판 페이지 넘버 시작*/
	.pagenation {
		display: flex;
		margin: 50px 0 20px 0;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		gap: 10px;
		height: 33px;
	}

	.pagenation a {
		padding: 2px 13px 6px 13px;
		font-size: 20px;
	}

	.pagenation .active {
		color: #fff;
		background-color: #292b8f;
		box-sizing: border-box;
		border-radius: 5px;
	}

	/* 게시판 페이지 넘버 끝*/


	/* 한번나오는화면 시작 */
	.agreeCheckWrap {
		margin-bottom: 60px;
	}

	.enterP {
		min-width: 140px;
		display: inline-block;
		vertical-align: middle;
	}

	.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;
		border-top: 1px solid #ddd;
		padding-top: 30px;
		box-sizing: border-box;


		justify-content: flex-start;
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.infoSection {
		margin-bottom: 60px;
		padding-top: 30px;
		box-sizing: border-box;
		border-top: 1px solid #ddd;
	}

	.flexStyle {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.flexStyle label {
		min-width: 140px;
	}

	.flexStyle input {
		width: 100%;
	}

	.minWidth {
		min-width: 140px;
	}

	.postBtn {
		background-color: #999999;
		height: 54px;
		border: none;
		font-size: 16px;
		padding: 0px 30px;
		box-sizing: border-box;
		color: #ffffff;
		vertical-align: middle;
	}

	.postText {
		width: 200px !important;
		margin-right: 5px;
	}

	.allAgreeWrap {
		margin: 0 auto;
		text-align: center;
		width: 300px;
		vertical-align: middle;
		padding: 0px 0 15px 0;
	}

	.allAgreeWrap input {
		width: 25px;
		height: 25px;
		accent-color: #004ea2;
	}

	.allAgreeWrap label {
		margin-left: 10px;
		font-size: 22px;
		line-height: 17px;
		cursor: pointer;
		vertical-align: text-top;
	}

	#mobile02,
	#mobile03 {
		width: 125px;
	}

	.agreeLeft {
		min-width: 240px;
	}

	.agreeLeft p {
		font-size: 22px;
		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 {
		width: 100%;
		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;
	}

	#agreement05 {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

	.mobileP {
		display: none;
	}

	.listButton {
		text-align: center;
	}

	.listButton button {
		font-size: 18px;
		background-color: #004ea2;
		padding: 10px 60px;
		border: none;
		color: #ffffff;
	}

	.confirmBox input {
		accent-color: #004ea2;
		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;
	}

	.mobileOtp_bt4 {
		width: 240px;
		height: 60px;
		font-family: 'Noto Sans KR';
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -.6px;
		padding-right: 10px;
		background: linear-gradient(150deg, #816eff, #3982ff);
		color: #fff;
		border: 0;
		border-radius: 27px;
		cursor: pointer;
		box-shadow: 5px 5px 10px rgba(102, 102, 255, 0.4);
		display: block;
	}

	.mobileOtp_bt5 {
		width: 240px;
		height: 60px;
		font-family: 'Noto Sans KR';
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -.6px;
		padding-right: 10px;
		background: linear-gradient(150deg, #fea735, #fe7235);
		color: #fff;
		border: 0;
		border-radius: 27px;
		cursor: pointer;
		box-shadow: 5px 5px 10px rgba(102, 102, 255, 0.4);
		display: block;
	}

	/* 한번나오는화면 시작 */

	/* courtDutyEdu 공통부분 시작 */
	.courtDutyCommon {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 16px;

		margin: 30px 0 0 0;
	}

	.txtList {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.dutyCommonTit {
		display: block;
		width: 100%;
		padding: 16px 24px 28px 24px;
		border-radius: 8px;
		background-color: #004ea2;
		color: #ffffff;

		box-sizing: border-box;
	}

	.dutyCommonTxt {
		display: block;
		width: 100%;
		padding: 16px 24px 24px 24px;
		border-radius: 8px;
		border: 1px solid #004ea2;

		box-sizing: border-box;
	}

	.dutyCommonTit .txtTit {
		font-size: 20px;
		font-weight: bold;
		display: block;
		margin: 0 0 10px 0;
	}

	.dutyCommonTxt .txtTit {
		color: #004ea2;
		font-weight: bold;
		font-size: 18px;
		display: block;
		margin: 0 0 14px 0;
	}

	/* courtDutyEdu 공통부분 끝 */

	/* logic 교육진행절차 시작 */
	.processDescBox {
		display: flex;
		flex-direction: column;
		gap: 26px;
	}

	.descBox {
		display: flex;
		gap: 34px;
		padding: 16px 24px;
		border-radius: 14px;
		border: 2px solid #004ea2;
	}

	.descTxtTit {
		font-size: 18px;
		display: block;
		margin: 0 0 10px 0;
		color: #004ea2;
		font-weight: bold;
	}

	.serveContentArea .descBox img {
		width: 60px;
		object-fit: contain;
	}

	.arrow-down {
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-top: 18px solid #004ea2;
	}

	/* logic 교육진행절차 끝 */
	/* 연혁 시작 */
	.history {

		margin-left: 26px;
	}

	.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;
	}

	/*250716 question.php 동의합니다 부분*/
	.input-flex {
		display: flex;
		align-items: center;
		gap: 4px;
		
		word-break: keep-all;
	}
	
	.input-flex.column {
		flex-direction: column;
		align-items: baseline;
	}

	.formArea .input-flex label {
		font-size: 20px;
	}

	.formArea ul li .input-flex span {
		margin: 0;
	}
	
	.formArea ul li .input-flex>a {
		font-size: 15px;
	}
	
	.formArea ul li .input-flex {
		justify-content: flex-end;
		word-break: keep-all;
		width: auto;
	}
}


@media all and (max-width: 767px) {

	/* 공통 css 시작 */
	.serveTopArea,
	.serveContentArea,
	.lectureSearch,
	.agreeCheckWrap {
		margin: 0 auto;
		padding: 0px 3%;
		box-sizing: border-box;
	}

	.serveContentArea {
		margin-bottom: 40px;
	}

	.serveTopArea {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		height: 60px;

		margin-bottom: 40px;
	}

	.serveContentArea img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.serveTitleArea h3 {
		font-size: 20px;
	}

	.backBtnArea {
		line-height: 28px;
		min-width: 24px;
	}

	.serveTopArea .backBtnArea a img {
		width: auto;
		height: auto;
		max-width: 15px;
	}

	.blueBtn {
		width: 100%;
		background-color: #004ea2;
		text-align: center;
		border-radius: 5px;
		line-height: 45px;
		margin-bottom: 15px;
	}

	.blueBtn a {
		font-size: 16px;
		color: #fff;
	}

	p.secondTitle {
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		margin-bottom: 30px;
	}

	h3.smallTitle {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.greenFont {
		color: #87c3c1;
	}

	.pinkFont {
		color: #dc8983;
	}

	.redFont {
		color: #e20000;
		font-weight: 500;
	}

	.blueFont {
		color: #004ea2;
		font-weight: 500;
	}

	.skyFont {
		color: #3daeda;
		font-weight: 500;
	}

	h3.smallTitle span {
		font-weight: 600;
		color: #004ea2;
	}

	.secondInfoP {
		font-size: 14px;
		text-align: center;
		line-height: 22px;
		margin-bottom: 50px;
	}

	p.secondTitle02 {
		font-weight: 500;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}

	.secondArea p {
		font-size: 14px;
		line-height: 30px;
	}

	.secondArea {
		margin-bottom: 30px;
	}

	.secondArea table {
		width: 100%;
		border-collapse: collapse;
		line-height: 28px;
	}

	.secondArea th,
	.secondArea td {
		font-size: 14px;
		padding: 15px;
		box-sizing: border-box;
		border: 1px solid #444444;
	}

	.secondArea th {
		background-color: #004ea2;
		color: #ffffff;
		border-right: 1px solid #fff;
	}

	.thirdArea {
		margin-bottom: 30px;
		padding-left: 15px;
	}

	.secondArea p {
		line-height: 26px;
	}

	.secondArea p:not(:last-of-type) {
		margin-bottom: 6px;
	}

	/* 공통 css 끝 */


	/* 로그인 시작 */
	.loginArea {
		margin-top: 50px;
	}

	.loginArea .user-box {
		position: relative;
	}

	.loginTop {
		margin-bottom: 30px;
	}

	.loginTop li img {
		width: auto;
		height: auto;
		max-width: 150px;
		margin-bottom: 10px;
	}

	.loginTop li p {
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
	}

	.loginArea .user-box {
		border-bottom: 1px solid #979797;
	}

	.loginArea .user-box:first-of-type {
		margin-bottom: 25px;
	}

	.loginArea .user-box:nth-of-type(2) {
		margin-bottom: 50px;
	}

	.loginArea .user-box input {
		width: 100%;
		padding: 10px 0 5px 0;
		font-size: 16px;
		border: none;
		outline: none;
		background: transparent;
	}

	.loginArea .user-box label {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px 0 10px 0;
		font-size: 1rem;
		color: #979797;
		transition: .25s;
	}

	.loginArea .user-box input:focus ~ label,
	.loginArea .user-box input:valid ~ label {
		top: -20px;
		left: 0;
		color: #004ea2;
		font-size: 0.8rem;
	}


	.loginArea form a {
		color: #fff;
	}

	.loginBottom ul {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
		margin-left: 13px;
	}

	.loginBottom ul li {
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.loginBottom ul li:first-of-type {
		border-right: 1px solid #000;
	}

	/* 로그인 끝 */

	/* 아이디찾기, 비밀번호찾기 시작 */
	.searchBox {
		margin-bottom: 30px;
	}

	.searchBox ul li div {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.searchBox ul li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.searchBox ul li label {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
		color: #979797;
	}

	.searchBox ul li input {
		font-size: 16px;
		padding: 0px 10px;
		box-sizing: border-box;
		border-radius: 5px;
		line-height: 40px;
		border: 1px solid #979797;
	}

	.searchBox ul li input:focus {
		border-color: #004ea2;
		outline: none;
		box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35);
	}

	.searchBox ul li input#searchName,
	.searchBox ul li input#searchID {
		width: 100%;
	}

	.searchBox ul li div {
		width: 100%;
	}

	.searchBox ul li input#searchYear {
		width: 35%;
	}

	.searchBox ul li input#searchMonth {
		width: 28%;
	}

	.searchBox ul li input#searchDay {
		width: 28%;
	}

	.searchBox ul li input#searchPhone1,
	.searchBox ul li input#searchPhone2,
	.searchBox ul li input#searchPhone3 {
		width: 33%;
	}

	.searchBox ul li span {
		font-size: 16px;
		color: #979797;
	}

	.yearBox span {
		margin-left: 5px;
	}

	.yearBox span:not(:last-of-type) {
		margin-right: 5px;
	}

	.phoneBox span {
		margin: 0 5px;
	}

	/* 아이디찾기, 비밀번호찾기 끝 */

	/* 내정보 시작 */
	.mypageTop {
		margin-top: 20px;
	}

	.mypageInner {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		background-color: #fff;
		padding: 25px 10px;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0px 3px 10px 6px #eeeeee;
	}

	.mypageInner li {
		font-size: 15px;
	}

	.mypageInner li a span {
		font-size: 15px;
		font-weight: 500;
		color: #004ea2;
	}

	.mypageInner li.loginOff {
		/* display: none; */
		display: block;
	}

	.mypageInner li.loginOn {
		/* display: block; */
		display: none;
	}

	.mypageInner li:last-of-type {
		border: 1px solid #979797;
		padding: 0px 12px;
		border-radius: 5px;
		text-align: center;
		line-height: 24px;
		min-height: 26px;
		font-size: 14px;
	}

	.mypageMenuInner ul {
		padding: 20px 0;
	}

	.mypageMenuInner ul {
		border-bottom: 1px solid #ddd;
	}

	.mypageMenuInner ul li p {
		color: #909090;
		font-size: 14px;
	}

	.mypageMenuInner ul li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}

	.mypageMenuInner ul li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.logoutArea {
		margin-top: 20px;
		text-align: center;
	}

	.logoutArea a {
		font-size: 14px;
		color: #909090;
	}

	/* 내정보 끝 */

	/* 개인정보변경 시작 */
	.formArea ul {
		margin-bottom: 30px;
	}

	.formArea ul li {
		font-size: 16px;
	}

	.formArea ul li div {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.formArea ul li:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.formArea ul li p {
		/* min-width: 105px; */
		margin-bottom: 8px;
	}

	.formArea ul li p:first-of-type {
		color: #909090;
		font-size: 14px;
	}

	.formArea ul li input,
	.formArea ul li select {
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 14px;
		border-radius: 5px;
		border: 1px solid #979797;
	}

	.formArea ul li input:focus,
	.formArea ul li select:focus,
	.formArea ul li textarea:focus {
		border-color: #004ea2;
		outline: none;
		box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35);
	}

	.formArea ul li input[type="text"],
	.formArea ul li input[type="password"],
	.formArea ul li select.consultSelect {
		width: 100%;
	}

	.formArea ul li select#mobile01 {
		width: 10%;
	}

	.formArea .formTel {
		width: 45%;
	}

	.formArea ul li span {
		margin: 0 10px;
	}

	.formArea ul li select#mobile01,
	.formArea ul li select#phone01 {
		width: 30%;
	}

	.formArea ul li input#zipCode {
		width: 40%;
	}

	.formArea ul li select#selectEmail {
		width: 50%;
	}

	.formArea ul li button#zipCodebtn {
		background-color: #909090;
		height: 40px;
		border: none;
		font-size: 14px;
		padding: 0px 20px;
		box-sizing: border-box;
		border-radius: 5px;
		color: #ffffff;
		margin-left: 5px;
	}

	.formArea label {
		font-size: 16px;
		margin-right: 30px;
		vertical-align: middle;
	}

	.formArea ul li input.pwd {
		font-size: 11px;
	}

	#sendEmail,
	#sendSMS,
	#marketingYN {
		accent-color: #004ea2;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	p.redpoint {
		position: relative;
	}

	p.redpoint::after {
		content: "*";
		color: #ee0000;
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		top: -2px;
		margin-left: 2px;
	}

	p.tabletP {
		display: none;
	}

	.pwd {
		font-size: 11px;
	}

	/* 개인정보변경 끝 */

	/* 1:1 상담문의 시작 */
	.formArea textarea {
		width: 100%;
		min-height: 150px;
		overflow-y: scroll;
		padding: 10px;
		box-sizing: border-box;
		font-size: 18px;
		border-radius: 5px;
	}

	/* 1:1 상담문의  끝 */

	/* 서비스 이용약관,  개인정보처리방침 시작 */
	.agreeArea div.agreeBox {
		margin-bottom: 50px;
	}

	.agreeArea h2 {
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
		color: #004ea2;
	}

	.agreeArea h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.agreeArea p {
		font-size: 14px;
	}

	.agreeArea ul li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.agreeArea ul li p {
		line-height: 24px;
	}

	.agreeArea ul li p {
		margin-bottom: 10px;
	}

	.agreeArea ul li div.left20 {
		margin-left: 15px;
		margin-bottom: 10px;
	}

	.agreeArea ul li div.left20 p {
		margin-bottom: 5px;
	}

	.agreeArea ul li div.left20 p a {
		color: #0000EE;
		text-decoration: underline;
	}

	/* 서비스 이용약관 , 개인정보처리방침 끝 */
	/* 이상에듀 소개 시작 */
	.ourVision {
		margin: 50px 0;
	}

	.ourVisionInner {
		text-align: center;
		box-sizing: border-box;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	.ourVisionInner > div {
		width: 100%;
		padding: 4%;
		box-sizing: border-box;
		background-color: #87c3c1;
	}

	.ourVisionInner div div {
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.83);
		min-height: 210px;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}

	.ourVisionInner div div p:first-of-type {
		font-size: 22px;
		font-weight: 600;
		color: #999999;
		margin-bottom: 10px;
		width: 100%;
	}

	.ourVisionInner > div:first-of-type {
		background: url('../../_images/introduce02.png')no-repeat left top;
		background-size: cover;
	}

	.ourVisionInner > div:nth-of-type(2) {
		background: url('../../_images/introduce03.png')no-repeat left top;
		background-size: cover;
	}

	.ourVisionInner > div:nth-of-type(3) {
		background: url('../../_images/introduce04.png')no-repeat left top;
		background-size: cover;
	}

	.generalInner ul li p:first-of-type {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.generalInner ul li p:nth-of-type(2) {
		color: #004ea2;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.nayaInform {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;

		padding: 15px 0;
		border: 1px solid #999999;
		text-align: center;
	}

	.nayaInform li {
		flex-basis: 33%;
	}

	.nayaInform li img {
		display: block;
		text-align: center;
		margin: 0 auto 5px auto;
		max-width: 30px;
	}

	.nayaInform li:not(:last-of-type) {
		border-right: 1px solid #999999;
	}

	.nayaInform li strong {
		font-size: 15px;
		font-weight: bold;
	}

	.nayaInform li p {
		color: #999999;
		font-size: 14px;
	}

	.nayaImg {
		width: 340px;
		height: 340px;
		border-radius: 50%;
		margin-left: 200px;
	}

	/* 이상에듀 소개 끝 */

	/* 인증현황 시작 */
	.certify02 {
		text-align: center;
	}

	.certify02 > li {
		min-width: 46%;
		margin-bottom: 50px;
	}

	.certify02 li {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.info02 {
		vertical-align: top;
	}

	.info02 h1 {
		font-weight: 600;
		margin-bottom: 5px;
		font-size: 18px;
	}

	.certify02 img {
		overflow: hidden;
	}

	.certifyList02 li {
		display: block;
		line-height: 24px;
	}

	/* 인증현황 끝 */

	/* 찾아오시는길 시작 */

	.location {
		box-shadow: 0px 4px 10px #999999;
	}

	.locationInner {
		margin-top: 30px;
	}

	.locationInner strong {
		font-weight: 600;
		font-size: 18px;
		line-height: 26px;
	}

	.locationInner p {
		font-size: 16px;
		margin: 5px 0px 30px 0px;
		min-height: 50px;
	}

	.locationInner li {
		margin-right: 20px;
		vertical-align: top;
		display: inline-block;

	}

	/* 찾아오시는길 끝 */

	/* 법정의무교육 시작 */
	.courtDutyInner {
		margin: 0 auto;
		text-align: center;
	}

	.courtDutyInner > div {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
		background-color: #b1b1b1;
		margin-bottom: 30px;
	}

	.courtDutyInner div div {
		min-height: 180px;
		margin-top: 30px;
		padding: 25px 0;
		background-color: rgba(255, 255, 255, 0.83);
	}

	.courtDutyInner h3 {
		font-size: 20px;
		color: #fff;
		text-shadow: 2px 3px 3px #505050;
	}

	.dataTitle {
		font-size: 15px;
		color: #e20000;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.dataTitle span {
		font-size: 18px;
		font-weight: 600;
	}

	.dataContent {
		font-size: 16px;
		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;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(2) {
		background: url('../../_images/courtDuty02.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(3) {
		background: url('../../_images/courtDuty03.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(4) {
		background: url('../../_images/courtDuty04.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(5) {
		background: url('../../_images/courtDuty05.png')no-repeat left top;
		background-size: cover;
	}

	.courtDutyInner > div:nth-of-type(6) {
		background: url('../../_images/courtDuty06.png')no-repeat left top;
		background-size: cover;
	}

	/* 법정의무교육 끝 */

	/* 과정개발절차 시작  */

	.developmentContent > div {
		border: 1px solid #999999;
		border-radius: 10px;
		padding: 20px 10px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.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;
	}

	/* 과정개발절차 끝  */


	/*  lecture 시작 */

	.lectureBanner {
		background: linear-gradient(45deg, #58a8f9, #5176ee);
		padding: 20px 3%;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 20px;

		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.lectureBanner ul li span {
		animation: blink-effect 1.5s step-end infinite;
	}

	@keyframes blink-effect {
		50% {
			opacity: 0;
		}
	}

	.lectureBanner img {
		max-width: 105px;
	}

	.lectureBanner ul li:first-of-type {
		margin-bottom: 5px;
	}

	.lectureSearch {
		margin-bottom: 20px;
	}

	.searchStyle {
		background-color: #004ea2;
		padding: 7px;
	}

	.search-wrapper {
		border: 2px solid #004ea2;
		background-color: #fff;
		border-radius: 100px;
		padding-left: 10px;
		box-sizing: border-box;
		height: 38px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		overflow: hidden;
	}

	.search-wrapper .search-input {
		width: 40%;
		border: none;
		flex: 1;
		outline: none;
		height: 100%;
		box-sizing: border-box;
		font-size: 14px;
	}

	.search-wrapper .searchClose {
		margin-right: 0px;
		display: none;
	}

	.search-wrapper button {
		background-color: transparent;
		border: none;
	}

	.search-wrapper img {
		max-width: 25px;
	}

	.scrollMenuArea {
		border-bottom: 1px solid #ddd;
	}

	.scrollMenuArea .slide-box .slide-item:not(:last-of-type) {
		margin-right: 15px;
	}

	.scrollMenuArea .slide-box .slide-item {
		min-width: 95px;
		padding: 7px 10px;
		box-sizing: border-box;
		font-size: 15px;
		text-align: center;
		border-radius: 50px;
		background-color: #ededed;
		margin-bottom: 10px;
	}

	.scrollMenuArea .slide-box .slide-item a {
		color: #a3a3a3;
		font-weight: 400;
	}

	.scrollMenuArea .slide-box .active {
		background-color: #004ea2;
	}

	.scrollMenuArea .slide-box .active a {
		color: #fff;
		font-weight: 500;
	}

	.lectureWrap ul li.lectureList a {
		display: block;
		padding: 20px 3% 30px 3%;
		box-sizing: border-box;
	}

	.mobilePossible {
		/* position: absolute; */
		left: 5px;
		top: 5px;
		background-color: #33cccc;
		width: 95px;
		color: #fff;
		padding: 6px;
		box-sizing: border-box;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 12px;
	}

	.lectureList:not(:last-of-type) {
		border-bottom: 10px solid #f4f4f4;
	}

	.lectureList div {
		/* display: flex; */
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px;
		position: relative;
	}

	.lectureList div img {
		display: none;
	}

	.lectureList div ul {
		padding-top: 5px;
	}

	.lectureList div ul li span {
		color: #a3a3a3;
		font-size: 14px;
	}

	.lectureList div ul li:first-of-type {
		margin-bottom: 5px;
	}

	.lectureList div ul li h3 {
		font-size: 16px;
		margin-bottom: 20px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.lectureList div ul li p {
		font-size: 14px;
	}

	/*  lecture 끝 */

	/* lectureView 시작 */
	.lectureViewArea {
		margin-bottom: 50px;
	}

	.lectureViewArea div.lectureImgWrap {
		text-align: center;
		border-bottom: 1px solid #909090;
		padding-bottom: 30px;
	}

	.lectureInfo {
		border-bottom: 1px solid #909090;
	}

	.lectureInfo > ul {
		padding-top: 30px;
		margin-bottom: 50px;
	}

	.lectureInfo > ul li .mobilePossible02 {
		background-color: #33cccc;
		width: 95px;
		color: #fff;
		padding: 6px;
		box-sizing: border-box;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 10px;
	}

	.lectureInfo > ul li:first-of-type {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.lectureInfo > ul li span {
		color: #a3a3a3;
		font-size: 14px;
	}

	.lectureInfo > ul li:first-of-type {
		margin-bottom: 5px;
	}

	.lectureInfo > ul li h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.lectureInfo > ul li p {
		font-size: 15px;
	}

	.lectureBtnArea {
		margin-bottom: 30px;
	}

	.lectureBtnArea ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;

	}

	.lectureBtnArea ul li {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;

		font-size: 15px;
		width: 48%;
		min-height: 35px;
		border: 1px solid #c5c5c5;
		padding: 0px 10px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.lectureBtnArea ul li img {
		max-width: 22px;
		margin-right: 5px;
		vertical-align: middle;
	}

	.lectureBox {
		padding: 30px 0;
		border-bottom: 1px solid #ddd;
	}

	.lectureBox h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.lectureBox p {
		font-size: 15px;
		line-height: 26px;
		color: #262626;
	}

	.lectureBox table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		border-collapse: collapse;
		line-height: 20px;
		text-align: center;
		font-size: 14px;
	}

	.lectureBox th,
	.lectureBox td {
		padding: 10px 2px;
		box-sizing: border-box;
		border: 1px solid #444444;
	}

	.lectureBox th {
		font-weight: 400;
		background-color: #004ea2;
		color: #ffffff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.lectureSnsArea li {
		display: inline-block;
	}

	.lectureSnsArea li:not(:last-of-type) {
		margin-right: 25px;
	}

	.lectureSnsArea li img {
		max-width: 36px;
	}

	/* lectureView 끝 */

	/* board 시작 */
	.boardArea {
		border-top: 1px solid #a3a3a3;
	}

	.boardArea ul {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.boardArea ul li {
		border-bottom: 1px solid #ddd;
	}

	.boardArea ul li a {
		display: block;
		padding: 20px 0px;
	}

	.boardArea ul li a div {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.boardArea ul li a div img {
		width: 100%;
		height: 100%;
		max-width: 25px;
	}

	.boardArea ul li a div h3 {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: -0.4px;


		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.boardArea ul li a p {
		font-size: 14px;
		color: #a3a3a3;
	}

	/* board 끝 */


	/* boardView 시작 */
	.boardViewTop {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.boardViewTitle {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.boardViewTop p {
		font-size: 15px;
		color: #a3a3a3;
	}

	.addfileArea {
		margin-bottom: 30px;
	}

	.addfileArea a {
		font-size: 14px;
		color: #fff;
		padding: 8px 10px;
		box-sizing: border-box;
		background-color: #999999;
	}

	.addfileArea a img {
		max-width: 28px;
		margin-right: 5px;
	}

	.infoContent {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 28px;
	}

	/* boardView 끝 */


	/* 자주묻는질문 시작 */
	.faqTop10 {
		margin-bottom: 30px;
	}

	.faqTop10 .faqTopItem {
		width: 160px;
		padding: 10px;
		background-color: #f3faff;
		border: 1px solid #dfebf3;
		border-radius: 10px;
		min-height: 100px;
		font-size: 15px;
	}

	.faqTop10 .faqTopItem li:first-of-type p {
		margin-bottom: 5px;
		color: #004ea2;
		font-size: 16px;
		font-weight: 500;
	}

	.faqTop10 .faqTopItem li:nth-of-type(2) p {
		font-size: 15px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.faqArea ul li {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;

		padding: 20px 0px;
	}

	.faqArea ul {
		padding: 0 3%;
	}

	.faqArea ul li:not(:last-of-type) {
		border-bottom: 1px solid #ddd;
	}

	.faqArea ul li a {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.faqArea ul li p {
		font-size: 15px;
	}

	.faqArea ul li img {
		max-width: 28px;
		margin-right: 5px;
	}

	/* 자주묻는질문 끝 */

	/* 자주묻는질문 자세히보기 시작 */
	.faqViewTop {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.faqViewTop img {
		max-width: 32px;
		margin-bottom: 10px;
	}

	.faqViewTitle {
		font-size: 16px;
	}

	/* 자주묻는질문 자세히보기 끝 */



	/* 나의강의실 공통 시작 */
	.progressBannerWrap {
		padding: 0 3%;
	}

	.progressBanner {
		border: 2.5px solid #e70000;
		padding: 15px 3%;
		font-weight: 500;
		margin-bottom: 20px;
		border-radius: 5px;
		text-align: center;

		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}

	.progressBanner ul li img {
		max-width: 30px;
	}

	.progressBanner ul li:nth-of-type(2) p {
		color: #e70000;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.progressBanner ul li:nth-of-type(3) {
		font-size: 15px;
	}

	.progressBanner ul li span {
		position: relative;
		color: #e70000;
	}

	.progressBanner ul li span::before {
		content: "";
		background-color: #f82525;
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: -1;

		width: 100%;
		height: 2px;

	}

	.progressMenu {
		border-bottom: 1px solid #a3a3a3;
	}

	.progressMenu ul {
		padding: 0 3%;
	}

	.progressMenu ul li {
		text-align: center;
		display: inline-block;
		width: 48%;

		padding: 7px 10px;
		box-sizing: border-box;
		font-size: 16px;
		text-align: center;
		border-radius: 0px;
	}

	.progressMenu ul li a {
		color: #a3a3a3;
		font-weight: 400;
		font-size: 15px;
	}

	.progressMenu ul li.active {
		border-bottom: 2px solid #004ea2;
	}

	.progressMenu ul li.active a {
		color: #004ea2;
		font-weight: 500;
	}

	ul.progressTop li:first-of-type {
		margin-bottom: 5px;
	}

	.progressList:not(:last-of-type) {
		border-bottom: 10px solid #f4f4f4;
	}

	.progressList div ul li span.listSubTitle {
		color: #a3a3a3;
		font-size: 14px;
	}

	.progressList a {
		display: block;
		padding: 30px 3%;
		box-sizing: border-box;
	}

	.progressList div ul.progressTop {
		margin-bottom: 20px;
	}

	.progressList div ul li p {
		font-size: 15px;
		line-height: 24px;
	}

	.progressListTitle {
		font-size: 16px;
		margin-bottom: 20px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.progressViewInfo .magnitude {
		margin-bottom: 30px;
	}

	.magnitude {
		border: 1px solid #ddd;
	}

	.magnitude .magnitudeTitle {
		font-weight: 500;
		font-size: 12px;
		padding: 10px 15px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
		background-color: #f3faff;
	}

	.magnitudeInfo {
		padding: 20px 3%;
		box-sizing: border-box;
	}

	.magnitudeInfo ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
	}

	.magnitudeInfo ul li {
		font-size: 16px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.magnitudeInfo ul li:first-of-type {
		margin-right: 20px;
	}

	.magnitudeInfo ul li h3 {
		font-size: 16px;
	}

	.magnitudeInfo ul li h4 {
		font-size: 15px;
		font-weight: 500;
		margin-right: 15px;
	}

	.magnitudeInfo ul li span {
		font-weight: 500;
		font-size: 16px;
	}

	.span01 {
		color: #0361cb;
	}

	.circle01 {
		position: relative;
		padding-left: 15px;
	}

	.circle01::before {
		position: absolute;
		content: "";
		background-color: #0361cb;
		width: 8px;
		height: 8px;
		border-radius: 10px;
		left: 0;
		top: 8px;
	}

	.magnitudeBar {
		margin-top: 20px;
	}

	.magnitudeBar ul li:first-of-type {
		min-width: 90px;
	}

	.magnitudeBar .grayBar {
		width: 100%;
		background-color: #ddd;
		height: 25px;
		border-radius: 5px;
		position: relative;
	}

	.magnitudeBar .gradientBar {
		position: absolute;
		width: 80%;
		height: 25px;
		background: repeating-linear-gradient(45deg, #007bff, #007bff 10px, #268fff 0, #268fff 20px);
		border-radius: 5px 0px 0px 5px;
	}

	.magnitudeBar .gradientBar p,
	.magnitudeBar .colorBar p {
		text-align: right;
		padding-right: 10px;
		color: #fff;
	}

	.magnitudeBar .colorBar {
		position: absolute;
		width: 80%;
		height: 25px;
		background-color: #a3a3a3;
		border-radius: 5px 0px 0px 5px;
	}

	.myTestArea {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: stretch;

		text-align: center;
	}

	.myTestArea div {
		border: 1px solid #ddd;
		flex-basis: 31%;
	}

	.myTestArea .myTestTitle {
		font-size: 15px;
		font-weight: 500;
		padding: 7px 10px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
		background-color: #f3faff;

		margin-bottom: 10px;
	}

	.myTestArea span {
		font-size: 14px;
	}

	.myTestArea ul li:nth-of-type(2) {
		padding-bottom: 10px;
	}

	.progressViewArea {
		margin-bottom: 30px;
	}

	.progressBox {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;

		font-size: 14px;
		padding: 30px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
	}

	.progressBox p {
		line-height: 26px;
	}

	.blueFont,
	.magnitudePercent {
		color: #004ea2;
		font-size: 15px;
		font-weight: 500;
	}

	.nogazeFont {
		color: #e70000;
		font-size: 15px;
		font-weight: 500;
	}

	.testFont {
		color: #91bd09;
		font-size: 15px;
		font-weight: 500;
	}

	.testbg {
		background-color: rgba(145, 189, 9, 0.1);
	}

	.assignmentbg {
		background-color: rgba(255, 165, 81, 0.15);
	}

	.progressViewInfo {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 30px 0px;
		box-sizing: border-box;
	}

	.progressViewInfo > ul {
		margin-bottom: 20px;
	}

	.progressViewInfo > ul li:first-of-type {
		margin-bottom: 5px;
	}

	.progressViewInfo > ul li span {
		color: #a3a3a3;
		font-size: 14px;
	}

	.progressViewInfo > ul li p {
		font-size: 15px;
	}

	.progressViewInfo > ul li h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.progressBox div:first-of-type {
		width: 20%;
		text-align: center;
	}

	.progressBox div:nth-of-type(2) {
		width: 75%;
		margin-left: 5%;
		line-height: 28px;
	}

	.progressBoxTitle {
		padding-right: 5px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.progressBoxBtn {
		margin: 20px auto 0 auto;
	}

	.progressBoxBtn ul li {
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		padding: 6px 30px;
		box-sizing: border-box;

	}

	.continueBtn {
		border: 1px solid #ddd;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.signupBtn {
		background-color: #004ea2;
	}

	.signupBtn a {
		color: #fff;
	}

	.testBtn {
		background-color: #91bd09;
		margin-bottom: 10px;
	}

	.testBtn a {
		color: #fff;
	}

	/* 나의강의실 공통 끝 */

	/* 수료기준 테이블 시작*/
	.completionArea {
		margin-bottom: 30px;
	}

	.completionArea table {
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
	}

	.completionArea th,
	.completionArea td {
		padding: 5px;
		box-sizing: border-box;
		border: 1px solid #444444;
	}

	.completionArea th {
		background-color: #f3faff;
	}

	/* 수료기준 테이블 끝 */


	/* 나의강의실 평가 유의사항 시작 */
	.testNotice {
		margin-bottom: 20px;
	}

	.testNoticeTop {
		margin-bottom: 20px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.testNoticeTop li:first-of-type {
		margin-right: 8px;
	}

	.testNoticeTop li {
		display: inline-block;
	}

	.testNoticeTop img {
		max-width: 30px;
	}

	.testNoticeTop li p {
		color: #e70000;
		font-size: 20px;
	}

	.testNoticeContent {
		margin-bottom: 40px;
	}

	.testNoticeContent li {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.agreeArea input[type="checkbox"] {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		accent-color: #004ea2;
	}

	.agreeArea label {
		font-size: 16px;
		line-height: 20px;
	}

	/* 나의강의실 평가 유의사항 끝 */


	/* 강의 유의사항 시작 */
	.certNotice {
		margin-bottom: 30px;
	}

	.certNoticeTop {
		margin-bottom: 20px;

		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
	}

	.certNoticeTop li img {
		max-width: 30px;
		margin-right: 8px;
	}

	.certNoticeTop li {
		display: inline-block;
	}

	.certNoticeTop li p {
		color: #e70000;
		font-size: 20px;
	}

	.certNoticeContent {
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.certNoticeContent li {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.certNoticeContent li p span {
		font-weight: 500;
	}

	.certArea {
		text-align: center;
		margin-bottom: 30px;
	}

	.certArea h3 {
		font-weight: 500;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.certArea ul li {
		display: block;
		padding: 10px 5px;
		box-sizing: border-box;
		border-radius: 5px;
		border: 1px solid #ddd;
		font-size: 14px;
	}

	.certArea ul li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.certArea ul li img {
		display: block;
		margin: 0 auto 5px auto;
		max-width: 30px;
	}

	/* 강의 유의사항 끝 */

	/* 평가 페이지 시작 */
	.testListArea h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.testListArea p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.testListArea > ul > li {
		margin-bottom: 30px;
	}

	.testListArea > ul > li ul li input[type="radio"] {
		width: 15px;
		height: 15px;
		margin-right: 8px;
		accent-color: #004ea2;
		vertical-align: middle;
		margin-top: 3px;
	}

	.testListArea > ul > li ul li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.testListArea > ul > li ul li label {
		vertical-align: middle;
		font-size: 15px;
		line-height: 15px;
	}

	/* 평가 페이지 끝 */

	/* 설문조사 시작 */
	.surveyBannerWrap {
		padding: 0 3%;
	}

	.surveyBanner {
		border: 2.5px solid #876ec2;
		padding: 20px 3% 10px 3%;
		font-weight: 500;
		margin-bottom: 30px;
		border-radius: 5px;
		text-align: center;

		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}

	.surveyBanner ul li p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.surveyBanner ul li span {
		position: relative;
		color: #876ec2;
	}

	.surveyBanner ul li span::before {
		content: "";
		background-color: #876ec2;
		position: absolute;
		left: 0px;
		bottom: -2px;
		z-index: -1;

		width: 100%;
		height: 2px;

	}

	.surveyListArea p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.surveyListArea > ul > li {
		margin-bottom: 30px;
	}

	.surveyListArea > ul > li ul li input[type="radio"] {
		width: 15px;
		height: 15px;
		margin-right: 8px;
		accent-color: #004ea2;
		vertical-align: middle;
		margin-top: 3px;
	}

	.surveyListArea > ul > li ul li:not(:last-of-type) {
		margin-bottom: 8px;
	}

	.surveyListArea > ul > li ul li label {
		vertical-align: middle;
		font-size: 15px;
		line-height: 15px;
	}

	#surveyTextarea {
		padding: 8px;
		box-sizing: border-box;
		width: 100%;
		border-radius: 5px;
	}

	#surveyTextarea:focus {
		border-color: #004ea2;
		outline: none;
		/* box-shadow: 0px 8px 20px -13px rgba(0, 78, 162, 0.35); */
	}

	/* 설문조사 끝 */


	/* 이어보기, 수강하기 시작 */
	.videoArea {
		border-bottom: 1px solid #909090;
		padding-bottom: 20px;
	}

	.videoArea img {
		width: 100%;
	}

	.videoControlArea {
		background-color: rgba(43, 51, 63, .7);
		padding: 5px 3%;

		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}

	.timeArea ul li {
		display: inline-block;
		color: #fff;
		font-size: 15px;
	}

	.timeArea img {
		max-width: 25px;
		margin-right: 5px;
	}

	.videoBtnArea {
		margin-bottom: 30px;
	}

	.videoBtnArea ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;

	}

	.videoBtnArea ul li {
		display: flex;
		justify-content: center;
		align-items: center;


		width: 100%;
		text-align: center;
		min-height: 35px;
		border: 1px solid #c5c5c5;
		padding: 3px 30px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 15px;
	}

	.videoBtnArea ul li img {
		max-width: 25px;
		margin-right: 10px;
	}

	.videoControl ul {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.videoControl ul li {
		display: inline-block;
		color: #fff;
	}

	.videoControl ul li p {
		font-size: 15px;
	}

	.videoControl ul li p span.pageNum {
		font-weight: 500;
	}

	.videoControl ul li a img {
		vertical-align: middle;
		max-width: 16px;
	}

	/* 이어보기, 수강하기 끝 */

	/* 게시판 페이지 넘버 시작*/
	.pagenation {
		display: flex;
		margin: 50px 0 20px 0;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		gap: 6px;
		height: 33px;
	}

	.pagenation a {
		padding: 2px 8px 4px 8px;
		font-size: 13px;
	}

	.pagenation .active {
		color: #fff;
		background-color: #292b8f;
		box-sizing: border-box;
		border-radius: 3px;
	}

	/* 게시판 페이지 넘버 끝*/

	/* 한번나오는화면 시작 */
	.agreeCheckWrap {
		margin-bottom: 50px;
	}

	.enterP {
		min-width: 140px;
		display: inline-block;
		vertical-align: middle;
	}

	.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: 40px;
		border-top: 1px solid #ddd;
		padding-top: 30px;
		box-sizing: border-box;
	}

	.infoSection {
		margin-bottom: 30px;
		padding-top: 30px;
		box-sizing: border-box;
		border-top: 1px solid #ddd;
	}

	.flexStyle {
		/* display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: center; */
	}

	.flexStyle label {
		display: block;
		min-width: 140px;
		margin-bottom: 10px;
	}

	.flexStyle input {
		width: 100%;
	}

	#mobile02,
	#mobile03 {
		width: 73px;
	}

	.minWidth {
		min-width: 140px;
	}

	.postBtn {
		background-color: #999999;
		height: 44px;
		border: none;
		font-size: 14px;
		padding: 0px 16px;
		box-sizing: border-box;
		color: #ffffff;
		vertical-align: middle;
	}

	.postText {
		width: 150px !important;
		margin-right: 5px;
	}

	.mobileP {
		font-size: 14px;
		display: block;
		margin-bottom: 10px;
	}

	.mobileNone {
		display: none;
	}

	.allAgreeWrap {
		margin: 0 auto;
		text-align: center;
		vertical-align: middle;
		padding: 0px 0 15px 0;
	}

	.allAgreeWrap input {
		width: 18px;
		height: 18px;
		accent-color: #004ea2;
	}

	.allAgreeWrap label {
		margin-left: 5px;
		font-size: 16px;
		line-height: 18px;
		cursor: pointer;
		vertical-align: text-top;
	}

	.agreeLeft {
		margin-bottom: 10px;
	}

	.agreeLeft p {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 5px;
	}

	.agreeLeft input {
		vertical-align: middle;
		width: 18px;
		height: 18px;
		accent-color: #004ea2;
		margin-right: 5px;
	}

	.agreeLeft label {
		vertical-align: middle;
		font-size: 14px;
		line-height: 25px;
	}

	.agreeBox {
		width: 100%;
		font-size: 15px;
		line-height: 24px;
		height: 280px;
		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: 14px;
	}

	#agreement05 {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}

	.listButton {
		text-align: center;
	}

	.listButton button {
		font-size: 16px;
		background-color: #004ea2;
		padding: 8px 50px;
		border: none;
		color: #ffffff;
	}

	.tabletP {
		display: none;
	}

	.confirmBox input {
		accent-color: #004ea2;
		vertical-align: middle;
		padding-left: 10px;
		box-sizing: border-box;
		line-height: 40px;
	}

	.confirmBox ul li {
		text-align: left;
	}

	.confirmBox ul li:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.confirmBox select {
		vertical-align: top;
		padding: 10px 8px;
		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;
	}

	.mobileOtp_bt4 {
		width: 150px;
		height: 50px;
		font-family: 'Noto Sans KR';
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -.6px;
		padding-right: 10px;
		background: linear-gradient(150deg, #816eff, #3982ff);
		color: #fff;
		border: 0;
		border-radius: 27px;
		cursor: pointer;
		box-shadow: 5px 5px 10px rgba(102, 102, 255, 0.4);
		display: block;
	}

	.mobileOtp_bt5 {
		width: 150px;
		height: 50px;
		font-family: 'Noto Sans KR';
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -.6px;
		padding-right: 10px;
		background: linear-gradient(150deg, #fea735, #fe7235);
		color: #fff;
		border: 0;
		border-radius: 27px;
		cursor: pointer;
		box-shadow: 5px 5px 10px rgba(102, 102, 255, 0.4);
		display: block;
	}

	/* 한번나오는화면 시작 */

	/* courtDutyEdu 공통부분 시작 */
	.courtDutyCommon {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 16px;
	}

	.txtList {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.dutyCommonTit {
		display: block;
		width: 100%;
		padding: 16px 24px 28px 24px;
		border-radius: 8px;
		background-color: #004ea2;
		color: #ffffff;

		box-sizing: border-box;
	}

	.dutyCommonTxt {
		display: block;
		width: 100%;
		padding: 16px 24px 24px 24px;
		border-radius: 8px;
		border: 1px solid #004ea2;

		box-sizing: border-box;
	}

	.dutyCommonTit .txtTit {
		font-size: 20px;
		font-weight: bold;
		display: block;
		margin: 0 0 10px 0;
	}

	.dutyCommonTxt .txtTit {
		color: #004ea2;
		font-weight: bold;
		font-size: 18px;
		display: block;
		margin: 0 0 14px 0;
	}

	/* courtDutyEdu 공통부분 끝 */

	/* logic 교육진행절차 시작 */
	.processDescBox {
		display: flex;
		flex-direction: column;
		gap: 26px;
	}

	.descBox {
		display: flex;
		gap: 34px;
		padding: 16px 24px;
		border-radius: 14px;
		border: 2px solid #004ea2;
	}

	.descTxtTit {
		font-size: 18px;
		display: block;
		margin: 0 0 10px 0;
		color: #004ea2;
		font-weight: bold;
	}

	.serveContentArea .descBox img {
		width: 60px;
		object-fit: contain;
	}

	.arrow-down {
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-top: 18px solid #004ea2;
	}

	/* logic 교육진행절차 끝 */

	/* 연혁 시작 */
	.history {

		margin-left: 26px;
	}

	.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;
	}

	/*250716 question.php 동의합니다 부분*/
	.input-flex {
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.formArea .input-flex label {
		font-size: 15px;
	}

	.formArea ul li .input-flex span {
		margin: 0;
	}
}
