@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;
  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 {
  word-break: keep-all;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.enrolment-list .enrolment-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  margin-top: 13px;
  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;
  }
  /* 수강신청 */
}
/* 패드 (해상도 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 {    
    font-size: 18px;
  }
  .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 {
    margin-top: 0;
    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;
    border-color: #ADADAD
  }
  .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,
  .board .board-notice table tbody td.col-author {
    order: 3;
    
  }
  .board .exam-section table tbody td.col-hit,
  .board .exam-section table tbody td.col-date {
    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,
  .board .board-notice table tbody td.col-author {
    position: relative;
    margin: 0 21px;
  }
  .board .board-notice table tbody td.col-update::before,
  .board .board-notice table tbody td.col-update::after,
  .board .board-notice table tbody td.col-author::before,
  .board .board-notice table tbody td.col-author::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,
  .board .board-notice table tbody td.col-author::before {
    left: -11px;
  }
  .board .board-notice table tbody td.col-update::after,
  .board .board-notice table tbody td.col-author::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-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1410px;
  padding: 0 25px;
}
.mypage-layout * {
  box-sizing: border-box;
}
.mypage-layout .is-mobile {
  display: none;
}
.mypage-layout .mypage-col:nth-of-type(1) {
  width: 180px;
}
.mypage-layout .mypage-col:nth-of-type(2) {
  width: 840px;
}
.mypage-layout .mypage-col:nth-of-type(3) {
  width: 300px;
}
.mypage-layout .mypage-col.mypage-col-full {
  width: calc(100% - 200px);
}
.mypage-layout .mypage-col:not(:last-child) {
  margin-right: 20px;
}
.mypage-header {
  background-color: #8D9AAF;
}
.mypage-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mypage-header .header-logo {
  border-bottom: 1px solid #fff;
}
.mypage-header .header-logo h1 img {
  max-height: 22px;
  width: auto;
}
.mypage-header .mypage-layout {
  align-items: center;
}
.mypage-header .mypage-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.mypage-header .header-link,
.mypage-header .header-user {
  text-align: right;
}
.mypage-header .header-link a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  padding: 0 20px;
  margin-left: 6px;
}
.mypage-header .header-link a.primary {
  background-color: #0C66FF;
  border-color: #0C66FF;
}
.mypage-header .header-link a.second {
  background-color: #363636;
  border-color: #363636;
}
.mypage-header .header-user a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.mypage-header .header-user a img {
  max-height: 22px;
  width: auto;
  margin-right: 2px;
}
.mypage-layout .lnb {
  margin-right: 0;
}
.mypage-layout .lnb-wrap {
  margin-bottom: 45px;
}
.mypage-layout .lnb-wrap .lnb-title {
  text-align: left;
  padding-left: 15px;
}
.mypage-layout .lnb-wrap > ul > li {
  padding: 10px 0 10px 15px;
}
.mypage-layout .lnb-wrap > ul > li:last-child {
  border-bottom: 0 none;
}
.mypage-layout .lnb-wrap > ul > li a {
  font-size: 14px;
  font-weight: 400;
  color: #9F9F9F;
}
.mypage-layout .lnb-wrap > ul > li a::before {
  content: 'ㆍ';
}
.mypage-layout .lnb-wrap > ul > li a:hover {
  color: #0C66FF;
}
.mypage-layout .lnb-wrap > ul > li.active a {
  font-weight: 600;
  color: #0C66FF;
}
.lnb .cs-wrap {
  background-color: #F5F7F9;
  border: 1px solid #E1E4EC;
  padding: 15px 10px;
}
.lnb .cs-wrap .cs-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.lnb .cs-wrap .cs-tel {
  font-size: 26px;
  font-weight: 900;
  color: #0C66FF;
}
.lnb .cs-wrap .cs-time {
  font-size: 12px;
  font-weight: 500;
  color: #606060;
  margin-top: 8px;
}
.lnb .cs-wrap .cs-time span {
  display: block;
}
.lnb .cs-wrap .cs-list {
  margin-top: 12px;
}
.lnb .cs-wrap .cs-list > li {
  background-color: #fff;
  border: 1px solid #E1E4EC;
}
.lnb .cs-wrap .cs-list > li:not(:last-child) {
  margin-bottom: 5px;
}
.lnb .cs-wrap .cs-list > li a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #606060;
  padding: 10px 8px;
}
.lnb .cs-wrap .cs-list > li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 6px;
  height: 7px;
  background-image: url('/assets/images/common/button-arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mypage-layout .section-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 45px;
}
.mypage-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mypage-container .csection {
  flex: 1;
}
.mypage-container .mypage-dash {
  width: calc(100% / 2 - 10px);
}
.mypage-container .mypage-dash + .mypage-dash {
  margin-left: 10px;
}
.mypage-container .mypage-dash table {
  width: 100%;
  border-bottom: 2px solid #8D9AAF;
}
.mypage-container .mypage-dash table th,
.mypage-container .mypage-dash table td {
  text-align: center;
}
.mypage-container .mypage-dash table thead th {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #8D9AAF;
  padding: 14px 0;
}
.mypage-container .mypage-dash table tbody th,
.mypage-container .mypage-dash table tbody td {
  border-bottom: 1px solid #DBDBDB;
}
.mypage-container .mypage-dash table tbody th {
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  padding: 10px 0;
}
.mypage-container .mypage-dash table tbody td {
  padding: 20px 0 25px;
}
.mypage-container .mypage-dash table tbody th + th,
.mypage-container .mypage-dash table tbody td + td {
  border-left: 1px solid #DBDBDB;
}
.mypage-container .mypage-dash table.ranking thead th {
  background-color: #F7F7F9;
  color: #000;
}
.mypage-container .mypage-dash table.ranking tbody th {
  background-color: #F7F7F9;
}
.mypage-container .mypage-dash table.study thead th {
  background-color: #6AA1FF;
  color: #fff;
}
.mypage-container .mypage-dash table.study tbody th {
  background-color: #EAF2FF;
}
.mypage-container .mypage-dash .dash-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.mypage-container .mypage-dash .dash-desc {
  font-size: 24px;
  font-weight: 600;
  color: #0C66FF;
}
.mypage-container .mypage-dash .dash-prefix {
  font-size: 14px;
}
.mypage-container .mypage-dash .dash-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.mypage-container .mypage-dash .dash-time {
  font-size: 12px;
  font-weight: 400;
  color: #909090;
  margin-top: 10px;
}
.mypage-container .mypage-board {
  width: calc(100% / 2 - 40px);
}
.mypage-container .mypage-board + .mypage-board {
  margin-left: 40px;
}
.mypage-board .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 2px solid #8D9AAF;
  padding-bottom: 8px;
}
.mypage-board .section-title p {
  flex: 1;
}
.mypage-board .section-title .board-more {
  font-size: 14px;
  font-weight: 500;
  color: #919191;
}
.mypage-board .board-list {
  height: 155px;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 15px;
}
.mypage-board .board-list > li {
  
}
.mypage-board .board-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.mypage-board .board-list > li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  word-break: keep-all;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.mypage-board .board-list > li a::before {
  content: 'ㆍ';
}
.mypage-board .board-list > li a:hover {
  text-decoration: underline;
}
.mypage-board .board-list-tag > li a {
  display: flex;
}
.mypage-board .board-list-tag .item-title {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.mypage-board .board-list-tag .item-tag {
  width: 38px;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #0C66FF;
  text-align: center;
  border: 1px solid #0C66FF;
  border-radius: 5px;
}
.mypage-enrolment .tabs-1depth {
  margin-top: 18px;
}
.mypage-enrolment .tabs-1depth ul > li {
  background-color: #F7F7F9;
  border-top: 1px solid #EBEBEB;
}
.mypage-enrolment .tabs-1depth ul > li:not(:last-child) {
  border-left: 1px solid #EBEBEB;
}
.mypage-enrolment .tabs-1depth ul > li:last-child {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
.mypage-enrolment .tabs-1depth ul > li.active {
  background-color: transparent;
  border: 1px solid #0C66FF;
  border-bottom: 1px solid transparent;
}
.mypage-enrolment .tabs-1depth li a {
  font-size: 18px;
  font-weight: 500;
  color: #ACACB5;
}
.mypage-enrolment .tabs-1depth ul > li.active a {
  color: #0C66FF;
}
.mypage-enrolment-list {
  background-color: #F5F5F5;
  padding: 20px;
  margin-top: 20px;
}
.mypage-enrolment-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  padding: 16px 20px;
}
.mypage-enrolment-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.mypage-enrolment-list .enrolment-item {
  flex: 1;
  display: block;
  margin: 0;
}
.mypage-enrolment-list .enrolment-item .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.mypage-enrolment-list .enrolment-item .item-period {
  font-size: 12px;
  font-weight: 400;
  color: #B1B1B1;
  margin-top: 4px;
  margin-bottom: 12px;
}
.mypage-enrolment-list .enrolment-item .item-stop {
  font-size: 14px;
  font-weight: 500;
  color: #767676;
}
.mypage-enrolment-list .enrolment-item .item-desc {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
  margin-top: 2px;
}
.mypage-enrolment-list .enrolment-buttons {
  align-self: flex-end;
  width: 130px;
  margin-left: 20px;
}
.mypage-enrolment-list .enrolment-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  padding: 7px 0;
  cursor: pointer;
}
.mypage-enrolment-list .enrolment-buttons .button + .button {
  margin-top: 5px;
}
.mypage-enrolment-list .enrolment-buttons .button-stop {
  background-color: #FF5757;
}
.mypage-enrolment-list .enrolment-buttons .button-go {
  background-color: #0066FF;
}
.mypage-enrolment-list .enrolment-buttons .button-go img {
  max-height: 12px;
  width: auto;
  margin-left: 5px;
}
.mypage-enrolment-list .enrolment-buttons .button-remove {
  color: #FF5757;
  border: 2px solid #FF5757;
}
.mypage-enrolment-list .enrolment-buttons .button-disabled {
  color: #A3A3A3;
  background: #DBDBDB;
  border: 0 none;
  cursor: not-allowed;
}
.mypage-table table {
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
}
.mypage-table table .icon-file {
  max-height: 24px;
  width: auto;
}
.mypage-table table thead th,
.mypage-table table tbody td {
  padding: 10px 0;
}
.mypage-table table thead th {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #F0F8FF;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.mypage-table table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
}
.mypage-table table tbody td.text-left {
  text-align: left;
}
.mypage-table table tbody td.col-chapter {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.mypage-table table tbody td.col-title p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.mypage-table .play-wrap {
  width: 100%;
  max-width: 322px;
  margin-top: 7px;
}
.mypage-table .play-wrap .play-time .play-time-end {
  color: #707070;
}
.play-wrap .play-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8px;
  background-color: #F4F4F4;
}
.play-wrap .play-bar .play-bar-per {
  position: absolute;
  height: 8px;
  background-color: #0C66FF;
}
.play-wrap .play-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4px;
}
.play-wrap .play-time span {
  font-size: 12px;
  font-weight: 500;
}
.play-wrap .play-time .play-time-start {
  color: #0C66FF;
}
.mypage-table .button {
  width: 90px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}
.mypage-table .button.primary {
  background-color: #0C66FF;
}
.mypage-table .button.second {
  background-color: #707070;
}
.mypage-layout .banner-list .banner {
  margin-bottom: 10px;
}
/* PC (해상도 1410px ~ ) */
@media all and (max-width:1410px) {
  .mypage-layout .mypage-col:nth-of-type(2) {
    width: calc(100% - 200px);
    margin-right: 0;
  }
  .mypage-layout .mypage-col:nth-of-type(3) {
    display: none;
  }
}
/* 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) {
  .mypage-container .mypage-dash-all,
  .mypage-container .mypage-board {
    display: none;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .mypage-layout .is-wide {
    display: none;
  }
  .mypage-layout .is-mobile {
    display: block;
  }
  .mypage-header {
    background-color: #fff;
  }
  .mypage-header .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mypage-layout .mypage-col:nth-of-type(1) {
    display: none;
  }
  .mypage-layout .mypage-col:nth-of-type(2) {
    width: 100%;
  }
  .mypage-header .header-logo {
    background-color: #8D9AAF;
    border-bottom: 0 none;
    padding: 12px 0;
  }
  .mypage-header .header-logo h1 {
    display: none;
  }
  .mypage-header .mypage-title {
    font-size: 18px;
  }
  .mypage-header .header-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
  }
  .mypage-header .header-link a {
    width: calc(100% / 3 - 6px);
    justify-content: center;
    font-size: 14px;
    background-color: #999999;
    border: 0 none;
    margin-left: 0;
    padding: 0;
  }
  .mypage-container .mypage-dash + .mypage-dash {
    margin-left: 0;
    margin-top: 3px;
  }
  .mypage-container .mypage-dash table thead th {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 0 none;
  }
  .mypage-container .mypage-dash table tbody td {
    padding: 20px 0;
  }
  .mypage-container .mypage-dash .dash-title,
  .mypage-container .mypage-dash .dash-desc {
    font-size: 20px;
  }
  .mypage-container .mypage-dash .dash-time {
    margin-top: 7px;
  }
  .mypage-layout .section-title {
    font-size: 16px;
    margin-top: 35px;
  }
  .mypage-layout .section-title.mypage-section-title {
    margin-top: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .mypage-enrolment .tabs-1depth li a {
    font-size: 15px;
    padding: 10px 0;
  }
  .mypage-enrolment-list {
    background-color: #fff;
    padding: 0;
  }
  .mypage-enrolment-list > li {
    flex-direction: column;
    padding: 15px;
  }
  .mypage-enrolment-list .enrolment-item {
    width: 100%;
  }
  .mypage-enrolment-list .enrolment-item .item-title {
    font-size: 16px;
  }
  .mypage-enrolment-list .enrolment-item .item-period {
    margin-top: 3px;
  }
  .mypage-enrolment-list .enrolment-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .mypage-enrolment-list .enrolment-buttons .button {
    flex: 1;
    font-size: 15px;
    padding: 6px 0;
  }
  .mypage-enrolment-list .enrolment-buttons .button + .button {
    margin-left: 5px;
    margin-top: 0;
  }
  .mypage-table table {
    display: grid;
    margin-top: 20px;
    border-top: 1px solid #F5F7F9;
  }
  .mypage-table table thead th {
    display: none;
  }
  .mypage-table table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #F5F7F9;
  }
  .mypage-table table tbody td {
    border-bottom: 0 none;
    padding: 15px 0;
  }
  .mypage-table table tbody td.col-title {
    flex: 1;
  }
  .mypage-table table tbody td .icon-file {
    max-height: 20px;
    margin: 0 10px;
  }
  .mypage-table table tbody td.col-buttons {    
  }
  .play-circle-wrap {
    width: 40px;
    height: 40px;
    background: #CACAD0;
    border-radius: 50%;
    margin: 0 auto;
  }
  .play-circle-wrap .play-circle .play-mask,
  .play-circle-wrap .play-circle .play-fill {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
  }
  .play-circle-wrap .play-circle .play-mask {
    clip: rect(0px, 40px, 40px, 20px);
  }
  .play-circle-wrap .play-inside {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 2px;
    margin-left: 2px;
  }
  .play-circle-wrap .play-inside .button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .play-circle-wrap .play-inside img {
    max-height: 13px;
    width: auto;
    margin-left: 3px;
  }
  .play-mask .play-fill {
    clip: rect(0px, 20px, 40px, 0px);
    background-color: #0C66FF;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 강의실입장 */
.mypage-summary {
  width: 100%;
}
.mypage-summary .section-title {
  margin-top: 15px;
  padding-bottom: 14px;
  border-bottom: 2px solid #8D9AAF;
}
.mypage-summary .summary {
  padding: 35px 20px 0;
}
.mypage-summary .summary .summary-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.mypage-summary .summary .summary-period {
  font-size: 15px;
  font-weight: 400;
  color: #8D8D8D;
  margin-top: 10px;
}
.mypage-summary .tooltip-area {
  display: flex;
  justify-content: flex-end;
}
.mypage-summary .tooltip-wrap {
  text-align: right;
}
.mypage-summary .tooltip-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 17px;
}
.mypage-summary .tooltip-wrap .button img {
  max-width: 10px;
  height: auto;
  transform: rotate(-90deg) translateX(1px);
  filter: brightness(0) invert(1);
  margin-left: 10px;
}
.mypage-summary .tooltip-wrap .tooltip {
  width: 460px;
  right: 0;
  text-align: left;
  padding: 15px;
}
.mypage-summary .tooltip-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}
.mypage-summary .tooltip-desc {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  margin-left: 13px;
  margin-bottom: 10px;
}
.mypage-summary .tooltip-desc span {
  color: #0C66FF;
}
.mypage-summary .tooltip-info {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-left: 13px;
}
.mypage-summary .tooltip-info::before {
  content: '*';
  margin-left: -10px;
}
.mypage-summary .tooltip-info span {
  display: block;
  font-weight: 500;
  color: #FF4A4A;
}
.mypage-dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  border: 1px solid #B2B7C3;
  border-bottom: 0 none;
}
.mypage-dropdown .dropdown-wrap:not(:last-child) {
  border-right: 1px solid #E3E5EA;
}
.mypage-dropdown .dropdown-wrap .button {
  display: block;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  
  padding: 16px 24px;
  border-bottom: 1px solid #B2B7C3;;
}
@-moz-document url-prefix() { 
  .mypage-dropdown .dropdown-wrap .button {
    line-height: 1.5;
  }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  .mypage-dropdown { 
    border-bottom: 1px solid #B2B7C3;
  }
  .mypage-dropdown .dropdown-wrap .button {
    border-bottom: 0 none;
  }
}}
.mypage-dropdown .dropdown-all img {
  transform: rotate(90deg);
  max-height: 7px;
  width: auto;
  margin-right: 14px;
}
.mypage-dropdown .dropdown-select {
  position: relative;
  display: grid;
}
.mypage-dropdown .dropdown-select .button {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  padding-right: 48px;
}
.mypage-dropdown .dropdown-select .button::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url(/assets/images/common/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.mypage-dropdown .dropdown-select .dropdown-body {
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  z-index: 1;
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
}
.mypage-dropdown .dropdown-select .dropdown-body a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid #B2B7C3;
  padding: 16px 24px;
}
.mypage-dropdown .dropdown-select .dropdown-body a + a {
  border-top: 0 none;
}
.mypage-dropdown .dropdown-select .button:hover + .dropdown-body,
.mypage-dropdown .dropdown-select .dropdown-body:hover {
  display: block;
}
.mypage-dropdown .dropdown-select + .dropdown-select {
  flex: 1;
}
.mypage-dropdown .dropdown-select + .dropdown-select .button {
  width: 100%;
  text-align: left;
}
.mypage-accordion-list {
  width: 100%;
  margin-top: 30px;
}
.mypage-accordion-list .list-header {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #EAF2FF;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 20px;
}
.mypage-accordion-list > ul {}
.mypage-accordion-list > ul .list-title {
  position: relative;
  border-bottom: 1px solid #9D9D9D;
  padding: 13px 20px;
}
.mypage-accordion-list > ul .list-title .accordion-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-button img {
  max-height: 7px;
  width: auto;
}
.mypage-accordion-list > ul .list-title span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.mypage-accordion-list > ul .list-title span:not(:last-of-type)::after {
  content: '>';
  margin: 0 0 0 4px;
}
.mypage-accordion-list > ul > li .list-body {
  display: none;
}
.mypage-accordion-list > ul > li.active .list-body {
  display: block;
}
.mypage-accordion-list > ul > li.active .accordion-button img {
  transform: translateY(-50%) rotate(-180deg);
}
.mypage-accordion-list .list-body > ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 13px 0 13px 25px;
  border-bottom: 1px solid #DBDBDB;
}
.mypage-accordion-list .list-body > ul > li:last-child {
  border-color: #9D9D9D;
}
.mypage-accordion-list .list-body .item-title {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #6F7070;
  margin-top: 5px;
  margin-right: 15px;
}
.mypage-accordion-list .list-body .item-buttons {
  width: 190px;
}
.mypage-accordion-list .list-body .item-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.mypage-accordion-list .list-body .item-buttons .button + .button {
  margin-top: 5px;
}
.mypage-accordion-list .list-body .item-buttons .button.primary {
  color: #fff;
  background-color: #0C66FF;
}
.mypage-accordion-list .list-body .item-buttons .button.second {
  color: #A0A0A0;
  background-color: #DBDBDB;
}
.play-summary {
  background-color: #F5F9FF;
  margin-top: 12px;
  padding: 30px 40px;
}
.play-summary .summary-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.play-summary .summary-header .summary-title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.play-summary .summary-header .button {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #8D8D8D;
  margin-top: 5px;
}
.play-summary .summary-header .button img {
  max-height: 12px;
  width: auto;
  margin: -1px 0 0 5px
}
.play-summary dl {}
.play-summary dl:not(:last-child) {
  margin-bottom: 2px;
}
.play-summary dl dt,
.play-summary dl dd {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8D8D8D;
}
.play-summary dl dd span:not(:last-child)::after {
  content: '|';
  font-size: 11px;
  margin: 0 0 0 3px;
}
.play-summary .play-wrap {
  margin-top: 12px;
}
.play-summary .play-wrap .play-title {
  font-size: 14px;
  font-weight: 600;
  color: #0C66FF;
  margin-bottom: 6px;
}
.play-summary .play-wrap .play-time span {
  font-size: 14px;
}
.play-summary .play-wrap .play-time .play-time-start .start {
  font-weight: 600;
  color: #000;
}
.play-summary .play-wrap .play-time .play-time-start .end {
  font-weight: 400;
  color: #999999;
}
.play-summary .play-wrap .play-time .play-time-start .end::before {
  content: '/';
}
.play-summary .play-wrap .play-time .play-time-end {
  font-weight: 600;
  color: #0C66FF;
}
.play-list {
  margin-top: 50px;
}
.play-list .play-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.play-list .play-tabs > li {
  position: relative;
  margin: 0 20px;
}
.play-list .play-tabs > li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #BCBCBC;
}
.play-list .play-tabs > li a {
  font-size: 20px;
  font-weight: 400;
  color: #BCBCBC;
}
.play-list .play-tabs > li a:hover {
  color: #000;
}
.play-list .play-tabs > li.active a {
  font-weight: 600;
  color: #000;
}
.play-list .mypage-table table {
  margin-top: 20px;
}
.play-list .mypage-table .play-wrap {
  max-width: 100%;
  padding-right: 20px;
}
/* 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) {
  .mypage-layout {
    padding: 0 20px;
  }
  .mypage-summary .section-title {
    margin-top: 0;
    border-width: 1px;
    padding-bottom: 10px;
  }
  .mypage-summary .summary {
    padding: 20px 0 0;
  }
  .mypage-summary .summary .summary-title {
    font-size: 15px;
  }
  .mypage-summary .summary .summary-period {
    font-size: 13px;
    margin-top: 8px;
  }
  .mypage-dropdown {
    flex-direction: column;
    border: 0 none;
    padding-bottom: 20px;
  }
  .mypage-dropdown .dropdown-wrap:not(:last-child) {
    border-right: 0 none;
  }
  .mypage-dropdown .dropdown-wrap .button {
    text-align: left;
    padding: 10px 30px 10px 15px;
    border: 1px solid #B2B7C3;
  }
  .mypage-dropdown .dropdown-select .button::after {
    right: 15px;
  }
  .mypage-dropdown .dropdown-select + .dropdown-select {
    margin-top: 5px;
  }
  .mypage-dropdown .dropdown-select .dropdown-body {
    left: 0;
    width: 100%;
  }
  .mypage-dropdown .dropdown-select .dropdown-body a {
    padding: 10px 15px;
  }
  @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  .mypage-dropdown .dropdown-select {
    display: flex;
  }
  .mypage-dropdown .dropdown-wrap .button {
    width: 100%;
    height: 40px;
  }
}}
  .mypage-accordion-list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 25px 20px 0;
  }
  .mypage-accordion-list > ul .list-title {
    padding: 10px 12px;
  }
  .mypage-accordion-list > ul > li:first-child .list-title {
    border-top: 1px solid #9D9D9D;
  }
  .mypage-accordion-list > ul .list-title span {
    font-size: 14px;
  }
  .mypage-accordion-list .list-body > ul > li {
    flex-direction: column;
    padding: 14px 12px;
  }
  .mypage-accordion-list .list-body .item-title {
    font-size: 14px;
    margin: 0;
  }
  .mypage-accordion-list .list-body .item-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    width: 100%;
    margin-top: 12px;
  }
  .mypage-accordion-list .list-body .item-buttons .button {
    flex: 1;
    width: initial;
  }
  .mypage-accordion-list .list-body .item-buttons .button + .button {
    margin-top: 0;
  }
  .play-summary {
    margin-top: 0;
    padding: 15px 10px;
  }
  .play-summary .summary-header {
    flex-direction: column;
  }
  .play-summary .summary-desc {
    font-size: 12px;
    font-weight: 500;
    color: #8D8D8D;
    margin-bottom: 3px;
  }
  .play-summary .summary-desc span:not(:first-child)::before {
    content: 'ㆍ';
  }
  .play-summary .summary-header .summary-title {
    font-size: 16px;
  }
  .play-summary .summary-period {
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    margin-top: 3px;
  }
  .play-summary .summary-header .button {
    display: none;
  }
  .play-summary .play-wrap {
    position: relative;
  }
  .play-wrap .play-bar {
    width: calc(100% - 45px);
  }
  .play-summary .play-wrap .play-time span {
    font-size: 12px;
  }
  .play-summary .play-wrap .play-time .play-time-end {
    position: absolute;
    top: -2px;
    right: 0;
  }
  .play-list {
    margin-top: 0;
  }
  .play-list .mypage-table table {
    margin-top: 0;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 보강신청 */
.reinforce-summary {
  margin-bottom: 40px;
}
.reinforce-summary .summary-items {
  list-style: decimal;
  background-color: #F7F7F9;
  margin-top: 15px;
  padding: 13px 15px 13px 30px;
}
.reinforce-summary .summary-items > li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  word-break: keep-all;
}
.reinforce-calendar {
  max-width: 380px;
}
.reinforce-calendar .calendar-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.reinforce-calendar .calendar-header .calendar-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}
.reinforce-calendar .calendar-header .calendar-arrow img {
  max-width: 10px;
  height: auto;
}
.reinforce-calendar .calendar-header .calendar-arrow.prev {
  transform: scaleX(-1);
}
.reinforce-calendar .calendar-header .calendar-current {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 15px;
}
.reinforce-calendar table {
  width: 100%;
  height: 228px;
  margin-top: 12px;
}
.reinforce-calendar table thead th,
.reinforce-calendar table tbody td {
  color: #000;
  text-align: center;
  border: 1px solid #DCDCDC;
  vertical-align: middle;
}
.reinforce-calendar table thead th.sun,
.reinforce-calendar table tbody td.sun {
  color: #E35541;
}
.reinforce-calendar table thead th:first-child,
.reinforce-calendar table tbody td:first-child {
  border-left: 0 none;
}
.reinforce-calendar table thead th:last-child,
.reinforce-calendar table tbody td:last-child {
  border-right: 0 none;
}
.reinforce-calendar table thead th {
  font-size: 14px;
  font-weight: 500;
  background-color: #F5F5F5;
  padding: 6px 0;
  border-top: 1px solid #575E77;
  border-bottom: 0 none;
}
.reinforce-calendar table tbody td {
  font-size: 12px;
  font-weight: 400;
  padding: 12px 0;
  cursor: pointer;
}
.reinforce-calendar table tbody td.today {
  font-weight: 600;
  color: #0C66FF;
}
.reinforce-option {
  margin-left: 30px;
}
.reinforce-option .option-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.reinforce-option .option-header .option-title {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.reinforce-option .option-header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 2px;
}
.reinforce-option .option-header .button.disabled,
.reinforce-option .option-header .button[disabled] {
  background-color: #E6E8EB;
  cursor: not-allowed;
}
.reinforce-option table {
  width: 100%;
  table-layout: fixed;
  margin-top: 6px;
  
}
.reinforce-option .reinforce-option-body {
  display: block;
  overflow-y: auto;
  max-height: 199px;
  height: 199px;
  border-bottom: 1px solid #575E77;
}
.reinforce-option .reinforce-option-body table {
  margin-top: 0;
}
.reinforce-option table thead th,
.reinforce-option table tbody td {
  text-align: center;
}
.reinforce-option table thead th {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #F5F5F5;
  padding: 6px 0;
  border-top: 1px solid #575E77;
}
.reinforce-option table tbody td {
  font-size: 12px;
  font-weight: 400;
  color: #9A9A9A;
  padding: 10px 0;
}
.reinforce-option table tbody td.col-title {
  text-align: left;
  padding-left: 15px;
}
.reinforce-option table tbody td.col-title p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.reinforce-option table tbody tr.active td {
  font-weight: 600;
  color: #000;
}
.reinforce-option .checkbox-wrap input[type="checkbox"] + label span {
  margin-right: 0;
}
.reinforce-list table {
  width: 100%;
  table-layout: fixed;
  margin-top: 45px;
}
.reinforce-list table thead th,
.reinforce-list table tbody td {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.reinforce-list table thead th {
  font-weight: 500;
  background-color: #EAF2FF;
  border-top: 1px solid #575E77;
  padding: 15px 0;
}
.reinforce-list table tbody td {
  font-weight: 400;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}
.reinforce-list table tbody tr:last-child td {
  border-color: #575E77;
}
.reinforce-list table tbody td.col-title {
  text-align: left;
  padding-left: 15px;
}
.reinforce-list table tbody td.col-title p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
/* 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) {
  .reinforce-summary {
    margin-bottom: 20px;
  }
  .reinforce-summary .summary-items {
    margin-top: 12px;
  }
  .mypage-container .csection.reinforce-calendar,
  .mypage-container .csection.reinforce-option {
    flex: 0 0 100%;
    width: 100%;
    max-width: initial;
  }
  .reinforce-calendar table thead th {
    padding: 4px 0;
  }
  .reinforce-calendar table tbody td {
    padding: 8px 0;
  }
  .reinforce-option {
    position: relative;
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .reinforce-option .option-header .button {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 35px;
  }
  .reinforce-option table {
    margin-top: 10px;
  }
  .reinforce-option table thead {
    display: none;
  }
  .reinforce-option .reinforce-option-body {
    height: auto;
    max-height: initial;
    overflow-y: visible;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
  }
  .reinforce-option .reinforce-option-body.no-data {
    border: 0 none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    padding: 100px 0;
  }
  .reinforce-option .reinforce-option-body.no-data p {
    font-size: 15px;
    font-weight: 400;
    color: #6F7070;
  }
  .reinforce-option .reinforce-option-body table {
    display: grid;
  }
  .reinforce-option .reinforce-option-body table tbody tr {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #ADADAD;
    padding: 15px 6px;
  }
  .reinforce-option .reinforce-option-body table tbody tr:last-child {
    border-bottom: 0 none;
  }
  .reinforce-option .reinforce-option-body table tbody tr .checkbox-wrap {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .reinforce-option table tbody td {
    display: inherit;
    padding: 0;
  }
  .reinforce-option table tbody td.col-title {
    width: calc(100% - 40px);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 0;
  }
  .reinforce-option table tbody td.col-title p {
    white-space: inherit;
  }
  .reinforce-option table tbody td.col-label span::after {
    content: ' |';
    margin-right: 3px;
  }
  .reinforce-list {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .reinforce-list table {
    display: grid;
    margin-top: 30px;
    border-top: 1px solid #ADADAD;
  }
  .reinforce-list table.no-data {
    display: none;
  }
  .reinforce-list table thead {
    display: none;
  }
  .reinforce-list table tbody tr {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #ADADAD;
    padding: 15px 6px;
  }
  .reinforce-list table tbody td {
    font-size: 12px;
    font-weight: 400;
    color: #9A9A9A;
    padding: 0;
    border-bottom: 0 none;
  }
  .reinforce-list table tbody tr:last-child {
    border-bottom: 0 none;
  }
  .reinforce-list table tbody tr .col-status {
    position: absolute;
    right: 6px;
    top: 15px;
    font-weight: 500;
    color: #000;
  }
  .reinforce-list table tbody td {
    display: inherit;
    padding: 0;
  }
  .reinforce-list table tbody td.col-title {
    width: calc(100% - 70px);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    padding: 0;
  }
  .reinforce-list table tbody td.col-title p {
    white-space: inherit;
  }
  .reinforce-list table tbody td.col-label {
    margin-top: 2px;
  }
  .reinforce-list table tbody td.col-label span::after {
    content: ' |';
    margin-right: 3px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 교수질문 게시판 */
.preprofessor-board-wrap {
  position: relative;
}
.preprofessor-board-wrap .preprofessor-buttons {
  position: absolute;
  right: 0;
  top: -8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.preprofessor-board-wrap .preprofessor-buttons .button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  padding: 0 20px;
  border: 1px solid #0C66FF;
}
.preprofessor-board-wrap .preprofessor-buttons .button.primary {
  color: #fff;
  background-color: #0C66FF;
}
.preprofessor-board-wrap .preprofessor-buttons .button.second {
  color: #0C66FF;
}
.preprofessor-board-wrap .preprofessor-buttons .form-control select {
  height: 40px;
  padding: 0 30px 0 15px;
  background-position-x: calc(100% - 15px);
}
.mypage-board-wrap {
  margin-top: 25px;
} 
.mypage-board-wrap.board .exam-section table {
  margin-top: 0;
}
.mypage-board-wrap.board .exam-section table tbody td {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.mypage-board-wrap.board .board-search {
  margin-top: 35px;
}
.mypage-board-wrap.board .board-summary {
  margin-bottom: 45px;
}
.mypage-board-wrap.board .board-summary .board-author {
  display: inline-block;
}
.mypage-board-wrap.board .board-summary .board-author::after {
  content: '|';
  vertical-align: baseline;
  margin: 0 1px 0 5px;
}
.mypage-board-wrap.board .board-summary .board-hit::before {
  content: '|';
  vertical-align: baseline;
  margin: 0 5px 0 1px;
}
.mypage-board-wrap.board .board-view {
  font-size: 18px;
  font-weight: 400;
  color: #474747;
  padding: 0 20px;
}
.mypage-board-wrap.board .board-links {
  margin-top: 45px;
}
.mypage-board-wrap.board .board-file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #9B9B9B;
  border-bottom: 2px solid #000;
  padding: 20px;
  margin-top: 45px;
}
.mypage-board-wrap.board .board-file,
.mypage-board-wrap.board .board-file a {
  font-size: 18px;
  color: #888888;
}
.mypage-board-wrap.board .board-file dt {
  width: 105px;
  font-weight: 600;
}
.mypage-board-wrap.board .board-file dd {
  flex: 1;
}
.mypage-board-wrap.board .board-file dd a {
  font-weight: 300;
}
.mypage-board-wrap.board .board-file + .board-links {
  border-top: 0 none;
  margin-top: 0;
}
.mypage-board-wrap.board .board-comment {
  border-bottom: 1px solid #9B9B9B;
  padding-top: 22px;
}
.modal-write .modal-container {
  width: 800px;
}
.modal-write .form-control .label-prefix {
  width: 72px;
  max-height: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-align: justify;
  margin-right: 18px;
}
.modal-write .form-control .label-prefix::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.modal-write .form-control input[type="text"], 
.modal-write .form-control input[type="date"], 
.modal-write .form-control input[type="tel"], 
.modal-write .form-control input[type="password"], 
.modal-write .form-control select {
  height: 35px;
  font-size: 16px;
  font-weight: 400;
}
.modal-write .form-control {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-write .form-control:last-child {
  border-bottom: 2px solid #222222;
}
.modal-write .form-control .form-control {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-write .form-control textarea {
  font-size: 16px;
  padding: 12px;
}
.modal-write .form-control .file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #A7A7A7;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  cursor: pointer;
}
.modal-write .form-control #file {
  display: none;
}
.modal-write .form-control .file-result {
  display: inline-block;
  color: #000;
  margin-left: 10px;
}
.modal-write .form-control .file-result.no-data {
  color: #606060;
}
.modal-write .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal-write .modal-footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.modal-write .modal-footer .button.second {
  width: 110px;
  background-color: #CBCBCB;
}
.modal-write .modal-footer .button.primary {
  width: 160px;
  background-color: #0C66FF;
}
/* 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) {}
/* modal 전용 (해상도 ~ 850px) */
@media all and (max-width:850px) {
  .modal-write .modal-container {
    width: calc(100% - 40px);
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .preprofessor-board-wrap .preprofessor-buttons {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .preprofessor-board-wrap .preprofessor-buttons .button,
  .preprofessor-board-wrap .preprofessor-buttons .form-control select {
    height: 30px;
    font-size: 13px;
  }
  .preprofessor-board-wrap .preprofessor-buttons .button {
    margin-right: 0;
  }
  .preprofessor-board-wrap .preprofessor-buttons .button-wrap {
    flex: 1;
    text-align: right;
  }
  .preprofessor-board-wrap .preprofessor-buttons .form-control {
    order: 1;
  }
  .mypage-board-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  .mypage-board-wrap.board .exam-section {
    order: 1;
  }
  .mypage-board-wrap.board .exam-section table tbody td {
    font-size: 13px;
    color: #8E8E8E;
    padding: 0;
  }
  .mypage-board-wrap.board .exam-section table tbody td.col-title {
    margin-bottom: 7px;
  }
  .mypage-board-wrap.board .board-search {
    margin: 0 0 12px;
  }
  .mypage-board-wrap.board .board-summary {
    margin-bottom: 20px;
  }
  .mypage-board-wrap.board .board-view {
    font-size: 14px;
    padding: 0 10px;
  }
  .mypage-board-wrap.board .board-links {
    margin-top: 20px;
  }
  .mypage-board-wrap.board .board-comment {
    padding-top: 15px;
  }
  .mypage-board-wrap.board .board-file {
    margin-top: 20px;
    padding: 10px;
    border-width: 1px;
  }
  .mypage-board-wrap.board .board-file, 
  .mypage-board-wrap.board .board-file a {
    font-size: 13px;
  }
  .mypage-board-wrap.board .board-file dt {
    width: 80px;
  }
  .modal-write .form-control {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .modal-write .form-control:last-child {
    border-width: 1px;
  }
  .modal-write .form-control .label-prefix {
    width: 50px;
    max-height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .modal-write .form-control input[type="text"], 
  .modal-write .form-control input[type="date"], 
  .modal-write .form-control input[type="tel"], 
  .modal-write .form-control input[type="password"],
  .modal-write .form-control select {
    height: 30px;
    font-size: 14px;
  }
  .modal-write .form-control .file-upload {
    width: 100px;
    font-size: 14px;
  }
  .modal-write .form-control .file-result {
    font-size: 14px;
    margin-left: 5px;
  }
  .modal-write .modal-footer {
    gap: 10px;
  }
  .modal-write .modal-footer .button {
    height: 35px;
    font-size: 16px;
  }
  .modal-write .modal-footer .button.second,
  .modal-write .modal-footer .button.primary {
    width: calc(50% - 5px);
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 내학습관리현황 */
.mypage-layout .learning-title {
  margin-top: 0;
}
.learning-wrap {
  margin-top: 15px;
}
.learning-wrap .learning-section {
  flex: 1;
}
.learning-wrap .learning-section:not(:last-child) {
  margin-right: 10px;
}
.learning-wrap .learning-banner,
.learning-wrap .learning-count {
  flex: 0 0 580px;
  width: 580px;
}
.learning-wrap .learning-banner {
  max-height: 270px;
}
.learning-now {
  width: calc(100% - 590px);
  background-color: #F5F7F9;
  border: 1px solid #E1E4EC;
  padding: 16px 15px;
}
.learning-now .now-title {
  font-size: 16px;
  font-weight: 600;
  color: #0C66FF;
  text-align: center;
}
.learning-now ul {
  overflow: hidden;
  height: 199px;
  margin-top: 14px;
  background-color: #fff;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.learning-now ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  padding: 6px 10px;
}
.learning-now ul > li:not(:last-child) {
  border-bottom: 1px solid #C8C8C8;
}
.learning-now ul > li div {  
}
.learning-now .now-label {
  font-weight: 600;
  color: #000;
  padding-right: 5px;
}
.learning-now .now-id {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 400;
  color: #747474;
  text-align: center;
}
.learning-now .now-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  color: #fff;
  background-color: #0C66FE;
  border-radius: 10px;
  margin-left: 5px;
}
.learning-count {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  height: 126px;
  background: url('/assets/images/sample/learning-banner2.png') no-repeat center;
  background-size: contain;
}
.learning-count .count-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 40px;
}
.learning-count .count-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 15px;
}
.learning-count .count-item .count-title {
  font-size: 14px;
  font-weight: 500;
}
.learning-count .count-item .count-value {
  font-size: 24px;
  font-weight: 600;
}
.learning-count .count-item .count-value span {
  font-size: 16px;
}
.learning-count .count-real {
  color: #121550;
  background-color: #fff;
}
.learning-count .count-avg {
  color: #fff;
  background-color: #0C66FF;
}
.learning-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.learning-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #0C66FF;
  border-radius: 5px;
}
.learning-buttons .button.primary {
  color: #fff;
  background-color: #0C66FF;
}
.learning-buttons .button.second {
  color: #0C66FF;
  background-color: #fff;
}
.learning-rank {
  max-width: calc(100% / 2 - 5px);
}
.learning-rank .rank-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.learning-rank ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  text-align: center;
  padding: 10px 0;
}
.learning-rank ul > li.rank-first {
  font-size: 16px;
  color: #000;
  padding: 15px 0;
}
.learning-rank ul > li:not(:last-child) {
  border-bottom: 1px solid #E1E4EC;
}
.learning-rank .rank-rank,
.learning-rank .rank-count {
  flex: 1;
}
.learning-rank .rank-rank {
  color: #000;
}
.learning-rank .rank-rank img {
  max-height: 44px;
  width: auto;
}
.learning-rank .rank-id {
  flex: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.learning-rank.learning-rank-month {
  border: 1px solid #313F65
}
.learning-rank.learning-rank-month .rank-title {
  background-color: #313F65;
}
.learning-rank.learning-rank-month .rank-first {
  background-color: #E7E9ED;
}
.learning-rank.learning-rank-week {
  border: 1px solid #37539E
}
.learning-rank.learning-rank-week .rank-title {
  background-color: #37539E;
}
.learning-rank.learning-rank-week .rank-first {
  background-color: #E6F0FE;
}

/* 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) {
  .learning-wrap .learning-banner {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .learning-wrap .learning-banner,
  .learning-wrap .learning-now {
    width: 100%;
  }
  .learning-wrap .learning-banner, 
  .learning-wrap .learning-count {
    flex: 0 0 100%;
  }
}
@media all and (max-width:768px) {
  .learning-wrap {
    margin-top: 0;
  }
  .learning-wrap .learning-section {
    margin-bottom: 10px;
  }
  .learning-wrap .learning-section:not(:last-child) {
    margin-right: 0;
  }
  .learning-wrap .learning-banner {
    max-height: initial;
  }
  .learning-wrap .learning-banner img {
    max-width: 100%;
  }
  .learning-now ul > li {
    font-size: 13px;
  }
  .learning-count {
    height: initial;
    background: url(/assets/images/sample/learning-banner2-mobile.png) no-repeat center;
    background-size: cover;
    padding: 15px 0;
  }
  .learning-count .count-wrap {
    justify-content: center;
    gap: 16px;
    margin-right: 0;
  }
  .learning-count .count-item {
    margin-left: 0;
  }
  .learning-buttons {
    gap: 10px;
  }
  .learning-buttons .button {
    height: 45px;
    font-size: 16px;
    border-radius: 10px;
  }
  .learning-rank {
    max-width: 100%;
  }
  .learning-rank .rank-title {
    font-size: 16px;
  }
  .learning-rank ul > li {
    font-size: 13px;
  }
  .learning-rank ul > li.rank-first {
    font-size: 14px;
  }
  .learning-rank .rank-rank img {
    max-height: 36px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 첨삭 */
.board-correction table tbody .col-title {
  text-align: left;
}
.exam .exam-section .board-correction table,
.exam .exam-section .board-correction table thead th {
  border-top: 0 none;
}
.exam .exam-section .board-correction table tbody th {
  background-color: transparent;
  border-top: 1px solid #8D9AAF;
  border-bottom: 1px solid #8D9AAF;
  padding: 18px 0;
}
.exam .exam-section .board-correction table tbody th.col-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
}
.mypage-board-wrap.board .exam-section .board-correction table tbody td {
  font-size: 16px;
  font-weight: 400;
  color: #6F7070;
  padding: 20px 0;
  border-color: #DBDBDB;
}
.mypage-board-wrap.board .exam-section .board-correction table tbody td.col-title {
  padding-left: 35px;
}
.mypage-board-wrap.board .exam-section .board-correction table .col-button {
  padding-left: 4%;
  padding-right: 4%;
}
.board-correction .button-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.board-correction .button-wrap-right {
  justify-content: flex-end;
}
.board-correction .button-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  min-width: 100px;
  height: 35px;
  border-radius: 5px;
  padding: 0 17px;
}
.board-correction .button-wrap .button:hover {
  text-decoration: none;
}
.board-correction .button-wrap .button-stop {
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
}
.board-correction .button-wrap .button-extend {
  color: #fff;
  background-color: #A0A0A0;
}
.board-correction .button-wrap .button-view {
  color: #fff;
  background-color: #0C66FF;
}
.board-correction .button-wrap .button-remove {
  color: #fff;
  background-color: #CBCBCB;
}
.mypage-summary .summary-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}
.mypage-summary .summary-wrap .summary-desc {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #8D8D8D;
}
.mypage-summary .summary-wrap .summary-desc span {
  display: block;
}
.mypage-summary .summary-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #363636;
  border-radius: 17px;
}
.correction {
  margin-top: 25px;
}
.correction .correction-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 2px solid #8D9AAF;
}
.correction .correction-row {
  display: table-row;
  width: 100%;
}
.correction .correction-head {
  display: table-header-group;
}
.correction .correction-body {
  display: table-row-group;
}
.correction .correction-body .correction-row:not(:last-child) .correction-td {
  border-bottom: 1px solid #DBDBDB;
}
.correction .correction-th,
.correction .correction-td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.correction .col-title {
  width: 26%;
}
.correction .col-point {
  width: 23%;
}
.correction .correction-th {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  background-color: #F0F8FF;
  border-bottom: 2px solid #8D9AAF;
  padding: 19px 0;
}
.correction .correction-td {
  padding: 15px 10px;
}
.correction .correction-td.col-title {
  text-align: left;
}
.correction .correction-td.col-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.correction .correction-td.col-title .desc {
  font-size: 16px;
  font-weight: 400;
  color: #ABABAB;
  margin-top: 2px;
}
.correction .correction-td.col-title .desc span {
  display: block;
}
.correction .correction-td .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  font-size: 18px;
  font-weight: 500;
  color: #0C66FF;
  border: 1px solid #0C66FF;
  border-radius: 5px;
  padding: 0 10px;
}
.correction .correction-td .button-wrap .button {
  width: 100%;
  color: #fff;
  background-color: #0C66FF;
  border: 0 none;
}
.correction .correction-td .button-wrap .button + .button {
  background-color: #ABABAB;
  margin-top: 5px;
}
/* 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) {
  .board-correction .button-wrap .button {
    flex: 1;
  }
  .board-correction .button-wrap .button + .button {
    margin-top: 5px;
  }
  .correction .is-mobile {
    display: block;
  }
  .correction .correction-table,
  .correction .correction-body {
    display: block;
  }
  .correction .correction-head {
    display: none;
  }
  .correction .correction-body .correction-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .correction .correction-body .correction-row.active .correction-td {
    border-bottom: 1px solid #DBDBDB !important;
  }
  .correction .correction-body .correction-row:not(:first-child) .correction-td {
    border-bottom: 0 none;
  }
  .correction .correction-td {
    display: none;
    padding: 12px 0;
  }
  .correction .col-title,
  .correction .col-point {
    width: 100%;
  }
  .correction .col-title {
    display: block;
    position: relative;
    border-top: 1px solid #363636;
  }
  .correction .col-title .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .correction .correction-row.active .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  .correction .correction-row.active .col-button {
    display: flex;
    align-items: center;
  }
  .correction .col-button span {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: left;
  }
}
@media all and (max-width:768px) {
  .exam .exam-section .board-correction table {
    border-bottom: 0 none;
  }
  .exam .exam-section .board-correction table tbody tr {
    padding: 15px;
  }
  .exam .exam-section .board-correction table tbody tr.board-summary {
    border-top: 1px solid #363636;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .exam .exam-section .board-correction table tbody th {
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 0;
  }
  .exam .exam-section .board-correction table tbody th.col-title {
    font-size: 16px;
    padding: 0;
  }
  .mypage-board-wrap.board .exam-section .board-correction table .col-button {
    width: 100%;
    padding: 0;
  }
  .board-correction .button-wrap {
    margin-top: 25px;
  }
  .board-correction .button-wrap .button {
    min-width: initial;
    font-size: 15px;
    padding: 0;
  }
  .board-correction .button-wrap .button + .button {
    min-width: calc(50% - 10px);
    margin-top: 0;
    margin-left: 20px;
  }
  .mypage-board-wrap.board .exam-section .board-correction table tbody td {
    font-size: 14px;
    padding: 0;
  }
  .mypage-board-wrap.board .exam-section .board-correction table tbody td.col-title {
    order: initial;
    margin-bottom: 2px;
    padding: 0;
  }
  .mypage-board-wrap.board .exam-section .board-correction table tbody td.col-no span {
    position: relative;
    margin-right: 21px;
    padding-left: 7px;
  }
  .mypage-board-wrap.board .exam-section .board-correction table tbody td.col-no span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #6F7070;
  }
  .board-correction .button-wrap-right {
    max-width: calc(50% - 10px);
  }
  .board .board-correction + .pagination {
    margin-top: 25px;
  }
  .board .board-correction + .pagination .is-mobile {
    display: flex;
  }
  .mypage-summary .correction-title {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .mypage-summary .summary-wrap {
    margin-top: 5px;
  }
  .mypage-summary .summary-wrap .summary-desc {
    font-size: 13px;
  }
  .mypage-summary .summary-wrap .summary-desc span {
    display: inline-block;
  }
  .mypage-summary .summary-wrap .button {
    display: none;
  }
  .correction .correction-td.col-title .title {
    font-size: 16px;
  }
  .correction .correction-td.col-title .desc {
    font-size: 13px;
    margin-top: 3px;
  }
  .correction .correction-td.col-title .desc span {
    display: inline-block;
  }
  .correction .correction-td.col-title .desc span + span {
    position: relative;
    margin-left: 11px;
  }
  .correction .correction-td.col-title .desc span + span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #ABABAB;
  }
  .correction .col-title .arrow img {
    max-height: 8px;
    width: auto;
  }
  .correction .col-button span {
    font-size: 15px;
  }
  .correction .correction-td .button {
    flex: 1;
    width: 100%;
    height: 30px;
    font-size: 15px;
    padding: 0;
  }
  .correction .correction-td .button-wrap {
    flex: 1;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .correction .col-title {
    width: 20%;
  }
}

/* 문제은행 */
.question-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #F8F8F8;
  margin-top: 30px;
  padding: 25px 30px 15px;
}
.question-header .header-user {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.question-header .header-user span {
  font-size: 20px;
}
.question-header .form-control select {
  height: 50px;
  font-size: 20px;
}
.question-header .form-control .checkbox-wrap {
  margin-top: 10px;
}
.question-header .button {
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  margin-left: 10px;
}
.question-list {
  margin-top: 50px;
}
.question-list .question-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 2px solid #8D9AAF;
}
.question-list .question-row {
  display: table-row;
  width: 100%;
}
.question-list .question-head {
  display: table-header-group;
}
.question-list .question-body {
  display: table-row-group;
}
.question-list .question-body .question-row:not(:last-child) .question-td {
  border-bottom: 1px solid #DBDBDB;
}
.question-list .question-th,
.question-list .question-td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.question-list .col-button {
  width: 26%;
}
.question-list .question-th {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  background-color: #F0F8FF;
  border-bottom: 2px solid #8D9AAF;
  padding: 10px 0;
}
.question-list .button-result .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 38px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #0C66FF;
}
.question-list .question-td {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 13px 10px;
}
.question-list .col-date {
  width: 18%;
}
.question-list .question-td .button-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.question-list .question-td .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 34px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #A0A0A0;
  border-radius: 5px;
}
.question-list .question-td .button-wrap .button + .button {
  color: #A0A0A0;
  background-color: #fff;
  border: 1px solid #A0A0A0;
  margin-left: 10px;
}
.modal-question {
  position: absolute;
  top: 0;
  height: auto;
}
.modal-question .modal-container {
  width: 1080px;
  line-height: 1.5;
}
.modal-question .modal-container .modal-body {
  padding: 20px 15px;
}
.modal-question .question-summary {
  background-color: #F8F8F8;
  padding: 25px 30px;
}
.modal-question .question-summary p {
  font-size: 16px;
  color: #222222;
}
.modal-question .question-summary .summary-date {
  font-weight: 600;
}
.modal-question .question-summary .summary-info {
  font-weight: 400;
}
.modal-question .question-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
.modal-question .question-test {
  width: 827px;
  max-height: calc(100vh + 40px);
  overflow-y: auto;
}
.modal-question .question-test img {
  max-width: 100%;
  height: auto;
}
.modal-question .question-sheet {
  flex: 1;
  position: sticky;
  top: 0;
  overflow-y: auto;
  max-height: calc(100vh + 40px);
  /* max-height: 100vh;
  overflow-y: auto; */
  border: 1px solid #C1C1C1;
  padding: 8px 10px 10px;
}
.modal-question .question-sheet.question-result {
  border: 0 none;
  padding: 0;
}
.modal-question .question-sheet table {
  width: 100%;
}
.modal-question .question-sheet table thead th,
.modal-question .question-sheet table tbody td {
  text-align: center;
}
.modal-question .question-sheet table thead th {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 8px;
}
.modal-question .question-sheet table thead th:first-child {
  text-align: left;
}
.modal-question .question-sheet table tbody th {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-align: left;
} 
.modal-question .question-sheet table tbody td {
  height: 26px;
  vertical-align: middle;
}
.modal-question .question-sheet.question-result table tbody td + th {
  text-align: center;
}
.modal-question .question-sheet .correct {
  background-color: #FF0000;
}
.modal-question .radio-wrap input[type="radio"] + label span {
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin: -5px 0 0;
  border-color: #B9B9B9;
}
.modal-question .radio-wrap input[type="radio"]:checked + label span::after {
  width: 10px;
  height: 10px;
}
.modal-question .radio-wrap input[type="radio"]:checked + label span {
  border-color: #3173F6;
}
.modal-question .button-wrap {
  margin-top: 20px;
}
.modal-question .button-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}
.modal-question .button-wrap .button + .button {
  margin-top: 5px;
}
.modal-question .button-wrap .button.primary {
  background-color: #0C66FF;
}
.modal-question .button-wrap .button.second {
  background-color: #A0A0A0;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {  }
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .modal-question .question-test {
    width: 80%;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .question-list .question-td .button-wrap {
    flex-direction: column;
  }
  .question-list .question-td .button-wrap .button + .button {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media all and (max-width:768px) {
  .question-header {
    flex-direction: column;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
  }
  .question-header .header-user {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .question-header .header-user span {
    font-size: 18px;
  }
  .question-header .form-control {
    width: 100%;
  }
  .question-header .form-control select {
    height: 35px;
    font-size: 15px;
  }
  .question-header .button {
    width: initial;
    height: 35px;
    font-size: 15px;
    margin-left: 5px;
    padding: 0 20px;
  }
  .question-header .form-control .checkbox-wrap {}
  .question-list {
    background-color: #F7F7F9;
    margin: 0 -20px;
    padding: 15px 20px;
  }
  .question-list .question-table {
    border-bottom: 0;
  }
  .question-list .question-table,
  .question-list .question-body {
    display: block;
  }
  .question-list .question-head {
    display: none;
  }
  .question-list .button-result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .question-list .button-result .button {
    width: initial;
    height: 35px;
    font-size: 15px;
    padding: 0 20px;
  }
  .question-list .question-body .question-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
  }
  .question-list .question-body .question-row:not(:first-child) .question-td {
    border-bottom: 0 none;
  }
  .question-list .question-td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0;
  }
  .question-list .question-body .question-row:not(:last-child) {
    margin-bottom: 10px;
  }
  .question-list .question-body .question-row:not(:last-child) .question-td {
    border-bottom: 0 none;
  }
  .question-list .question-body .question-row .question-td:not(:last-child) {
    padding-bottom: 6px;
  }
  .question-list .col-title {
      width: 16%;
      font-weight: 600;
      color: #000;
  }
  .question-list .col-value {
    flex: 1;
    font-size: 13px;
    color: #8B8B8B;
  }
  .question-list .col-button {
    width: 100%;
  }
  .question-list .question-td .button-wrap {
    flex-direction: row;
    gap: 6px;
    width: 100%;
    margin-top: 10px;
  }
  .question-list .question-td .button-wrap .button {
    width: calc(50% - 3px);
    height: 30px;
    font-size: 15px;
  }
  .question-list .question-td .button-wrap .button + .button {
    margin-top: 0;
  }
  .modal-question .question-summary p {
    font-size: 14px;
  }
  .modal-question .question-test {
    width: 60%;
    overflow: auto;
  }
  .modal-question .question-sheet table thead th {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .modal-question .question-sheet {
    padding: 5px;
  }
  .modal-question .radio-wrap input[type="radio"] + label span {
    width: 14px;
    height: 14px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .question-header .form-control .col {
    flex: none;
  }
  .question-header .form-control select {
    width: 150px;
  }
  .modal-question .question-test {
    width: 700px;
  }
}

/* 마이페이지 */
.mypage-header .header-user a.myclass-link {
  color: #83FFFF;
  margin-left: 35px;
}
.dash-summary {}
.dash-summary table {
  width: 100%;
  border-bottom: 2px solid #8D9AAF;
}
.dash-summary table thead th {
  background-color: #EAF2FF;
  border-bottom: 2px solid #8D9AAF;
  padding: 15px 20px;
}
.dash-summary table tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 20px;
}
.dash-summary table tbody td:not(:last-child) {
  border-right: 1px solid #DBDBDB;
}
.dash-summary table tbody td.summary-desc {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.dash-summary table .summary-title {
  font-size: 14px;
  font-weight: 600;
  color: #606060;
}
.dash-summary table .summary-score span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.dash-summary table .summary-score  .summary-point {
  font-size: 34px;
  color: #0C66FF;
}
.dash-summary table .summary-score  .summary-unit::after {
  content: '/';
  font-weight: 400;
  vertical-align: text-top;
  margin: 0 5px 0 8px;
}
.dash-summary .summary-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.dash-summary .summary-user {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.dash-summary .summary-user span {
  font-size: 16px;
  font-weight: 400;
}
.dash-summary .summary-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: right;
}
.dash-summary .summary-info dt:after {
  content: '|';
  margin: 0 5px 0 1px;
}
/* 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) {}
@media all and (max-width:768px) {
  .mypage-header.is-wide {
    display: none;
  }
  .dash-summary .summary-user {
    font-size: 16px;
  }
  .dash-summary table {
    border-width: 1px;
  }
  .dash-summary table thead th {
    background-color: transparent;
    border-width: 1px;
    padding: 0 0 10px;
  }
  .dash-summary table tbody td {
    background-color: #EAF2FF;
  }
  .dash-summary table tbody td.summary-desc {
    display: none;
  }
  .dash-summary table tbody td:nth-child(2) {
    border-right: 0 none;
  }
  .dash-summary table tbody td {
    padding: 15px 10px;
  }
  .dash-summary table .summary-title,
  .dash-summary table .summary-score span {
    font-size: 12px;
  }
  .dash-summary table .summary-score .summary-point {
    font-size: 16px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 결제내역 */
.pay-list .list-wrap {
  background-color: #F7F7F9;
  border-top: 2px solid #8D9AAF;
  margin-top: 12px;
  padding: 15px;
}
.pay-list .list-wrap ul li {
  border: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.pay-list .list-wrap ul li:last-child {
  margin-bottom: 0;
}
.pay-list .pay-content {
  background-color: #fff;
  padding: 10px 20px 15px;
}
.pay-list .pay-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
}
.pay-list .pay-header .header-date {
  flex: 1;
  font-weight: 500;
}
.pay-list .pay-header .header-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.pay-list .pay-header .header-no {
  font-weight: 400;
}
.pay-list .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #E3E3E3;
}
.pay-list .pay-header .button {
  background-color: #F7F7F9;
  margin-left: 15px;
}
.pay-list .pay-items {
  font-size: 16px;
  color: #000;
}
.pay-list .pay-items dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pay-list .pay-items dl dt {
  flex: 1;
}
.pay-list .pay-items dl dt span {
  display: inline-block;
  color: #2B6EFF;
  margin-right: 4px;
}
.pay-list .pay-items dl dd {
  width: 125px;
  font-weight: 600;
  text-align: right;
}
.pay-list .pay-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F5F9FF;
  border-top: 1px solid #E3E3E3;
  padding: 13px 20px;
}
.pay-list .pay-price .button {
  background-color: #fff;
}
.pay-list .pay-price .pay-total {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: right;
}
.pay-list .pay-price .pay-total span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #2B6EFF;
  margin-left: 5px;
}
.pay-list .list-wrap.no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F9;
  padding: 50px 0;
}
.pay-list .list-wrap.no-data img {
  max-height: 40px;
  width: auto;
}
.pay-list .list-wrap.no-data p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
}
.modal-paid .modal-container {
  width: 820px;
}
.paid .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
/* .modal-paid .modal-container .modal-body {} */
.paid:not(:first-of-type) {
  margin-top: 35px;
}
.paid .paid-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.paid .paid-row {
  display: table-row;
  width: 100%;
}
.paid .paid-head {
  display: table-header-group;
}
.paid .paid-body {
  display: table-row-group;
}
.paid .paid-body .paid-row .paid-td {
  border-bottom: 1px solid #DCDCDC;
}
.paid .paid-th,
.paid .paid-td {
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.paid .col-type {
  width: 16%;
}
.paid .col-title {
  width: 60%;
}
.paid .col-price {
  width: 15%;
}
.paid .col-method,
.paid .col-paid {
  width: 33%;
}
.paid .col-name {
  width: 13%;
}
.paid .col-tel {
  width: 20%;
}
.paid .paid-th {
  color: #626262;
  background-color: #F5F5F5;
  padding: 10px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.paid .paid-td {
  color: #000;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 10px;
}
.paid .paid-td.col-type {
  font-weight: 400;
  color: #0C66FF;
}
.paid .paid-td.col-title {
  font-weight: 600;
  color: #222222;
  text-align: left;
}
.paid .paid-td.col-paid {
  font-weight: 600;
  color: #0C66FF;
}
.paid .paid-td.col-addr {
  text-align: left;
}
.modal-receipt .modal-container {
  width: 820px;
}
.modal-receipt .modal-container .modal-body {
  background-color: #F7F7F7;
  padding: 30px 70px;
}
.modal-receipt .receipt {
  background-color: #fff;
  padding: 0 20px 35px;
}
.modal-receipt .receipt .receipt-wrap {
  color: #6C717C;
  border-bottom: 1px solid #D3D3D3;
  padding: 35px 0;
}
.modal-receipt .receipt .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
.modal-receipt .receipt .section-title .button-wrap {
  flex: 1;
  text-align: right;
}
.modal-receipt .receipt .section-title .button + .button {
  margin-left: 10px;
}
.modal-receipt .receipt .section-title .button img {
  max-height: 30px;
  width: auto;
}
.modal-receipt .receipt dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
}
.modal-receipt .receipt-wrap dl:not(:last-child) {
  margin-bottom: 12px;
}
.modal-receipt .receipt dl dt {
  width: 130px;
  font-weight: 400;
}
.modal-receipt .receipt dl dd {
  flex: 1;
  font-weight: 600;
  text-align: right;
}
.modal-receipt .receipt dl.receipt-total {
  color: #0C66FF;
}
.modal-receipt .receipt dl.receipt-total dt,
.modal-receipt .receipt dl.receipt-total dd {
  font-weight: 600;
}
.modal-receipt .receipt .receipt-info {
  font-size: 18px;
  color: #6C717C;
  margin-top: 35px;
}
.modal-receipt .receipt-info p {
  font-size: 18px;
  color: #6C717C;
  font-weight: 400;
} 
.modal-receipt .receipt-info .receipt-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.modal-receipt .receipt-info p + .receipt-title {
  margin-top: 20px;
}
/* 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) {}
@media all and (max-width:768px) {
  .pay-list .section-title {
    margin-top: 0;
  }
  .pay-list .list-wrap {
    background-color: #fff;
    border-top: 1px solid #000;
    padding: 0;
    margin-top: 10px;
  }
  .pay-list .list-wrap .list-title {
    font-size: 15px;
    font-weight: 500;
    margin: 22px 0 10px;
  }
  .pay-list .pay-content {
    padding: 8px 10px 13px;
  }
  .pay-list .pay-header {
    font-size: 14px;
  }
  .pay-list .button {
    height: 26px;
    font-size: 13px;
  }
  .pay-list .pay-header .button {
    margin-left: 8px;
  }
  .pay-list .pay-items {
    font-size: 13px;
  }
  .pay-list .pay-items dl {
    margin-top: 6px;
  }
  .pay-list .pay-price {
    flex-direction: row-reverse;
    padding: 5px 10px;
  }
  .pay-list .pay-price .pay-total {
    font-size: 14px;
    text-align: left;
  }
  .pay-list .pay-price .pay-total span {
    display: block;
    font-size: 15px;
    margin-left: 0;
  }
  .pay-list .list-wrap.no-data img {
    max-height: 33px;
  }
  .pay-list .list-wrap.no-data p {
    font-size: 16px;
    margin-top: 8px;
  }
  .paid {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .paid:not(:first-of-type) {
    margin-top: 22px;
  }
  .paid:not(:first-of-type) .section-title {
    padding-top: 20px;
  }
  .paid .section-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .paid .paid-table {
    border-top: 2px solid #B2B7C3;
  }
  .paid .paid-table,
  .paid .paid-body {
    display: block;
  }
  .paid .paid-head {
    display: none;
  }
  .paid .paid-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #B2B7C3;
  }
  .paid .paid-row + .paid-row {
    border-top: 2px solid #B2B7C3;
  }
  .paid .paid-body .paid-row .paid-td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }
  .paid .paid-body .paid-row .paid-td:last-child {
    border-color: #B2B7C3;
  }
  .paid .paid-td .col-title,
  .paid .paid-td .col-value {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .paid .paid-td .col-title {
    width: 15%;
    background-color: #F5F9FF;
    font-size: 14px;
    font-weight: 500;
    color: #78849E;
    text-align: left;
    padding-left: 8px;
  }
  .paid .paid-td .col-value {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
  }
  .modal-receipt .modal-container .modal-body {
    padding: 20px;
  }
  .modal-receipt .receipt {
    padding: 20px 15px;
  }
  .modal-receipt .receipt .receipt-wrap {
    padding: 20px 0;
  }
  .modal-receipt .receipt .section-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .modal-receipt .receipt .section-title .is-wide {
    display: none;
  }
  .modal-receipt .receipt .section-title .button img {
    max-height: 20px;
  }
  .modal-receipt .receipt-wrap dl {
    font-size: 13px;
  }
  .modal-receipt .receipt-wrap dl:not(:last-child) {
    margin-bottom: 8px;
  }
  .modal-receipt .receipt dl dt {
    width: 80px;
  }
  .modal-receipt .receipt .receipt-info {
    margin-top: 20px;
  }
  .modal-receipt .receipt-info p {
    font-size: 13px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* 장바구니 */
.cart-breadcrumb .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 30px;
}
.cart-breadcrumb ol {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cart-breadcrumb ol > li {
  font-size: 18px;
  font-weight: 600;
  color: #aaa;
}
.cart-breadcrumb ol > li.active {
  color: #000;
}
.cart-breadcrumb ol > li + li {
  position: relative;
  margin-left: 28px;
}
.cart-breadcrumb ol > li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/assets/images/common/path-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.cart-warning {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  background-color: #F5F9FF;
  margin-top: 25px;
  padding: 15px 30px 15px 40px;
}
.cart-warning p::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-left: -14px;
  margin-right: 8px;
  vertical-align: super;
}
.cart-list {
  margin-top: 60px;
}
.cart-list .cart-list-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #797979;
  padding-bottom: 12px;
}
.cart-list .cart-list-buttons .button-del {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.cart-list .cart-list-buttons .button-del:hover {
  color: #0C66FF;
}
.cart-list ul {
  margin-top: 20px;
  padding: 0 15px;
}
.cart-list ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #EAEAEA;
  margin-bottom: 10px;
  padding: 25px 30px;
}
.cart-list ul > li.active {
  border-color: #0C66FF;
}
.cart-list .list-item {
  flex: 1;
}
.cart-list .list-item label {
  cursor: pointer;
}
.cart-list .item-type {
  font-size: 20px;
  font-weight: 600;
  color: #0C66FF;
}
.cart-list .item-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}
.cart-list .item-desc {
  font-size: 20px;
  font-weight: 500;
  color: #7E7E7E;
  margin-top: 6px;
}
.cart-list .item-price {
  width: 190px;
  font-size: 20px;
  font-weight: 500;
  color: #484848;
  text-align: right;
}
.cart-list .item-select {
  width: 100px;
  text-align: right;
}
.cart-list .item-qty {
  width: 100px;
  font-size: 20px;
  font-weight: 400;
  color: #7E7E7E;
  text-align: right;
}
.cart-list .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F9;
  padding: 50px 0;
}
.cart-list .no-data img {
  max-height: 40px;
  width: auto;
}
.cart-list .no-data p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
}
.cart-list .cart-order {
  margin-top: 70px;
}
.cart-list .cart-order .check-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
.cart-list .cart-order .check-area {
  flex: 1;
  text-align: center;
}
.cart-list .cart-order .check-area .check-title {
  font-size: 20px;
  font-weight: 500;
  color: #939393;
}
.cart-list .cart-order .check-area .check-price {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-top: 3px;
}
.cart-list .cart-order .check-area .check-price span {
  font-size: 18px;
  font-weight: 400;
}
.cart-list .cart-order .check-sign {
  width: 110px;
  text-align: center;
}
.cart-list .cart-order .check-sign img {
  max-width: 24px;
  height: auto;
}
.cart-list .cart-order .cart-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}
.cart-list .cart-order .cart-button p {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  color: #939393;
}
.cart-list .cart-order .cart-button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 10px;
}
.cart-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
  padding-bottom: 140px;
}
.cart-wrap .cart-cont {
  flex: 1;
}
.cart-wrap .cart-cont .cart-box:not(:last-child) {
  margin-bottom: 45px;
}
.cart-wrap .cart-quick {
  position: sticky;
  top: 0;
  width: 290px;
  margin-left: 20px;
  border: 1px solid #BFBFBF;
}
.cart-quick .quick-header {
  background-color: #F5F7F9;
  padding: 20px;
}
.cart-quick .quick-header .quick-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.cart-quick .quick-header .quick-title p {
  flex: 1;
}
.cart-quick .quick-header .quick-title .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  background-color: #fff;
  border: 1px solid #DBDBDB;
}
.cart-quick .quick-header .quick-user {
  margin-top: 2px;
}
.cart-quick .quick-header .quick-user span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-right: 5px;
}
.cart-quick .quick-header .quick-addr {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-top: 5px;
}
.cart-quick .quick-body {
  padding: 20px;
}
.cart-quick .quick-body .body-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.cart-quick .quick-body dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
.cart-quick .quick-body dl dt {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.cart-quick .quick-body dl dd {
  font-weight: 600;
}
.cart-quick .quick-body dl.body-discount dd {
  color: #E93223;
}
.cart-quick .quick-body dl.body-total {
  border-top: 1px dashed #AAAAAA;
  border-bottom: 1px solid #DEDEDE;
  margin-top: 30px;
  padding: 15px 0 20px;
}
.cart-quick .quick-body dl.body-total dt,
.cart-quick .quick-body dl.body-total dd {
  color: #0C66FF;
}
.cart-quick .quick-body dl.body-total dd {
  font-size: 20px;
  font-weight: 400;
}
.cart-quick .quick-body dl.body-total dd span {
  font-size: 26px;
  font-weight: 600;
}
.cart-quick .quick-body .second {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 27px;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}
.cart-quick .quick-body .primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 5px;
  margin-top: 15px;
}
.cart-quick .quick-body .link-wrap {
  text-align: right;
  margin-top: 6px;
}
.cart-quick .quick-body .link-wrap .link {
  font-size: 12px;
  font-weight: 600;
  color: #0C66FF;
  text-decoration: underline;
}
.cart-cont .box-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  border-bottom: 1px solid #797979;
  padding-bottom: 15px;
}
.cart-cont .info-section {
  padding: 0 20px;
}
.cart-cont .cart-list {
  margin-top: 0;
}
.cart-cont .cart-list ul {
  margin: 0;
  padding: 0 20px;
}
.cart-cont .cart-list ul > li {
  padding: 20px;
}
.cart-cont .cart-list .item-type,
.cart-cont .cart-list .item-title,
.cart-cont .cart-list .item-price,
.cart-cont .cart-list .item-qty {
  font-size: 16px;
}
.cart-cont .cart-list .item-title {
  margin-top: 3px;
}
.shipping-info .form-control {
  align-items: flex-start;
  margin-bottom: 15px;
}
.shipping-info .form-control:last-child {
  margin-bottom: 0;
}
.shipping-info .form-control .form-control:not(:last-child) {
  margin-bottom: 10px;
}
.shipping-info .form-label {
  display: inline-flex;
  align-items: center;
  width: 175px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.shipping-info .form-control input[disabled] {
  background-color: #FAFAFA;
}
.shipping-info .form-control input[type="text"], 
.shipping-info .form-control input[type="date"], 
.shipping-info .form-control input[type="tel"], 
.shipping-info .form-control input[type="password"], 
.shipping-info .form-control select {
  height: 40px;
  font-size: 15px;
  border-color: #DDDDDD;
  border-radius: 5px;
}
.shipping-info .form-control .col-input {
  flex: initial;
  width: 240px;
}
.shipping-info .form-control .col.col-button {
  flex: initial;
  width: 110px;
}
.shipping-info .form-control .col + .col {
  margin-left: 10px;
}
.shipping-info .form-check  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  width: calc(100% - 175px);
}
.shipping-info .form-control .button {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color :#fff;
  background-color: #0C66FF;
  border-radius: 5px;
}
.shipping-info .form-control .input-ment {
  font-size: 14px;
  font-weight: 400;
  color: #8B8B8B;
  margin-top: 10px;
}
.shipping-info .form-control .input-ment.ment-caution {
  color: #E93A2B;
}
.shipping-info .form-control .ment-pay {
  font-size: 15px;
  font-weight: 500;
  color: #373737;
}
.shipping-info .form-control .ment-mileage {
  align-self: center;
  font-size: 15px;
  font-weight: 500;
  color: #767676;
}
.shipping-info .form-control .col.col-check {
  flex: initial;
  width: calc(100% / 3 - 8px);
}
.shipping-info .col-check .checkbox-wrap {
  display: flex;
}
.shipping-info .col-check .checkbox-wrap input[type="radio"] {
  display: none;
}
.shipping-info .col-check .checkbox-wrap input[type="radio"] + label {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.shipping-info .col-check .checkbox-wrap input[type="radio"] + label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: initial;
  font-size: 15px;
  font-weight: 500;
  color: #373737;
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
}
.shipping-info .col-check .checkbox-wrap input[type="radio"]:checked + label span {
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  border-color: #0C66FF;
}
.cart-installments {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background-color: #F5F9FF;
  margin-bottom: 20px;
  padding: 20px;
}
.cart-installments .installments-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.cart-installments .button {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-left: 15px;
}
.cart-installments .button img {
  max-height: 15px;
  width: auto;
  vertical-align: bottom;
}
.cart-caution {
  border-top: 1px solid #DDDDDD;
  padding: 20px 20px 0;
}
.cart-caution .caution-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.cart-caution .caution-area {
  margin-top: 18px;
}
.cart-caution .caution-area p {
  font-size: 14px;
  font-weight: 400;
  color: #8D8D8D;
}
.cart-wrap .cart-buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 310px);
  border-top: 1px solid #797979;
  margin-top: 35px;
  padding-top: 35px;
}
.cart-wrap .cart-buttons .button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 30px;
  font-weight: 500;
  border-radius: 10px;
}
.cart-wrap .cart-buttons .cancel {
  width: 180px;
  color: #8B8B8B;
  background-color: #DBDBDB;
}
.cart-wrap .cart-buttons .primary {
  width: 445px;
  color: #fff;
  background-color: #0C66FF;
}
.modal-pay .modal-container {
  max-width: 820px;
}
.modal-pay .modal-container .modal-body {
  padding: 0;
}
.cart-success-summary {
  text-align: center;
  padding: 35px 0;
}
.cart-success-summary p {
  font-size: 30px;
  color: #000;
}
.cart-success-summary img {
  max-height: 65px;
  width: auto;
  margin-bottom: 18px;
}
.cart-success-summary .summary-title {
  font-weight: 600;
}
.cart-success-summary .summary-desc {
  font-weight: 400;
}
.cart-success-list {
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  padding: 28px 20px;
}
.cart-success-list dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 500;
}
.cart-success-list dl:not(:last-child) {
  margin-bottom: 20px;
}
.cart-success-list dl dt {
  width: 160px;
  color: #989898;
}
.cart-success-list dl dd {
  flex: 1;
  color: #000;
}
.cart-success-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 55px;
}
.cart-success-buttons .button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 26px;
  font-weight: 600;
  border: 2px solid #0C66FF;
  border-radius: 10px;
}
.cart-success-buttons .button + .button {
  margin-left: 10px;
}
.cart-success-buttons .button.second {
  color: #0C66FF;
}
.cart-success-buttons .button.primary {
  color: #fff;
  background-color: #0C66FF;
}
/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) { 
  .cart-wrap .cart-buttons .primary {
    width: initial;
    flex: 1;
    margin-left: 20px;
  }
  .cart-wrap .cart-buttons .cancel {
    width: 220px;
  }
}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .cart-wrap {
    flex-direction: column;
  }
  .shipping-info .form-control .col.ment-mileage {
    flex: 0 0 100%;
    margin: 10px 0 0 0;
  }
  .cart-wrap .cart-quick {
    position: static;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .cart-wrap .cart-buttons {
    width: 100%;
  }
  .cart-quick .quick-header .quick-title .button,
  .cart-quick .quick-body .button {
    display: none;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  
}
@media all and (max-width:768px) {
  .cart-breadcrumb .section-title {
    border-bottom: 0 none;
  }
  .cart-breadcrumb ol {
    justify-content: center;
  }
  .cart-breadcrumb ol > li {
    font-size: 15px;
  }
  .cart-warning {
    font-size: 12px;
    margin: 0 -20px;
    background-color: #fff;
    border-top: 1px solid #F4F4F6;
    padding: 15px 20px 15px 30px;
  }
  .cart-warning p::before {
    width: 3px;
    height: 3px;
  }
  .cart-list {
    margin: 0 -20px;
  }
  .cart-list .cart-list-buttons {
    border-bottom: 0 none;
    padding: 25px 20px 0;
  }
  .cart-list .cart-list-buttons .button-del {
    font-size: 16px;
  }
  .cart-list ul {
    margin-top: 18px;
    padding: 0 20px;
  }
  .cart-list ul > li {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border-width: 1px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 12px;
  }
  .cart-list ul > li:last-child {
    margin-bottom: 20px;
  }
  .cart-list .list-item {
    max-width: calc(100% - 25px);
  }
  .cart-list .item-type {
    font-size: 13px;
  }
  .cart-list .item-title {
    font-size: 16px;
    margin-top: 3px;
  }
  .cart-list .item-desc {
    font-size: 13px;
    margin-top: 3px;
  }
  .cart-list .item-qty {
    flex: 1;
    font-size: 13px;
    text-align: left;
  }
  .cart-list .item-price {
    flex: 1;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .cart-list ul > li .item-select {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: autuo;
  }
  .cart-list .no-data {
    margin: 10px 20px 0;
  }
  .cart-list .no-data img {
    max-height: 33px;
  }
  .cart-list .no-data p {
    font-size: 16px;
    margin-top: 8px;
  }
  .cart-list .cart-order {
    margin-top: 0;
  }
  .cart-list .cart-order .section-title {
    margin-top: 25px;
    padding: 0 20px;
  }
  .cart-list .cart-order .check-wrap {
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 0;
  }
  .cart-list .cart-order .check-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-list .cart-order .check-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding: 0 20px;
  }
  .cart-list .cart-order .check-area.check-border {
    border-top: 1px solid #F4F4F6;
    margin-top: 10px;
    padding-top: 10px;
  }
  .cart-list .cart-order .check-area .check-title {
    flex: 1;
    font-size: 16px;
    text-align: left;
  }
  .cart-list .cart-order .check-area .check-price {
    font-size: 18px;
    margin-top: 0;
  }
  .cart-list .cart-order .check-area .check-price span {
    font-size: 13px;
  }
  .cart-list .cart-order .cart-button {
    padding: 0 20px;
  }
  .cart-list .cart-order .cart-button .button {
    width: 100%;
    height: 40px;
    font-size: 18px;
  }
  .cart-wrap .cart-quick {
    display: none;
  }
  .cart-wrap {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
  }
  .cart-wrap .cart-cont .cart-box {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .cart-wrap .cart-cont .cart-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .cart-cont .box-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px 0 10px;
  }
  .cart-cont .cart-list ul > li {
    flex-direction: row;
    padding: 10px;
  }
  .cart-cont .cart-list .list-item {
    flex: 0 0 100%;
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .cart-cont .cart-list .item-type, 
  .cart-cont .cart-list .item-title, 
  .cart-cont .cart-list .item-price, 
  .cart-cont .cart-list .item-qty {
    font-size: 13px;
  }
  .cart-cont .cart-list .item-price,
  .cart-cont .cart-list .item-qty {
    margin-top: 5px;
  }
  .cart-cont .cart-list .item-price {
    order: 2;
  }
  .cart-cont .cart-list .item-qty {
    order: 3;
    text-align: right;
  }
  .cart-cont .info-section {
    padding: 0;
  }
  .shipping-info .form-control {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .shipping-info .form-label {
    flex: 1;
    width: initial;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .shipping-info .form-control .col {
    width: 100%;
  }
  .shipping-info .form-control .col + .col {
    margin-left: 5px;
  }
  .shipping-info .form-control .col-input {
    flex: 1;
    width: 100%;
  }
  .shipping-info .form-control .form-control {
    flex-direction: row;
  }
  .shipping-info .form-control .input-ment {
    flex: 0 0 100%;
    font-size: 12px;
    margin-top: 8px;
  }
  .shipping-info .form-control .col.col-check {
    flex: initial;
    width: calc(100% / 3 - 4px);
  }
  .shipping-info .form-check {
    width: 100%;
  }
  .shipping-info .form-mileage {
    position:relative;
  }
  .shipping-info .form-mileage .ment-mileage {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .pay-info dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
  }
  .pay-info dl dt {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
  }
  .pay-info dl dd {
    font-weight: 600;
  }
  .pay-info dl.price-discount dd {
    color: #E93223;
  }
  .pay-info dl.price-total {
    border-top: 1px solid #AAAAAA;
    margin-top: 15px;
    padding: 15px 0 5px;
  }
  .pay-info dl.price-total dt,
  .pay-info dl.price-total dd {
    color: #0C66FF;
  }
  .pay-info dl.price-total dd {
    font-size: 15px;
    font-weight: 400;
  }
  .pay-info dl.price-total dd span {
    font-size: 18px;
    font-weight: 600;
  }
  .cart-installments {
    margin-bottom: 15px;
    padding: 15px;
  }
  .cart-installments .installments-title {
    font-size: 15px;
  }
  .cart-installments .button {
    font-size: 12px;
  }
  .cart-installments .button img {
    max-height: 13px;
  }
  .cart-caution {
    border-top: 10px solid #F4F5F7;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .cart-caution .caution-title {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0;
  }
  .cart-caution .caution-area {
    margin-top: 15px;
  }
  .cart-caution .caution-area p {
    font-size: 12px;
  }
  .cart-wrap .cart-buttons {
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: 0 none;
  }
  .cart-wrap .cart-buttons .button {
    height: 35px;
    font-size: 18px;
  }
  .cart-wrap .cart-buttons .cancel {
    width: 30%;
  }
  .cart-wrap .cart-buttons .primary {
    margin-left: 10px;
  }
  .cart-success-summary {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .cart-success-summary > div {
    background-color: #F5F9FF;
    margin-top: 15px;
    padding: 20px 0;
  }
  .cart-success-summary img {
    max-height: 42px;
    margin-bottom: 7px;
  }
  .cart-success-summary p {
    font-size: 16px;
  }
  .cart-success-list {
    margin-top: 25px;
    padding: 15px 8px;
  }
  .cart-success-list dl {
    font-size: 16px;
  }
  .cart-success-list dl:not(:last-child) {
    margin-bottom: 12px;
  }
  .cart-success-list dl dt {
    width: 120px;
  }
  .cart-success-buttons {
    margin-top: 30px;
  }
  .cart-success-buttons .button {
    height: 35px;
    font-size: 16px;
  }
}
@media all and (max-width:420px) {
  .shipping-info .form-check {
    gap: 5px;
  }
  .shipping-info .form-control .col.col-check {
    flex: 0 0 100%;
    width: auto;
  }
  .shipping-info .form-control .col.col-check + .col {
    margin-left: 0;
  }
  
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shipping-info .form-control .ment-mileage + .input-ment {
    flex: initial;
    width: 100%;
  }
}

/* 마이페이지 */
.qr-wrap {
  margin-top: 20px;
}
.qr-wrap .qr-header {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  background-color: #F5F9FF;
  padding: 20px 0;
}
.qr-wrap .qr-header span {
  display: block;
}
.qr-wrap .qr-body {
  text-align: center;
  margin-top: 45px;
}
.qr-wrap .qr-body img {
  max-height: 200px;
  width: auto;
}
.qr-wrap .qr-body .qr-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 13px;
}
.modal-leave .modal-container {
  width: 720px;
}
.modal-leave .modal-container .modal-body {
  padding: 25px 30px;
}
.modal-leave .leave-title {
  font-size: 32px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  margin-top: 70px;
}
.modal-leave .leave-title strong {
  font-weight: 600;
  color: #0C66FF;
}
.modal-leave .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 80px;
}
.modal-leave .modal-footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.modal-leave .modal-footer .button + .button {
  margin-left: 10px;
}
.modal-leave .modal-footer .button.second {
  width: 110px;
  background-color: #CBCBCB;
}
.modal-leave .modal-footer .button.primary {
  width: 160px;
  background-color: #0C66FF;
}
.book-booking-wrap .section-title {
  margin-top: 40px;
}
.book-booking-wrap .book-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 25px;
}
.book-booking-wrap .book-row {
  display: table-row;
  width: 100%;
}
.book-booking-wrap .book-head {
  display: table-header-group;
}
.book-booking-wrap .book-body {
  display: table-row-group;
}
.book-booking-wrap .book-body .book-row .book-td {
  border-bottom: 1px solid #DCDCDC;
}
.book-booking-wrap .book-th,
.book-booking-wrap .book-td {
  display: table-cell;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
}
.book-booking-wrap .book-th {
  color: #626262;
  text-align: center;
  background-color: #F5F9FF;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 14px 0;
}
.book-booking-wrap .book-td { 
  color: #222222;
  text-align: left;
  padding: 20px 30px;
}
.book-booking-wrap .col-qty,
.book-booking-wrap .col-check {
  text-align: center;
  border-left: 1px solid #DCDCDC;
}
.book-booking-wrap .col-qty {
  width: 16%;
}
.book-booking-wrap .col-check {
  width: 10%;
}
.book-booking-wrap .checkbox-wrap input[type="checkbox"] + label span {
  margin: 0;
}
.book-booking-wrap .button-wrap {
  margin-top: 35px;
  text-align: right;
}
.book-booking-wrap .button-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 10px;
}
.book-booking-wrap .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F9;
  padding: 50px 0;
}
.book-booking-wrap .no-data img {
  max-height: 40px;
  width: auto;
}
.book-booking-wrap .no-data p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
}
.book-booking-wrap .delivery-list {
  margin-top: 25px;
}
.book-booking-wrap .delivery-list ul {
  margin: 0 15px;
}
.book-booking-wrap .delivery-list ul > li {
  border: 1px solid #E3E3E3;
}
.book-booking-wrap .delivery-list ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.book-booking-wrap .delivery-list .delivery-item,
.book-booking-wrap .delivery-list .delivery-addr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.book-booking-wrap .delivery-list .delivery-cont {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.book-booking-wrap .delivery-list .delivery-cont span {
  color: #2B6EFF;
}
.book-booking-wrap .delivery-list .delivery-cont .addr {
  font-weight: 600;
}
.book-booking-wrap .delivery-list .delivery-option {
  width: 140px;
  text-align: right;
}
.book-booking-wrap .delivery-list .delivery-item {
  padding: 15px 20px 12px 20px;
}
.book-booking-wrap .delivery-list .delivery-addr {
  background-color: #F5F9FF;
  border-top: 1px solid #E3E3E3;
  padding: 12px 20px;
}
.book-booking-wrap .delivery-list .option-qty {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.book-booking-wrap .delivery-list .option-status {
  font-size: 18px;
  font-weight: 600;
  color: #2B6EFF;
}
.book-booking-wrap .delivery-list .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
.mileage-wrap .mileage-summary {
  margin: 20px 0 15px;
}
.mileage-wrap .mileage-summary .mileage-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.mileage-wrap .mileage-summary .mileage-title .mileage-current {
  display: inline-block;
  font-weight: 600;
  color: #0C66FF;
  margin-left: 15px;
}
.mileage-wrap .mileage-summary .mileage-desc {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  margin-top: 2px;
}
.mileage-wrap table {
  table-layout: fixed;
  width: 100%;
}
.mileage-wrap table thead th,
.mileage-wrap table tbody td {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.mileage-wrap table thead th {
  font-weight: 500;
  background-color: #F5F9FF;
  border-top: 1px solid #575E77;
  padding: 15px 0;
}
.mileage-wrap table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #DCDCDC;
}
.mileage-wrap table tbody tr:last-child td {
  border-bottom: 1px solid #575E77;
}
.mileage-wrap table tbody td {
  font-weight: 400;
  padding: 20px 0;
}
.mileage-wrap table + .pre-more {
  margin-top: 35px;
}
.modal-delivery .modal-container {
  width: 820px;
}
.modal-delivery table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #B2B7C3;
  border-bottom: 2px solid #B2B7C3;
}
.modal-delivery table tbody th,
.modal-delivery table tbody td {
  border-bottom: 1px solid #B2B7C3;
  padding: 12px 15px;
}
.modal-delivery table th {
  width: 135px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  text-align: left;
  background-color: #F5F9FF;
}
.modal-delivery table tbody td {
  padding-right: 0;
}
.modal-delivery .form-control input[type="text"], 
.modal-delivery .form-control input[type="date"], 
.modal-delivery .form-control input[type="tel"], 
.modal-delivery .form-control input[type="password"], 
.modal-delivery .form-control select {
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 15px;
}
.modal-delivery .form-control .col + .col {
  margin-left: 10px;
}
.modal-delivery .form-control .col-input {
  flex: initial;
  width: 240px;
}
.modal-delivery .form-control .col-button {
  flex: initial;
  width: 110px;
}
.modal-delivery .form-control .button {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 5px;
}
.modal-delivery button[type="submit"] {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 10px;
  margin-top: 20px;
}
.member-info {
  margin-top: 30px; 
  padding: 0 20px;
}
.member-info .form-control {
  align-items: flex-start;
  margin-bottom: 18px;
}
.member-info .form-control:last-child {
  margin-bottom: 0;
}
.member-info .form-control .form-label {
  display: inline-flex;
  align-items: center;
  width: 175px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.member-info .form-control .form-control {
  margin-top: 10px;
}
.member-info .form-control input[type="text"], 
.member-info .form-control input[type="date"], 
.member-info .form-control input[type="tel"], 
.member-info .form-control input[type="password"], 
.member-info .form-control select {
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 15px;
}
.member-info .form-control .col + .col {
  margin-left: 10px;
}
.member-info .form-control .col-small {
  flex: initial;
  width: 240px;
}
.member-info .form-control .col-medium {
  flex: initial;
  width: 340px;
}
.member-info .form-control .col-full {
  flex: initial;
  width: 630px;
}
.member-info .form-control .button {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #0C66FF;
  border-radius: 5px;
}
.member-info .form-control-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.member-info .form-control-check {
  /* align-items: center; */
}
.member-info .form-control-check .col {
  flex: initial;
}
.member-info .form-control-check .col + .col {
  margin-left: 30px;
}
.member-info .form-control-check .col-check {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
.member-info .form-control .input-desc {
  font-size: 14px;
  font-weight: 500;
  color: #E93A2B;
  margin-top: 10px;
}
.member-info .form-control-check .input-desc {
  margin-top: 0;
}
.member-info .button-wrap {
  text-align: right;
  margin-top: 55px;
  border-top: 2px solid #8D9AAF;
  padding-top: 35px;
}
.member-info .button-wrap .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 30px;
  font-weight: 600;
  border-radius: 10px;
}
.member-info .button-wrap .button + .button {
  margin-left: 25px;
}
.member-info .button-wrap .button.cancel {
  width: 180px;
  color: #8B8B8B;
  background-color: #DBDBDB;
}
.member-info .button-wrap .button.primary {
  width: 445px;
  color: #fff;
  background-color: #0C66FF;
}
/* 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) {
  .member-info .form-control .col-full {
    width: 100%;
  }
}
@media all and (max-width:768px) {
  .qr-wrap .qr-header {
    font-size: 15px;
    word-break: keep-all;
    padding: 10px 0;
  }
  .qr-wrap .qr-body img {
    max-width: 45%;
    height: auto;
  }
  .qr-wrap .qr-body .qr-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .modal-leave .modal-container .modal-body {
    padding: 20px;
  }
  .modal-leave .leave-title {
    font-size: 22px;
    margin-top: 50px;
  }
  .modal-leave .modal-footer {
    margin-top: 70px;
  }
  .modal-leave .modal-footer .button {
    height: 40px;
    font-size: 18px;
  }
  .modal-leave .modal-footer .button.second {
    width: 90px;
  }
  .modal-leave .modal-footer .button.primary {
    width: 130px;
  }
  .booking-wrap .section-title {
    margin-top: 0;
    border-bottom: 1px solid #8D9AAF;
    padding-bottom: 10px;
  }
  .booking-wrap .tabs-1depth {
    margin-top: 25px;
  }
  .booking-wrap .book-booking-wrap .section-title {
    font-size: 15px;
    margin-top: 15px;
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .book-booking-wrap .book-table {
    margin-top: 6px;
    border-bottom: 0 none;
  }
  .book-booking-wrap .book-table, 
  .book-booking-wrap .book-body {
    display: block;
  }
  .book-booking-wrap .book-th {
    display: none;
  }
  .book-booking-wrap .book-body .book-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 2px solid #B2B7C3;
    border-bottom: 1px solid #B2B7C3;
    margin-bottom: 10px;
  }
  .book-booking-wrap .book-body .book-row:not(:last-child) .book-td {
    border-color: #B2B7C3;
  }
  .book-booking-wrap .book-body .book-row:last-child .book-td {
    border-bottom: 1px solid #B2B7C3;
  }
  .book-booking-wrap .book-td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    text-align: left;
    padding: 0;    
  }
  .book-booking-wrap .col-qty, 
  .book-booking-wrap .col-check {
    width: 100%;
    border-left: 0 none;
  }
  .book-booking-wrap .col-title {
    width: 110px;
    font-size: 14px;
    color: #78849E;
    background-color: #F5F9FF;
    padding: 10px 0 10px 8px;
  }
  .book-booking-wrap .col-value {
    flex: 1;
    font-size: 14px;
    color: #333333;
    padding: 10px 8px;
  }
  .book-booking-wrap .col-check .checkbox-wrap {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
  }
  .book-booking-wrap .button-wrap {
    margin-top: 25px;
  }
  .book-booking-wrap .button-wrap .button {
    width: 100%;
    height: 35px;
    font-size: 16px;
  }
  .book-booking-wrap .no-data {
    
  }
  .book-booking-wrap .no-data img {
    max-height: 33px;
  }
  .book-booking-wrap .no-data p {
    font-size: 16px;
    margin-top: 8px;
  }
  .book-booking-wrap .delivery-list {
    margin-top: 20px;
  }
  .book-booking-wrap .delivery-list ul {
    margin: 0;
  }
  .book-booking-wrap .delivery-list .delivery-item {
    flex-direction: column;
    padding: 10px;
  }
  .book-booking-wrap .delivery-list .delivery-item .delivery-option {
    flex: 1;
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .book-booking-wrap .delivery-list .delivery-cont {
    width: 100%;
  }
  .book-booking-wrap .delivery-list .delivery-cont,
  .book-booking-wrap .delivery-list .option-qty {
    font-size: 14px;
  }
  .book-booking-wrap .delivery-list .option-status {
    font-size: 16px;
  }
  .book-booking-wrap .delivery-list .delivery-addr {
    padding: 8px 10px;
  }
  .book-booking-wrap .delivery-list .delivery-option {
    width: 110px;
  }
  .book-booking-wrap .delivery-list .button {
    width: 90px;
    font-size: 13px;
  }
  .mileage-wrap .section-title {
    margin-top: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .mileage-wrap .mileage-summary {
    position: relative;
    background-color: #F5F5F5;
    margin: 15px 0 25px;
    padding: 15px 10px;
  }
  .mileage-wrap .mileage-summary .mileage-title {
    font-size: 16px;
  }
  .mileage-wrap .mileage-summary .mileage-desc {
    font-size: 14px;
  }
  .mileage-wrap .mileage-summary .mileage-current {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .mileage-wrap table thead th, 
  .mileage-wrap table tbody td {
    font-size: 14px;
    padding: 9px 0;
  }
  .mileage-wrap table thead th,
  .mileage-wrap table tbody tr:last-child td {
    border-color: #DCDCDC;
  }
  .modal-delivery table tbody th {
    width: 110px;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 5px;
  }
  .modal-delivery table tbody td {
    padding: 10px 0 10px 10px;
  }
  .modal-delivery .form-control input[type="text"], 
  .modal-delivery .form-control input[type="date"], 
  .modal-delivery .form-control input[type="tel"], 
  .modal-delivery .form-control input[type="password"], 
  .modal-delivery .form-control select {
    height: 30px;
    font-size: 13px;
    padding: 0 10px;
  }
  .modal-delivery .form-control .col + .col {
    margin-left: 5px;
  }
  .modal-delivery .form-control .col-input,
  .modal-delivery .form-control .col-button {
    flex: 1;
    width: unset;
  }
  .modal-delivery .form-control .button {
    height: 30px;
    font-size: 13px;
  }
  .modal-delivery button[type="submit"] {
    height: 35px;
    font-size: 16px;
    margin-top: 15px;
  }
  .member-info {
    margin-top: 15px;
    padding: 0;
  }
  .member-info .form-control {
    flex-direction: column;
    margin-bottom: 13px;
  }
  .member-info .form-control .form-label {
    width: 100%;
    height: unset;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .member-info .form-control input[type="text"], 
  .member-info .form-control input[type="date"],
  .member-info .form-control input[type="tel"], 
  .member-info .form-control input[type="password"], 
  .member-info .form-control select {
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .member-info .form-control .button {
    height: 30px;
    font-size: 14px;
  }
  .member-info .form-control .col {
    width: 100%;
  }
  .member-info .form-control .col-small,
  .member-info .form-control .col-medium,
  .member-info .form-control .col-full {
    flex: 1;
    width: 100%;
  }
  .member-info .form-control-check .col-check {
    min-height: unset;
    width: unset;
  }
  .member-info .form-control-check .col + .col {
    margin-left: 0;
  }
  .member-info .form-control-inner .col + .col-school {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .member-info .form-control-check .form-control-inner {
    gap: 5px 20px;
  }
  .member-info .form-control-check .col {
    flex: 30%;
  }
  .member-info .form-control .input-desc,
  .member-info .form-control-check .input-desc {
    margin-top: 5px;
  }
  .member-info .button-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
    border-top: 0 none;
    padding: 0;
  }
  .member-info .button-wrap .button {
    height: 35px;
    font-size: 16px;
  }
  .member-info .button-wrap .button.cancel {
    width: calc(30% - 10px);
  }
  .member-info .button-wrap .button.primary {
    width: 70%;
  }
  .member-info .button-wrap .button + .button {
    margin-left: 10px;
  }
}
@media all and (max-width:380px) {
  .mileage-wrap .mileage-summary .mileage-title .mileage-current {
    position: static;
    transform: unset;
    margin-left: 0;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-info .form-control .col-small {
    max-width: 240px;
  }
  .member-info .form-control .col-medium {
    max-width: 340px;
  }
  .member-info .form-control .col-full {
    max-width: 630px;
  }
  .member-info .form-control-check .col {
    flex: 0 0 auto;
  }
  .member-info .form-addr .form-control {
    margin-top: 50px;
  }
  .member-info .form-control .col-addr input[disabled] {
    width: 630px;
  }
}