@import url('reset.css');
@import url('common.css');

/* 메인 비쥬얼 */
.previsual {
  position: relative;
  background-color: #B1EAFF;
  padding: 52px 0 65px;
}
.previsual > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.previsual .previsual-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #3546EB;
}
.previsual .previsual-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 0 0 285px;
  margin-left: 20px;
}
.previsual .previsual-list a:first-child {
  margin-bottom: 20px;
}
.previsual img {
  max-width: 100%;
  height: auto;
}
.previsual .previsual-list img.is-wide {
  display: block;
}
.previsual .previsual-list img.is-mobile {
  display: none;
}
.previsual .previsual-controls {
  display: none;
}

/* PREMIUM HOWPASS SYSTEM */
.presystem {
  background-color: #F6F6F6;
  padding: 35px 0 40px;
}
.presystem h3 {
  font-size: 34px;
  font-weight: 700;
  color: #9B9B9B;
}
.presystem .presystem-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 27px;
}
.presystem .presystem-list .presystem-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.presystem .presystem-list .presystem-item .presystem-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.presystem .presystem-list .presystem-item .presystem-icon img {
  width: max-content;
}
.presystem .presystem-list .presystem-item span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
}

/* 실강동강 종합반 */
.preclass {
  padding: 50px 0 65px;
}
.preclass > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preclass h3 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  padding-left: 22px;
}
.preclass h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #0C3A6D;
  margin-right: 14px;
}
.preclass .preclass-wrap {
  width: calc(50% - 26px);
}
.preclass .preclass-wrap .preclass-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 17px;
}
.preclass .preclass-wrap .preclass-items > a {
  width: 50%;
}
.preclass .preclass-wrap .preclass-items img {
  max-width: 100%;
  height: auto;
}
.preclass .preclass-wrap .preclass-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: calc(100% - 57px);
  margin-top: 17px;
}
.preclass .preclass-wrap .preclass-list .preclass-item {
  width: calc(50% - 56px);
  padding: 17px 20px 20px;
}
.preclass .preclass-wrap .preclass-list .preclass-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
.preclass .preclass-item-header .header-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.preclass .preclass-item-header .header-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.preclass .preclass-item-body > div {
  margin: 10px 0;
  padding: 10px 0 0;
  border-top: 2px solid #fff;
}
.preclass .preclass-item-body .body-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #FFE400;
}
.preclass .preclass-item-body .body-price span {
  font-size: 18px;
}
.preclass .body-list {
  margin-top: 13px;  
}
.preclass .body-list p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  letter-spacing: -0.4px;
}
.preclass .body-list p span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.preclass .body-list p::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.preclass .body-list p:not(:last-child) {
  margin-bottom: 5px;
}
.preclass .preclass-item-body .body-title {
  font-size: 16px;
  font-weight: 600;
}
.preclass .preclass-item-body .body-desc {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
} 
.preclass .preclass-item-body .body-desc span {
  font-size: 12px;
}
.preclass .preclass-item-body .body-desc strong {
  font-weight: 400px;
  color: #FFCECE;
}
.preclass .body-benefit {
  margin-top: 10px;
}
.preclass .body-benefit p {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px 0 24px;
}
.preclass .body-benefit p::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 13px;
  height: 14px;  
  background: url('/assets/images/main/preclass-check.png');
}
.preclass .body-benefit p:not(:last-child) {
  margin-bottom: 4px;
}
.preclass .preclass-item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}
/* 첫번째 엘리먼트 요소 */
.preclass .preclass-wrap:first-child .preclass-list .preclass-item  {
  background-color: #2E42FF;
  border: 5px solid #3876F9;
  border-radius: 10px;
}
.preclass .preclass-wrap:first-child .body-benefit p {
  background-color: #00319D;
}
.preclass .preclass-wrap:first-child .preclass-item-footer {
  color: #1156ED;
  background-color: #FFE400;
}
/* 두번째 엘리먼트 요소 */
.preclass .preclass-wrap:last-child .preclass-list .preclass-item  {
  background-color: #929AAB;
  border: 5px solid #3876F9;
  border-radius: 10px;
}
.preclass .preclass-wrap:last-child .body-benefit p {
  background-color: #676C77;
}
.preclass .preclass-wrap:last-child .preclass-item-footer {
  color: #fff;
  background-color: #2B2B2B;
}

/* 평가사 목록  */
.precurriculum {
  padding: 50px 0 60px;
}
.precurriculum h3 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.precurriculum h3 span {
  display: block;
  font-size: 32px;
  font-weight: 400;
}
.precurriculum h3 strong {
  color: #3876F9;
}
.precurriculum .precurriculum-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}
.precurriculum .precurriculum-list + .pre-more {
  margin-top: 40px;
}
.precurriculum .precurriculum-list .precurriculum-item {
  width: calc(100% / 3 - 10px);
  background-color: #F6F6F6;
}
.precurriculum .precurriculum-list .precurriculum-item:not(:last-child) {
  margin-right: 15px;
}
.precurriculum .precurriculum-list .precurriculum-item .precurriculum-item-thumb {
  
}
.precurriculum .precurriculum-list .precurriculum-item .precurriculum-item-body {
  padding: 27px 17px 38px;
}
.precurriculum .precurriculum-item-thumb img {
  max-width: 100%;
}
.precurriculum .precurriculum-item-body p {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
}
.precurriculum .precurriculum-item-body .body-title {  
  height: 67px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 28px;
  font-weight: 600;
  color: #3876F9;
}
.precurriculum .precurriculum-item-body .body-title span {
  display: block;
}
.precurriculum .precurriculum-item-body .body-desc {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

/* 배너 */
.prebanner {
  background-color: #193061;
  padding: 50px 0;
}
.prebanner > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.prebanner .prebanner-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}

/* 일타강사진  */
.preteacher {
  background-color: #2E42FF;
  padding-top: 60px;
}
.preteacher .preteacher-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.preteacher .preteacher-title > img:first-child {
  transform: scaleX(-1);
}
.preteacher h3 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #79EEFF;
  text-align: center;
}
.preteacher h3::before {
  content: '';
  position: absolute;
  background: url(/assets/images/main/teacher-obj.png) no-repeat;
}
.preteacher h3 span {
  display: block;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
}
.preteacher .preteacher-list {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.preteacher .preteacher-list .preteacher-list-item {
  position: relative;
  width: calc(100% / 3);
}
.preteacher .preteacher-list .preteacher-list-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 10px;
  right: 0;
}
.preteacher .preteacher-list .preteacher-list-item .preteacher-thumb {
  text-align: right;
  margin-bottom: -3px;
}
.preteacher .preteacher-list .preteacher-list-item .preteacher-body {
  position: absolute;
  top: 0;
  left: 33px;
  z-index: 1;
}
.preteacher .preteacher-body p {
  font-size: 28px;
  color: #fff;
}
.preteacher .preteacher-body .preteacher-major {
  font-weight: 300;
}
.preteacher .preteacher-body .preteacher-name {
  font-weight: 600;
}
.preteacher .preteacher-controls {
  display: none;
}

/* 교수진 */
.preprofessor { 
  padding: 64px 0 105px;
}
.preprofessor .preprofessor-tabs {
  margin-top: 20px;
}
.preprofessor .preprofessor-tabs li {
  display: inline-block;
}
.preprofessor .preprofessor-tabs li:not(:last-child) {
  margin-right: 44px;
}
.preprofessor .preprofessor-tabs .preprofessor-tab {
  font-size: 21px;
  font-weight: 400;
  color: #A3A3A3;
}
.preprofessor .preprofessor-tabs .active {
  border-bottom: 2px solid #000;
}
.preprofessor .preprofessor-tabs .active .preprofessor-tab {
  font-weight: 600;
  color: #000;
}
.preprofessor .preprofessor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
}
.preprofessor .preprofessor-list .preprofessor-list-item {
  position: relative;
  width: calc(100% / 4 - 6px);
  height: 326px;
  background-color: #F1F1EF;
}
.preprofessor .preprofessor-list .preprofessor-list-item:not(:last-child) {
  margin-right: 8px;
}
.preprofessor .preprofessor-list .preprofessor-list-item .preprofessor-thumb img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.preprofessor .preprofessor-list .preprofessor-list-item .preprofessor-body {
  position: absolute;
  top: 33px;
  left: 20px;
  z-index: 2;
  max-width: 100%;
}
.preprofessor .preprofessor-body p {
  color: #000;
}
.preprofessor .preprofessor-body .preprofessor-level {
  display: inline-flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #3876F9;
  border-radius: 10px;
  padding: 0 13px;
}
.preprofessor .preprofessor-body .preprofessor-major {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
}
.preprofessor .preprofessor-body .preprofessor-name {
  font-size: 26px;
  font-weight: 600;
}
.preprofessor .pre-more {
  display: none;
}

/* 강의 이벤트 */
.preevent {
  padding-bottom: 150px;
}
.preevent .preevent-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 23px;
}
.preevent .preevent-list .preevent-list-item {
  width: calc(100% / 3 - 12px);
  background-color: #F1F4F9;
}
.preevent .preevent-list .preevent-list-item:not(:last-child) {
  margin-right: 17px;
}
.preevent .preevent-thumb img {
  max-width: 100%;
  height: auto;
}
.preevent .preevent-body {
  padding: 13px 26px 20px;
}
.preevent .preevent-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  color: #000;
}
.preevent .preevent-body .preevent-title {
  font-size: 22px;
  font-weight: 600;
}
.preevent .preevent-body .preevent-desc {
  font-size: 18px;
  font-weight: 400;
}

/* 합격 시스템 */
.prepass {
  background-color: #00328E;
  padding-top: 35px;
  text-align: center;
}
.prepass h3 {
  font-size: 46px;
  color: #fff;
}
.prepass h3 strong {
  color: #6EE9FF;
}
.prepass .prepass-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
.prepass .prepass-tabs > li {
  width: 20%;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.prepass .prepass-tabs > li.active {
  position: relative;
  font-weight: 600;
  color: #6EE9FF;
}
.prepass .prepass-tabs > li.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #6EE9FF;
}
.prepass .prepass-tabs > li span {
  display: block;
  text-align: center;
}
.prepass .prepass-list {
  position: relative;
}
.prepass .prepass-list .prepass-list-item {
  display: none;
}
.prepass .prepass-list .prepass-list-item.active {
  display: block;
}
.prepass .prepass-list img {
  margin-bottom: -3px;
}
.prepass .prepass-controls .prepass-indicator {
  display: none;
}
.prepass .prepass-list .prepass-controls .arrow-controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.prepass .prepass-list .prepass-controls .arrow-controls.arrow-prev {
  left: 0;
}
.prepass .prepass-list .prepass-controls .arrow-controls.arrow-next {
  right: 0;
  transform: scaleX(-1);
}

/* 하우패스 꿀팁 특강 */
.pretip {
  padding-top: 90px;
}
.pretip .pretip-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 38px;
}
.pretip .pretip-tabs {
  width: 220px;
  border: 1px solid #9A9A9A;
}
.pretip .pretip-tabs li {
  background-color: #F2F2F2;
}
.pretip .pretip-tabs li:not(:last-child) {
  border-bottom: 1px solid #9A9A9A;
}
.pretip .pretip-tabs .pretip-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  padding: 0 45px 0 28px;
  color: #8D8D8D;
  background: url('/assets/images/common/arrow-off.png') center right 28px no-repeat ;
}
.pretip .pretip-tabs .active {
  background-color: #fff;
}
.pretip .pretip-tabs .active .pretip-tab {
  color: #000;
  background-image: url('/assets/images/common/arrow-on.png');
}
.pretip .pretip-tabs .pretip-tab .pretip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #3876F9;
}
.pretip .pretip-pannel {
  width: calc(100% - 238px);
  margin-left: 16px;
}
.pretip .pretip-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pretip .pretip-list .pretip-list-item {
  width: calc(100% / 3 - 11px);
  border: 1px solid #9A9A9A;
}
.pretip .pretip-list .pretip-list-item:not(:last-child) {
  margin-right: 13px;
}
.pretip .pretip-thumb {
  position: relative;
  padding-bottom: calc(100% / 10 * 6);
}
.pretip .pretip-thumb img {
  max-width: 100%;
  /* height: auto; */
  position: absolute;
  top: -1px;
  left: -1px;
  border-bottom: 1px solid #9A9A9A;
}
.pretip .pretip-body {
  padding: 15px 20px;
  margin-top: -3px;
}
.pretip .pretip-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.pretip .pretip-body .pretip-badge {
  font-size: 13px;
  font-weight: 500;
  color: #3876F9;
}
.pretip .pretip-body .pretip-label {
  font-weight: 600;
}
.pretip .pretip-body .pretip-title {
  font-weight: 400;
}

/* 베스트 수강 */
.prebest {
  padding-top: 65px;
}
.prebest .prebest-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 45px;
}
.prebest .prebest-list .prebest-list-item {
  width: calc(100% / 3 - 74px);
  border-radius: 10px;
  border: 1px solid #C8C8C8;
  padding: 30px 30px 25px;
}
.prebest .prebest-list .prebest-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.prebest .prebest-list .prebest-list-item:not(:last-child) {
  margin-right: 18px;
}
.prebest .prebest-body {
  height: 120px;
}
.prebest .prebest-item-body .body-title {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.prebest .prebest-item-body .body-author {
  font-size: 16px;
  font-weight: 300;
  color: #838383;
  margin-top: 8px;
}
.prebest .prebest-item-body .body-desc {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-weight: 400;
  color: #5E5E5E;
}
.prebest .prebest-item-thumb {
  overflow: hidden;
  position: relative;
  height: 55px;
  background-color: #CFEAFF;
  margin-top: 25px;
}
.prebest .prebest-item-thumb .prebest-thumb {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
.prebest .prebest-item-thumb p {
  font-size: 14px;
  color: #000;
}
.prebest .prebest-item-thumb .thumb-major {
  font-weight: 400;
}
.prebest .prebest-item-thumb .thumb-name {
  font-weight: 600;
}
.prebest .prebest-item-thumb img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.prebest .pre-more {
  margin-top: 65px;
}

/* 유튜브 */
.thumbBoard {
  padding-top: 80px;
}
.thumbBoard h3 {
  
}
.thumbBoard h3 .board-badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  background-color: #3876F9;
  border-radius: 16px;
  font-size: 22px;
  color: #fff;
  padding: 0 16px;
}
.thumbBoard .thumbBoard-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
}
.thumbBoard .thumbBoard-list .thumbBoard-list-item {
  width: calc(100% / 3 - 12px);
}
.thumbBoard .thumbBoard-list .thumbBoard-list-item:not(:last-child) {
  margin-right: 18px;
}
/* 썸네일 게시판 */
.thumbBoard .thumbBoard-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.thumbBoard .thumbBoard-wrap > div {
  width: calc(100% / 2 - 24px);
}
.thumbBoard .thumbBoard-wrap > div:first-child {
  margin-right: 48px;
}
.thumbBoard .thumbBoard-wrap .thumbBoard-list {
  margin-top: 30px;
}
.thumbBoard .thumbBoard-wrap .thumbBoard-list .thumbBoard-list-item {
  width: calc(100% / 2 - 8px);
}
.thumbBoard .thumbBoard-wrap .thumbBoard-list .thumbBoard-list-item:not(:last-child) {
  margin-right: 16px;
}

/* 임직원 */
.preexecutives {
  background-color: #F1F1EF;
  padding-top: 115px;
  margin-top: 100px;
}
.preexecutives .preexecutives-desc {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.75;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.preexecutives .preexecutives-desc span {
  display: block;
  font-weight: 300;
  margin-bottom: 45px;
}

/* 합격전략 */
.prestrategic {
  padding-top: 65px;
}
.prestrategic .prestrategic-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px;
}
.prestrategic .prestrategic-wrap > div {
  width: calc(100% / 2 - 11px);
}
.prestrategic .prestrategic-wrap .prestrategic-title {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  padding-bottom: 13px;
  border-bottom: 4px solid #000;
}
.prestrategic .prestrategic-wrap .prestrategic-title::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 28px;
  font-weight: 700;
}
.prestrategic .prestrategic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.prestrategic .prestrategic-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: calc(50% - 32px);
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 1px solid #848484;
  border-radius: 5px;
  padding: 0 0 0 22px;
  margin-top: 16px;
}
.prestrategic .prestrategic-list a:nth-child(odd) {
  margin-right: 16px;
}
.prestrategic .prestrategic-list a::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}
.prestrategic .prestrategic-list .prestrategic-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
}
.prestrategic .prestrategic-wrap > div:first-child {
  margin-right: 22px;
}
.prestrategic .prestrategic-wrap > div:first-child .prestrategic-list .prestrategic-badge {
  background-color: #F93893;
}
.prestrategic .prestrategic-wrap > div:last-child .prestrategic-list .prestrategic-badge {
  background-color: #3876F9;
}
/* 합격전략 tab */
.prestrategic .prestrategic-tabs {
  display: none;
}
.prestrategic.tab-component .pannels .pannel {
  display: block;
}

/* 게시판 */
.listBoard {
  padding-top: 45px;
}
.listBoard .listBoard-wrap {
  display: flex;
  flex-direction: row;
}
.listBoard .listBoard-wrap > div {
  width: calc(100% / 2 - 11px);
}
.listBoard .listBoard-wrap > div:first-child {
  margin-right: 22px;
}
.listBoard .listBoard-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #3876F9;
  padding: 20px;
}
.listBoard .listBoard-tabs li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(241, 241, 239, 0.2);
  margin: 0 15px 0 11px;
}
.listBoard .listBoard-tabs .listBoard-tab {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.listBoard .listBoard-tabs .active .listBoard-tab {
  color: #6EE9FF;
  border-bottom: 4px solid #6EE9FF;
  padding-bottom: 14px;
}
.listBoard .listBoard-pannel {
  position: relative;
  height: 132px;
  padding: 30px 25px;
  border: 1px solid #848484;
}
.listBoard .listBoard-pannel a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #646464;
}
.listBoard .listBoard-pannel a:not(.list-more):before {
  content: 'ㆍ';
  display: inline-block;
}
.listBoard .listBoard-pannel a:not(:first-child) {
  margin-top: 16px;
}
.listBoard .listBoard-pannel .list-more {
  position: absolute;
  top: -78px;
  right: -1px;
  width: 50px;
  height: 61px;
  background-color: #3876F9;
}
.listBoard .listBoard-pannel .list-more::before,
.listBoard .listBoard-pannel .list-more::after {
  content: '';
  display: none;
  position: absolute;
  top: 17px;
  right: 32px;
  width: 3px;
  height: 26px;
  background-color: #fff;
}
.listBoard .listBoard-pannel .list-more:after {
  transform: rotate(90deg);
}
.listBoard .listBoard-pannel .list-more::before,
.listBoard .listBoard-pannel .list-more::after {
  display: inline-block;
}

/* precontact */
.precontact {
  padding-top: 75px;
}
.precontact .precontact-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.precontact .precontact-list .precontact-list-item {
  overflow: hidden;
  width: 120px;
  height: 130px;
  border-radius: 10px;
  background-color: #F1F1EF;
}
.precontact .precontact-list .precontact-list-item:not(:last-child) {
  margin-right: 15px;
}
.precontact .precontact-list .precontact-list-item .precontact-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: -0.3px;
}
.precontact .precontact-body span {
  display: block;
  text-align: center;
}
.precontact .precontact-body .precontact-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.precontact .precontact-body .precontact-tel {
  font-size: 14px;
  font-weight: 600;
  color: #3876F9;
}
.precontact .precontact-body .precontact-time {
  font-size: 12px;
  font-weight: 300;
  color: #6F6F6F;
}
.precontact .precontact-list .precontact-list-item .precontact-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.precontact .precontact-list .precontact-list-item .precontact-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.precontact .precontact-list .precontact-list-item .precontact-icon img {
  width: 100%;
  height: auto;
}
.precontact .precontact-list .precontact-list-item .precontact-link span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.precontact .precontact-list .precontact-list-item .precontact-link span + span {
  display: block;
}
.precontact .precontact-list .precontact-list-item .precontact-link span:last-child {
  padding-bottom: 10px;
}
.precontact .precontact-list .precontact-list-item .precontact-map {
  background-color: #1A3A6B;
}
.precontact .precontact-list .precontact-list-item .precontact-youtube {
  background-color: #FF0000;
}
.precontact .precontact-list .precontact-list-item .precontact-blog {
  background-color: #00B837;
}
.precontact .precontact-list .precontact-list-item .precontact-video {
  background-color: #354C77;
}
.precontact .precontact-list .precontact-list-item .precontact-app {
  background-color: #000;
}
.precontact .precontact-service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 65px;
}
.precontact .precontact-service .precontact-service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 14px);
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  background-color: #CFEAFF;
  border-radius: 5px;
}
.precontact .precontact-service .precontact-service-link:nth-child(even) {
  background-color: #EBEBEB;
}
.precontact .precontact-service .precontact-service-link:not(:last-child) {
  margin-right: 20px;
}
.precontact .precontact-service .precontact-service-link::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 500;
}
.precontact .precontact-service .precontact-service-link strong {
  display: inline-block;
  font-weight: 600;
  color: #3876F9;
  margin-right: 3px;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  /* 배너 */
  .prebanner > .container > div {
    flex: 1;
  }
  .prebanner > .container > div.prebanner-list {
    flex: 0 0 40%;
  }
  /* 임직원 */
  .preexecutives img {
    max-width: 100%;
    height: auto;
  }
  /* precontact */
  .precontact .precontact-list .precontact-list-item:nth-child(-n+3) {
    width: calc(100% / 3 - 10px);
    margin-bottom: 24px;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(3) {
    margin-right: 0;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(n+4) {
    width: calc(100% / 6 - 12px);
    margin-right: 14px;
  }
  .precontact .precontact-list .precontact-list-item:last-child {
    margin-right: 0;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) { 
  body {
    /* background-color: red; */
  }
  /* PREMIUM HOWPASS SYSTEM */
  .presystem {
    padding-bottom: 0;
  }
  .presystem .presystem-list .presystem-item {
    width: 25%;
    margin-bottom: 35px;
  }

  /* 실강동강 종합반 */
  .preclass > .container {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .preclass .preclass-wrap {
    flex: 0 0 auto;
    width: initial;
  }
  .preclass .preclass-wrap .preclass-items {
    
  }
  .preclass .preclass-wrap .preclass-items > a {
    width: initial;
  }

  /* 배너 */
  .prebanner {
    background-color: #fff;
    padding: 0;
  }
  .prebanner > .container {
    padding: 0;
  }  
  .prebanner > .container > div {
    text-align: center;
  }
  .prebanner .prebanner-list {
    display: none;
  }
  .prebanner .prebanner-list img {
    max-width: 100%;
    height: auto;
  }

  /* 일타강사진  */
  .preteacher {
    margin-top: -4px;
  }  

  /* 게시판 */
  .listBoard .listBoard-wrap {
    display: block;
  }
  .listBoard .listBoard-wrap > div {
    width: 100%;
  }
  .listBoard .listBoard-wrap > div:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }

  /* precontact */
  .precontact .precontact-list .precontact-list-item:nth-child(-n+3) { 
    margin-bottom: 14px;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) { 
  /* 메인 비쥬얼 */
  .previsual {
    padding: 14px 0 42px;
  }
  .previsual > .container {
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .previsual .previsual-main,
  .previsual .previsual-list {
    flex: 0 0 auto;
    width: 100%;
  }
  .previsual .previsual-main {
    margin-right: 20px;
  }
  .previsual .previsual-list {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .previsual .previsual-list a {
    flex: 0 0 auto;
    width: 100%;
  }
  .previsual .previsual-list a:first-child {
    margin-bottom: 0;
  }
  .previsual .previsual-list img.is-wide {
    display: none;
  }
  .previsual .previsual-list img.is-mobile {
    display: block;
  }
  .previsual .previsual-controls {
    display: block;
  }
  .previsual .previsual-controls .previsual-indicator {
    position: absolute;
    left: 50%;
    bottom: 13px;
    z-index: 1;
    transform: translateX(-50%);
    
    width: 100%;
    text-align: center;
  }
  .previsual .previsual-controls .previsual-indicator > div {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(251, 252, 255, 0.5);
  }
  .previsual .previsual-controls .previsual-indicator > div:not(:last-child) {
    margin-right: 15px;
  }
  .previsual .previsual-controls .previsual-indicator > div.active {
    background-color: #fff;
  }
  .previsual .previsual-controls .arrow-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .previsual .previsual-controls .arrow-controls.arrow-prev {
    left: 10px;
  }
  .previsual .previsual-controls .arrow-controls.arrow-next {
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
  }
  

  /* PREMIUM HOWPASS SYSTEM */
  .presystem {
    padding: 30px 0 0;
  }
  .presystem h3 {
    font-size: 20px;
    color: #000;
  }
  .presystem .presystem-list {
    margin-top: 37px;
  }
  .presystem .presystem-list .presystem-item {
    width: 50%;
    margin-bottom: 35px;
  }
  .presystem .presystem-list .presystem-item span {
    font-size: 16px;
    margin-top: 8px;
  }

  /* 실강동강 종합반 */
  .preclass {
    padding: 24px 0 0;
  }
  .preclass h3 {
    font-size: 20px;
    padding-left: 0;
  }
  .preclass h3::before {
    width: 2px;
    height: 13px;
    margin-right: 7px;
  }
  .preclass .preclass-wrap {
    width: 100%;
    padding-bottom: 34px;
  }
  .preclass .preclass-wrap .preclass-items {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }
  .preclass .preclass-wrap .preclass-items > a {
    flex: 0 0 auto;
    width: initial;
  }
  .preclass .preclass-wrap .preclass-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }  
  .preclass .preclass-wrap .preclass-list .preclass-item {
    flex: 0 0 auto;
    width: 50%;
    padding: 10px 15px;
  }
  .preclass .preclass-wrap .preclass-list .preclass-item:not(:last-child) {
    margin-right: 15px;
  }
  .preclass .preclass-item-header .header-desc {
    font-size: 16px;
  }
  .preclass .preclass-item-header .header-title {
    font-size: 20px;
  }
  .preclass .preclass-item-body > div {
    margin: 8px 0;
    padding: 8px 0 0;
    border-top: 1px solid #fff;
  }
  .preclass .preclass-item-body .body-price {
    font-size: 24px;
  }
  .preclass .preclass-item-body .body-price span {
    font-size: 16px;
  }
  .preclass .body-list p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .preclass .body-list p span {
    font-size: 13px;
  }
  .preclass .preclass-item-body .body-title {
    font-size: 15px;
  }
  .preclass .preclass-item-body .body-desc {
    font-size: 13px;
  }

  /* 평가사 목록  */
  .precurriculum {
    padding: 24px 0 35px;
  }
  .precurriculum h3 {
    font-size: 20px;
  }
  .precurriculum h3 span {
    font-size: 16px;
    color: #000;
  }
  .precurriculum .precurriculum-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }
  .precurriculum .precurriculum-list .precurriculum-item {
    flex: 0 0 auto;
    width: 56%;
  }
  .precurriculum .precurriculum-list .precurriculum-item .precurriculum-item-body {
    padding: 15px 15px 18px;
  }
  .precurriculum .precurriculum-item-body .body-title {
    height: 40px;
    font-size: 16px;
  }
  .precurriculum .precurriculum-item-body .body-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .precurriculum .precurriculum-list + .pre-more {
    margin-top: 24px;
  }
  /* 배너 */
  .prebanner {
    background-color: #fff;
    padding: 0;
  }
  .prebanner > .container {
    padding: 0;
  }  
  .prebanner .prebanner-list {
    display: none;
  }

  /* 일타강사진  */
  .preteacher {
    position: relative;
    padding-top: 22px;
    margin-top: -3px;
  }
  .preteacher .preteacher-title > img {
    max-height: 60px;
    width: auto;
  }
  .preteacher h3,
  .preteacher h3 span {
    font-size: 20px;
  }
  .preteacher .preteacher-list {
    overflow: hidden;
    flex-wrap: nowrap;
    margin-top: 19px;
  }
  .preteacher .preteacher-list .preteacher-list-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .preteacher .preteacher-list .preteacher-list-item:not(:last-child)::after {
    content: none;
  }
  .preteacher .preteacher-list .preteacher-list-item .preteacher-thumb {
    margin-bottom: -3px;
  }
  .preteacher .preteacher-list .preteacher-list-item .preteacher-thumb img {
    max-width: 50%;
  }
  .preteacher .preteacher-list .preteacher-list-item .preteacher-body {
    top: 12px;
  }
  .preteacher .preteacher-body p {
    font-size: 20px;
  }
  .preteacher .preteacher-controls {
    display: block;
  }
  .preteacher .preteacher-controls .arrow-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .preteacher .preteacher-controls .arrow-controls.arrow-prev {
    left: 20px;
  }
  .preteacher .preteacher-controls .arrow-controls.arrow-next {
    right: 20px;
    transform: rotate(180deg);
    margin-top: -30px;
  }

  /* 교수진 */
  .preprofessor {
    padding: 45px 0 40px;
  }
  .preprofessor .preprofessor-tabs {
    margin-top: 15px;
  }
  .preprofessor .preprofessor-tabs li:not(:last-child) {
    margin-right: 18px;
  }
  .preprofessor .preprofessor-tabs .preprofessor-tab {
    font-size: 16px;
  }
  .preprofessor .preprofessor-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }
  .preprofessor .preprofessor-list .preprofessor-list-item {
    overflow: hidden;
    flex: 0 0 auto;
    width: 60%;
    border-radius: 20px;
    /* height: auto; */
  }
  .preprofessor .preprofessor-list .preprofessor-list-item:not(:last-child) {
    margin-right: 15px;
  }
  .preprofessor .preprofessor-body .preprofessor-major {
    font-size: 16px;
    margin-top: 7px;
  }
  .preprofessor .preprofessor-body .preprofessor-name {
    font-size: 20px;
  }
  .preprofessor .pre-more {
    display: flex;
    margin-top: 24px;
  }

  /* 강의 이벤트 */
  .preevent {
    padding-bottom: 25px;
  }
  .preevent .preevent-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 20px -20px 0;
    padding: 0 20px;
  }
  .preevent .preevent-list .preevent-list-item {
    flex: 0 0 auto;
    width: 60%;
  }
  .preevent .preevent-list .preevent-list-item:not(:last-child) {
    margin-right: 15px;
  }
  .preevent .preevent-body {
    padding: 10px 15px 15px;
  }
  .preevent .preevent-body .preevent-title {
    font-size: 16px;
  }
  .preevent .preevent-body .preevent-desc {
    font-size: 14px;
  }

  /* 합격 시스템 */
  .prepass {
    padding: 30px 0 20px;
  }
  .prepass h3 {
    font-size: 20px;
  }
  .prepass .prepass-tabs {
    display: none;
  }
  .prepass .prepass-controls .prepass-indicator {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    color: #B9D2FF;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 5px 20px;
  }
  .prepass .prepass-controls .prepass-indicator strong {
    font-weight: 600;
    color: #fff;
  }

  /* 하우패스 꿀팁 특강 */
  .pretip {
    padding-top: 35px;
  }
  .pretip .pretip-tabs {
    display: none;
  }
  .pretip .pretip-wrap {
    margin-top: 20px;
  }
  .pretip .pretip-pannel {
    width: 100%;
    margin-left: 0;
  }
  .pretip .pretip-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .pretip .pretip-list .pretip-list-item {
    flex: 0 0 auto;
    width: 60%;
  }
  .pretip .pretip-list .pretip-list-item:not(:last-child) {
    margin-right: 15px;
  }
  .pretip .pretip-thumb img {
    width: 100%;
    top: 0;
    left: 0;
  }
  .pretip .pretip-body {
    padding: 15px;
  }
  .pretip .pretip-body p {
    font-size: 16px;
  }

  /* 베스트 수강 */
  .prebest {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .prebest .prebest-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }
  .prebest .prebest-list .prebest-list-item {
    flex: 0 0 auto;
    width: 45%;
    padding: 25px 15px 15px;
  }
  .prebest .prebest-body {
    height: 90px;
  }
  .prebest .prebest-item-body .body-title {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
  .prebest .prebest-item-body .body-author {
    font-size: 13px;
  }
  .prebest .prebest-item-body .body-desc {
    font-size: 16px;
  }
  .prebest .prebest-item-thumb p {
    font-size: 13px;
  }
  .prebest .pre-more {
    margin-top: 24px;
  }

  /* 유튜브 */
  .thumbBoard {
    padding-top: 32px;
  }
  .thumbBoard .thumbBoard-wrap .thumbBoard-list {
    margin-top: 20px;
  }
  .thumbBoard .thumbBoard-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    margin: 20px -20px 0 -20px;
    padding: 0 20px;
  }
  .thumbBoard .thumbBoard-list .thumbBoard-list-item,
  .thumbBoard .thumbBoard-wrap .thumbBoard-list .thumbBoard-list-item {
    flex: 0 0 auto;
    width: 60%;
  }
  /* 썸네일 게시판 */
  .thumbBoard + .thumbBoard {
    padding-top: 20px;
  }
  .thumbBoard .thumbBoard-wrap > div {
    width: 100%;
  }
  .thumbBoard .thumbBoard-wrap > div:first-child {
    margin: 0 0 20px 0;
  }
  .thumbBoard .thumbBoard-wrap .thumbBoard-list .thumbBoard-list-item:not(:last-child) {
    margin-right: 18px;
  }
  

  /* 임직원 */
  .preexecutives {
    padding-top: 50px;
    margin-top: 50px;
  }
  .preexecutives .preexecutives-desc {
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
    margin-bottom: 40px;
  }
  .preexecutives .preexecutives-desc span {
    margin-bottom: 14px;
  }

  /* 합격전략 tab */
  .prestrategic {
    padding: 25px 0;
  }
  .prestrategic .prestrategic-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .prestrategic .prestrategic-tabs > li {
    flex: 1;
    text-align: center;
  }
  .prestrategic .prestrategic-tabs .prestrategic-tab {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #C8C7C7;
    padding-bottom: 7px;
    border-bottom: 2px solid #F4F5F7;
  }
  .prestrategic .prestrategic-tabs > li.active .prestrategic-tab {
    color: #3876F9;
    border-bottom: 2px solid #3876F9;
  }
  .prestrategic.tab-component .pannels .pannel {
    display: none;
  }
  .prestrategic.tab-component .pannels .pannel.active {
    display: block;
  }
  .prestrategic .prestrategic-wrap {
    margin-top: 0;
  }
  .prestrategic .prestrategic-wrap > div {
    width: 100%;
  }
  .prestrategic .prestrategic-wrap > div:first-child {
    margin-right: 0;
  }
  .prestrategic .prestrategic-wrap .prestrategic-title {
    display: none;
  }
  .prestrategic .prestrategic-list a {
    /* margin-top: 16px; */
    height: 35px;
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .prestrategic .prestrategic-list .prestrategic-badge {
    margin-left: 4px;
  }

  /* 게시판 */
  .listBoard {
    padding-top: 20px;
  }
  .listBoard .listBoard-wrap {
    display: block;
  }
  .listBoard .listBoard-wrap > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .listBoard .listBoard-wrap > div:first-child {
    margin-right: 0;
  }
  .listBoard .listBoard-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 65px;
    padding-left: 15px;
  }
  .listBoard .listBoard-tabs li {
    flex: 0 0 auto;
  }
  @supports (-webkit-text-size-adjust:none) 
  and (not (-ms-accelerator:true))
  and (not (-moz-appearance:none)) {
    .listBoard .listBoard-tabs:last-child {
      padding-right: 65px;
    }

  }
  .listBoard .listBoard-tabs .listBoard-tab {
    font-size: 16px;
  }
  .listBoard .listBoard-pannel {
    height: auto;
    padding: 18px 15px;
  }
  .listBoard .listBoard-pannel .list-more {
    top: -75px;
    height: 58px;
  }
  .listBoard .listBoard-pannel .list-more::before,
  .listBoard .listBoard-pannel .list-more::after {
    
  }

  /* precontact */
  .precontact {
    padding-top: 30px;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(n+4) {
    width: calc(100% / 2 - 7px);
    margin-top: 15px;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(odd) {
    margin-right: 0;
  }
  .precontact .precontact-list .precontact-list-item:nth-child(1) {
    margin-right: 15px;
  }
  .precontact .precontact-service {
    padding-top: 40px;
  }
  .precontact .precontact-service .precontact-service-link {
    width: 100%;
    font-size: 16px;
  }
  .precontact .precontact-service .precontact-service-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .precontact .precontact-service .precontact-service-link::after {
    content: none;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .precurriculum .precurriculum-item-body .body-title {
    text-align: left;
  }
  .precurriculum .precurriculum-item-body .body-title span {
    display: inline-block;
  }
  .precurriculum .precurriculum-item-body .body-desc {
    height: 192px;
  }
  .prebest .prebest-item-body .body-title {
    height: 80px;
  }
  .prebest .prebest-item-body .body-desc {
    height: 102px;
  }
}

/*************************** 
sub
***************************/
.sub-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 76px;
}
.sub-layout .lnb {
  flex: 1;
  margin-right: 30px;
}
.sub-layout .content {
  width: 888px;
}

/* lnb */
.lnb-wrap {
  margin-bottom: 25px;
}
.lnb-wrap .lnb-title {
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  text-align: center;
  background-color: #F4F4F4;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 16px 0;
}
.lnb-wrap > ul {}
.lnb-wrap > ul > li {
  border-bottom: 1px solid #DBDBDB;
}
.lnb-wrap > ul > li > span {
  display: block;
  padding: 7px 12px 7px 14px;
}
.lnb-wrap > ul > li > span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
}
.lnb-wrap > ul > li > span::after {
  content: '';
  display: inline-block;
  background-image: url(/assets/images/common/lnb-arrow.png);
  width: 12px;
  height: 7px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
.lnb-wrap > ul > li.active > span::after {  
  transform: translateY(-50%) rotate(0);
}
.lnb-wrap > ul > li > ul {
  display: none;
}
.lnb-wrap > ul > li.active > ul {
  display: block;
}
.lnb-wrap > ul > li > ul > li {
  background-color: #FAFAFA;
  padding: 15px 20px;
  border-top: 1px solid #DBDBDB;
}
.lnb-wrap > ul > li > ul > li > a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #989898;
}
.lnb-wrap > ul > li > ul > li > a:not(:last-child) {
  margin-bottom: 5px;
}
.sub-layout .lnb .dday-wrap {
  background-color: #193061;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px 18px;
  margin-bottom: 20px;
}
.sub-layout .lnb .dday-wrap .dday-title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.sub-layout .lnb .dday-wrap .dday-count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sub-layout .lnb .dday-wrap .dday-time {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
.sub-layout .lnb .dday-wrap .dday-prefix {
  font-size: 14px;
  font-weight: 400;
}
.sub-layout .lnb .dday-wrap .dday-day {
  
}
.sub-layout .lnb .dday-wrap .dday-day span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 28px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #00347B;
  background-color: #EBF3FF;
  margin-left: 3px;
}
.sub-layout .lnb .alert-list {
  margin-top: 12px;
  background-color: #F5F7F9;
  border: 1px solid #E1E1E1;
  padding: 12px 10px;
}
.sub-layout .lnb .alert-list a {
  display: inline-block;
  width: 100%;
  
}
.sub-layout .lnb .alert-list a:not(:last-child) {
  margin-bottom: 10px;
}
.sub-layout .lnb .alert-list a:not(:last-child) .alert-list-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.sub-layout .lnb .alert-list .alert-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.sub-layout .lnb .alert-list .alert-body {
  flex: 1;
  padding-left: 10px;
}
.sub-layout .lnb .alert-body p {
  color: #193061;
}
.sub-layout .lnb .alert-body .body-subtitle {
  font-size: 12px;
  font-weight: 400;
}
.sub-layout .lnb .alert-body .body-title {
  font-size: 14px;
  font-weight: 600;
}
.sub-layout .lnb .alert-list + .alert-list {
  background-color: #fff;
  padding: 0;
}
.sub-layout .lnb .alert-list + .alert-list .alert-list-item {
  padding: 12px 17px;
}
.sub-layout .lnb .alert-list + .alert-list .alert-body {
  padding-left: 8px;
}
.sub-layout .lnb .alert-list + .alert-list .alert-body p {
  color: #C60000;
}
.sub-layout .lnb .alert-list + .alert-list .alert-body .body-title strong {
  color: #000;
}
/* breadcrumb */
.breadcrumb {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.breadcrumb ol > li {
  display: inline-block;
}
.breadcrumb li a,
.breadcrumb li span {
  font-size: 12px;
  font-weight: 400;
  color: #282828;
}
.breadcrumb li a:hover {
  color: #0066FF;
}
.breadcrumb ol > li:not(:last-child)::after {
  content: '>';
  font-size: 12px;
  font-weight: 400;
  color: #282828;
}
.breadcrumb .pay-badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% - 4px));
}
.breadcrumb-wide {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.page-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.breadcrumb + .page-title {
  margin-top: -10px;
}
.breadcrumb + .page-title + .tabs-2depth {
  margin-top: 30px;
}
.breadcrumb.is-mobile {
  display: none;
}
.content-header {
  background-color: #E8F3FF;
}
.content-body {
  width: 100%;
  max-width: 1150px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 25px;
}

/* 1차 뎁스 탭 */
.tabs-1depth {}
.tabs-1depth ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #0066FF;
}
.tabs-1depth ul > li {
  position: relative;
  flex: 1;
  text-align: center;
}
.tabs-1depth ul > li.active {
  border: 1px solid #0066FF;
  border-bottom: 1px solid transparent;
}
.tabs-1depth ul > li.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.tabs-1depth li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  padding: 11px 0;
}
.tabs-1depth li a:hover {
  color: #0066FF;
}
.tabs-1depth li.active a {
  font-weight: 600;
  color: #0066FF;
}

/* 2차 뎁스 탭 */
.tabs-2depth {
  margin-top: 35px;
}
.tabs-2depth ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 2px solid #0066FF;
}
.tabs-2depth ul > li {
  flex: 1;
  background-color: #F9F9F9;
  border-top: 1px solid #9D9D9D;
  text-align: center;
}
.tabs-2depth li.active {
  background-color: #0066FF;
}
.tabs-2depth ul > li:not(:last-child) {
  border-left: 1px solid #999;
}
.tabs-2depth ul > li:last-child {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.tabs-2depth li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #9D9D9D;
  padding: 10px 0;
}
.tabs-2depth li a:hover {
  color: #0066FF;
}
.tabs-2depth li.active a {
  font-weight: 600;
  color: #fff;
}
/* depth filter */
.filter-depth1 {
  background-color: #F9F9F9;
  border-bottom: 1px solid #E1E1E1;
  padding: 12px 17px;
}
.filter-depth1 a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #B8B8B8;
}
.filter-depth1 a:hover {
  color: #0066FF;
}
.filter-depth1 a.active {
  font-weight: 500;
  color: #0066FF;
}
.filter-depth1 a:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #BABABA;
  margin: 0 6px 0 10px;
}
.filter-depth2 {
  background-color: #fff;
}
.filter-depth2 a:hover {
  color: #000;
}
.filter-depth2 a.active {
  color: #000;
}
.filter-depth2 a:not(:last-child) {
  margin-right: 20px;
}
.filter-depth2 a:not(:last-child)::after {
  content: none;
}
.filter-depth2 .new-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #3876F9;
  border-radius: 50%;
  vertical-align: bottom;
}

/* 이벤트페이지 */
.event-header {}
.event-header .container,
.event-layout .container {
  max-width: 1025px;
}
.event-header .csection,
.event-layout .csection .container {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.event-header .csection .banner,
.event-layout .csection .banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.event-layout .csection .banner {
  image-rendering: -webkit-optimize-contrast;
  transform: translate(-50%, -50%) translateZ(0);
  backface-visibility: hidden;
}
.event-layout .csection img {
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.event-header .hero {
  background-color: #031834;
}
.event-header .hero .hero-banner {
  background-image: url('/assets/images/event/banner.png');
}
.event-header .visual {
  height: 1000px;
  background-color: #05092d;
}
.event-header .csection.visual .banner {
  background-image: url('/assets/images/event/visual.png');
}
.event-layout .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.event-layout .csection .only-ie {
  display: none;
}
.event-layout .summary {
  /* height: 480px; */
  background-color: #F4F4F4;
}
.event-layout .item .item-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
.event-layout .item .item-tabs > li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 72px;
  border: 4px solid #3876F9;
  border-radius: 20px;
}
.event-layout .item .item-tabs > li.active a {
  background-color: #3876F9;
}
.event-layout .item .item-tabs > li.active a img {
  filter: brightness(0) invert(1);
}
.event-layout .item .item-banners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 85px;
}
.event-layout .item .item-banners > div:not(:last-child) {
  margin-right: 40px;
}
.event-layout .csection.summary .banner {
  background-image: url('/assets/images/event/summary.png');
}
.event-layout .event03 {
  background-color: #3876F9;
}
.event-layout .event05 {
  background-color: #EAEEF6;
}
.event-layout .benefit {
  background: #2F63D1 url(/assets/images/event/benefit-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.event-layout .pass {
  background-color: #F2F2F2;
}
.event-layout .pass .pass-wrap {
  overflow: initial;
}
.event-layout .pass .pass-area {
  position: relative;
  width: 960px;
  border: 5px solid #2F63D1;
  margin-bottom: 54px;
}
.event-layout .pass .pass-area .pass-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: auto;
  max-height: 60px;
}
.event-layout .pass .pass-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 52px 16px 32px 22px;
}
.event-layout .pass .pass-list > li:not(:nth-child(4n)) {
  margin-right: 8px;
}
.event-layout .pass .pass-list > li:nth-child(-n+5) {
  margin-bottom: 10px;
}
.event-layout .review {
  background-color: #F2F2F2;
}
.event-layout .faq {
  background-color: #EAEEF6;
}


/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .event-header .visual {
    height: calc(1000px - 200px);
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .event-layout .csection > .container {
    padding: 0;
  }
  .event-layout .summary {
    height: auto;
  }
}
@media all and (max-width:1000px) {
  .event-layout .pass .pass-wrap {
    padding: 0 30px;
  }
  .event-layout .pass .pass-area {
    max-width: 100%;
  }
  .event-layout .pass .pass-list {
    gap: 14px 8px;
    justify-content: center;
    padding: 60px 15px 50px;
  }
  .event-layout .pass .pass-list > li {
    flex: 0 0 24%;
    position: relative;
    width: 100%;
    padding-bottom: 13%;
    overflow: hidden;
  }
  .event-layout .pass .pass-list > li a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .event-layout .pass .pass-list > li:nth-child(-n+5),
  .event-layout .pass .pass-list > li:not(:nth-child(4n)) {
    margin: 0;
  }
  .event-layout .pass .pass-list > li img {
    max-width: 100%;
    height: auto;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .event-header .csection > .container {
    padding: 0;
  }
  .event-header .csection .banner,
  .event-layout .csection .banner {
    display: none;
  }
  .event-header .csection.visual {
    height: auto;
  }
  .event-layout .csection > .container-items {
    padding: 0 20px;
  }
  .event-layout .csection > .container-items + .container-items {
    overflow-x: auto;
  }
  .event-layout .item .item-tabs {
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
  }
  .event-layout .item .item-tabs > li {
    width: calc(33% - 2px);
  }
  .event-layout .item .item-tabs > li a {
    width: 100%;
    height: 50px;
    border-width: 2px;
    box-sizing: border-box;
  }
  .event-layout .item .item-tabs > li img {
    width: auto;
    max-height: 20px;
  }
  .event-layout .item .item-banners {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 32px -20px 0 -20px;
    padding: 0 20px;
  }
  .event-layout .item .item-banners > div {
    flex: 0 0 auto;
  }
  .event-layout .item .item-banners > div img {
    max-width: 100%;
    height: auto;
  }
  .event-layout .item .item-banners > div:not(:last-child) {
    margin-right: 20px;
  }
  .event-layout .item .item-banners > div:first-child {
    /* padding-left: 20px; */
  }
  .event-layout .item .item-banners > div:last-child {
    /* padding-right: 20px; */
  }
  .event-layout .benefit {
    background: #2F63D1;
  }
  .event-layout .pass .pass-wrap {
    padding: 0 25px;
  }
  .event-layout .pass .pass-area .pass-title {
    top: -20px;
    max-height: 40px;
  }
  .event-layout .pass .pass-list {
    gap: 7px 4px;
    justify-content: flex-start;
    padding: 30px 7px 25px;
  }
  .event-layout .pass .pass-list > li {
    flex: 0 0 32%;
  }
  .event-layout .csection > .container.pass-button {
    padding: 0 25px;
  }
}
@media all and (max-width:445px) {
  .event-layout .item .item-tabs {
    gap: 5px 1%;
  }
  .event-layout .item .item-tabs > li {
    width: 32%;
  }
}
@media all and (max-width:399px) {
  .event-layout .pass .pass-area .pass-title {
    top: -15px;
    max-height: 30px;
  }
  .event-layout .csection > .container.pass-button {
    padding: 0 20px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .event-layout .csection .only-ie {
    display: block;
  }
  .event-layout .csection.summary .banner {
    display: none;
  }
  .event-layout .item .item-tabs {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .event-layout .item .item-tabs > li {
    display: inline-block;
    margin-bottom: 13px;
  }
  .event-layout .item .item-tabs > li:not(:last-child) {
    margin-right: 13px;
  }
  .event-layout .item .item-tabs > li a img {
    display: none;
  }
  .event-layout .item .item-tabs > li a {
    font-size: 28px;
    color: #2B6EFF;
  }
  .event-layout .item .item-tabs > li.active a {
    color: #fff;
  }
}

/* 수강신청 */
.enrolment-banner {
  margin-top: 30px;
}
.enrolment {}
.enrolment .is-mobile {
  display: none;
}
.enrolment-list {
  margin-top: 10px;
}
.enrolment-list .is-mobile {
  display: none;
}
.enrolment-list .enrolment-list-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #D2D2D4;
  padding: 20px;
}
.enrolment-list .enrolment-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.enrolment-list .enrolment-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.enrolment-list .enrolment-body .body-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #B5B5B5;
}
.enrolment-list .enrolment-body .body-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.enrolment-list .enrolment-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 5px 15px;
}
.enrolment-list .enrolment-price .price-badge {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #0066FF;
  border-radius: 5px;
  padding: 5px 17px;
}
.enrolment-list .enrolment-price strike {
  font-size: 14px;
  font-weight: 400;
  color: #B5B5B5;
}
.enrolment-list .enrolment-price span {
  font-size: 21px;
  font-weight: 600;
  color: #0066FF;
  margin-top: -10px;
}
.enrolment-list .enrolment-price span strong {
  font-size: 36px;
}
.enrolment-list .enrolment-desc {
  flex: 0 0 calc(100% - 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #F4F4F6;
  padding: 10px 15px;
}
.enrolment-list .enrolment-desc .enrolment-desc-list {
  flex: 1;
}
.enrolment-list .enrolment-desc dl {
  display: flex;
}
.enrolment-list .enrolment-desc dl:not(:last-of-type) {
  margin-bottom: 7px;
}
.enrolment-list .enrolment-desc dl dt {
  width: 55px;
  font-size: 14px;
  font-weight: 600;
  color: #9D9D9D;
}
.enrolment-list .enrolment-desc dl dd {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  margin-left: 15px;
}
.enrolment-list .enrolment-desc dl dd strong {
  font-weight: 600;
  color: #0066FF;
}
.enrolment-list .enrolment-desc .desc-link {
  margin-left: 15px;
}
.enrolment-list .enrolment-desc .desc-link span,
.enrolment-list .enrolment-desc .desc-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 38px;
  font-size: 16px;
  font-weight: 500;
}
.enrolment-list .enrolment-desc .desc-link span {
  color: #fff;
  background-color: #4DA9FF;
  border: 1px solid #4DA9FF;
}
.enrolment-list .enrolment-desc .desc-link .desc-end {
  background-color: #9D9D9D;
  border: 1px solid #9D9D9D;
}
.enrolment-list .enrolment-desc .desc-link a {
  color: #000;
  background-color: #fff;
  border: 1px solid #B5B5B5;
  margin-left: 6px;
}
.enrolment-list .enrolment-desc .desc-link a:hover {
  color: #fff;
  background-color: #B5B5B5;
}
.enrolment-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.enrolment-item .enrolment-item-thumb {
  overflow: hidden;
  width: 444px;
  height: 300px;
  text-align: center;
  background-color: #E2EDFE;
}
.enrolment-item .enrolment-item-thumb img {
  width: auto;
  max-height: 100%;
}
.enrolment-item .enrolment-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 40px;
}
.enrolment-item .enrolment-item-body .body-badge {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #9D9D9D;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 13px;
}
.enrolment-item .enrolment-item-body .body-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.enrolment-item .enrolment-item-body .body-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  color: #0066FF;
  margin-top: 5px;
}
.enrolment-item .enrolment-item-body .body-desc dt:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #0066FF;
  margin: 0 10px;
}
.enrolment-item .enrolment-item-body .body-desc dd {
  margin-left: 4px;
}
.enrolment-item .enrolment-item-body .body-preprofessor {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.enrolment-item .enrolment-item-body .body-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.enrolment-item .enrolment-item-body .body-link a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #0066FF;
  border: 1px solid #0066FF;
  padding: 10px 0;
}
.enrolment-item .enrolment-item-body .body-link a:hover {
  color: #fff;
  background-color: #0066FF;
}
.enrolment-item .enrolment-item-body .body-link a + a {
  color: #494949;
  margin-left: 8px;
  border-color: #484848;
}
.enrolment-item .enrolment-item-body .body-link a + a:hover {
  background-color: #484848;
}
.enrolment-prod .prod-wrap {
  background-color: #F4F4F6;
  padding: 20px 20px 30px;
  margin-bottom: 22px;
}
.enrolment-prod .prod-list li:not(:last-child) {
  margin-bottom: 40px;
}
.enrolment-prod .prod-list .prod-list-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.enrolment-prod .prod-list .prod-list-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border: 1px solid #DBDBDB;
}
.enrolment-prod .prod-list .body-check {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.enrolment-prod .prod-list .body-checkbox {
  width: 47px;
  text-align: center;
}
.enrolment-prod .prod-list .body-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 15px 0 15px 10px;
  cursor: pointer;
}
.enrolment-prod .prod-list .body-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  
  width: 1px;
  height: 100%;
  background-color: #DBDBDB;
}
.enrolment-prod .prod-list .body-price {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding-right: 15px;
}
.enrolment-prod .prod-list .body-price strong {
  font-size: 24px;
  font-weight: 600;
}
.enrolment-prod .prod-list .body-price strike {
  font-size: 14px;
  font-weight: 600;
  color: #888888;
}
.enrolment-prod .prod-total {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 32px;
}
.enrolment-prod .prod-total span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.enrolment-prod .prod-total .prod-total-price {
  font-size: 13px;
}
.enrolment-prod .prod-total .prod-total-price strong {
  font-size: 24px;
  font-weight: 600;
}
.enrolment-prod .prod-link {
  text-align: right;
}
.enrolment-prod .prod-link .button {
  width: 145px;
  height: 45px;
  font-size: 20px;
  font-weight: 600;
}
.enrolment-prod .prod-link .button + .button {
  margin-left: 5px;
}
.enrolment-contents {
  margin-top: 135px;
}
.enrolment-contents .enrolment-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #0066FF;
}
.enrolment-contents .enrolment-tabs li {
  flex: 1;
  text-align: center;
  background-color: #F9F9F9;
  border-top: 1px solid #9D9D9D;
}
.enrolment-contents .enrolment-tabs li:not(:last-child) {
  border-left: 1px solid #9D9D9D;
}
.enrolment-contents .enrolment-tabs li:last-child {
  border-left: 1px solid #9D9D9D;
  border-right: 1px solid #9D9D9D;
}
.enrolment-contents .enrolment-tabs li.active {
  background-color: #0066FF;
  border-color: #0066FF;
}
.enrolment-contents .enrolment-tabs li a {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #9D9D9D;
  padding: 10px 0;
}
.enrolment-contents .enrolment-tabs li.active a {
  color: #fff;
  font-weight: 600;
}
.enrolment-contents .enrolment-pannel {
  margin-top: 25px;
}
/* .enrolment-contents.tab-component .pannels .pannel {
  display: block;
}
.enrolment-contents.tab-component .pannels .pannel:not(:last-child) {
  margin-bottom: 55px;
} */
.enrolment-contents .enrolment-pannel .enrolment-title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 18px;
}
.enrolment-contents .enrolment-intro {
  display: table;
  border-collapse: collapse;
}
.enrolment-contents .enrolment-intro dl {
  display: table-row;  
}
.enrolment-contents .enrolment-intro dt,
.enrolment-contents .enrolment-intro dd {
  display: table-cell;
  border: 1px solid #DBDBDB;
}
.enrolment-contents .enrolment-intro dt {
  width: 180px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #F4F4F6;
}
.enrolment-contents .enrolment-intro dd {
  padding: 20px 15px;
}
.enrolment-contents .enrolment-class table {
  width: 100%;
}
.enrolment-contents .table-view thead th {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  background-color: #F5F5F5;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 13px 0;
}
.enrolment-contents .table-view tbody td {
  border-bottom: 1px solid #DBDBDB;
  padding: 13px 0;
  text-align: center;
}
.enrolment-contents .table-view tr.class-list td {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.enrolment-contents .table-view tr.class-list.active {
  background-color: #F5F5F5;
}
.enrolment-contents .table-view tr.class-item {
  display: none;
}
.enrolment-contents .table-view tr.class-item.active {
  display: table-row;
}
.enrolment-contents .table-view .class-title {
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  padding-left: 40px;
  text-align: left;
}
.enrolment-contents .table-view .class-sample {
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #0066FF;
  border: 0;
  padding: 0 6px;
  cursor: pointer;
}
.enrolment-contents .table-view + .table-more {
  text-align: center;
  margin-top: 34px;
}
.enrolment-contents .table-view + .table-more button {
  width: 140px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #939393;
  background-color: #fff;
  border: 1px solid #939393;
  padding: 0;
  cursor: pointer;
}
.enrolment-contents .table-view .review-item td {
  vertical-align: middle;
}
.enrolment-contents .table-view .review-item .review-title {
  text-align: left;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  .sub-layout {
    padding: 0 25px;
  }
  .sub-layout .lnb {
    /* display: none; */
    flex: 0 0 180px;
  }
  .sub-layout .content {
    flex: 1;
  }
  /* 수강신청 */
  .enrolment-list .enrolment-body .body-title {
    height: 36px;
    white-space: initial;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  /* 수강신청 */
  .enrolment-list .enrolment-desc .desc-link {
    display: flex;
    flex-direction: column;
  }
  .enrolment-list .enrolment-desc .desc-link a {
    margin: 6px 0 0;
  }
  .enrolment-item .enrolment-item-body {
    margin-top: 30px;
  }
  .enrolment-item .enrolment-item-body .body-desc {
    margin-top: 10px;
  }
  .enrolment-item .enrolment-item-body .body-preprofessor {
    margin-top: 30px;
  }
  .enrolment-item .enrolment-item-body .body-link {
    margin-top: 55px;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) { 
  /* 수강신청 */
  .enrolment-item {
    flex-direction: column;
  }
  .enrolment-item .enrolment-item-thumb {
    width: 100%;
  }
  .enrolment-item .enrolment-item-body {
    margin-left: 0;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .sub-layout {
    padding: 0 20px;
    margin-top: 17px;
  }
  .view-layout {
    margin-top: 0;
  }
  .sub-layout .lnb {
    display: none;
  }
  .sub-layout .content {
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb + .page-title {
    margin-top: 0;
  }
  .breadcrumb + .page-title + .tabs-2depth {
    margin-top: 17px;
  }
  .breadcrumb.is-mobile {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #565656;
    margin: 18px 0 0;
    padding: 0;
    border: 0 none;
  }
  .page-title {
    font-size: 20px;
  }
  .tabs-1depth li a {
    padding: 5px 0;
  }
  .tabs-2depth {
    margin-top: 18px;
  }
  .tabs-2depth li a {
    font-size: 15px;
    padding: 8px 0;
  }
  .filter-depth1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 6px;
  }
  .filter-depth1 a {
    flex: 0 0 auto;
  }
  .filter-depth2 {
    border-bottom: 0 none;
    padding: 10px 6px;
  }
  /* 수강신청 */
  .enrolment-banner {
    display: none;
  }
  .enrolment .is-mobile {
    display: block;
  }
  .enrolment-list {
    margin: 0 -20px 0;
    padding: 20px 20px;
    background-color: #F9F9F9;
  }
  .enrolment-list .enrolment-list-item {
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 1px 2px 8px rgba(82, 82, 82, 0.4);
  }
  .enrolment-list .enrolment-list-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .enrolment-list .enrolment-body {
    margin: 25px 0 10px;
  }
  .enrolment-list .enrolment-body .body-subtitle {
    display: none;
  }
  .enrolment-list .enrolment-body .body-title {
    height: 42px;
    font-size: 18px;
    white-space: initial;
  }
  .enrolment-list .enrolment-price {
    order: 1;
    margin: 10px 0 0;
  }
  .enrolment-list .enrolment-price .price-badge,
  .enrolment-list .enrolment-price strike {
    display: none;
  }
  .enrolment-list .enrolment-price > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .enrolment-list .enrolment-price span {
    margin-top: 0;
  }
  .enrolment-list .enrolment-price span,
  .enrolment-list .enrolment-price span strong {
    font-size: 18px;
  }
  .enrolment-list .enrolment-price .is-mobile {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #0066FF;
    border-radius: 5px;
    padding: 8px 30px;
  }
  .enrolment-list .enrolment-desc {
    padding: 10px 13px;
  }
  .enrolment-list .enrolment-desc dl:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .enrolment-list .enrolment-desc dl dt,
  .enrolment-list .enrolment-desc dl dd {
    font-size: 13px;
  }
  .enrolment-list .enrolment-desc dl dt {
    width: 50px;
  }
  .enrolment-list .enrolment-desc .desc-link a {
    display: none;
  }
  .enrolment-list .enrolment-desc .desc-link span {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: 65px;
    height: 22px;
    font-size: 12px;
  }
  .enrolment-list .enrolment-desc .desc-link .desc-end {
    background-color: #666666;
    border-color: #666666;
  }
  .enrolment .enrolment-contact {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(-20px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    box-shadow: 1px 2px 8px rgba(82, 82, 82, 0.4);
    margin-bottom: -50px;
  }
  .enrolment .enrolment-contact a {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #0066FF;
    padding: 12px 0;
  }
  .enrolment .enrolment-contact a:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .enrolment .enrolment-contact a:last-child {
    color: #0066FF;
    background-color: #fff;
  }
  .enrolment-item .enrolment-item-body {
    margin-top: 15px;
  }
  .enrolment-item .enrolment-item-body .body-desc {
    margin-top: 5px;
  }
  .enrolment-item .enrolment-item-body .body-preprofessor {
    margin-top: 15px;
  }
  .enrolment-item .enrolment-item-body .body-link {
    margin-top: 27px;
  }
  .enrolment-item .enrolment-item-body .body-link a + a {
    margin-left: 10px;
  }
  .enrolment-item {
    margin-bottom: 45px;
  }
  .enrolment-item .enrolment-item-thumb {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .enrolment-prod {
    
  }
  .enrolment-prod .prod-wrap {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 17px 17px 0;
    margin-bottom: 0;
  }
  .enrolment-prod .prod-list li:not(:last-child) {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .enrolment-prod .prod-list .prod-list-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .enrolment-prod .prod-list .prod-list-body {
    flex-direction: column;
    align-items: flex-start;
    border: 0 none;
  }
  .enrolment-prod .prod-list .body-checkbox {
    width: initial;
    padding: 0 4px;
  }
  .enrolment-prod .prod-list .body-title {
    font-size: 16px;
    padding: 0;
  }
  .enrolment-prod .prod-list .body-title::before {
    content: none;
  }
  .enrolment-prod .prod-list .body-price {
    width: 100%;
    font-size: 12px;
    text-align: right;
  }
  .enrolment-prod .prod-list .body-price strong {
    font-size: 18px;
  }
  .enrolment-prod .prod-list .body-price strike {
    font-size: 13px;
  }
  .enrolment-prod .prod-total {
    justify-content: flex-start;
    background-color: #F4F4F6;
    border-top: 1px solid #DBDBDB;
    margin: 15px -17px 0;
    padding: 10px 17px;
  }
  .enrolment-prod .prod-total span {
    font-size: 16px;
  }
  .enrolment-prod .prod-total .prod-total-price {
    flex: 1;
    font-size: 12px;
    text-align: right;
  }
  .enrolment-prod .prod-total .prod-total-price strong {
    font-size: 18px;
  }
  .enrolment-prod .prod-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-top: 15px;
  }
  .enrolment-prod .prod-link .button {
    flex: 1;
    height: auto;
    font-size: 18px;
    padding: 8px 0;
  }
  .enrolment-prod .prod-link .button + .button {
    margin-left: 10px;
  }
  .enrolment-contents {
    margin: 0 -20px;
    padding: 30px 20px 20px;
  }
  .enrolment-contents .enrolment-tabs li a {
    font-size: 16px;
    padding: 5px 0;
  }
  .enrolment-contents .enrolment-pannel {
    margin-top: 23px;
  }
  .enrolment-contents .enrolment-pannel .enrolment-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .enrolment-contents .enrolment-intro {
    display: inline-block;
    background-color: #F9F9F9;
    padding: 15px 0;
  }
  .enrolment-contents .enrolment-tabs {
    border-bottom: 1px solid #0066FF;
  }
  .enrolment-contents .enrolment-intro dl,
  .enrolment-contents .enrolment-intro dt, 
  .enrolment-contents .enrolment-intro dd {
    display: inline-block;
  }
  .enrolment-contents .enrolment-intro dt, 
  .enrolment-contents .enrolment-intro dd {
    padding: 0 8px;
  }
  .enrolment-contents .enrolment-intro dt {
    width: calc(100% - 16px);
    font-size: 15px;
    text-align: left;
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #9D9D9D;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  .enrolment-contents .enrolment-intro dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .enrolment-contents .enrolment-intro dd {
    border: 0 none;
  }
  .enrolment-contents .table-view {
    table-layout:fixed
  }
  .enrolment-contents .table-view thead th {
    padding: 6px 0;
    font-size: 15px;
  }
  .enrolment-contents .table-view.enrolment-class-table thead th:nth-child(1) {
    text-align: left;
    padding-left: 20px;
  }
  .enrolment-contents .table-view tbody td {
    padding: 6px 0;
  }
  .enrolment-contents .table-view tr.class-list td {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .enrolment-contents .table-view td {
    font-size: 12px;
  }
  .enrolment-contents .table-view .class-title {
    padding-left: 30px;
  }
  .enrolment-contents .table-view .review-item .review-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
  }
  .enrolment-contents .table-view + .table-more {
    margin-top: 26px;
  }
  .enrolment-contents .table-view + .table-more button {
    width: 100%;
    height: initial;
    font-size: 14px;
    padding: 5px 0;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .breadcrumb .pay-badge {
    transform: translateY(-50%);
  }
  /* 수강신청 */
  .enrolment-list .enrolment-body,
  .enrolment-list .enrolment-price,
  .enrolment-list .enrolment-desc {
    display: inline-block;
  }
  .enrolment-list .enrolment-body {
    width: 60%;
  }
  .enrolment-list .enrolment-price {
    width: 38%;
    text-align: right;
    margin-right: 5px;
  }
  .enrolment-list .enrolment-desc {
    width: 100%;
  }
  .enrolment-list .enrolment-desc .enrolment-desc-list,
  .enrolment-list .enrolment-desc .desc-link {
    display: inline-block;
  }
  .enrolment-list .enrolment-desc .enrolment-desc-list {
    width: 60%;
  }
  .enrolment-list .enrolment-desc .desc-link {
    text-align: right;
  }
}

/* 교재구매 */
.book {
  margin-top: 50px;
}
.book .book-chosen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 12px 0;
}
.book .book-chosen dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 25px;
}
.book .book-chosen dl dt,
.book .book-chosen dl dd {
  font-size: 16px;
  font-weight: 500;
}
.book .book-chosen dl dt {
  color: #575757;
}
.book .book-chosen dl dd {
  color: #FF0000;
  margin-left: 8px;
}
.book .book-chosen .book-link .button {
  width: 98px;
  height: 33px;
  font-size: 16px;
  font-weight: 500;
}
.book .book-chosen .book-link .button + .button {
  margin-left: 2px;
}
.book-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
.book-list .book-list-item {
  position: relative;
  width: 213px;  
  background-color: #fff;
  margin-bottom: 12px;
}
.book-list .book-list-item:not(:nth-child(4n)) {
  margin-right: 12px;
}
.book-list .book-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  padding: 40px 12px;
  box-shadow: 0 0 0 1px inset #E1E1E1;
}
.book-list .book-list-item .book-check {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 27px;
  height: 27px;
  border: 1px solid #E1E1E1;
  background: url('/assets/images/common/checkbox-off-book.png') no-repeat center / 14px;
  cursor: pointer;
}
.book-list .book-list-item input[type='checkbox'] {
  display: none;
}
.book-list .book-list-item input[type='checkbox']:checked + label + a {
  box-shadow: 0 0 0 2px inset #0066FF;
}
.book-list .book-list-item input[type='checkbox']:checked + label {
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  background-image: url('/assets/images/common/checkbox-on-book.png');
}
.book-list .book-thumb img {
  width: 100%;
  max-height: 155px;
}
.book-list .book-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
  margin-top: 20px;
}
.book-list .body-title {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 59px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.book-list .body-price strike {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
}
.book-list .body-price strong {
  font-size: 20px;
  font-weight: 600;
  color: #FF0000;
  word-break: keep-all;
  margin-left: 2px;
}
.book-contact.is-mobile {
  display: none;
}
.book-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #565656;
  padding: 28px 0 0 25px;
}
.book-item .book-item-thumb {
  width: 245px;
}
.book-item .book-item-thumb img {
  max-width: 100%;
  height: auto;
}
.book-item .book-item-body {
  flex: 1;
  padding-left: 65px;
}
.book-item .book-item-body .body-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.book-item .book-item-body .body-desc {
  margin-top: 6px;
}
.book-item .book-item-body .body-desc span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
}
.book-item .book-item-body .body-desc span:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #9D9D9D;
  margin: 0 4px 0 8px;
}
.book-item .book-item-body .body-price {
  display: table;
  width: 100%;
  margin-top: 34px;
}
.book-item .book-item-body .body-price dl {
  display: table-row;
}
.book-item .book-item-body .body-price dl dt,
.book-item .book-item-body .body-price dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
  border-top: 1px solid #E1E1E1;
}
.book-item .book-item-body .body-price dl dt {
  width: 95px;
  font-size: 14px;
  font-weight: 600;
  color: #565656;
}
.book-item .book-item-body .body-price dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.book-item .book-item-body .body-price strike {
  font-size: 14px;
  color: #B5B5B5;
}
.book-item .book-item-body .body-price strong {
  font-size: 20px;
  font-weight: 600;
  color: #FF0000;
}
.book-item .book-item-body .body-price .body-badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background-color: #9D9D9D;
  border-radius: 5px;
  padding: 0 7px;
  margin-left: 7px;
  vertical-align: text-bottom;
}
.book-item-link {
  text-align: right;
  margin-top: 50px;
}
.book-item-link .button {
  width: 135px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.book-item-link .button + .button {
  margin-left: 5px;
}
.book-item-link .is-mobile {
  display: none;
}
.book-contents {
  border-top: 1px solid #565656;
  margin-top: 30px;
}
.book-contents .book-contents-list {
  padding: 45px 0 50px;
}
.book-contents .book-contents-list:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.book-contents .book-contents-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.book-contents .book-contents-body {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
  margin-top: 22px;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  /* 교재구매 */
  .book-list .book-list-item {
    width: calc(100% / 4 - 9px);
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  /* 교재구매 */
  .book {
    margin-top: 0;
  }
  .book .book-chosen {
    border-top: 0 none;
  }
  .book-list {
    margin-top: 40px;
  }
  .book-item .book-item-thumb {
    width: 38%;
  }
  .book-item .book-item-body {
    padding-left: 40px;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  /* 교재구매 */
  .book-item .book-item-body .body-price .is-wide {
    display: none;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  /* 교재구매 */
  .book {
    background-color: #F9F9F9;
    margin: 0 -20px;
    padding: 8px 20px 0;
  }
  .book .book-chosen {
    position: sticky;
    top: 43px;
    left: 0;
    z-index: 2;
    border: 0 none;
    padding: 8px 0;
    background-color: #F9F9F9;
  }
  .book .book-chosen dl {
    margin-right: 0;
  }
  .book .book-chosen dl dt, 
  .book .book-chosen dl dd {
    font-size: 14px;
  }
  .book .book-chosen .book-link {
    display: none;
  }
  .book-list {
    gap: 10px;
    margin: 0 0 15px;
  }
  .book-list .book-list-item {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
  .book-list .book-list-item:not(:nth-child(4n)) {
    margin: 0;
  }
  .book-list .book-list-item a {
    padding: 35px 10px;
  }
  .book-list .book-body {
    margin-top: 15px;
  }
  .book-list .body-price strong {
    font-size: 18px;
  }
  .book .book-contact {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(-20px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    box-shadow: 1px 2px 8px rgba(82, 82, 82, 0.4);
    margin-bottom: -50px;
  }
  .book .book-contact a,
  .book .book-contact button {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #0066FF;
    padding: 12px 0;
  }
  .book .book-contact a,
  .book .book-contact .button {
    border-right: 1px solid #fff;
  }
  .book .book-contact .button {
    color: #0066FF;
    background-color: #fff;
  }
  .book .book-contact .button-buy {
    color: #fff;
    background-color: #0066FF;
    border-right: 1px solid #0066FF;
  }
  .view-layout .book {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
    margin-top: 10px;
    padding: 0;
  }
  .view-layout .book .book-item-link {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 2;
    order: 1;
    margin-bottom: -50px;
  }
  .book-item {
    padding: 15px 0 0;
    margin: 0 20px;
  }
  .book-item .book-item-thumb {
    width: 34%;
  }
  .book-item .book-item-body {
    padding-left: 20px;
  }
  .book-item .book-item-body .body-title {
    font-size: 20px;
  }
  .book-item .book-item-body .body-desc {
    margin-top: 2px;
  }
  .book-item .book-item-body .body-desc span {
    font-size: 12px;
  }
  .book-item .book-item-body .body-desc span:not(:last-child)::after {
    height: 8px;
    margin: 0 3px 0 7px;
  }
  .book-item .book-item-body .body-price {
    margin-top: 10px;
  }
  .book-item .book-item-body .body-price dl dt, 
  .book-item .book-item-body .body-price dl dd {
    padding: 8px 0;
  }
  .book-item .book-item-body .body-price dl dd {
    font-size: 14px;
    color: #545454;
  }
  .book-item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    box-shadow: 1px 2px 8px rgb(82 82 82 / 40%);
    margin-top: 0;
  }
  .book-item-link .is-mobile {
    display: block;
  }
  .book-item-link a,
  .book-item-link .button {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #0066FF;
    padding: 12px 0;
    border: 0 none;
  }
  .book-item-link a,
  .book-item-link .button {
    border-right: 1px solid #fff;
  }
  .book-item-link .button {
    color: #0066FF;
    background-color: #fff;
  }
  .book-item-link .button-buy {
    color: #fff;
    background-color: #0066FF;
    border-right: 0 none;
  }
  .book-item-link .button + .button {
    margin: 0;
  }
  .book-contents {
    flex-grow: 1;
    margin: 25px 20px 0;
  }
  .book-contents .book-contents-list {
    padding: 22px 0;
  }
  .book-contents .book-contents-title {
    font-size: 16px;
  }
  .book-contents .book-contents-body {
    margin-top: 8px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* 교재구매 */
  .book-list .book-list-item a {
    border: 1px solid #e1e1e1;
  }
  .book-list .book-list-item input[type='checkbox']:checked + label {
    top: 1px;
    left: 1px;
    width: 25px;
    height: 25px;
    border-top: 0 none;
    border-left: 0 none;
  }
  .book-list .book-list-item input[type='checkbox']:checked + label + a {
    border-color: #0066ff;
  }
  .book-list .body-title {
    display: block;
    width: 190px;
    height: 60px;
    word-break: break-all;
  }
}

/* 교수소개 */
.professor-banner {
  margin-bottom: 30px;
}
.professor-depth {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.professor-depth .professor-page {
  flex: 1;
}
.professor-depth .is-wide {
  font-size: 28px;
  font-weight: 600;
  color: #282828;
}
.professor-depth .is-mobile {
  display: none;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.professor-depth .professor-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.professor-depth .professor-tabs li {}
.professor-depth .professor-tabs li:not(:last-child) {
  margin-right: 10px;
}
.professor-depth .professor-tabs li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #0C66FF;
  border: 1px solid #0C66FF;
}
.professor-depth .professor-tabs li.active {
}
.professor-depth .professor-tabs li.active a {
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
}
.professor {}
.professor .is-mobile {
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-top: 35px;
}
.professor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}
.professor-list .professor-list-item {
  width: calc(100% / 4 - 10px);
  border: 1px solid #D9D9D9;
  margin-bottom: 15px;
  margin-right: 10px;
}
.professor-list .professor-list-item:nth-child(4n) {
  margin-right: 0;
}
.professor-list .professor-thumb {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 180px;
  background-color: #F2F9FF;
  border-bottom: 1px solid #D9D9D9;
}
.professor-list .professor-thumb img {
  max-width: auto;
  height: 100%;
}
.professor-list .professor-body {
  height: 40px;
  text-align: center;
  padding: 10px;
}
.professor-list .professor-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.professor-list .professor-body .body-major {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
}
.professor-list .professor-body .body-name {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
}
.professor-view {
  position: relative;
  height: 850px;
}
.professor-view .professor-view-thumb {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.professor-view .professor-view-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 35px 0;
}
.professor-view .professor-view-body > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.professor-view .professor-view-body .professor-summary {
  
}
.professor-view .professor-summary .body-major {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.professor-view .professor-summary .body-name {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.professor-view .professor-summary .body-links {
  width: 150px;
  margin-top: 85px;
  border-top: 1px solid #C7C7C7;
}
.professor-view .professor-summary .body-links a {
  display: block;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #C7C7C7;
  cursor: pointer;
}
.professor-view .professor-summary .body-youtube {
  display: inline-block;
  margin-top: 35px;
}
.professor-view .professor-banners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 497px;
}
.professor-view .professor-banners .banner-class {}
.professor-view .professor-banners .banner-youtube {
  margin-top: 4px;
}
.professor-view .professor-banners .professor-review {
  width: calc(100% - 40px);
  height: 200px;
  background-color: #fff;
  margin-top: 4px;
  padding: 0 20px;
}
.professor-view .professor-review .review-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #EBEBEB;
}
.professor-view .professor-review .review-title p {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.professor-view .professor-review .review-title a {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
}
.professor-view .professor-review .review-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
}
.professor-view .professor-review .review-list .review-score {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 83px;
}
.professor-view .professor-review .review-list .review-score span {
  flex: 1;
  display: inline-block;
  height: 14px;
  background-image: url('/assets/images/common/score-off.png');
  background-repeat: no-repeat;
}
.professor-view .professor-review .review-list .review-score span.on {
  background-image: url('/assets/images/common/score-on.png');
}
.professor-view .professor-review .review-list .review-item {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #080808;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-left: 15px;
}
.professor-nav.is-mobile {
  display: none;
}
.professor-board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}
.professor-board .professor-board-wrap {
  flex: 1;
}
.professor-board .professor-board-wrap + .professor-board-wrap {
  margin-left: 60px;
}
.professor-board .board-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.professor-board .board-title h3 {
  flex: 1;
}
.professor-board .board-title a {
  font-size: 14px;
  font-weight: 500;
  color: #919191;
}
.professor-board .professor-board-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 0 17px 14px;
  border-bottom: 1px solid #EFEFEF;
}
.professor-board .professor-board-list > li .board-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #7E7E7E;
  background-color: #F5F7F9;
  border-radius: 13px;
}
.professor-board .professor-board-list > li a {
  flex: 1;
  margin-left: 20px;
  width: 410px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.professor-board .professor-board-list > li a:hover {
  text-decoration: underline;
}
.professor-contents .professor-contents-list {
  margin-top: 60px;
}
.professor-contents .professor-contents-list .professor-contents-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.professor-contents .is-mobile {
  display: none;
}
.professor-contents .professor-item .professor-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
}
.professor-contents .professor-item .professor-tabs > li  {
  flex: 1;
}
.professor-contents .professor-item .professor-tabs .preprofessor-tab {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #A7A7A7;
  text-align: center;
  padding: 10px 0;
}
.professor-contents .professor-item .professor-tabs > li.active {
  background-color: #0C6AFF;
  border-radius: 10px;
}
.professor-contents .professor-item .professor-tabs > li.active .preprofessor-tab {
  color: #fff;
}
.professor-contents .professor-item-filter {
  margin-top: 75px;
} 
.professor-contents .professor-item-filter a {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.professor-contents .professor-item-filter a.active {
  font-weight: 600;
  color: #000;
}
.professor-contents .professor-item-filter a:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #999999;
  margin: 0 5px 0 9px;
  vertical-align: middle;
}
.professor-contents .professor-item-list {
  margin-top: 30px;
}
.professor-contents .professor-item-list > li {
  padding: 35px 0 0;
  border-top: 1px solid #D0D0D0;
}
.professor-contents .professor-item-list > li:not(:last-child) {
  margin-bottom: 65px;
}
.professor-item-list .item-class-wrap,
.professor-item-list .item-book-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 25px;
}
.professor-item-list .item-class-wrap .item-class-body {
  position: relative;
}
.professor-item-list .item-class-wrap .item-class-body .item-badge {
  position: absolute;
  left: 0;
  top: -23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #4DA9FF;
  border-radius: 3px;
}
.professor-item-list .item-class-wrap .item-class-body {
  width: 630px;
}
.professor-item-list .item-class-wrap .item-class-body .item-badge.end {
  background-color: #9D9D9D;
}
.professor-item-list .item-class-wrap .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.professor-item-list .item-class-wrap dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: #0C6AFF;
  margin-top: 5px;
}
.professor-item-list .item-class-wrap dl dd:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 13px;
  display: inline-block;
  background-color: #0C6AFF;
  margin: 0 10px;
  vertical-align: middle;
}
.professor-item-list .item-class-wrap dl dd {
  margin-left: 4px;
}
.professor-item-list .item-class-wrap .item-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #707071;
  border: 1px solid #707070;
}
.professor-item-list .item-price {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: right;
} 
.professor-item-list .item-price strong {
  font-size: 20px;
  font-weight: 700;
}
.professor-item-list .item-price strike {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.professor-item-list .item-book-wrap {
  border-top: 1px dashed #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 20px 25px;
  margin-top: 30px;
}
.professor-item-list .item-book-wrap a {
  width: 630px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.professor-item-list .professor-item-link {
  text-align: right;
  margin-top: 15px;
}
.professor-item-list .professor-item-link .button {
  width: 110px;
  height: 34px;
}
.professor-item-list .professor-item-link .button + .button {
  margin-left: 10px;
}
.modal-profile .modal-container {
  width: 720px;
}
.modal-profile .modal-body .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.modal-profile .modal-body div {
  margin-bottom: 20px;
}
.modal-profile .modal-body p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {  
  .professor-list .professor-body p {
    white-space: initial;
  }
  .professor-list .professor-body .body-major {
    height: 16px;
  }
  .professor-list .professor-body .body-name {
    height: 19px;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .professor-list .professor-list-item {
    width: calc(100% / 3 - 9px);
  }
  .professor-list .professor-list-item:nth-child(4n) {
    margin-right: 10px;
  }
  .professor-list .professor-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .professor-view {
    height: initial;
    background-color: transparent;
  }
  .professor-view .professor-view-thumb {
    position: static;
    transform: translateX(0%) !important;
    background-color: #E8F3FF;
    text-align: right;
    margin: 0 -25px;
  }
  .professor-view .professor-view-body {
    position: static;
    padding: 42px 0 0;
  }
  .professor-view .professor-view-body > .container {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .professor-view .professor-view-body .professor-summary {
    position: absolute;
    top: 115px;
    left: 25px;
  }
  .professor-view .professor-banners {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .professor-view .professor-banners .banner-class,
  .professor-view .professor-banners .banner-youtube {
    flex: 0 0 calc(50% - 10px);
  }
  .professor-view .professor-banners .banner-youtube {
    margin-top: 0;
    margin-left: 20px;
  }
  .professor-view .professor-banners .banner-youtube iframe {
    width: 100%;
    height: 100%;
  }
  .professor-view .professor-banners .professor-review {
    padding: 0;
  }
  .professor-board {
    flex-direction: column;
  }
  .professor-board .professor-board-wrap + .professor-board-wrap {
    margin: 15px 0 0;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .professor-banner {
    display: none;
  }
  .professor-depth {
    flex-direction: column;
  }
  .professor-depth .is-wide {
    display: none;
  }
  .professor-depth .is-mobile {
    display: block;
  }
  .professor .is-mobile {
    display: block;
  }
  .professor-depth .professor-tabs {
    width: 100%;
    margin-top: 20px;
    
  }
  .professor-depth .professor-tabs li {
    flex: 1;
  }
  .professor-depth .professor-tabs li:not(:last-child) {
    margin-right: 0;
  }
  .professor-depth .professor-tabs li:not(:last-child) a {
    border-right: 0 none;
  }
  .professor-depth .professor-tabs li a {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 7px 0;
  }
  .professor-list {
    margin-top: 20px;
  }
  .professor-list .professor-list-item {
    width: calc(100% / 2 - 7px);
  }
  .professor-list .professor-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .professor-list .professor-body p {
    white-space: nowrap;
  }
  .professor-view .professor-view-thumb {
    margin: 0 -20px;
  }
  .professor-view .professor-view-thumb {
    overflow: hidden;
    height: 260px;
  }
  .professor-view .professor-view-thumb .thumb {
    max-width: 100%;
    width: 320px;
  }
  .professor-view .professor-view-body {
    padding: 0;
  }
  .professor-view .professor-view-body .professor-summary {
    top: 0;
    left: 20px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .professor-view .professor-summary .body-major {
    font-size: 14px;
  }
  .professor-view .professor-summary .body-name {
    font-size: 20px;
  }
  .professor-view .professor-summary .body-youtube {
    margin-top: 22px;
  }
  .professor-view .professor-summary .body-links {
    display: none;
  }
  .professor-nav.is-mobile {
    display: block;
    margin: 0 -20px;
  }
  .professor-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 7px 20px 0;
  }
  .professor-nav ul > li {
    flex: 0 0 auto;
  }
  .professor-nav ul > li:not(:last-child) {
    margin-right: 42px;
  }
  .professor-nav ul a {
    font-size: 16px;
    font-weight: 600;
    color: #777777;
  }
  .professor-view .professor-banners {
    flex-direction: column;
    margin-top: 22px;
  }
  .professor-view .professor-banners .banner-youtube {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: 4px 0 0;
  }
  .professor-view .professor-banners .banner-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .professor-view .professor-banners .professor-review {
    width: 100%;
    height: auto;
    padding: 15px 0 12px;
    margin: 0;
  }
  .professor-view .professor-review .review-title {
    padding: 0 0 5px;
    border-bottom: 1px solid #000;
  }
  .professor-view .professor-review .review-title p {
    font-size: 16px;
  }
  .professor-view .professor-review .review-title a {
    font-size: 12px;
  }
  .professor-view .professor-review .review-list > li {
    flex-direction: row-reverse;
  }
  .professor-view .professor-review .review-list .review-item {
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  .content-body {
    width: initial;
    margin: 0;
    padding: 0;
  }
  .professor-board {
    margin-top: 0;
  }
  .professor-board .professor-board-wrap {
    padding: 0 20px 12px;
  }
  .professor-board .professor-board-wrap + .professor-board-wrap {
    margin: 0;
  }
  .professor-board .board-title {
    padding: 6px 0 5px;
    border-bottom: 1px solid #000;
  }
  .professor-board .board-title h3 {
    font-size: 16px;
  }
  .professor-board .board-title a {
    font-size: 12px;
  }
  .professor-board .professor-board-list > li {
    padding: 8px 0;
  }
  .professor-board .professor-board-list > li .board-badge {
    font-size: 13px;
  }
  .professor-board .professor-board-list > li a {
    width: 0;
    font-size: 14px;
  }
  .professor-contents .professor-contents-list {
    margin: 0;
    padding: 0 20px;
  }
  .professor-contents .professor-contents-list .professor-contents-title {
    font-size: 16px;
    padding: 8px 0 6px;
    border-bottom: 0 none;
  }
  .professor-contents .professor-contents-list .is-wide {
    display: none;
  }
  .professor-contents .professor-contents-list .is-mobile {
    display: block;
    margin: 0;
  }
  .professor-contents .professor-item .professor-tabs {
    margin-top: 25px;
    border-left: 1px solid #0C6AFF;
    border-right: 1px solid #0C6AFF;
  }
  .professor-contents .professor-item .professor-tabs > li {
    border-top: 1px solid #0C6AFF;
    border-bottom: 1px solid #0C6AFF;
  }
  .professor-contents .professor-item .professor-tabs > li:not(:last-child) {
    border-right: 1px solid #0C6AFF;
  }
  .professor-contents .professor-item .professor-tabs > li.active {
    border-radius: 0;
  }
  .professor-contents .professor-item .professor-tabs .preprofessor-tab {
    font-size: 15px;
    color: #0C66FF;
    padding: 8px 0;
  }
  .professor-contents .professor-item-filter {
    margin-top: 18px;
  }
  .professor-contents .professor-item-list {
    margin-top: 25px;
  }
  .professor-contents .professor-item-list > li {
    border: 1px solid #DBDBDB;
    padding: 15px 12px;
  }
  .professor-contents .professor-item-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .professor-item-list .item-class-wrap {
    padding: 30px 5px 0;
  }
  .professor-item-list .item-class-wrap .item-class-body {
    width: calc(100% - 28px);
    margin-left: 7px;
  }
  .professor-item-list .item-class-wrap .item-title {
    font-size: 16px;
  }
  .professor-item-list .item-class-wrap dl {
    font-size: 13px;
    margin-top: 6px;
  }
  .professor-item-list .item-class-wrap .item-preview {
    display: none;
  }
  .professor-item-list .item-price {
    margin-top: 4px;
  }
  .professor-item-list .item-book-wrap {
    margin-top: 15px;
    padding: 9px 5px 0;
    border-bottom: 0 none;
  }
  .professor-item-list .item-book-wrap a {
    width: calc(100% - 28px);
    margin-left: 7px;
  }
  .professor-item-list .professor-item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .professor-item-list .professor-item-link .button {
    flex: 1;
  }
  .professor-item-list .professor-item-link .button + .button {
    margin-left: 8px;
  }
  .modal-profile .modal-container {
    width: calc(100% - 40px);
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .professor-view .professor-banners .banner-class {
    width: 100%;
    height: 280px;
  }
}

/* 합격자현황 */
.pass-layout *,
.pass-layout ::before, 
.pass-layout ::after {
  box-sizing: border-box;
}
.pass-layout.csection img {
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.pass-layout .csection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pass-layout .container {
  max-width: 1150px;
}
.pass-layout .pass-header {
  text-align: center;
}
.pass-layout table {
  width: 100%;
}
.pass-layout table th,
.pass-layout table td,
.pass-layout table td a {
  font-size: 22px;
  color: #000;
  text-align: center;
}
.pass-layout table td a:hover {
  text-decoration: underline;
}
.pass-layout table thead th {
  font-weight: 600;
  line-height: 1;
  background-color: #F5F5F5;
  padding: 13px 0;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
}
.pass-layout table tbody td {
  font-weight: 400;
  line-height: 1.25;
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
}
.pass-layout .howpass {
  height: 1000px;
  background: url('/assets/images/pass/banner1.png') center no-repeat;
  background-size: cover;
}
.pass-layout .study {
  position: relative;
  background-color: #0036AC;
  text-align: center;
  padding: 375px 0 230px;
}
.pass-layout .study .container {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pass-layout .study .student-wrap {
  height: 500px;
  overflow: hidden;
  padding: 0 6%;
}
.pass-layout .study .student-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pass-layout .study .student-wrap span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 25px 15px;
}
.pass-layout .study .study-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 210px;
  margin-bottom: 220px;
}
.pass-layout .study .study-list > li  {
  width: 26%;
  height: 320px;
  text-align: left;
  background-color: rgba(39, 205, 255, 0.7);
  border-radius: 15px;
  padding: 34px 20px;
  margin-right: 1%;
}
.pass-layout .study .study-list .study-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.pass-layout .study .study-list .study-title {
  font-size: 40px;
  font-weight: 600;
  color: #F9FFB2;
  word-break: keep-all;
  margin-top: 23px;
}
.pass-layout .study .study-list .study-graph {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 45%;
  background-color: rgba(39, 205, 255, 0.5);
  margin-right: 0;
  margin-left: 1%;
}
.pass-layout .awards {
  height: 860px;
  background: url('/assets/images/pass/banner3.png') center no-repeat;
  background-size: cover;
}
.pass-layout .passer {
  margin-top: 70px;
}
.pass-layout .passer .passer-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pass-layout .passer .passer-tabs > li {
  flex: 1;
  /* width: calc(100% / 5 - 11px); */
  border: 3px solid #0C66FF;
  border-radius: 24px;
}
.pass-layout .passer .passer-tabs > li:not(:last-child) {
  margin-right: 13px;
}
.pass-layout .passer .passer-tabs > li a {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #0D68FE;
  text-align: center;
  padding: 20px 0;
}
.pass-layout .passer .passer-tabs > li a span {
  display: block;
}
.pass-layout .passer .passer-tabs > li.active {
  background-color: #0C66FF;
}
.pass-layout .passer .passer-tabs > li.active a {
  color: #fff;
}
.pass-layout .passer .passer-items {
  margin-top: 45px;
}
.pass-layout .passer-list-header {
  width: 100%;
  margin-top: -3px;
}
.pass-layout .passer-list-body {
  display: block;
  max-height: 606px;
  overflow-y: auto;
  margin-bottom: 70px;
}
.pass-layout .knowhow {
  margin-top: 140px;
}

.pass-layout .knowhow .knowhow-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
}
.pass-layout .knowhow .knowhow-tabs > li {
  flex: 1;
  background-color: #E5E5E5;
}
.pass-layout .knowhow .knowhow-tabs > li a {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  padding: 22px 0;
}
.pass-layout .knowhow .knowhow-tabs > li.active {
  background-color: #2B6EFF;
}
.pass-layout .knowhow .knowhow-tabs > li.active a {
  font-size: 500;
  color: #fff;
}
.pass-layout .knowhow .knowhow-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pass-layout .knowhow .knowhow-list li {
  position: relative;
  width: calc(100% / 3 - 17px);
  border: 2px solid #2B6EFF;
  margin-top: 85px;
}
.pass-layout .knowhow .knowhow-list li:nth-child(-n+3) {
  margin-top: 75px;
}
.pass-layout .knowhow .knowhow-list li:not(:nth-child(3n)) {
  margin-right: 25px;
}
.pass-layout .knowhow .knowhow-list li a {
  display: block;
  padding: 45px 25px 18px;
  cursor: pointer;
}
.pass-layout .knowhow .knowhow-list li .knowhow-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #2B6EFF;
  border-radius: 50%;
}
.pass-layout .knowhow .knowhow-body {
  margin-bottom: 24px;
}
.pass-layout .knowhow .knowhow-body .knowhow-title {
  height: 62px;
  overflow: hidden;
  font-size: 26px;
  font-weight: 600;
  color: #030A1E;
  text-align: center;
  margin-bottom: 7px;
}
.pass-layout .knowhow .knowhow-body dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pass-layout .knowhow .knowhow-body dl:not(:last-child) {
  margin-bottom: 14px;
}
.pass-layout .knowhow .knowhow-body dl > dt,
.pass-layout .knowhow .knowhow-body dl > dd {
  font-size: 18px;
}
.pass-layout .knowhow .knowhow-body dl > dt {
  width: 95px;
  font-weight: 600;
  color: #2B6EFF;
}
.pass-layout .knowhow .knowhow-body dl > dt::before {
  content: 'ㆍ';
}
.pass-layout .knowhow .knowhow-body dl > dd {
  font-weight: 400;
  color: #030A1E;
}
.pass-layout .knowhow .knowhow-thumb {
  position: relative;
}
.pass-layout .knowhow .knowhow-thumb img {
  max-width: 100%;
  height: auto;
}
.pass-layout .knowhow .knowhow-thumb::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('/assets/images/pass/youtube-play.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.pass-layout .knowhow .pre-more {
  margin-top: 35px;
}
.pass-layout .interview {
  margin-top: 165px;
}
.pass-layout .interview .interview-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #2B6EFF;
  margin-top: 50px;
}
.pass-layout .interview .interview-tabs > li {
  padding: 20px 15px;
}
.pass-layout .interview .interview-tabs > li:not(:last-child) {
  margin-right: 40px;
}
.pass-layout .interview .interview-tabs > li.active {
  border-bottom: 4px solid #76D4FF;
}
.pass-layout .interview .interview-tabs > li a {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.pass-layout .interview .interview-items {
  margin-top: 32px;
}
.pass-layout .interview .interview-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pass-layout .interview .interview-list a:not(:last-child) {
  margin-right: 12px;
}
.pass-layout .interview .interview-youtube {
  margin-top: 50px;
}
.pass-layout .interview .interview-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
.pass-layout .interview .interview-thumb {
  width: 430px;
}
.pass-layout .interview .interview-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 60px;
}
.pass-layout .interview .interview-body .body-title {
  font-size: 36px;
  font-weight: 600;
  color: #000109;
}
.pass-layout .interview .interview-body .body-desc {
  font-size: 28px;
  font-weight: 400;
  color: #000109;
  margin-top: 35px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.pass-layout .interview .interview-body .pre-more {
  align-self: flex-end;
  margin: 0 0 8px;
}
.pass-layout .interview .interview-body .pre-more a {
  font-size: 22px;
}
.pass-layout .interview .interview-body .pre-more a::after {
  content: none;
}
.pass-layout .essay {
  margin-top: 230px;
}
.pass-layout .essay table {  
  margin-top: 120px;
}
.pass-layout .essay .pagination {
  margin-top: 35px;
}
.pass-layout .essay .essay-content {
  margin-top: 110px;
}
.pass-layout .essay .pre-more {
  margin-top: 20px;
}
.pass-layout .essay .pre-more a {
  font-size: 22px;
}
.pass-layout .essay .pre-more a::after {
  content: none;
}
.pass-layout .essay .result-area {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  background-color: #C7DDFF;
  margin-top: 35px;
  padding: 32px 0;
}
.modal-knowhow .modal-container {
  max-width: 854px;
}
.modal-knowhow .modal-container .modal-body {
  padding: 0;
}
.modal-knowhow iframe {
  margin-bottom: -3px;
}

.pass {}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  .pass-layout .study .student-wrap {
    padding: 0;
  }
  .pass-layout .study .student-wrap span {
    padding: 0 10px 15px;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .pass-layout .howpass {
    height: 587px;
  }
  .pass-layout .study .student-wrap {
    height: 370px;
  }
  .pass-layout .study .study-list .study-subtitle {
    font-size: 18px;
  }
  .pass-layout .study .study-list .study-title {
    font-size: 22px;
  }
  .pass-layout .awards {
    height: 635px;
  }
  .pass-layout .passer {
    margin-top: 40px;
  }
  .pass-layout .knowhow {
    margin-top: 85px;
  }
  .pass-layout .knowhow .knowhow-tabs {
    margin-top: 60px;
  }
  .pass-layout .knowhow .knowhow-tabs > li a {
    font-size: 32px;
    padding: 15px 0;
  }
  .pass-layout .knowhow .knowhow-list {
    gap: 0 24px;
  }
  .pass-layout .knowhow .knowhow-list li {
    margin-top: 70px;
  }
  .pass-layout .knowhow .knowhow-list li:nth-child(-n+3) {
    margin-top: 70px;
  }
  .pass-layout .interview {
    margin-top: 100px;
  }
  .pass-layout .interview .pass-header img {
    max-width: 60%;
    height: auto;
  }
  .pass-layout .interview .interview-tabs {
    margin-top: 35px;
  }
  .pass-layout .interview .interview-tabs > li {
    padding: 11px 9px;
  }
  .pass-layout .interview .interview-tabs > li:not(:last-child) {
    margin-right: 25px;
  }
  .pass-layout .interview .interview-items {
    margin-top: 20px;
  }
  .pass-layout .interview .interview-list {
    gap: 8px;
  }
  .pass-layout .interview .interview-list a {
    flex: 1;
  }
  .pass-layout .interview .interview-list a:not(:last-child) {
    margin-right: 0;
  }
  .pass-layout .interview .interview-youtube {
    margin-top: 35px;
    position: relative;
    padding: 32%;
    overflow: hidden;
    width: 100%;
  }
  .pass-layout .interview .interview-youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pass-layout .interview .interview-content {
    margin-top: 50px;
  }
  .pass-layout .interview .interview-thumb {
    width: 38%;
  }
  .pass-layout .interview .interview-body {
    margin-left: 40px;
  }
  .pass-layout .interview .interview-body .body-title {
    font-size: 24px;
  }
  .pass-layout .interview .interview-body .body-desc {
    font-size: 18px;
    margin-top: 25px;
  }
  .pass-layout .essay {
    margin-top: 140px;
  }
  .pass-layout .essay table {
    margin-top: 35px;
  }
  .pass-layout .essay .essay-content {
    margin-top: 55px;
  }
  .pass-layout .essay .pre-more {
    margin-top: 15px;
  }
  .modal-knowhow .modal-container {
    max-width: 760px;
  }
  .modal-knowhow iframe {
    max-width: 100%;
    height: 440px;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .pass-layout .awards > .container {
    padding: 0 ;
  }
  .pass-layout .study .study-header img,
  .pass-layout .study .study-text img {
    max-width: 80%;
    height: auto;
  }
  .pass-layout .study .study-list > li {
    height: initial;
  }
  .pass-layout .knowhow .pass-header img {
    max-width: 85%;
    height: auto;
  }
  .pass-layout .knowhow .knowhow-list li {
    width: calc(50% - 12px);
  }
  .pass-layout .knowhow .knowhow-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .pass-layout .knowhow .knowhow-body dl > dd {
    flex: 1;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .pass-layout .howpass > .container {
    padding: 0 10px;
  }
  .pass-layout table {
    margin-top: 18px;
  }
  .pass-layout table th, 
  .pass-layout table td, 
  .pass-layout table td a {
    font-size: 14px;
  }
  .pass-layout table thead th {
    padding: 10px 0;
    border-width: 1px;
  }
  .pass-layout table tbody td {
    padding: 8px 0;
  }
  .pass-layout .howpass {
    height: 400px;
    background-position: center left 15%;
  }
  .pass-layout .study {
    padding: 245px 0 170px;
  }
  .pass-layout .study .container {
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pass-layout .study .student-wrap {
    height: 370px;
  }
  .pass-layout .study .student-wrap span {
    font-size: 12px;
  }
  .pass-layout .study .study-header {
    margin-top: 50px;
  }
  pass-layout .study .study-text img {
    margin-bottom: 45px;
  }
  .pass-layout .study .study-list {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .pass-layout .study .study-list > li {
    padding: 18px 15px;
  }
  .pass-layout .study .study-list .study-subtitle {
    font-size: 15px;
  }
  .pass-layout .study .study-list .study-title {
    font-size: 18px;
  }
  .pass-layout .interview {
    margin-top: 50px;
  }
  .pass-layout .interview .pass-header img {
    max-width: 65%;
  }
  .pass-layout .interview .interview-tabs {
    margin-top: 18px;
  }
  .pass-layout .interview .interview-tabs > li {
    padding: 7px 3px;
  }
  .pass-layout .interview .interview-tabs > li.active {
    border-width: 2px;
  }
  .pass-layout .interview .interview-tabs > li a {
    font-size: 16px;
  }
  .pass-layout .interview .interview-tabs > li:not(:last-child) {
    margin-right: 10px;
  }
  .pass-layout .interview .interview-items {
    margin-top: 10px;
  }
  .pass-layout .interview .interview-list a {
    flex: 1;
  }
  .pass-layout .interview .interview-list a:not(:last-child) {
    margin-right: 8px;
  }
  .pass-layout .interview .interview-youtube {
    margin-top: 17px;
  }
  .pass-layout .interview .interview-content {
    margin-top: 25px;
  }
  .pass-layout .interview .interview-thumb {
    width: 36%;
  }
  .pass-layout .interview .interview-body {
    margin-left: 20px;
  }
  .pass-layout .interview .interview-body .body-title {
    font-size: 16px;
  }
  .pass-layout .interview .interview-body .body-desc {
    font-size: 14px;
  }
  .pass-layout .interview .interview-body .pre-more a {
    font-size: 16px;
  }
  .pass-layout .awards {
    height: 480px;
  }
  .pass-layout .passer {
    margin-top: 20px;
  }
  .pass-layout .passer .passer-tabs {
    justify-content: center;
    gap: 5px 8px;
  }
  .pass-layout .passer .passer-tabs > li {
    flex: initial;
    width: 31%;
    border-radius: 10px;
    border-width: 1px;
  }
  .pass-layout .passer .passer-tabs > li:not(:last-child) {
    margin-right: 0;
  }
  .pass-layout .passer .passer-tabs > li a {
    font-size: 16px;
    padding: 6px 0;
  }
  .pass-layout .passer .passer-tabs > li a span {
    display: inline-block;
  }
  .pass-layout .passer .passer-items {
    margin-top: 25px;
  }
  .pass-layout .passer table {
    margin-top: 0;
  }
  .pass-layout .passer-list-body {
    margin-bottom: 45px;
  }
  .pass-layout .passer .passer-list-body table {
    margin-bottom: 45px;
  }
  .pass-layout .passer-list-body {
    max-height: 346px;
  }
  .pass-layout .knowhow {
    margin-top: 40px;
  }
  .pass-layout .knowhow .knowhow-tabs {
    margin-top: 30px;
  }
  .pass-layout .knowhow .knowhow-tabs > li a {
    font-size: 16px;
    padding: 12px 0;
  }
  .pass-layout .knowhow .knowhow-list {
    gap: 0 24px;
  }
  .pass-layout .knowhow .knowhow-list li {
    border-width: 1px;
    margin-top: 35px;
  }
  .pass-layout .knowhow .knowhow-list li:nth-child(-n+3) {
    margin-top: 35px;
  }
  .pass-layout .knowhow .knowhow-list li a {
    padding: 25px 10px 10px;
  }
  .pass-layout .knowhow .knowhow-list li .knowhow-badge {
    top: -18px;
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .pass-layout .knowhow .knowhow-body {
    margin-bottom: 13px;
  }
  .pass-layout .knowhow .knowhow-body .knowhow-title {
    height: 40px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .pass-layout .knowhow .knowhow-body dl:not(:last-child) {
    margin-bottom: 7px;
  }
  .pass-layout .knowhow .knowhow-body dl > dt, 
  .pass-layout .knowhow .knowhow-body dl > dd {
    font-size: 14px;
  }
  .pass-layout .knowhow .knowhow-body dl > dt {
    width: initial;
  }
  .pass-layout .knowhow .knowhow-body dl > dd {
    margin-left: 5px;
  }
  .pass-layout .knowhow .pre-more {
    margin-top: 25px;
  }
  .pass-layout .essay .pass-header img {
    max-width: 70%;
    height: auto;
  }
  .pass-layout .essay {
    margin-top: 70px;
  }  
  .pass-layout .essay table {
    margin-top: 18px;
  }
  .pass-layout .essay .pagination {
    margin-top: 20px;
  }
  .pass-layout .essay .essay-content {
    margin-top: 28px;
  }
  .pass-layout .essay .pre-more {
    margin-top: 7px;
  }
  .pass-layout .essay .pre-more a {
    font-size: 16px;
  }
  .pass-layout .essay .result-area {
    font-size: 18px;
    margin: 30px -20px -50px;
    padding: 15px 0;
  }
  .modal-knowhow .modal-container {
    max-width: calc(100% - 40px);
  }
  .modal-knowhow iframe {
    max-width: 100%;
  }
}
@media all and (max-width:480px) {
  .pass-layout .awards {
    height: 340px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pass-layout .study .student-wrap {
    width: 1100px;
    padding: 0;
  }
}

/* 수험정보 */
.exam-header {
  text-align: center;
}
.exam-header .is-mobile {
  display: none;
}
.exam-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #1D3862;
  padding: 9px 0;
}
.exam-nav > .content-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.exam-nav .nav-list {
  flex: 1;
  background-color: #fff;
  padding: 20px 10px 1px;
}
.exam-nav .nav-list:not(:last-child) {
  margin-right: 8px;
}
.exam-nav .nav-title {
  text-align: center;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 20px;
}
.exam-nav .nav-title a {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.exam-nav .nav-title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  display: block;
  background-color: #C7E7FF;
  width: calc(100%);
  height: 19px;
}
.exam-nav ul {
  position: relative;
}
.exam-nav ul > li {
  padding: 9px 0;
}
.exam-nav ul > li:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}
.exam-nav ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: #606060;
}
.exam-nav ul > li a::before {
  content: 'ㆍ';
  display: inline-block;
}
.exam-nav .is-mobile {
  position: absolute;
  top: 0;
  right: 33px;
}
.exam-nav.fix-nav {
  position: fixed;
  width: 100%;
}
.exam-nav.fix-nav .nav-list {
  position: relative;
}
.exam-nav.fix-nav .nav-list ul {
  display: none;
}
.exam-nav.fix-nav .nav-list ul:hover {
  display: block;
}
.exam-nav.fix-nav .nav-title {
  border-bottom: 0 none;
  cursor: pointer;
}
.exam-nav.fix-nav .nav-list:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 2px 8px rgb(82 82 82 / 40%);
}
.exam {}
.exam .exam-section {
  margin-top: 85px;
}
.exam.pannels .pannel {
  display: block;
}
.exam .exam-section:first-child {
  margin-top: 40px;
}
.exam .exam-section:not(:first-child) {
  border-top: 20px solid #F4F4F4;
}
.exam .exam-section .sub-layout {
  display: block;
}
.exam .exam-section .section-title {
  font-size: 44px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.exam .exam-section .section-title span {
  position: relative;
  z-index: 1;
}
.exam .exam-section .section-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  display: block;
  background-color: #C7E7FF;
  width: calc(100%);
  height: 32px;
}
.exam .exam-section .title-sub {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin: 30px 0 23px;
}
.exam .exam-section .section-title + .title-sub {
  margin-top: 60px;
}
.exam .exam-section .title-sub img {
  display: block;
}
.exam .exam-section .content-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.exam .exam-section .content-title::before {
  content: 'ㆍ';
  display: inline-block;
}
.exam .exam-section .content-desc {
  font-size: 19px;
  font-weight: 400;
  color: #3C3C3C;
  margin: 15px 0 0 30px;
}
.exam .exam-section .content-desc strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.exam .exam-section .content-desc + .content-desc {
  background-color: #F5FEFF;
  padding: 25px;
  margin: -15px 0 0 0;
}
.exam .exam-section .content-desc + .content-desc p {
  word-break: keep-all;
  margin-left: 28px;
}
.exam .exam-section .content-desc + .content-desc p span {
  display: inline-block;
  width: 28px;
  margin-left: -28px;
}
.exam .exam-section .content-desc:not(:last-child) {
  margin-bottom: 50px;
}
.exam .exam-section .content-table {
  margin-top: 15px;
}
.exam .exam-section table {
  width: 100%;
  border-top: 2px solid #B9B9B9;
  border-bottom: 2px solid #B9B9B9;
  border-collapse: collapse;
}
.exam .exam-section table th,
.exam .exam-section table td {
  font-size: 19px;
  color: #3C3C3C;
  text-align: center;
  vertical-align: middle;
  padding: 16px 0;
}
.exam .exam-section table th:not(:last-child),
.exam .exam-section table td:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
.exam .exam-section table thead tr + tr th {
  border-right: 1px solid #E0E0E0;
}
.exam .exam-section table th {
  font-weight: 500;
  background-color: #F5F5F5;
}
.exam .exam-section table thead th {
  border-top: 1px solid #E0E0E0;
}
.exam .exam-section table tbody th {
  border-top: 1px solid #B9B9B9;
}
.exam .exam-section table tbody td {
  font-weight: 400;
  border-top: 1px solid #B9B9B9;
  padding-left: 30px;
  padding-right: 30px;
}
.exam .exam-section table tbody td.text-left {
  text-align: left;
}
.exam .exam-section table .text-dot {
  margin-left: 25px;
}
.exam .exam-section table .text-dot:not(:last-child) {
  margin-bottom: 25px;
}
.exam .exam-section table .text-dot::before {
  content: '○';
  margin-left: -23px;
}
.exam .exam-section table.table-row thead th {
  padding: 10px 0;
}
.exam .exam-section .about-rating-text {
  font-size: 22px;
  font-weight: 500;
  color: #3C3C3C;
  text-align: center;
  margin-top: 60px;
}
.exam .exam-section .about-graph {
  margin-left: 0;
  margin-top: 30px;
}
.exam .exam-section .about-graph .about-graph-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.exam .exam-section .about-graph .about-graph-list .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  font-size: 20px;
  font-weight: 500;
  color: #3C3C3C;
  word-break: keep-all;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #79CFFA;
}
.exam .exam-section .about-graph .about-graph-list::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 12px;
  display: inline-block;
  background-color: #79CFFA;
}
.exam .exam-section .about-graph .about-graph-list img {
  max-width: 210px;
}
.exam .exam-section .about-graph .is-mobile {
  display: none;
}
.exam .exam-section .about-rating-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.exam .exam-section .about-rating-list > li {
  width: 195px;
}
.exam .exam-section .about-rating-list .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  font-size: 22px;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.exam .exam-section .about-rating-list .item-desc {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  color: #3C3C3C;
  word-break: keep-all;
  text-align: center;
}
.exam .exam-section .about-rating-list li:nth-child(1) .item-title {
  color: #79CFFA;
  border: 5px solid #79CFFA;
}
.exam .exam-section .about-rating-list li:nth-child(2) .item-title {
  color: #2C7DFF;
  border: 5px solid #2C7DFF;
}
.exam .exam-section .about-rating-list li:nth-child(3) .item-title {
  color: #7B88EC;
  border: 5px solid #7B88EC;
}
.exam .exam-section .about-rating-list li:nth-child(4) .item-title {
  color: #7D5AE2;
  border: 5px solid #7D5AE2;
}
.exam .exam-section .about-rating-list li:nth-child(5) .item-title {
  color: #7D3CDD;
  border: 5px solid #7D3CDD;
}
.exam .exam-section .about-graph .item-triangle {
  position: relative;
}
.exam .exam-section .about-graph .item-triangle .triangle-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}
.exam .exam-section .about-graph .item-triangle .triangle-desc {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: #2C7DFF;
}
.exam .exam-section .about-graph .item-triangle .triangle-desc.top {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.exam .exam-section .about-graph .item-triangle .triangle-desc.top span {
  display: block;
}
.exam .exam-section .about-graph .item-triangle .triangle-desc.left {
  bottom: -25px;
  left: 0;
  transform: translateX(-50%);
}
.exam .exam-section .about-graph .item-triangle .triangle-desc.right {
  bottom: -25px;
  right: 0;
  transform: translateX(50%);
}
.exam .exam-section .how-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
.exam .exam-section .how-list::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 10px;
  display: inline-block;
  background-color: #79CFFA;
}
.exam .exam-section .how-list > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  font-size: 32px;
  font-weight: 600;
  color: #79CFFA;
  border: 5px solid #79CFFA;
  border-radius: 50%;
  background-color: #fff;
}
.exam .exam-section .how-list > li:nth-child(even) {
  color: #2C7DFF;
  border-color: #2C7DFF;
}
.exam .exam-section .content-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  background-color: #2E42FF;
  border-radius: 60px;
  padding: 32px 0;
  margin: 45px 0 130px;
}
.exam .exam-contact {
  display: none;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  .exam .exam-section .how-list > li {
    width: 180px;
    height: 180px;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .exam-header .is-wide {
    max-width: 100%;
    height: auto;
  }
  .exam-nav.fix-nav {
    top: 42px;
  }
  .exam-nav .is-mobile {
    right: 0;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .exam-header img {
    max-width: 100%;
  }
  .exam-nav > .content-body {
    padding: 0 20px;
  }
  .exam-nav {
    background-color: #fff;
    border-top: 10px solid #F4F4F4;
    padding: 0 20px;
  }
  .exam-nav > .content-body {
    padding: 0;
  }
  .exam-nav.fix-nav {
    top: 32px;
  }
  .exam-nav.fix-nav .nav-list.active > div {
    position: fixed;
    width: 100%;
    top: 87px;
    left: 0;
    background-color: #fff;
    padding: 0 20px 7px;
  }
  .exam-nav.fix-nav .nav-list.active ul {
    /* display: none; */
    position: static;
    margin-top: 7px;
  }
  .exam-nav.fix-nav .nav-list:hover ul {
    display: none;
  }
  .exam-nav.fix-nav .nav-list.active:hover ul {
    display: flex;
    position: static;
    width: calc(100% - 40px);
    box-shadow: unset;
  }
  .exam-nav .nav-list {
    padding: 0;
  }
  .exam-nav .nav-title {
    position: relative;
    border: 0 none;
    padding: 12px 0;
  }
  .exam-nav .nav-title::before,
  .exam-nav .nav-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
  }
  .exam-nav .nav-title::after {
    left: -20px;
    width: calc(100% + 40px);
    background-color: #DDDDDD;
  }
  .exam-nav .nav-list.active .nav-title::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #000;
  }
  .exam-nav .nav-list:not(:last-child) {
    margin: 0;
  }
  .exam-nav .nav-title a {
    font-size: 16px;
    font-weight: 500;
  }
  .exam-nav .nav-title a::after {
    content: none;
  }
  .exam-nav .nav-list ul {
    display: none;
  }
  .exam-nav .nav-list.active {    
  }
  .exam-nav .nav-list.active ul {
    display: flex;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    margin-top: 20px;
  }
  .exam-nav .nav-list.active ul > li {
    flex: 1;
    text-align: center;
    padding: 0;
  }
  .exam-nav ul {
    border: 1px solid #333333;
  }
  .exam-nav ul > li:not(:last-child) {
    border: 0 none;
    border-right: 1px solid #333333;
  }
  .exam-nav ul > li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 8px 0;
  }
  .exam-nav ul > li a::before {
    content: none;
  }
  .exam-nav ul > li.active a {
    font-weight: 500;
    color: #fff;
    background-color: #333333;
  }
  .exam-nav .nav-list ul .is-mobile {
    position: static;
  }
  .exam .exam-section {
    margin-top: 28px;
  }
  .exam .exam-section:first-child {
    margin: 0;
    /* padding-top: 28px; */
  }
  .exam.pannels .pannel {
    display: none;
    margin-top: 80px;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .exam-header > .container {
    background-color: #7FE2FF;
    padding: 0;
  }
  .exam-header .is-wide {
    display: none;
  }
  .exam-header .is-mobile {
    display: block;
    max-width: 100%;
    height: auto;
  }  
  .exam .exam-section:not(:first-child) {
    border: 0 none;
  }
  .exam .exam-section .section-title {
    display: none;
  }
  .exam .exam-section .title-sub {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .exam .exam-section .content-title {
    font-size: 16px;
  }
  .exam .exam-section .content-desc {
    font-size: 14px;
    margin: 10px 0 0 15px;
  }
  .exam .exam-section .content-desc:not(:last-child) {
    margin-bottom: 40px;
  }
  .exam .exam-section .content-desc + .content-desc {
    padding: 15px;
  }
  .exam .exam-section .content-desc + .content-desc p {
    margin-left: 18px;
  }
  .exam .exam-section .content-desc + .content-desc p span {
    margin-left: -18px;
    width: 18px;
  }
  .exam .exam-section .title-sub img {
    max-width: 22px;
    height: auto;
  }
  .exam .exam-section table th, 
  .exam .exam-section table td {
    font-size: 14px;
    padding: 12px 0;
  }
  .exam .exam-section table tbody td {
    padding-left: 12px;
    padding-right: 12px;
  }
  .exam .exam-section .content-table table {
    max-width: 100%;
  }
  .exam .exam-section table.table-row thead th {
    padding: 5px 0;
  }
  .exam .exam-section table .text-dot {
    margin-left: 18px;
  }
  .exam .exam-section table .text-dot::before {
    margin-left: -18px;
  }
  .exam .exam-section .content-link {
    font-size: 18px;
    padding: 15px 0;
    margin: 20px 0 0;
  }
  .exam .exam-contact {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 1px 2px 8px rgba(82, 82, 82, 0.4);
    margin: 50px 0 -50px;
  }
  .exam .exam-contact a {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #0066FF;
    padding: 12px 0;
  }
  .exam .exam-contact a:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .exam .exam-contact a:last-child {
    color: #0066FF;
    background-color: #fff;
  }
  .exam .exam-section .about-graph .is-wide {
    display: none;
  }
  .exam .exam-section .about-graph .is-mobile {
    display: block;
  }
  .exam .exam-section .about-graph img {
    max-width: 100%;
    height: auto;
  }
  .exam .exam-section .about-rating-text {
    font-size: 14px;
    margin-top: 35px;
  }
  .exam .exam-section .about-rating-list {
    justify-content: center;
    gap: 8%;
    margin-top: 23px;
  }
  .exam .exam-section .about-rating-list > li {
    width: 28%;
  }
  .exam .exam-section .about-rating-list .item-title {
    position: relative;
    width: 100%;
    height: 0;
    font-size: 17px;
    padding-bottom: 100%;
    margin-bottom: 10px;
    border-width: 3px !important;
  }
  .exam .exam-section .about-rating-list > li:nth-child(4),
  .exam .exam-section .about-rating-list > li:nth-child(5) {
    margin-top: 32px;
  }
  .exam .exam-section .about-rating-list .item-title span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .exam .exam-section .about-rating-list .item-desc {
    font-size: 14px;
  }
  .exam .exam-section .how-list {
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
  .exam .exam-section .how-list::after {
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .exam .exam-section .how-list > li {
    width: 100%;
    height: initial;
    font-size: 16px;
    padding: 13px 0;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0 0 0 3px inset #79CFFA;
  }
  .exam .exam-section .content-desc strong {
    font-size: 14px;
  }
  .exam .exam-section .how-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .exam .exam-section .how-list::after {
    width: 80%;
    left: 0;
  }
}

/* 게시판 */
.board-header {
  background-color: #4743ED;
  margin-bottom: -3px;
}
.board-nav {
  position: static;
}
.board-nav .nav-title span {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.board-nav .nav-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  display: block;
  background-color: #C7E7FF;
  width: calc(100%);
  height: 19px;
}
.board-nav .nav-double {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.board-nav .nav-double > li {
  display: flex;
}
.board-nav .nav-double > li:nth-child(1) {
  order:1 ;
}
.board-nav .nav-double > li:nth-child(2) {
  order:3 ;
}
.board-nav .nav-double > li:nth-child(3) {
  order:5 ;
}
.board-nav .nav-double > li:nth-child(4) {
  order:2 ;
}
.board-nav .nav-double > li:nth-child(5) {
  order:4 ;
}
.board-nav .nav-double > li:nth-child(6) {
  order:6 ;
}
.board-nav .nav-double > li:nth-child(-n+3) {
  width: 120px;
}
.board {
  margin-top: 85px;
}
.board .exam-section,
.board .exam-section:first-child {
  margin-top: 0;
}
.board .sub-layout {
  max-width: 1100px;
  margin-top: 55px;
  padding: 0;
}
.board .sub-layout .section-subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
.board .board-search {
  margin-top: 50px;
}
.board .board-search .form-control input[type="text"], 
.board .board-search .form-control select {
  height: 50px;
  font-size: 20px;
  border-color: #707070;
  padding: 0 20px;
}
.board .board-search .form-control select {
  background-position-x: calc(100% - 20px);
}
.board .board-search .form-control .col + .col {
  margin-left: 12px;
}
.board .board-search .col-option {
  flex: 0 0 180px;
}
.board .board-search .col-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 110px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
}
.board .board-search .button {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  cursor: pointer;
}
.board .board-search .is-mobile {
  display: none;
}
.board .exam-section table {
  table-layout: fixed;
  margin-top: 30px;
  border-color: #ADC0D1;
}
.board .exam-section table th
.board .exam-section table td {
  font-size: 20px;
  color: #3C3C3C;
  padding: 15px 0;
}
.board .exam-section table th:not(:last-child), 
.board .exam-section table td:not(:last-child) {
  border-right: 0 none;
}
.board .exam-section table thead th {
  font-weight: 500;
  background-color: #F0F8FF;
  border-bottom: 2px solid #ADC0D1;
}
.board .exam-section table tbody td {
  font-weight: 400;
  border-top: 0 none;
  vertical-align: middle;
}
.board .exam-section table .is-mobile {
  display: none;
}
.board .exam-section table td a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  color: #3C3C3C;
}
.board .exam-section table td a:hover {
  text-decoration: underline;
}
.board .exam-section table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ADC0D1;
}
.board .board-table + .pagination {
  margin-top: 25px;
}
.board .board-table + .pagination .is-mobile {
  display: none;
}
.board .board-banner {
  margin-top: 40px;
}
.board .board-thumbs {
  margin-top: 50px;
}
.board .board-thumbs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.board .board-thumbs ul > li {
  width: calc(100% / 3 - 7px);
  max-width: calc(100% / 3 - 7px);
  margin-top: 25px;
  box-shadow: 0 0 0 1px inset #DCDCDC;
}
.board .board-thumbs ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.board .board-thumbs ul > li:not(:nth-child(3n)) {
  margin-right: 10px;
}
.board .board-thumbs .board-thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.board .board-thumbs .board-body {
  border-top: 1px solid #DCDCDC;
  padding: 15px 15px 30px;
}
.board .board-thumbs .board-body .body-title {
  font-size: 18px;
  font-weight: 500;
  color: #2E2E2E;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.board .board-event {
  margin-top: 70px;
}
.board .board-event + form .board-search {
  margin-top: 85px;
}
.board .board-event ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.board .board-event ul > li {
  width: calc(100% / 4 - 8px);
  max-width: calc(100% / 4 - 8px);
  box-shadow: 0 0 0 1px inset #D2D2D2;
}
.board .board-event ul > li:not(:nth-child(4n)) {
  margin-right: 10px;
}
.board .board-event .board-thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.board .board-event .board-body {
  border-top: 1px solid #D2D2D2;
  padding: 15px 15px 20px;
}
.board .board-event .board-body .body-title {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.board .board-event .board-body .body-desc {
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  color: #010101;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.board .board-event .board-body .body-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.board .board-event .board-body .body-tags span {
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  padding: 3px 7px;
}
.board .board-event .board-body .body-tags span + span {
  margin-left: 6px;
}
.board .board-event .board-body .body-tags .tag-rem {
  color: #3876F9;
  border: 1px solid #3876F9;
}
.board .board-event .board-body .body-tags .tag-new {
  color: #FF0000;
  border: 1px solid #FF0000;
}
.board .board-event .board-body .body-period {
  font-size: 12px;
  font-weight: 500;
  color: #8A8889;
  margin-top: 8px;
}
.board .board-summary {
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
  margin-bottom: 65px;
}
.board .board-summary .board-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
  border-radius: 17px;
  padding: 5px 10px;
}
.board .board-summary .board-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  word-break: keep-all;
  margin-top: 4px;
}
.board .board-summary .board-update {
  font-size: 16px;
  font-weight: 500;
  color: #9B9B9B;
  margin-top: 10px;
}
.board .board-view img {
  max-width: 100%;
  height: auto;
}
.board .board-links {
  text-align: center;
  margin-top: 120px;
  border-top: 1px solid #9B9B9B;
  padding-top: 45px;
}
.board .board-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
}
.board .kakao-banner {
  margin-top: 75px;
}
.board .kakao-banner .is-mobile {
  display: none;
}
.modal-youtube .modal-container {
  max-width: 854px;
}
.modal-youtube .modal-container .modal-body {
  padding: 0;
}
.modal-youtube iframe {
  margin-bottom: -3px;
}
.modal-apply .modal-container {
  width: 380px;
}
.modal-apply .modal-container .modal-body {
  padding: 20px 30px 30px;
}
.modal-apply .form-control .label-prefix {
  min-width: 50px;
}
.modal-apply .form-control textarea {
  height: 64px;
}
.modal-apply .agree-wrap {
  margin-top: 25px;
  text-align: center;
}
.modal-apply .agree-title {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.modal-apply table {
  margin-top: 10px;
}
.modal-apply table thead th,
.modal-apply table tbody td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D5D5D5;
}
.modal-apply table thead th {
  font-weight: 500;
  color: #666666;
  background-color: #FAFAFA;
  padding: 6px 0;
}
.modal-apply table tbody td {
  font-weight: 400;
  color: #999999;
  word-break: keep-all;
  padding: 7px 5px;
}
.modal-apply .agree-warning {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #A3A3A3;
  margin-top: 10px;
}
.modal-apply .agree-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.modal-apply .agree-area  .agree-label {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.modal-apply button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  margin-top: 15px;
}
.board * {
  box-sizing: border-box;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {
  .exam .exam-section .sub-layout {
    padding: 0 25px;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {  
  .board {
    margin-top: 95px;
  }
  .board .sub-layout {
    margin-top: 0;
  }
  .board .board-summary {
    margin-bottom: 40px;
  }
  .board .double-layout .board-summary {
    margin-top: 110px;
  }
  .board .board-summary .board-title {
    margin-top: 15px;
  }
  .board .board-links {
    margin-top: 40px;
  }

  /* 이벤트 게시판 */
  .board .board-event ul > li {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    margin-top: 10px;
  }
  .board .board-event ul > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .board .board-event ul > li:nth-child(odd) {
    margin-right: 10px;
  }
  .board .board-event ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .board .board-event + form .board-search {
    margin-top: 50px;
  }

  /* thumb 게시판 */
  .board .board-thumbs ul > li {
    width: calc(100% / 2 - 6px);
    max-width: calc(100% / 2 - 6px);
    margin-top: 20px;
  }
  .board .board-thumbs ul > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .board .board-thumbs ul > li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .board .board-thumbs ul > li:nth-child(3) {
    margin-top: 20px;
  }

  .modal-youtube .modal-container {
    max-width: 760px;
  }
  .modal-youtube iframe {
    max-width: 100%;
    height: 440px;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .board-nav {
    position: static;
  }
  .board-nav .nav-title span {
    position: static;
    font-size: 16px;
    font-weight: 500;
  }
  .board-nav .nav-title span::after {
    content: none;
  }
  .board-nav .nav-double > li:nth-child(1) {
    order:1 ;
  }
  .board-nav .nav-double > li:nth-child(2) {
    order:2 ;
    border-left: 1px solid #333333;
  }
  .board-nav .nav-double > li:nth-child(3) {
    order:3 ;
    border-left: 1px solid #333333;
  }
  .board-nav .nav-double > li:nth-child(4) {
    order:4 ;
  }
  .board-nav .nav-double > li:nth-child(5) {
    order:5 ;
    border-left: 1px solid #333333;
  }
  .board-nav .nav-double > li:nth-child(6) {
    order:6 ;
    border-left: 1px solid #333333;
  }
  .board-nav .nav-list.active ul.nav-double > li {
    flex: 1 1 33%;
  }
  .board-nav ul.nav-double > li:not(:last-child) {
    border-right: 0 none;
  }
  .board-nav .nav-double > li:nth-child(-n+3) {
    border-bottom: 1px solid #333333;
  }  
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .board {
    margin-top: 70px;
  }
  .board .exam-section .sub-layout {
    background-color: #fff;
    padding: 0 20px;
  }
  .board .exam-section .section-title {
    display: block;
    text-align: left;
    font-size: 18px;
    padding-top: 10px;
  }
  .board .exam-section .section-title span::after {
    content: none;
  }
  .board .sub-layout .section-subtitle {
    font-size: 14px;
    word-break: keep-all;
    text-align: left;
    margin-top: 5px;
  }
  .board .board-search {
    margin-top: 40px;
  }
  .board .board-search .form-control {
    position: relative;
  }
  .board .board-search .form-control input[type="text"], 
  .board .board-search .form-control select {
    height: 30px;
    font-size: 12px;
  }
  .board .board-search .col {
    flex: 0 0 100%;
  }
  .board .board-search .form-control .col + .col {
    margin-left: 0;
    margin-top: 6px;
  }
  .board .board-search .form-control .col.col-button {
    position: absolute;
    bottom: 1px;
    right: 20px;
    margin-top: 0;
  }
  .board .board-search .col-button,
  .board .board-search .button {
    background-color: transparent;
  }
  .board .board-search .button {
    height: initial;
  }
  .board .board-search .is-wide {
    display: none;
  }
  .board .board-search .is-mobile {
    display: block;
  }
  .board .board-search img {
    max-height: 17px;
    width: auto;
  }
  .board .exam-section table {
    display: flex;
    border-width: 1px;
    border-color: #ADADAD;
  }
  .board .exam-section table thead {
    display: none;
  }
  .board .exam-section table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0;
  }
  .board .exam-section table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ADADAD;
  }
  .board .exam-section table tbody tr:not(:last-child) td {
    border: 0 none;
  }
  .board .exam-section table .is-wide {
    display: none;
  }
  .board .exam-section table .is-mobile {
    display: inline-block;
  }
  .board .exam-section table tbody td {
    display: flex;
    font-size: 13px;
    color: #8E8E8E;
    padding: 0;
  }
  .board .exam-section table tbody td.col-title {
    order: 1;
    flex: 0 0 100%;
    display: inline-grid;
    width: 100%;
    max-width: 100%;
    padding-bottom: 8px;
  }
  .board .exam-section table td.col-title a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .board .exam-section table tbody td.col-type {
    order: 2;
  }
  .board .exam-section table tbody td.col-update {
    order: 3;
    
  }
  .board .exam-section table tbody td.col-hit {
    order: 4;
  }
  .board .exam-section table tbody td.col-hit .is-mobile {
    display: inline-block;
    margin-right: 2px;
  }
  .board .board-table + .pagination .is-wide {
    display: none;
  }
  .board .board-table + .pagination .is-mobile {
    display: flex;
  }
  /* 공지사항 게시판 */
  .board .board-notice table tbody td.col-update {
    position: relative;
    margin: 0 21px;
  }
  .board .board-notice table tbody td.col-update::before,
  .board .board-notice table tbody td.col-update::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #8E8E8E;
  }
  .board .board-notice table tbody td.col-update::before {
    left: -11px;
  }
  .board .board-notice table tbody td.col-update::after {
    right: -11px;
  }
  /* default 게시판 */
  .board .board-default table tbody td.col-update {
    position: relative;
    margin-right: 21px;
  }
  .board .board-default table tbody td.col-update::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #8E8E8E;
  }
  /* 이벤트 게시판 */
  .board .board-event {
    margin-top: 35px;
  }
  .board .board-event ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .board .board-event ul > li {
    flex: 0 0 auto;
    width: 60%;
    max-width: initial;
  }
  .board .board-event .board-body .body-tags {
    margin-top: 25px;
  }
  .board .board-event .board-body .body-tags span {
    padding: 2px 5px;
  }
  /* thumb 게시판 */
  .board .board-thumbs {
    margin-top: 0;
  }
  .board .board-thumbs ul > li {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .board .board-thumbs ul > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .board .board-thumbs ul > li:nth-child(-n+3) {
    margin-top: 20px;
  }
  .board .board-thumbs .board-thumb {
    overflow: hidden;
    position: relative;
  }
  .board .board-thumbs .board-body .body-title {
    font-size: 16px;
  }

  .board .board-banner {
    display: none;
  }
  .board .board-summary {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-width: 1px;
  }
  .board-nav .nav-title span {
    word-break: keep-all;
  }
  .board .board-summary .board-badge {
    font-size: 14px;
    padding: 4px 8px;
  }
  .board .board-summary .board-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .board .board-summary .board-update {
    font-size: 14px;
  }
  .board .board-links {
    margin-top: 20px;
    padding-top: 30px;
  }
  .board .board-links a {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .board .double-layout {
    margin-top: 100px;
  }
  .board .kakao-banner {
    margin-top: 25px;
  }
  .board .kakao-banner .is-wide {
    display: none;
  }
  .board .kakao-banner .is-mobile {
    display: block;
  }
  .modal-youtube .modal-container {
    max-width: calc(100% - 40px);
  }
  .modal-youtube iframe {
    max-width: 100%;
  }
  .modal-apply .modal-container {
    width: calc(100% - 40px);
  }
}
@media all and (max-width:490px) {
  .board-nav .nav-title {
    height: 50%;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .board .board-event .board-body {
    border: 1px solid #D2D2D2;
  }
  .board .board-thumbs .board-body {    
    border: 1px solid #DCDCDC;
  }
}

/* 강의실 */
.mypage {}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}