
.sub-banner {
	height: 18rem;
	background: var(--clr-gray300);
	text-align: center;
	backgruond-size: cover;
}
.sub-banner .container {
	height: 100%;
	position: relative;
}
.sub-banner .page-title {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	text-shadow: 0 2px 40px rgba(0,0,0,0.2);
}
.sub-banner .location {
	position: absolute;
	right: 0;
	bottom: 1rem;
}
.lecture .sub-banner {
	background: url('/images/comm/bg_sub_01.jpg') no-repeat center center;
	background-size: cover;
}
.mypage .sub-banner {
	background: url('/images/comm/bg_sub_02.jpg') no-repeat center center;
	background-size: cover;
}
.blog .sub-banner {
	background: url('/images/comm/bg_sub_03.jpg') no-repeat center center;
	background-size: cover;
}
.community .sub-banner {
	background: url('/images/comm/bg_sub_04.jpg') no-repeat center center;
	background-size: cover;
}
.company .sub-banner {
	background: url('/images/comm/bg_sub_05.jpg') no-repeat center center;
	background-size: cover;
}
.member .sub-banner {
	background: url('/images/comm/bg_sub_06.jpg') no-repeat center center;
	background-size: cover;
}
.license .sub-banner {
	background: url('/images/comm/bg_sub_07.jpg') no-repeat center center;
	background-size: cover;
}


.sub-menu {
  border-bottom: var(--line-base);
}
.sub-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.sub-menu ul li {
  height: 5rem;
  padding: 0 6rem;
}
.sub-menu ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: var(--fs-regular);
  font-weight: 500;
  color: var(--clr-gray300);
  transition: 0.5s;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  letter-spacing: -0.05em;
}
.sub-menu ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--clr-gray600);
  width: 100%;
  height: 3px;
  display: none;
}
.sub-menu ul li:hover a,
.sub-menu ul li.on a {
  color: var(--clr-gray600);
}
.sub-menu ul li.on a {
  color: var(--clr-gray600);
  font-weight: 600;
}
.sub-menu ul li.on a::before {
  display: block;
}
.sub-tit {
	font-size: var(--fs-subtitle);
	font-weight: 700;
	color: var(--clr-black);
	text-align: center;
	margin: 6rem 0;
}

.sub-cont {
  margin: 6rem 0 10rem;
  color: var(--clr-gray600);
}
.sub-cont2 {
	border-top: var(--line-base);
	background: var(--clr-gray100);
	padding: 4rem 0;
}
.sub-cont-tit {
	font-size: var(--fs-large);
	font-weight: 700;
	letter-spacing: -0.025em;
	color: var(--clr-black);
	margin: 2rem 0;
	position: relative;
	display: flex;
	align-items: center;
}
.sub-cont-tit::before {
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	border: 4px solid var(--clr-primary400);
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 1rem;
}
.sub-cont-tit-caption {
	font-size: var(--fs-regular);
	font-weight: 500;
	color: var(--clr-gray600);
}
.sub-cont-tit + .sub-cont-tit-caption {
	margin-bottom: 4rem;
}
.table-board {
  border-top: 2px solid var(--clr-gray600);
  table-layout: fixed;
  line-height: 1.4;
  margin: 1rem 0;
}
.table-board thead, .table-board th {
  background: var(--clr-gray100);
  color: var(--clr-gray600);
  font-weight: 600;
}
.table-board thead td {
  background: #fff;
  font-weight: 400;
}
.table-board th, .table-board td {
  padding: 1rem;
  height: 6rem;
  box-sizing: border-box;
}
.table-board tr {
  border-bottom: var(--line-base);
}
.table-board th, .table-board td {
  border-right: var(--line-base);
}
.table-board tr td:first-child,
.table-board tr th:first-child {
  border-left: var(--line-base);
}

.table-search {
  align-items: center;
}
.table-search .tb-srch-grp {
  margin-left: auto;
  text-align: right;
}
.table-search .tb-srch-grp select,
.table-search .tb-srch-grp input[type=text],
.table-search .tb-srch-grp button {
  height: 4rem;
  font-size: var(--fs-small);
}
.table-search .tb-srch-grp + .btn {
  height: 4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-board i {
	display: none;
}
.notice-board tr {
  cursor: pointer;
  transition: 0.2s;
}
.notice-board tr:not(:has(.empty)):hover {
  background: var(--clr-primary50);
}
.post {
  text-align: left;
  padding: 1rem 2rem !important;
  line-height: 1.6;
}
.notice-board .fix {
  color: var(--clr-black);
}
.notice-board .fix .post {
  font-weight: 600;
}

/* *****  자주하는 질문 ***** */

.faq-list > div  {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.faq-list {
  padding: 0 !important;
  border: none !important;
}
.faq-list .question {
  padding: 2rem 0;
  border-bottom: var(--line-base);
  transition: 0.5s;
  cursor: pointer;
}
.faq-list .answer {
	background: var(--clr-gray100);
	line-height: 1.6;
}
.faq-list .answer .txt {
	margin: 2rem 0; /* for script */
	font-size: var(--fs-normal);
}
.faq-list .mark {
	font-size: var(--fs-normal);
	font-weight: 600;
	margin: 0 2rem;
	position: relative;
}
.faq-list .mark::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 2em;
	height: 2em;
	border-radius: 100%;
	z-index: -1;
}
.faq-list .q-mark {
	color: var(--clr-gray400);
}
.faq-list .q-mark::before {
	background: var(--clr-gray100);
}
.faq-list .a-mark {
	color: var(--clr-gray400);
	margin: 2rem;
}
.faq-list .question.active .q-mark {
	color: var(--clr-primary400);
}
.faq-list .question.active .q-mark::before {
	background: var(--clr-primary50);
}
.faq-list .txt {
	padding-right: 4rem;
	word-break: keep-all;
}
.faq-list h4.txt {
	font-size: var(--fs-normal);
	font-weight: 500;
	padding-right: 8rem;
	position: relative;
	width: 100%;
}
.faq-list i {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 2rem;
	border-radius: 100%;
	font-weight: 500;
}
.faq-list .faq-accordion-btn.active i {
	transform: translatey(-50%) rotate(180deg);
}

/* *****  합격후기 ***** */
.review-search .box-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: 1px dashed var(--clr-gray200);
}
.review-search .box-line-tit {
  margin-bottom: 0;
  margin-right: 2rem;
  color: var(--clr-primary500);
}
.review-search input {
  font-size: var(--fs-normal);
  min-width: 30rem;
  position: relative;
}
.review-search .automaker-wrap {
  position: relative;
}
/*.review-search #autoMaker {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  height: 30rem;*/
/*  box-shadow: var(--shadow-deep);*/
/*  z-index: 100;*/
/*  padding: 1rem;*/
/*  box-sizing: border-box;*/
/*}*/
/*.review-search #autoMaker option {*/
/*  font-size: var(--fs-normal);*/
/*  font-weight: 500;*/
/*  color: var(--clr-gray500);*/
/*}*/
/*.review-search #autoMaker option:hover {*/
/*  color: var(--clr-primary500);*/
/*}*/
.review-h-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.review-h-wrap .writer-info {
  margin-top: 0;
}
.review .sub-cont:has(.btn-review) {
	position: relative;
}
.review .btn-review {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--clr-gray100);
	font-size: var(--fs-small);
	font-weight: 600;
	gap: 1rem 0;
	padding: 2rem;
	border-radius: var(--edge);
	cursor: pointer;
}
.review .btn-review > img {
	filter: drop-shadow(0 6px 8px rgba(0,0,0,0.2));
	width: 5rem;
	margin-right: 1rem;
}
.review .btn-review::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1.5rem;
	background: var(--clr-gray100);
	width: 5rem;
	height: 1rem;
	border-radius: 5rem;
}
.lec-details .review-list li,
.community .review-list li {
  padding: 3.5rem;
  align-items: center;
}
.community .review-list li:has(.rv-best) {
  background-image: linear-gradient(320deg, #F9F3AB 0%,#F4CC59 50%, #F4C13D 75%, #FFFABE 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 12px rgba(250,190,44,0.2);
  z-index: 0;
}
.community .review-list li:has(.rv-best)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: var(--edge);
  z-index: -1;
}
.lec-details .review-list .ribbon::before,
.community .review-list .ribbon::before {
	right: -43%;
}
.lec-details .review-con,
.community .review-con {
  width: calc(100% - 16rem);
}
.lec-details .review-photo,
.community .review-photo {
	width: 10rem;
	height: 12rem;
	margin-top: 0;
}
.review-list .rv-best {
  font-size: var(--fs-small);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-red);
}
.review-list .rv-best .ricon {
  color: var(--clr-red);
}

.file-wrap {
  display: flex;
  margin: 0.5rem 0;
  justify-content: flex-start;
  align-items: stretch;
}
.file-wrap input[type="file"] {
	display: none; 
}
.file-wrap input[type="text"] {
  flex-grow: 1;
}
.file-wrap .btn-photo {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.file-wrap .btn-photo span {
	font-size: var(--fs-small);
	vertical-align: middle;
	margin-left: 0.5rem;
	text-wrap: nowrap;
}
#review-top {
    -webkit-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
	overflow: hidden;
}
#review-top:not(.active){
    display:none;
}
.review-write textarea {
  height: 15rem;
}
.review-write .btn:not(.btn-photo) {
  margin: 1rem auto;
}

/* *****  블로그 ***** */
.list-blog li {
  transition: 0.5s;
}
.list-blog li:hover {
  background: var(--clr-primary50);
}
.list-blog .blog-thumb-info {
  padding: 1rem 4rem;
}
.list-blog .sort {
  margin-bottom: 1rem;
}
.list-blog .writer-info {
	background: var(--clr-gray100);
	width: fit-content;
	padding: 0.3rem 1rem;
}
.list-blog .blog-thumb-info .box-line-tit {
	font-size: var(--fs-medium);
	line-height: 1.4;
}
.blog-top {
  margin: 6rem 0;
}
.blog-top .box-line:first-child {
  margin-bottom: 2rem;
}
.blog-top .box-line-tit > i {
  margin-right: 1rem;
}
.blog-top .list-num.congrp {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
.blog-top .list-num.congrp li {
  margin: 0;
}
.blog-top .list-num li:hover a > span:last-child {
  border-bottom: 1px solid;
}
.blog-top .lec-list-best {
  position: relative;
  z-index: 0;
  background: url('/images/sub/blog/blog-top.jpg') no-repeat bottom 10% center;
  background-size: cover;
}
.blog-top .lec-list-best::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}
.blog-top .lec-list-best .box-line-tit {
  color: var(--clr-yellow);
}
.blog-top .lec-list-best .list-num li a {
  color: #fff;
}
.blog-top .lec-list-best .list-num li .number {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* *****  수강과정 리스트 ***** */
/* category */
.category {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	align-items: start;
	margin-bottom: 4rem;
}
.category li {
	text-align: center;
}
.category li .btn {
	width: 100%;
	height: 100%;
	padding: 1.6rem 0.5rem;
	box-sizing: border-box;
	color: var(--clr-gray400);
	font-size: var(--fs-xsmall);
}
.category li.on .btn {
	background: var(--clr-primary400);
	border: 1px solid var(--clr-primary400);
	color: #fff !important;
}
.list-lec {
	margin: 6rem 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	align-items: stretch;
	gap: 0 2rem;
}
.list-lec > li {
	padding: 2rem 0;
}
.list-lec-item {
	align-items: center;
	min-height: 20rem;
}
.list-lec-item > div:first-child {
	max-width: 26.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
}
.list-lec-item > div:last-child {
	width: 60%;
	max-width: 60%;
}
.list-lec-item .card-tit {
	font-size: var(--fs-regular);
	color: var(--clr-black);
	letter-spacing: -0.05em;
	margin-top: 1rem;
}
.list-lec-item small.lec-num {
	margin-top: 2rem;
}
.list-lec .price-grp {
	margin-top: 1rem;
}
.list-lec .price-grp .label {
	display: inline-block;
	margin-right: 1rem;
}
.list-lec .price-grp .discount {
	font-size: var(--fs-large);
}
.lec-thumb-best {
	position: absolute;
	top: 0;
	left:0;
	background: linear-gradient(135deg, var(--clr-primary400), var(--clr-turkey));
	color: #fff;
	font-size: var(--fs-mini);
	font-weight: 600;
	padding: 0.6rem 1.2rem;
	border-radius: 0 0 1.2rem 0;
	z-index: 1;
}
.list-lec .lec-thumb-con {
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border-radius: 0;
}
.list-lec .lec-thumb-con .text-over-3 {
	margin: 2rem 0;
}
small.lec-num {
	display: inline-block;
	background: var(--clr-gray100);
	color: var(--clr-gray400);
	line-height: 1;
	padding: 0.5rem 1rem;
	text-wrap: nowrap;
}
.price-grp {
	border: var(--line-base);
	padding: 2rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.price-grp .label {
	font-size: var(--fs-small);
	display: block;
}
.price-grp .offiprice {
	font-size: var(--fs-regular);
	position: relative;
}
.offiprice {
	color: var(--clr-gray300);
	line-height: 1;
}
.price {
  font-size: var(--fs-xlarge);
  color: var(--clr-gray600);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.discount {
  color: var(--clr-red);
  font-size: inherit;
}
.price-grp .offiprice::before,
.price-grp .offiprice::after {
  content: '';
  position: absolute;
  background: var(--clr-gray500);
  height: 1px;
}
.price-grp .offiprice::before {
	top: 50%;
	left: 0;
	width: calc(100% + 1.5rem);
}
.price-grp .offiprice::after {
	top: calc(50% - 0.4rem);
	left: calc(100% + 0.5rem);
	width: 1.2rem;
	transform: rotate(45deg);
}
.price-grp .discount {
	font-size: var(--fs-xlarge);
}

.sub-banner-lec {
	padding-top: calc(280 / 1920 * 100%);
	min-height: 25rem;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	background: #fff;
	overflow: hidden;
}
.sub-banner-lec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.sub-banner-lec > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(3px);
}
.sub-banner-lec .container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	height: 100%;
	z-index: 2;
}
.sub-banner-lec .page-title {
	margin-top: 7rem;
	margin-left: 0;
}
.page-title-caption {
	color: #fff;
	font-size: var(--fs-normal);
	line-height: 1.4;
}
.lec-summary {
	transform: translatey(-6rem);
	border: 2px solid var(--clr-gray600);
	width: 100%;
	background: #fff;
	position: sticky;
	top: 18.5rem;
	z-index: 100;
}
.lec-summary .summ-main {
	padding: 2rem;
}
.summ-main > div:first-child {
	text-align: left;
}
.summ-main > div:last-child {
	text-align: right;
	display: flex;
	align-items: center;
}
.lec-summary .card-tit {
	display: inline-block;
	margin-top: 0;
	margin-left: 1rem;
	vertical-align: middle;
	font-size: var(--fs-large);
}
.lec-summary .price-grp {
	border: none;
	padding: 0;
	display: unset;
	margin-right: 3rem;
}
.lec-summary .price-grp > p,
.lec-summary .price-grp .label {
	display: inline-block;
}
.lec-summary .price-grp .offiprice {
	margin: 0 2rem 0 1rem;
}
.lec-summary > .congrp {
	align-items: stretch;
	gap: 0;
	background: var(--clr-primary50);
}
.lec-summary > .congrp.fold-con > div {
	border-top: var(--line-base);
	border-right: var(--line-base);
	width: 50%;
	flex-grow: 1;
	text-align: left;
	padding: 2rem;
	height: 100%;
}
.lec-summary > .congrp.fold-con > div:last-child {
	border-right: 0;
}
.lec-summary .fold-btn {
	display: inline-block;
	vertical-align: middle;
	font-size: var(--fs-mini);
	font-weight: 500;
	color: var(--clr-gray400);
	box-shadow: var(--shadow-light);
	padding: 0.3rem 1rem;
	border-radius: 10rem;
	margin: 0 1rem;
}
.lec-summary .fold-btn .xeicon {
	display: inline-block;
	line-height: 1;
	transform: unset;
	vertical-align: text-bottom;
}
.lec-summary .fold-btn.active .xeicon {
	transform: rotate(180deg);
}
.lec-summary .line-box-tit {
	font-size: var(--fs-regular);
	margin-bottom: 1rem;
}
.lec-summary .line-box-tit i {
	margin-right: 1rem;
}
.lec-summary .list-info .flex-box {
	justify-content: flex-start;
	gap: 0;
	margin-bottom: 0.5rem;
}
.lec-summary .list-info strong {
	min-width: 20%;
	font-weight: 500;
	color: var(--clr-gray600);
}
.lec-summary .list-info p {
	font-size: var(--fs-normal);
	font-weight: 500;
}
.lec-summary .list-info + p {
	margin-top: 4rem;
	word-break: break-all;
}
.lec-summary .list-info .offiprice {
	text-decoration: line-through;
	margin-right: 0.5rem;
	font-weight: 400;
}
.lec-details .sub-cont {
  margin: 0;
}
.lec-details .sub-cont section:first-child {
  margin-top: 0;
}
.detail-list .sub-cont-tit {
	padding-bottom: 2rem;
}
.detail-list:has(.list-board) .sub-cont-tit {
  padding-bottom: 0;
  border-bottom: 0;
}
.detail-list .dl-con {
  margin-top: 2rem;
}
.detail-list .dl-con:has(.list-board) {
	margin: 0;
}
.detail-list .dl-con p {
	font-size: var(--fs-normal);
	color: var(--clr-gray600);
	text-align: left;
	word-break: break-word;
}
.detail-list .dl-con > div > img {
	max-width: 70%;
}
.detail-list:has(.list-board) .dl-tit {
	border-bottom: 0;
}
.lec-details .list-board li:not(.faq-list) {
	display: flex;
	align-items: flex-start;
	padding: 1.8rem 1rem;
}
.list-board.lb-half li b {
	font-size: var(--fs-medium);
	color: var(--clr-primary500);
	margin-right: 2rem;
	text-wrap: nowrap;
	min-width: 4rem;
}
.lec-details .list-board li p {
	display: inline-block;
}
.detail-list .pop-video {
	font-size: var(--fs-small);
	color: var(--clr-primary500) !important;
	font-weight: 600 !important;
	vertical-align: middle;
	background: var(--clr-primary100);
	border: none !important;
}
.detail-list .pop-video > img {
	vertical-align: bottom;
	margin-left: 1rem;
}
.detail-list .for-career li {
	display: inline-block;
	margin-bottom: 1rem;
	background: var(--clr-primary100);
	padding: 1rem 2rem;
	border-radius: 10rem;
}
.detail-list .for-career li::before {
	background: var(--clr-primary600);
}
.flex-box:has(.teacher-photo) {
	align-items: stretch;
	justify-content: flex-start;
	height: 25rem;
}
.teacher-photo-wrap {
	max-width: 40%;
	padding: 2rem;
	box-sizing: border-box;
}
.teacher-photo {
	border-radius: var(--edge);
	border: var(--line-base);
	overflow: hidden;
	padding-top: calc(100% + 1.5rem);
}
.teacher-name {
	font-size: var(--fs-medium);
	font-weight: 700;
	color: var(--clr-black);
	padding: 0 1rem;
	margin: 1rem 0;
	text-align: center;
	position: relative;
}
.teacher-name::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background-color: var(--clr-primary100);
	z-index: -1;
}
.teacher-career {
	width: 100%;
	margin-left: 2rem;
	padding: 2rem;
	overflow-x: hidden;
	overflow-y: scroll;
	color: var(--clr-gray600);
	background: linear-gradient(270deg, var(--clr-gray100) 65%, #fff);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.teacher-career::-webkit-scrollbar {
	display: none;
}
.teacher-career .info-list {
	line-height: 2;
}

.lec-details .tips .card-tit {
	color: var(--clr-black);
	margin-top: 0;
}
.lec-details .tips .card-tit > span {
	color: var(--clr-gray500);
}
.lec-details .tips .box-line {
	margin: 2rem 0;
}
.lec-details .tips ul.list-info {
	padding: 0;
	margin: 2rem 0 0;
}
.lec-details .tips .box-line .comment-back {
	padding: 1rem;
	margin: 2rem 0 0;
}
.lec-details .tips .box-line .comment-back > p {
	margin: 0.5rem 0;
}
.lec-details .tips .congrp {
	align-items: stretch;
	margin: 8rem 0 0;
}
.lec-details .tips .congrp .card {
	background: #fff;
	box-shadow: none;
	text-align: center;
	background: var(--clr-gray100);
	padding: 0 4rem 3rem;
	overflow: unset;
}
.lec-details .tips .congrp .card .img-wrap {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15rem;
	height: 12rem;
	border-radius: 100%;
	margin: 0 auto;
	transform: translatey(-6rem);
}
.lec-details .tips .congrp .card .img-wrap > img {
	max-width: 6rem;
}
.lec-details .tips .congrp .card .card-tit {
	font-size: var(--fs-xlarge);
	margin: -2rem 0 2rem;
}
.lec-details .tips .sub-cont-tit {
	display: flex;
	align-items: center;
}
.lec-details .tips .sub-cont-tit > i {
	vertical-align: middle;
	margin-left: 2rem;
}
.lec-details .tips .sub-cont-tit > i.active {
	transform: rotate(180deg);
	margin-bottom: 0.5rem;
}
.lec-details .faq-list .question {
	padding: 1.8rem 1rem;
	min-height: unset;
}
.lec-details .faq-list h4.txt {
	font-size: var(--fs-normal);
}
.lec-details .faq-list .mark {
	font-size: var(--fs-normal);
	padding: 0 1.8rem;
}
.lec-details .faq-list .answer {
	line-height: 1.6;
}
.lec-details .faq-list .answer .txt {
	font-size: var(--fs-normal);
	margin: 1.8rem 0;	
}
.lec-related .thumb {
	cursor: pointer;
	padding-top: 70%;
}
.lec-related .congrp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: flex-start;
	gap: 4rem 2rem;
}
.lec-related .congrp > li {
	width: 100%;
	max-width: 100%;
}
.lec-chapter .list-board li p {
	color: var(--clr-gray600);
	font-size: var(--fs-normal);
	font-weight: 500;
}
.lec-chapter .list-board + .btn {
	width: 100%;
	font-weight: 500;
}
.lec-chapter .chptr-info {
	display: block;
}
.lec-chapter .chptr-info span {
	display: inline-block;
	font-size: var(--fs-mini);
	font-weight: 400;
	color: var(--clr-gray300);
	vertical-align: middle;
	margin-right: 1rem;
}
.lec-chapter .chptr-info span:last-child {
	margin-right: 0;
}
.lec-chapter .chptr-info span::before {
	margin-right: 4px;
	vertical-align: middle;
	color: var(--clr-gray200);
}
.lec-chapter .chapter-time::before {
	content: '\ea40';
}
.lec-chapter .chapter-prog::before {
	content: '\ea34';
}

/* *****  자격증 발급 과정 ***** */
.license-details .top-box {
  justify-content: flex-start;
}
.license-step {
  text-align: center;
}

/* ***** 로그인 ***** */
.member-form .sub-cont {
  margin: 6rem auto 10rem;
}
.member-form .form-list > li {
  margin: 1rem 0;
}
.member-form input,
.member-form select,
.member-form input + .btn {
  height: 5rem;
  font-size: var(--fs-normal);
}
.member-form input + .btn {
  font-size: var(--fs-small);
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.member-form input[type="checkbox"],
.member-form input[type="radio"] {
  width: 15px;
  height: 15px;
}
.member-form .form-list.list-board > li {
  margin: 0;
  padding: 1.5rem 1rem;
}
.member-form .form-list input:not(.btn-fill-primary) {
  background: #fff;
	margin-bottom: 0.2rem;
}
.member-form .form-list input#savePW {
  margin-left: 1rem;
}
.member-form .btn-big {
  margin-top: 2rem;
}
.member-form .box-line {
  padding: 4rem 6rem;
	box-shadow: var(--shadow-light);
}
.form-login input[type=text],
.form-login input[type=password] {
	width: 100% !important;
}
.form-login .form-list > li {
	display: block;
}
.form-find .congrp {
	gap: 8rem;
}
.form-find .form-list > li > div:first-child { width: 30%; }
.form-find .form-list > li > div:last-child { width: 70%; }
.member-form .member-link {
	text-align: center;
	box-sizing: border-box;
	margin-top: 5rem;
	font-size: var(--fs-normal);
}
.member-form .member-link .btn {
	margin: 0;
	font-weight: 600;
}
.member-form .member-link .btn:first-child {
	color: var(--clr-gray400);
	font-weight: 400 !important;
}
.member-form .member-link .btn:first-child::before {
	display: none;
}
.member-form .tabs:not(.my-tabs) > li {
  width: 50%;
  text-align: center;
}
.member-form .tabs:not(.my-tabs) > li > a {
  display: block;
}
.member-form .form-list .btn-small {
  height: unset;
}
.member-form .form-list .flex-box + .caution,
.member-form .form-list input + .caution {
  margin-top: 0.5rem;
}
.member-form label,
.member-form h5 {
  font-size: var(--fs-regular);
  font-weight: 600;
  color: var(--clr-gray600);
}
.member-form label.point-m {
  font-size: var(--fs-small);
  margin: 0.5rem;
}
.member-form span:has(label.point-m) {
  text-wrap: nowrap;
  margin: 0.5rem;
}
.form-list .flex-box {
  justify-content: flex-start;
}
.member-form .form-list + p {
  font-size: var(--fs-regular);
  margin: 4rem 0;
}
.find-ok .box-line.w-half,
.join-ok .box-line.w-half {
	margin: 0 auto;
	box-sizing: border-box;
}
.find-ok .box-line.w-half strong,
.join-ok .box-line.w-half strong {
	display: block;
	font-weight: 700;
	font-size: var(--fs-large);
	margin-bottom: 2rem;
}
.join-ok .box-line.w-half strong {
	color: var(--clr-primary500);
}
.form-list > li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 !important;
}
.form-list > li > div {
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
.form-list > li > div:first-child {
  background: var(--clr-gray100);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
}
.form-list > li > div:last-child {
  flex-grow: 1;
	width: 75%;
}
.form-list > li input:not(input[type=radio], input[type=checkbox]) {
  width: 35rem;
	max-width: 100%;
}
.form-list > li .caption {
  margin-bottom: 0;
}
.form-list > li.frm-phone select ~ input {
  width: 8rem;
}
.form-list > li.frm-zip > div:last-child > div:first-child {
  margin-bottom: 0.2rem;
}
.form-list > li.frm-zip > input:last-child {
  margin-left: 0.2rem;
}
.form-list > li.frm-email input:not(input[type=radio], input[type=checkbox])  {
  width: 15rem;
  margin: 0 0.5rem;
}
.form-list > li.frm-email input:first-child {
  margin-left: 0 !important;
}

/* *****  마이페이지  ***** */
.sub-top-dep3 {
  margin: 4rem 0 6rem;
}
.my-tabs {
	align-items: stretch;
}
.my-tabs li {
  flex: 0 0 40%;
}
.my-tabs li .btn {
  padding: 2rem 3rem;
	height: 100%;
}
.my-tabs li .mark-big {
  min-width: 6rem;
  min-height: 6rem;
  background: var(--clr-primary100);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xlarge);
  font-weight: 700;
  color: var(--clr-primary400);
  transition: 0.5s;
}
.my-tabs li:hover .box-line-tit {
  color: var(--clr-black);
}
.my-tabs li:hover .mark-big,
.my-tabs li.on .mark-big {
  background: var(--clr-primary400);
  color: #fff;
}
.my-tabs li.on .box-line-tit {
  color: var(--clr-gray600);
}
.my-tabs li.on .btn {
  background: var(--clr-primary50);
  border: 1px solid var(--clr-primary400) !important;
}

.my-tabs li.back-point {
  background: var(--clr-primary50);
}
.my-tabs li.back-end .mark-big {
  background: var(--clr-gray100);
  color: var(--clr-gray300);
}
.my-tabs li .mark-big > i {
  margin-right: 0;
}
.my-tabs:not(.my-tabs-sub) .box-line-tit {
  font-size: var(--fs-medium);
}
.my-tabs-sub li {
  flex: 0 0 20%;
}
.my-tabs-sub li .btn {
  padding: 1.5rem 3rem;
}
.my-tabs-sub li .mark-big {
  min-width: 4rem;
  min-height: 4rem;
  font-size: var(--fs-medium);
  color: var(--clr-gray300);
  background: var(--clr-gray100);
}
.my-tabs-sub li .box-line-tit {
  color: var(--clr-gray300);
	word-break: auto-phrase;
}
.my-tabs-sub li > a div:has(.box-line-tit) {
	text-align: left;
}
.my-tabs + .sub-cont-tit {
  margin-top: 6rem;
}
.container + .sub-cont2 {
  margin-top: 2rem;
}
.mypage .list-board p span + span {
  margin-left: 2rem;
}
.list-card .lc-list-btns {
	align-items: stretch;
}
.list-card .lc-foot .flex-box .btn {
	padding: 1rem;
}

.list-card .lc-list-btns .xeicon {
  font-size: var(--fs-regular);
  vertical-align: text-bottom;
}
.p-detail-grp {
  margin: 1rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.p-detail:has(progress) {
	width: 50%;
	justify-content: space-between;
}
.p-detail {
	font-size: var(--fs-normal);
  font-weight: 500;
	color: var(--clr-gray500);
	display: flex;
	align-items: center;
	gap: 1rem;
}
.p-detail::after {
	content: '|';
	display: inline-block;
	margin-left: 2rem;
	margin-right: 3rem;
	color: var(--clr-gray200);
	font-weight: 200;
}
.p-detail:last-child::after {
	display: none;
	margin-left: 0;
	margin-right: 0;
}
.p-detail span {
  display: inline-block;
  vertical-align: baseline;
}
.p-detail-btns {
	margin-left: auto;
	align-items: stretch;
}
.list-card .lc-foot {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-spacing: 4px;
}
.list-card .lc-foot .btn {
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: middle;
	padding: 1.2rem;
}
.btn.exam.ex-pass { 
	background: linear-gradient(135deg, var(--clr-primary400), var(--clr-turkey)) !important;
	border: none !important;
}
.btn.exam.ex-nonpass { background: var(--clr-red-light); }
.pass .pass-go {
  background: var(--clr-primary100);
  color: var(--clr-cfblue);
  font-size: var(--fs-xsmall);
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
}
.mypage .list-info {
  text-align: left;
  padding: 0;
  margin-top: 1rem;
	line-height: 1.6;
}
.mypage .list-info > li {
	justify-content: flex-start;
	gap: 1rem;
	font-size: var(--fs-xsmall);
	line-height: unset;
	margin-bottom: 0.4rem;
}
.mypage .list-info > li::before {
  margin-right: 0;
}
.mypage .list-info > li strong {
	color: var(--clr-gray500);
	min-width: 5rem;
	line-height: 1.4;
}
.mypage .list-info > li p {
	color: var(--clr-gray400);
	font-size: var(--fs-xsmall);
	line-height: 1.4;
}
.mypage .list-info > li p > span {
	line-height: 1;
}
.list-card .lc-sub-btm .btn:last-child {
  margin-top: 0.2rem;
}

.list-card > li {
  margin: 2rem 0;
  padding: 3rem;
}
.list-card > li:first-child {
  margin-top: 0;
}
.list-card > li:last-child {
  margin-bottom: 0;
}
.list-card .lc-main {
  justify-content: flex-start;
  gap: 2rem;
}
.list-card .lc-main .card-tit + p .point-b {
  margin-right: 0.5rem;
}
.list-card .lc-main .thumb {
  width: 17rem; min-width: 17rem;
  height: 18rem;
  background: var(--clr-gray200);
  border-radius: var(--edge);
}
.list-card .lc-main .card-tit {
  font-size: 2rem;
}

/* ***** 시험응시 ***** */
.viewpage-test {
  background: var(--clr-gray100);
}
.test-header {
  position: sticky;
  top: 0;
  left: 0;
  background: var(--clr-navy);
  width: 100%;
  z-index: 100;
  box-shadow: var(--shadow-light);
  padding: 2rem 2.4rem;
  box-sizing: border-box;
}
.test-header .page-title {
	font-size: var(--fs-xlarge);
}
.test-timer {
	color: var(--clr-gray400);
	font-size: var(--fs-normal);
	font-weight: 500;
	margin-right: 4rem;
}
.test-timer #testTimer {
	color: #fff;
	font-size: var(--fs-xlarge);
	font-weight: 700;
	margin-left: 1rem;
}
#testTimer.timeout {
	color: var(--clr-yellow);
}
.test-header .btn {
  margin-right: 1rem;
  color: #fff !important;
	border: none !important;
}
.test-header .btn:last-child {
  margin-right: 0;
}
.test-header .btn.retry {
	background: var(--clr-red-light);
	padding: 1.2rem 6rem;
}
.test-cont .container {
  margin: 3rem auto;
}
.test-item {
  padding: 4rem;
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-light);
}
.test-item h4 {
  font-size: var(--fs-regular);
  color: var(--clr-gray600);
  font-weight: 500;
}
.test-item h4 em {
  display: inline-block;
  color: var(--clr-navy);
  font-weight: 700;
  margin-right: 1rem;
}
.test-item h4 > small {
  display: inline-block;
  font-weight: 400;
  color: var(--clr-gray400);
}
.test-item input[type='radio'] {
  display: none;
}
.test-item .box-line {
    margin-top: 2rem;
}
.test-item .box-line input[type='text'] {
    display: block;
    width: 100%;
}
.chkWrong .box-line p {
	word-break: break-all !important;
}
.chkWrong .box-line p + p {
	margin-top: 2rem;
}
.test-item ul {
  border: var(--line-base);
  margin-top: 2rem;
  padding: 2rem 2.4rem;
}
.test-item ul:not(.comment) > li {
  font-size: var(--fs-normal);
  color: var(--clr-gray600);
  line-height: 1.4;
  margin-bottom: 1rem;
}
.test-item li:last-child {
  margin-bottom: 0;
}
.test-item li em {
  display: inline-block;
  margin-right: 1rem;
  font-size: var(--fs-regular);
  vertical-align: baseline;
}
.test-item.chkRight .answer-my {
	color: var(--clr-black);
}
.test-item input:checked + label {
	color: var(--clr-black);
	background: var(--clr-primary200);
}
.test-item li label::before {
  font-size: var(--fs-regular);
  vertical-align: baseline;
  display: inline-block;
  margin-right: 1rem;
}
.test-item li:nth-child(1) label::before { content: '①'; }
.test-item li:nth-child(2) label::before { content: '②'; }
.test-item li:nth-child(3) label::before { content: '③'; }
.test-item li:nth-child(4) label::before { content: '④'; }
.test-item li:nth-child(5) label::before { content: '⑤'; }
.chkWrong h4,
.chkRight h4 {
  position: relative;
}
.chkWrong h4::before,
.chkRight h4::before {
  content: '';
  position: absolute;
  top: -4rem;
  left: -3rem;
  background-size: contain;
  width: 10rem;
  height: 10rem;
}
.chkWrong h4::before {
  background: url('/images/comm/icon_test_x.svg') no-repeat center center;
}
.chkRight h4::before {
  background: url('/images/comm/icon_test_o.svg') no-repeat center center;
}
.chkWrong .answer-my {
  font-weight: 400;
}
.chkWrong .box-line .answer-my,
.chkWrong .answer-my input:checked + label {
	color: var(--clr-gray400);
	background: none;
	text-decoration: line-through;
}
.chkWrong .answer-right {
  color: var(--clr-red);
  font-weight: 600;
}
.test-item .get {
  color: var(--clr-red);
  font-weight: 500;
}
.test-tip {
  border: var(--line-base);
  border-top: none;
  align-items: stretch;
}
.test-tip .tip-txt + .answer-box {
  background: #fff;
  border-left: var(--line-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-tip h5 {
  margin-bottom: 0;
  padding: 1rem 2.4rem;
  text-wrap: nowrap;
}
.test-tip .tip-txt {
  font-style: italic;
  padding: 1rem 2.4rem;
  background: var(--clr-gray100);
}
.test-tip .tip-txt::before {
  content: 'tip.';
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-gray500);
  display: inline-block;
  margin-right: 1rem;
}
/* ********** 시험응시 - 실기 추가(24.11) ********** */
.test-prac .test-header .flex-box > div > p {
	display: inline-block;
}
.test-prac .test-header .flex-box > div > p:last-child { margin-left: 6rem; }
.test-prac-date, .test-prac-score {
	color: var(--clr-gray300);
	font-size: var(--fs-regular);
	font-weight: 500;
}
.test-prac-date #pracDate,
.test-prac-score #pracScore {
	color: #fff;
	margin-left: 1rem;
}
.test-prac-score #pracScore {
	font-size: var(--fs-xlarge);
	font-weight: 900;
}
.test-prac .test-cont .container > .comment {
	border: none;
	border-bottom: 1px dashed var(--clr-gray300);
	padding: 0;
	padding-bottom: 2rem;
}
.test-prac .test-cont .container > .comment .btn {
	color: var(--clr-gray600);
	background: #fff;
}
.test-prac .test-item h4 {
	margin-bottom: 2rem;
}
.test-prac .test-item .box-line {
	color: var(--clr-gray600);
}
.test-prac .file-wrap {
	display: block;
}
.test-prac .file-wrap .file-txt {
	padding: 1rem 0;
	color: var(--clr-gray400);
	font-size: var(--fs-small);
}
.test-prac .file-wrap .file-txt::before {
	content: '\ea97';
	margin-right: 0.5rem;
	vertical-align: middle;
}
/*.test-prac .file-wrap .file-list {*/
/*	margin-top: 2rem;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	box-sizing: border-box;*/
/*	background: var(--clr-gray100);*/
/*	list-style-type: auto;*/
/*	padding-left: 4rem;*/
/*}*/
/*.test-prac .file-wrap .file-list li:last-child {*/
/*	margin-bottom: 0;*/
/*}*/
/*.test-prac .file-wrap .file-list li::after {*/
/*	content: '\eb7c';*/
/*	margin-left: 1rem;*/
/*	vertical-align: middle;*/
/*	color: var(--clr-gray400);*/
/*}*/
.test-prac .test-prac-score-box {
	border: 1px solid var(--clr-gray500);
	text-align: center;
	padding: 0.5rem;
	margin-top: 2rem;
}
.test-prac .test-prac-score-box .test-prac-score {
	color: var(--clr-gray600);
	font-weight: 600;
}
.test-prac .test-prac-score-box .test-prac-score > span {
	font-size: var(--fs-xlarge);
	font-weight: 900;
	margin-left: 1rem;
}
.test-prac-score #pracScore::after,
.test-prac .test-prac-score-box .test-prac-score > span::after {
	content: '점';
	font-size: 0.9em;
}

.issue-type-btns .sort {
  font-size: var(--fs-normal);
  padding: 1rem 2rem;
}
.issue-type-btns input[type=radio] {
  display: none;
}
.issue-type-btns input[type=radio] + label {
  cursor: pointer;
  text-align: center;
}
.cart-item > li {
	padding: 3rem 2rem;
}
.cart-item .cart-tit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart-item .cart-tit-wrap .card-tit {
	display: inline-block;
	margin-top: 0;
	vertical-align: middle;
	margin: 0 2rem;
	font-size: var(--fs-large);
	color: var(--clr-black);
}
.cart-item .btn-close {
	font-size: var(--fs-small);
  background: var(--clr-gray300);
	color: #fff;
}
.cart-item .congrp {
	margin: 2rem 0 0;
}
.cart-item .box-line {
	background: var(--clr-gray100);
}
.cart-item .price-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cart-item .slt-mycoupon select {
	background: #fff;
}
.cart-item .slt-mycoupon .btn {
	color: var(--clr-gray600) !important;
  border: 1px solid var(--clr-gray500) !important;
	cursor: pointer;
}
.cart-item .price-grp {
	border: none;
	padding: 0;
}
.cart-item .price-grp .offiprice {
	margin-right: 3rem;
}
.cart-item-all {
  margin-bottom: 1rem;
}
.cart-item-all i {
  font-size: var(--fs-regular);
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.cart-item-all input[type=checkbox] { display: none; }
.cart-item + .total-amount {
  margin: 6rem 0 10rem;
}
.total-amount > p {
	font-size: var(--fs-large);
	font-weight: 500;
	color: var(--clr-gray600);
	margin-bottom: 2rem;
}
.sub-cont + .section-sub {
	padding: 0;
}
.tb-issue {
	color: var(--clr-gray600);
	text-align: left;
}
.tb-issue th {
	font-size: var(--fs-regular);
	padding: 2rem;
}
.tb-issue td {
	padding: 2rem;
}
.tb-issue ul li {
	margin-bottom: 0.2rem;
}
.tb-issue-zip input {
	width: 35rem;
	max-width: 100%;
}
.tb-issue-zip .btn {
	font-size: var(--fs-small);
	height: 5rem;
}
.list-coupon .list-info {
	margin-top: 1rem;
	padding-top: 0;
	border-top: none;
	background: var(--clr-gray100);
	padding: 0.5rem 1rem;
}
.list-coupon .list-info > li {
	background: var(--clr-gray100);
	font-size: var(--fs-xsmall);
	color: var(--clr-gray400);
}
.list-coupon > li {
	justify-content: flex-start;
	gap: 3rem;
}
.coupon-img {
	display: inline-block;
	background: linear-gradient(135deg, var(--clr-red-light), var(--clr-red) 20%, var(--clr-red-light) 50%, var(--clr-yellow));
	color: #fff;
	padding: 1rem 3rem;
	position: relative;
	border-radius: 0.4rem;
	text-align: center;
	min-width: 20rem;
	box-sizing: border-box;
}
.coupon-img::before,
.coupon-img::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: #fff;
}
.coupon-img::before {
	left: -1rem;
}
.coupon-img::after {
	right: -1rem;
}
.coupon-img p, .coupon-img strong {
	color: #fff;
}
.coupon-img > small {
	font-size: var(--fs-xsmall);
	opacity: 0.6;
	font-weight: 500;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px dashed #fff;
}
.coupon-img p:has(.price) {
	margin: 1rem;
}
.coupon-disabled {
	box-shadow: none;
	opacity: 0.3;
}
.list-board.lb-summary > li {
	padding: 1.5rem 1rem;
	color: var(--clr-gray500);
}
.list-board.lb-summary small {
	font-size: var(--fs-xsmall);
	color: var(--clr-gray300);
	text-wrap: nowrap;
	margin-left: 1rem;
}


/* 교육원 소개 */
#kakaomap {
	background: var(--clr-gray200);
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 40rem;
}
.company-info .flex-box {
	justify-content: flex-start;
}
.company-info .box-line-tit {
	margin-bottom: 0;
	min-width: 20%;
}
.company-info i {
	margin-right: 1rem;
}
.company-info p {
	font-size: var(--fs-normal);
}
.company-info p:has(.sort) {
	margin-bottom: 0.5rem;
}
.company-info .sort {
	margin-right: 1rem;
	color: #fff;
	font-weight: 500;
	border: none;
	min-width: unset;
}
.company-info .sort.subway { background: #ffc000; }
.company-info .sort.bus { background: #00AEAB; }
.company-info .sort.bus-green { background: #8cc64b; }
.company-info .sort.bus-blue { background: #7182F5; }
.company-info .sort.bus-red { background: #F86E55; }
.company-info li:has(.sort.bus) p:nth-of-type(1) {
	margin-bottom: 1rem;
}
.company-info > li > div {
	width: 100%;
}
.company-info > li .bus-wrap {
	margin-bottom: 2rem;
	display: block;
}
.company-info > li .bus-wrap > p:first-child {
	background: var(--clr-gray100);
	padding: 1rem 1.5rem;
}

.list-board.lb-half {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-board.lb-half li {
	width: calc(50% - 1rem);
	box-sizing: border-box;
}
.list-board.lb-half .lec-num {
	margin-right: 2rem;
}
.list-board.lb-half .box-line-tit {
	color: var(--clr-gray600);
}
.sub-cont-tit > .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	font-weight: 500;
	line-height: 1;
	padding: 1rem 1.5rem;
}
.sub-cont-tit > .btn > i {
	margin-right: 0.5rem;
	font-size: var(--clr-regular);
}

.introduce .intro-box {
	background: linear-gradient(180deg, var(--clr-primary400), var(--clr-turkey));
	color: #fff;
	font-size: var(--fs-xlarge);
	text-align: center;
	padding: 6rem 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 12rem 0 10rem;
}
.introduce .intro-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/sub/company/intro_building.png') no-repeat bottom 60% center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-indeX: -1;
	filter: blur(2px);
	opacity: 0.7;
}
.introduce .intro-box strong {
	font-weight: 600;
}
.introduce .intro-title {
	border-top: var(--line-base);
	border-bottom: var(--line-base);
	padding: 6rem 0;
	margin: 6rem 0;
}
.introduce .intro-title h4 {
	font-size: var(--fs-subtitle);
	font-weight: 600;
	line-height: 1.4;
	color: var(--clr-black);
	margin-bottom: 4rem;
}
.introduce .intro-title h4 strong {
	color: var(--clr-primary400);
}
.introduce .intro-title p {
	font-size: var(--fs-regular);
	color: var(--clr-gray600);
}
.introduce .intro-title span {
	display: block;
	font-style: italic;
	margin-top: 2rem;
	color: var(--clr-black);
	font-weight: 600;
}
.introduce .sub-cont-tit {
	color: var(--clr-gray600);
	font-weight: 500;
	display: block !important;
}
.introduce .sub-cont-tit > span {
	color: var(--clr-black);
	font-weight: 600;
}
.introduce .flex-box {
	justify-content: flex-start;
	gap: 4rem;
}
.introduce .flex-box .area {
	min-width: 12rem;
	min-height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--shadow-light);
}
.introduce .flex-box .area > img {
	display: block;
	width: 6rem;
}
.terms h5 {
	color: var(--clr-gray600);
	font-weight: 500;
	font-size: var(--fs-small);
	margin-bottom: 1rem;
}
.terms h5 + p {
	margin-bottom: 2rem;
}
.terms li p:last-child {
	margin-bottom: 0;
}
.list-sitemap li {
	padding: 0 !important;
}
.list-sitemap .sub-cont-tit {
	margin: 0;
	font-size: 2rem;
}
.list-sitemap .sub-cont-tit::before { display: none; }
.list-sitemap .flex-box {
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 2rem;
}
.list-sitemap > li h5 {
	background: var(--clr-primary50);
	padding: 1rem 2rem;
}
.list-sitemap > li .flex-box > li {
	width: 20%;
	font-size: var(--fs-regular);
	font-weight: 400;
	padding: 0.5rem;
	box-sizing: border-box;
}
.list-sitemap .dep3 {
	width: 100%;
	font-size: var(--fs-normal);
	font-weight: 400;
	color: var(--clr-gray400);
	line-height: 1.8;
}
.list-sitemap .dep3 li {
  width: 100%;
}
.studyRoom .sr-header {
	background: var(--clr-black);
	color: #fff;
	padding: 2rem 0;
}
.studyRoom .sr-header .page-title {
	font-size: var(--fs-large);
	margin-left: 0;
}
.studyRoom .sr-header .btn {
	color: #fff !important;
	border: 1px solid #fff !important;
	background: transparent !important;
	margin-top: 0;
}
.studyRoom .p-detail:has(progress) {
	width: 100%;
}
.studyRoom .p-detail,
.studyRoom .wrt-date {
	font-size: var(--fs-normal);
	font-weight: 400;
}
.studyRoom .list-board .btn {
	margin: 0 1rem;
	background: var(--clr-primary100);
	font-size: var(--fs-xsmall);
	font-weight: 500;
	color: var(--clr-primary500);
	padding: 0.5rem 1rem;
	text-align: center;
	border: none !important;
}

.studyRoom .sr-play-wrap {
	background: var(--clr-gray100);
	box-shadow: inset 0 0 30px 0 rgba(0,0,0, 0.05);
}
.studyRoom .sr-play-wrap .container {
	position: relative;
	justify-content: space-between;
}
.studyRoom .sr-player {
	width: 70%;
	margin: 4rem 0;
}
.studyRoom .sr-player > div {
	position: relative;
	width: 100%;
}
.studyRoom .sr-player video {
	display: block;
	width: 100%;
	height: auto;
}
.studyRoom .sr-playlist {
	flex: 0 0 32rem;
	width: 32rem;
	max-width: 28%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	transition: 0.3s;
}
.sr-playlist .fold-btn {
	display: none;
	vertical-align: baseline;
}
.studyRoom .sr-playlist .box-line-tit {
	background: linear-gradient(230deg, var(--clr-navy), var(--clr-navy-light));
	margin: 0;
	padding: 1.5rem 2rem;
	color: #fff;
	height: 6rem;
	box-sizing: border-box;
}
.studyRoom .sr-playlist .box-line-tit::before {
	content: '\e95c';
	margin-right: 1rem;
	font-weight: 400;
}
.studyRoom .sr-playlist .lec-chapter {
	height: calc(100% - 6rem);
	overflow-y: scroll;
/*	width: calc(100% + 1.7rem);*/
/*	padding-right: 1.7rem;*/
	background: #fff;
	box-shadow: var(--shadow-light);
}
.studyRoom .sr-playlist .list-board {
	border-top: none;
}
.studyRoom .sr-playlist .list-board > li {
	padding: 1rem 2rem;
	cursor: pointer;
}
.studyRoom .sr-playlist .list-board > li b {
	min-width: 12%;
	text-wrap: nowrap;
}
.studyRoom .sr-playlist .list-board > li.on {
	color: var(--clr-primary400);
}
.studyRoom .sr-playlist .list-board > li.on p {
	color: var(--clr-primary400);
	font-weight: 600;
}
.studyRoom .sr-playlist .list-board > li.on .chptr-info span,
.studyRoom .sr-playlist .list-board > li.on .chptr-info span::before {
	color: var(--clr-gray400);
}
.studyRoom .sr-btns-grp > div { width: 50%; }
.studyRoom .sr-btns-grp > div:not(.sr-list) {
	display: flex;
}
.studyRoom .sr-btns-grp .btn {
	border-radius: 0;
	padding: 1.5rem 2rem;
}
.studyRoom .sr-btns-grp > div:not(.sr-list) .btn {
	flex: 0 0 50%;
}
.studyRoom .sr-list {
	position: relative;
}
.studyRoom .sr-list-btn {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
.studyRoom .sr-list-btn.active i {
	transform: rotate(180deg);
} 
.studyRoom .sr-list-con {
    /* display : none 없애고 visibility로 대체 */
    visibility: collapse;
	position: absolute;
	border: var(--line-base);
	width: 100%;
	color: var(--clr-gray500);
	box-shadow: var(--shadow);
	background: #fff;
	z-index: 50;
	height: fit-content !important;
}
.studyRoom .sr-list-con > li {
	padding: 1rem 2rem;
    /* transition 없앰 */
}
.studyRoom .sr-list-con > li > a { display:block; }
.studyRoom .sr-list-con > li:hover {
	background: var(--clr-primary50);
}
.studyRoom .lec-chapter .list-board li .congrp {
	justify-content: flex-start;
}
.license-details .notice-board tr:has(.empty) {
	position: relative;
	height: 10rem;
}
.license-details .notice-board tr:has(.empty) td {
	position: absolute;
	width: 100%;
	height: inherit;
	border: none;
}
.license-details .notice-board tr td .empty {
	padding: 2.5rem 0;
}
.pay-ok .box-line,
.login-ok .box-line {
	box-shadow: var(--shadow-light); 
	margin: 0 auto;
	box-sizing: border-box;
}
.pay-ok .pay-ok-img {
	background: var(--clr-gray100);
	padding: 3rem 0 0rem;
}
.pay-ok .sub-tit {
	margin: 2rem 0;
}
.pay-ok .list-board > li {
	padding: 1.5rem 1rem;
	justify-content: flex-start;
}
.pay-ok .list-board .box-line-tit {
	min-width: 35%;
	margin-bottom: 0;
}
.pay-ok .list-board > li p {
	font-size: var(--fs-normal);
}
.pay-ok .list-board + .btn {
	display: block;
}
.pay-ok .pay-ok-img > img {
	display: block;
	max-width: 45%;
	margin: 0 auto;
	animation: payOkImg 1s 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes payOkImg {
	0% { transform:translateY(-1rem); }
	100% { transform:translateY(0); }
}
.company #lecture-list > li {
	cursor: pointer;
}
.login-ok {
	padding: 4rem;
}
.login-ok .logo > a {
	justify-content: center;
}
.login-ok .box-line {
	padding: 2rem;
	margin: 4rem auto;
	max-width: 500px;
}
.login-ok .btn {
	display: block;
	width: 100%;
	margin-top: 4rem;
}
.login-ok-naver .btn {
	background: #03c75a;
	color: #fff !important;
	border: none !important;
}
.login-ok-naver b,
.caption.login-ok-naver {
	background: #03c75a;
	color: #fff;
}
.login-ok-kakao .btn {
	background: #FFEB00;
	color: var(--clr-gray600) !important;
	border: none !important;
}
.login-ok-kakao b,
.caption.login-ok-kakao {
	background: #FFEB00;
	color: var(--clr-gray600);
}
.caption.login-ok-naver,
.caption.login-ok-kakao {
	font-size: var(--fs-mini);
	font-weight: 500;
	display: inline-block;
	padding: 0.3em 1em;
	margin: 0 0.5em;
	border-radius: 2rem;
	line-height: 1;
}
.caption.login-ok-naver > img ,
.caption.login-ok-kakao > img {
	height: 0.7em;
	margin-right: 0.5em;
}
.mypage-sub .notice-board td.empty {
	font-size: var(--fs-normal);
	color: inherit;
}


/* ****************************** 반응형 ****************************** */

/* ********** for laptop ***********/
@media all and (min-width:1024px) and (max-width:1279px) {
	.form-find .congrp { gap: 4rem; }
	.community .notice-board colgroup col:first-child,
	.community .notice-board colgroup col:nth-child(n+3) { width: 10%; }
	.mypage-sub .notice-board colgroup col:last-child,
	.mypage-sub .notice-board colgroup col:nth-child(2) { width: 10%; }
	.mypage-sub .notice-board colgroup col:nth-child(4) { width: 12%; }
	.my-tabs-sub li { flex: 0 0 22%; }
	.my-tabs-sub > li .btn { padding: 1.5rem 2rem; }
	.license-details .notice-board colgroup col:not(:nth-child(2)) { width: 12%; }
	.license-details .notice-board colgroup col:first-child { width: 10%; }
	.lec-summary .btn-big {
		padding: 1.5rem 7rem; 
	}
	.mypage-sub .list-card .p-detail:nth-child(2)::after {
		display: none;
	}
	.category {
		grid-template-columns: repeat(10, 1fr);
	}
	.list-lec {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ********** for Tablet ***********/
@media all and (min-width:768px) and (max-width:1023px) {
	.w-half { width: 100%; }
	.btn.w-half, .btn.w-full,
	.member-form .box-line.w-half {
		width: 60%;
	}
	button.w-full:not(.btn-kakao, .btn-naver) {
		display:block;
		margin: 2rem auto;
	}
	.form-find .congrp {
		flex-direction: column;
		gap: 8rem 0;
	}
	.form-login button.w-full { width: 100%; }
	.community .notice-board colgroup col:first-child,
	.community .notice-board colgroup col:nth-child(n+3) { width: 10%; }
	.mypage-sub .notice-board colgroup col:last-child,
	.mypage-sub .notice-board colgroup col:nth-child(2) { width: 11%; }
	.mypage-sub .notice-board colgroup col:nth-child(4) { width: 13%; }
	.notice-board td { padding: 1rem 0.5rem; }
	.my-tabs > li { flex: 0 0 46%; }
	.my-tabs-sub li { flex: 0 0 24%; }
	.my-tabs-sub > li .btn { padding: 1.5rem 2rem; }
	.p-detail-grp {
		padding: 2rem;
	}
	.p-detail::after {
		margin-left: 0.5rem; margin-right: 1.5rem;
	}
	.mypage-sub .list-card .p-detail:nth-child(2)::after {
		display: none;
	}
	.p-detail-btns { gap: 0.5rem; }
	.p-detail:has(progress) { width: 40%; }
	.cart-item .congrp { flex-wrap: wrap; }
	.cart-item .box-line {
		border-right: var(--line-base);
		border-bottom: none;
	}
	.cart-item .box-line:first-child { border-right: none; }
	.cart-item .slt-issuetype, .cart-item .slt-mycoupon {
		width: 50%;
		box-sizing: border-box;
	}
	.cart-item .price-box {
		width: 100%;
		border-bottom: var(--line-base);
	}
	.license-details .notice-board colgroup col:not(:nth-child(2)) { width: 12%; }
	.license-details .notice-board colgroup col:first-child { width: 10%; }
	.lec-summary .btn-big { padding: 1.4rem 6rem; }
	.lec-summary .summ-main {
		display: block;
	}
	.lec-summary .summ-main > div:last-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.lec-summary .card-tit {
		margin-left: 0;
	}
	.lec-summary .fold-btn {
		margin: 0 0.5rem;
	}
	.lec-summary .list-info strong {
		min-width: 30%;
	}
	.lec-details .tips .congrp .card p br {
		display: none;
	}
	.category {
		grid-template-columns: repeat(8, 1fr);
	}
	.list-lec {
		grid-template-columns: repeat(2, 1fr);
	}
	.list-lec-item > div:first-child { width: 40%; }
	.list-lec-item > div:last-child { width: 60%; max-width: 60%; }
	.lec-related .congrp {
		gap: 4rem 1.5rem;
	}
}

/* ********** for Mobile ***********/
@media all and (max-width:767px) {
	.sub-tit {
		font-size: var(--fs-xlarge);
		margin: 4rem 0;
	}
	.sub-cont { margin: 4rem 0; }
	.sub-cont-tit {
		font-size: 2.2rem;
	}
	.sub-banner {
		height: 15rem;
	}
	.sub-menu ul {
		display: table;
		table-layout: fixed;
	}
	.sub-menu ul li {
		display: table-cell;
		width: calc(100% / 4);
		padding: 0;
		margin: 0;
	}
	.sub-menu ul li a {
		font-size: var(--fs-normal);
	}
	.w-half { width: 100%; }
	.btn.w-half, .btn.w-full {
		width: 80%;
		font-size: var(--fs-regular);
	}
	.login-sns button {
		font-size: var(--fs-normal);
	}
	button.w-full:not(.btn-kakao, .btn-naver) { display:block; margin: 2rem auto; }
	.member-form .box-line + .btn,
	.form-login button.w-full { width: 100%; }
	.form-find .congrp {
		flex-direction: column;
		gap: 8rem 0;
	}
	.form-list > li {
		flex-direction: column;
	}
	.form-list > li > div:first-child {
		width: 100% !important;
	}
	.form-list > li > div:first-child .box-line-tit { margin-bottom: 0; }
	.form-list > li > div:last-child,
	.form-list > li input:not(input[type=radio], input[type=checkbox]) {
		width: 100%;
	}
	.form-list > li > div:last-child { width: 100% !important; }
	.form-list > li.frm-phone select ~ input { width: 8rem !important; }
	.form-list > li:has(.btn) input {
		width: calc(100% - 11.5rem) !important;
	}
	.form-list .frm-zip > div > input { width: 100% !important; }
	.member-form input + .btn { 
		width: 11rem !important;
		padding: 1rem;
	}
	.member-form input + .btn,
	.member-form label.point-m {
		font-size: var(--fs-normal);
	}
	.tb-issue-zip li:first-child input {
		width: calc(100% - 11.5rem) !important;
	}
	.tb-issue-zip li:last-child input { width: 100% !important; }
	.tb-issue-zip .btn {
		width: 11rem !important;
		padding: 1rem;
		font-size: var(--fs-normal);
	}
	.member-form .frm-root div:last-child {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem 0;
	}
	.member-form .frm-root div:last-child > span {
		width: 50%;
		padding: 0;
		margin: 0;
	}
	.list-lec {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 1.5rem;
	}
	.list-lec-item {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.list-lec-item > div {
		width: 100% !important;
		min-height: unset;
	}
	.list-lec-item > div:last-child { max-width: unset; }
	.list-lec .lec-thumb-con .text-over-3 {
		margin: 1rem 0;
		-webkit-line-clamp: 2;
		min-height: 5rem;
	}
	.list-lec .price-grp {
		padding: 1rem 1.5rem;
		margin-top: 0;
	}
	.list-lec .price-grp .label {
		display: block;
		margin-right: 0;
	}
	.list-lec-item .lec-thumb { padding-top: 70%; }
	.list-lec .price-grp .discount {
		text-align: right;
		font-size: var(--fs-medium);
	}
	.list-lec-item .card-tit {
		margin-top: 1rem;
		font-size: 1.7rem;
	}
	.introduce .intro-box {
		font-size: var(--fs-large);
	}
	.list-board > li {
		padding: 1.5rem 1rem;
	}
	.lec-details .list-board li:not(.faq-list) {
		padding: 1.5rem 1rem;
	}
	.list-board.lb-half li {
		width: 100%;
	}
	.list-board.lb-half .lec-num { margin-right: 1rem; }
	.company .section-sub:last-child .table-board colgroup col:nth-child(odd) {
		width: 17%;
	}
	.company-info .flex-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem 0;
	}
	.list-sitemap > li:not(:nth-child(2)) .flex-box > li { width: 100%; }
	.list-sitemap > li:nth-child(2) .flex-box { flex-direction: row; }
	.list-sitemap > li:nth-child(2) .flex-box > li { width: 50%; }
	.notice-board th, .notice-board td {
		height: auto;
	}
	.notice-board colgroup, .notice-board thead { display: none; }
	.notice-board tr {
		text-align: left;
		display: block;
		padding: 1rem 0;
	}
	.license-details .notice-board tr { padding: 1rem 0 1.5rem; }
	.notice-board td {
/*		display: block;*/
		text-align: left;
		border-left: none !important;
		border-right: none !important;
	}
	.notice-board td:has(.sort) {
		padding-bottom: 0;
		padding-top: 1.2rem;
		vertical-align: baseline;
	}
	.community .notice-board td:nth-child(n+3) {
		display: inline-block;
		width: auto;
		color: var(--clr-gray400);
	}
	.notice-board i {
		display: inline-block;
		margin-right: 0.5rem;
	}
	.notice-board .post {
		font-size: var(--fs-regular);
		padding: 1rem !important;
	}
	.mypage-sub .notice-board td:first-child {
		display: none;
	}
	.mypage-sub .notice-board td.empty {
		display: block;
		text-align: center;
	}
	.notice-board td:has(i) {
		color: var(--clr-gray400);
		width: auto;
		display: inline-block;
	}
	.mypage-sub .notice-board td:has(.sort-answer) {
		width: auto;
		display: inline-block;
		padding: 1rem;
	}
	.review-search {
		flex-direction: column;
		align-items: flex-start;
	}
	.review-search > div { width: 100%; }
	.review-search .box-line {
		justify-content: space-between;
	}
	.review-search .box-line-tit {
		margin-right: 0;
		text-wrap: nowrap;
	}
	.review-search .automaker-wrap {
		width: 70%;
	}
	.review-search input {
		min-width: unset;
		width: 100%;
	}
	.lec-details .review-list li,
	.community .review-list li,
	.review-h-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.lec-details .review-list li,
	.community .review-list li {
		padding: 2.4rem;
	}
	.lec-details .review-con,
	.community .review-con {
		width: 100%;
	}
	.lec-details .review-list .ribbon::before,
	.community .review-list .ribbon::before { right: -35%; }
	.lec-details .review-photo,
	.community .review-photo {
		margin-left: 0;
		margin-top: 2rem;
	}
	.list-with-tabs li .btn {
		padding: 1.4rem 0;
		font-size: var(--fs-normal) !important;
	}
	.blog .blog-thumb {
		flex: 0 0 30%;
	}
	.list-blog .blog-thumb-info {
		padding: 1rem 0 1rem 2rem;
	}
	.my-tabs {
		gap: 0.5rem;
	}
	.my-tabs > li {
		flex: 1 0 49%;
	}
	.my-tabs > li .btn {
		padding: 1.5rem;
		gap: 1rem;
	}
	.my-tabs.mts2 > li {
		flex: 1 0 30%;
	}
	.mypage .list-info > li {
		gap: 1rem 0.5rem;
	}
	.list-card > li {
		padding: 2rem;
	}
	.p-detail-grp { padding: 2rem; }
	.p-detail:has(progress) {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.p-detail:has(progress)::after { display: none; }
	.mypage-sub .list-card .p-detail:nth-child(2)::after {
		display: none;
	}
	.p-detail-btns { gap: 0.5rem; }
	.cart-item .congrp {
		flex-direction: column;
	}
	.cart-item .box-line {
		width: 100%;
		box-sizing: border-box;
		border-right: var(--line-base);
		border-bottom: none;
	}
	.cart-item .box-line:last-child { border-bottom: var(--line-base); }
	.cart-item .issue-type-btns label {
		width: calc(100% / 3 - 0.4rem);
		padding: 1rem;
	}
	.cart-item .cart-tit-wrap .card-tit { margin: 0 1rem; }
	.tb-issue colgroup col { display: none; }
	.tb-issue th, .tb-issue td {
		display: block;
		border: none;
		height: unset;
	}
	.cart-item > li {
		padding: 2rem 1rem;
	}
	.tb-issue th {
		border-bottom: var(--line-base);
		border-left: none !important;
		padding: 1.5rem 2.4rem;
	}
	.tb-issue .mark-asterisk { margin: 0; }
	.pay-history .list-board > li {
		flex-direction: column;
		align-items: flex-start;
	}
	.pay-history .list-board > li div:has(.btn) {
		margin-top: 1rem;
		margin-left: auto;
	}
	.list-coupon .coupon-info p { margin-top: 0.5rem; }
	.list-coupon .coupon-info p > span {
		display: block;
		margin-left: 0 !important;
	}
	.member-form-view .form-list > li { flex-direction: row; }
	.member-form-view .form-list > li > div:first-child {
		border-bottom: none;
		width: 30% !important;
		padding: 1.5rem;
	}
	.member-form-view .form-list > li > div:last-child {
		width: 70% !important;
	}
	.member-form-view .form-list > li > div:first-child h5 { word-break: auto-phrase; }
	.mypage-sub.member-form .btn-big {
		padding: 1.6rem 5rem;
	}
	.license-details .top-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.license-details .notice-board td:nth-child(n+3) {
		display: inline-block;
		width: auto;
	}
	.license-details .notice-board td:last-child {
		float: right;
	}
	.license-details .notice-board tr::after {
		content: '';
		display: block;
		clear: both;
	}
	.license-details .point-m,
	.license-details .notice-board .issue-type {
		color: var(--clr-gray500);
		font-weight: 700 !important;
	}
	.notice-board td:has(.empty),
	.license-details .notice-board td:has(.empty) { float: none; }
	.license-details .notice-board td:has(.sort) { padding: 0; }
	.license-details .notice-board .sort {
		font-size: var(--fs-small);
		padding: 1rem 2rem;
	}
	.lec-summary {
		top: 13.3rem;
	}
	.lec-summary .summ-main {
		display: block;
		padding: 1.5rem;
	}
	.lec-summary .lec-num { display: none; }
	.lec-summary .summ-main > div:last-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.lec-summary .card-tit {
		margin-left: 0;
		font-size: var(--fs-medium);
	}
	.lec-summary .fold-btn {
		margin: 0 0.5rem;
	}
	.lec-summary .btn-big {
		padding: 1rem 4rem;
	}
	.lec-summary .price-grp { margin-right: 1rem; }
	.lec-summary .price-grp .offiprice {
		font-size: var(--fs-xsmall);
	}
	.lec-summary .price-grp .discount { font-size: var(--fs-normal); }
	.price-grp .offiprice {
		font-size: var(--fs-small);
	}
	.lec-summary > .congrp {
		display: block;
	}
	.lec-summary > .congrp.fold-con > div {
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}
	.lec-summary .list-info {
		display: flex;
		flex-wrap: wrap;
	}
	.lec-summary .list-info .flex-box {
		width: 50%;
		align-items: flex-start;
		flex-grow: 1;
		margin-bottom: 0;
	}
	.lec-summary .line-box-tit {
		font-size: var(--fs-normal);
	}
	.lec-summary .list-info strong {
		min-width: 5rem;
		font-size: var(--fs-xsmall);
		text-wrap: nowrap;
		margin-right: 0.5rem;
	}
	.lec-summary .list-info p {
		font-size: var(--fs-xsmall);
	}
	.lec-summary .list-info + p {
		margin-top: 1rem;
		font-size: var(--fs-mini);
	}
	.teacher-photo-wrap {
		padding: 1rem;
	}
	.teacher-name {
		font-size: var(--fs-normal);
	}
	.teacher-career {
		padding: 1.5rem;
		margin-left: 1rem;
	}
	
	.lec-details .dl-con > div > img {
		max-width: 100%;
	}
	.lec-details .tips .congrp {
		flex-direction:  column;
		gap: 1rem;
		margin: 0;
	}
	.lec-details .tips .congrp .card {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 1.5rem;
		text-align: left;
	}
	.lec-details .tips .congrp .card .img-wrap {
		width: 10rem;
		height: 10rem;
		min-width: 10rem;
		min-height: 10rem;
		margin: 0;
		transform: unset;
		margin-right: 4%;
	}
	.lec-details .tips .congrp .card .img-wrap > img {
		max-width: 4rem;
	}
	.lec-details .tips .congrp .card .card-tit {
		margin: 0;
		font-size: var(--fs-large);
	}
	.lec-details .tips .congrp .card p {
		text-align: left;
	}
	.lec-details .tips .congrp .card p br {
		display: none;
	}
	.lec-details .tips .congrp .card p .caption,
	.studyRoom .sr-btns-grp {
		display: block;
	}
	.studyRoom .sr-btns-grp > div {
		width: 100%;
	}
	.studyRoom .sr-header .flex-box {
		flex-wrap: wrap;
		gap: 1rem 2rem;
	}
	.studyRoom .p-detail {
		margin-bottom: 0;
	}
	.studyRoom .p-detail::after {
		margin-left: 1rem;
		margin-right: 2rem;
	}
	.studyRoom .p-detail:nth-child(2) {
		margin-right: 0;
	}
	.studyRoom .p-detail:nth-child(2)::after {
		display: block;
	}
	.faq-list h4.txt {
		box-sizing: border-box !important;
		padding-right: 5rem !important;
	}
	.faq-list .txt {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.review .btn-review {
		padding: 1.5rem;
		top: -1rem;
	}
	.review .btn-review > img {
		width: 4rem;
	}
	.category {
		grid-template-columns: repeat(5, 1fr);
	}
	.category li .btn {
		padding: 1.4rem 0.4rem;
	}
	.lec-related .congrp {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 1.5rem;
	}
	.company #lecture-list > li {
		padding: 1rem;
	}
	.company #lecture-list .box-line-tit {
		font-size: var(--fs-normal);
	}
	.studyRoom .sr-player {
		width: 100%;
		margin: 2rem 0;
	}
	.studyRoom .sr-playlist {
		position: fixed;
		left: 0;
		top: unset;
		bottom: calc(-60vh + 6rem);
		width: 100vw;
		max-width: 100vw;
		height: 60vh;
		z-index: 50;
	}
	.studyRoom .sr-playlist.active {
		bottom: 0;
	}
	.studyRoom .sr-header .page-title,
	.list-card .lc-main .card-tit {
		font-size: var(--fs-medium);
	}
	.studyRoom .sr-playlist .list-board > li b {
		min-width: 6%;
	}
	.test-header .container {
		flex-direction: column;
		gap: 1rem;
		max-width: 100%;
	}
	.test-header .container .flex-box {
		width: 100%;
	}
	.test-header .btn {
		padding: 1.2rem 5rem;
	}
	.test-item {
		padding: 3rem;
	}
}

@media all and (max-width:480px) {
	.btn.w-half, .btn.w-full {
		width: 100%;
	}
	.congrp:has(.box-line) {
		flex-direction: column;
		align-items: flex-start;
	}
	.congrp > .box-line {
		width: 100%;
		box-sizing: border-box;
		padding: 1.5rem;
	}
	.congrp > .box-line {
		border-right: var(--line-base);
		border-bottom: none;
	}
	.congrp > .box-line:last-child {
		border-bottom: var(--line-base);
	}
	.introduce .intro-title {
		text-align: center;
	}
	.introduce .intro-title h4 {
		font-size: var(--fs-large);
	}
	.introduce .flex-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		align-items: center;
		text-align: center;
	}
	.introduce .intro-box {
		font-size: var(--fs-medium);
	}
	.review-search .box-line {
		flex-direction: column;
		align-items: flex-start;
	}
	.review-search .automaker-wrap {
		width: 100%;
	}
	.review-search input {
		width: 100%;
	}
	.my-tabs:not(.my-tabs-sub) .box-line-tit { font-size: var(--fs-regular); }
	.my-tabs:not(.my-tabs-sub) li .mark-big {
		min-width: 5.5rem; min-height: 5.5rem;
	}
	.my-tabs > li .btn {
		flex-direction: column;
		padding: 1rem;
	}
	.my-tabs > li .btn > .align-l {
		text-align: center !important;
	}
	.list-card .lc-main {
		flex-direction: column;
	}
	.p-detail { margin-bottom: 1rem; }
	.p-detail::after { display: none; }
	.p-detail-btns {
		margin-left: 0; margin-bottom: 0;
		gap: 0;
		width: 100%;
	}
	.p-detail-btns > a {
		width: 33%;
		border-radius: 0;
		padding: 0.5rem 0;
	}
	.p-detail-btns > a:first-child {
		border-radius: 5px 0 0 5px;
	}
	.p-detail-btns > a:last-child {
		border-radius: 0 5px 5px 0;
	}
	.cart-item .cart-tit-wrap .wrt-date { display: block; }
	.table-search {
		justify-content: space-between;
		gap:0;
		flex-wrap: wrap;
	}
	.table-search .tb-srch-grp {
		margin-left: 0;
	}
	.table-search .tb-srch-grp input[type=text] { width: 15rem; }
	.list-coupon > li {
		flex-direction: column;
		align-items: flex-start;
	}
	.list-coupon .coupon-info p > span {
		display: unset;
		margin-right: 1rem;
	}
	.list-coupon .coupon-info { width: 100%; }
	.list-coupon .box-line {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.studyRoom .p-detail > span:last-child { margin-right: 2rem; }
	.studyRoom .p-detail:nth-child(2)::after {
		display: none;
	}
	.category li .btn {
		padding: 1rem 0;
	}
	.list-lec li {
		padding: 2rem 0;
	}
/*	.list-lec-item > div {*/
/*		width: 60%;*/
/*	}*/
/*	.list-lec-item > div:has(.lec-thumb) {*/
/*		width: 40%;*/
/*	}*/
	.lec-related .w-type4 {
		width: 47.75%;
		width: 47.75%;
	}
	.lec-related .w-type4 .card-tit {
		font-size: var(--fs-normal);
	}
	.lec-related .w-type4 .card-tit + p {
		font-size: var(--fs-xsmall);
	}
	.category {
		grid-template-columns: repeat(4, 1fr);
	}
	.member-form .box-line {
		padding: 3rem;
	}
	.test-prac .test-header .flex-box > div > p {
		font-size: var(--fs-normal);
	}
	.test-prac .test-header .flex-box > div > p:last-child {
		margin-left: 3rem;
	}
	.test-prac-date #pracDate, .test-prac-score #pracScore {
		margin-left: 0.5rem;
	}
	.list-sitemap .dep3 {
		display: none;
	}
	.sub-menu ul li a {
		font-size: var(--fs-small);
	}
}
@media all and (max-width:360px) {
	.member-form label, .member-form h5 {
		font-size: var(--fs-normal);
	}
	.list-lec {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	.list-lec li {
		flex: 1 0 calc(50% - 0.75rem);
	}
	.lec-summary .summ-main > div:last-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}
	.lec-summary .btn-big {
		width: 100%;
	}
	.teacher-name {
		font-size: var(--fs-xsmall);
	}
	.teacher-career {
		padding: 1rem;
		margin-left: 0;
		font-size: var(--fs-small);
	}
	.category {
		grid-template-columns: repeat(3, 1fr);
	}
	.table-search .tb-srch-grp {
		display: flex;
		align-items: center;
		flex-grow: 1;
	}
	.table-search .tb-srch-grp input[type=text] {
		width: 100%;
	}
	.table-search .tb-srch-grp + .btn {
		width: 100%;
		margin-top: 1rem;
	}
}




/* ****************************** //반응형 ****************************** */