input::placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
input:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
input::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
select::placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
select:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
select::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: -1px;
  color: #888;
  opacity: 1;
}
@media (max-width: 1080px) {
  input::placeholder {
    font-size: 12px;
  }
  input:-ms-input-placeholder {
    font-size: 12px;
  }
  input::-ms-input-placeholder {
    font-size: 12px;
  }
  select::placeholder {
    font-size: 12px;
  }
  select:-ms-input-placeholder {
    font-size: 12px;
  }
  select::-ms-input-placeholder {
    font-size: 12px;
  }
}
/* required Error */
ul.parsley-errors-list {
  list-style: none;
  color: #e74c3c;
  padding-left: 0;
}
ul.parsley-errors-list li {
  font-size: 12px !important;
  padding: 0 0 12px 14px !important;
  position: relative !important;
  width: 100% !important;
}
ul.parsley-errors-list li:before {
  position: absolute;
  font-family: xeicon;
  content: "\ea2d";
  left: 0;
  top: -1px;
  color: #e74c3c;
}

@media (max-width: 1080px) {
  ul.parsley-errors-list {
    padding-top: 5px;
  }
}

/* 메인 팝업 */
.div-popup {
  position: absolute;
  top: 160px;
  left: -400px;
  width: 431px;
  /* overflow: hidden; */
  z-index: 98;
  display: block;
  transition: left 0.8s;
}
.div-popup .pcontent {
  /* height: 479px; */
  height: auto;
  width: 400px;
  background-color: #333;
  border: 1px solid #333;
  overflow: hidden;
}
.div-popup .pcontent img {
  max-height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.div-popup .popup-close {
  color: #fff;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 2px 10px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.div-popup .slick-arrow {
  position: absolute;
  width: 20px;
  z-index: 98;
  top: 225px;
}
.div-popup .slick-arrow.slick-prev {
  left: 10px;
}
.div-popup .slick-arrow.slick-next {
  right: 10px;
}
.div-popup .slick-dots {
  bottom: 10px;
  width: auto;
  left: 5px;
}
.div-popup .slick-dots li span {
  color: #666;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #111;
  background-color: #222;
  display: block;
  line-height: 25px;
}
.div-popup .slick-dots li.slick-active span {
  background-color: #fff;
  color: #000;
}
.div-popup.open {
  left: 0;
}
.div-popup.close {
  left: -400px;
}
#popup-open {
  position: absolute;
  top: 5px;
  left: 400px;
  width: 31px;
  overflow: hidden;
  z-index: 98;
  display: block;
  cursor: pointer;
}
#popup-open > div {
  background-color: #b21f24;
  color: #fff;
  padding: 5px 8px 5px 5px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#popup-open > div > i {
  vertical-align: baseline;
}

/* 메인 커리큘럼 */
.section2 .curriculum-item.bg1,
.section2 .curriculum-item.bg2,
.section2 .curriculum-item.bg3,
.section2 .curriculum-item.bg4,
.section2 .curriculum-item.bg5,
.section2 .curriculum-item.bg6,
.section2 .curriculum-item.bg7 {
  background-size: cover;
}

/* 서브메뉴 위치 */
#gnbBg {
  top: 81px;
}

#headerInnerbot .top-tel {
  top: 26px;
  z-index: 100;
}
#headerInnerbot .top-tel .social-text {
  color: #403f3b;
  font-size: 12px;
  margin-bottom: 4px;
}

/* 로그인 후 상단 */
.header_top_buttons {
  position: absolute;
  right: 10%;
  z-index: 101;
}
.header_top_buttons ul {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.header_top_buttons ul li {
  margin-left: 5px;
}
.header_top_buttons ul li a {
  display: block;
  background: #000;
  padding: 5px 20px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 17px;
  vertical-align: text-bottom;
}
.header_top_buttons ul li a.leveltest {
  background-color: #d75755;
}
.header_top_buttons ul li a.help {
  background-color: #007bff;
}
@media (max-width: 1000px) {
  .header_top_buttons {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header_top_buttons {
    right: 2%;
  }
}

@media (max-width: 800px) {
  .section3 .after-wrap .after-student-wrap,
  .section3 .after-wrap .after-mom-wrap {
    -webkit-transition: transform none;
    -moz-transition: transform none;
    -o-transition: transform none;
    -ms-transition: transform none;
    transition: transform none;
    opacity: 1;
    filter: Alpha(opacity=1);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/* 상단 버튼 */
#headerInnerbot .util-menu p {
  /* margin-right:5px; */
}
#headerInnerbot .util-menu p:last-child {
  margin-right: 0;
}

/* 로그인 */
#loginContent fieldset div input {
  margin-top: 10px;
  margin-bottom: 0;
}
#loginContent fieldset div input:first-child {
  margin-top: 0;
}
#loginContent fieldset button {
  max-height: 90px;
}
#loginContent {
  margin: 110px auto;
}

/* 메인 보정 */
.section2.section .img img {
  width: auto !important;
  height: auto !important;
}

.section .img img {
  width: 100% !important;
  height: auto !important;
}

.section4 .cart-wrap {
  /*padding: 9px 10px;*/
}
p.title,
.section4 .cart-wrap li .txt {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section4 .cart-wrap .cart-first .img {
  max-width: 415px;
  height: 413px;
  position: relative;
  border: 0;
}
.section4 .cart-wrap .cart-first .img > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 1440px) {
  .section4 .cart-wrap .cart-first .img {
    height: 325px;
  }
}

@media all and (min-width: 1024px) {
  /*
	.section1 .table-cell-layout {
		vertical-align:baseline;
	}
	.section1 .table-cell-layout p.title {
		padding-top: 6.5rem
	}
	.section1 .table-cell-layout p.title1 {
		padding-top: 10.5rem
	}
	
	.section2 .curriculum-detail {
		padding: 25px 16px;
	}
	*/

  .after-wrap h4,
  .section4 h4 {
    margin-top: 120px;
    margin-bottom: 35px;
  }
}

/* Portrait(세로 모드) 모드일 때 적용할 CSS */
@media (orientation: portrait) {
  #footer .footer-middle p span {
    display: block;
  }
  #footer .footer-middle p,
  #footer .footer-bottom p {
    font-size: 12px;
    line-height: 1.8em;
  }
  #footer .footer-bottom p span {
    display: block;
  }
}

/* Landscape(가로 모드) 모드일 때 적용할 CSS */
@media (orientation: landscape) {
}

@media (max-width: 1080px) {
  #footer .footer-middle .footer-sns {
    text-align: left;
    margin-top: 10px !important;
  }
}

/* 메인페이지 full nav */
.nav-options {
  position: fixed;
  left: 15px;
  bottom: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  background-color: transparent;
  padding: 5px 5px 5px 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-options .box-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  left: 2.5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-options .box-inner-option {
  position: absolute;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 35px;
  overflow: hidden;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 310px;*/
}
.nav-options,
.nav-options .box-inner-option {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-options:hover {
  width: 345px;
  color: #b21f24;
}
.nav-options:hover .box-inner-option {
  width: 345px;
}

#fp-nav {
  position: absolute;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 10px;
  overflow: hidden;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  right: 0 !important;
}
#fp-nav ul {
  /*
	overflow:hidden;
	height: 28px;
	*/
}
#fp-nav ul li {
  float: left;
  width: 20px;
  margin: 7px 11px;
}
#fp-nav ul li .fp-tooltip {
  right: 0 !important;
  top: -18px;
  color: #b21f24;
  overflow: visible !important;
  left: -50%;
  font-size: 11px;
}
#fp-nav ul li a span {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: none;
  left: 0%;
  top: 0%;
  margin: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#fp-nav ul li:hover a span {
  margin: 0;
  height: 12px;
  width: 12px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: 0;
  border-radius: 0%;
  color: #b21f24;
}
.section2 .curriculum-detail {
  padding: 25px 15px;
}
.section4 .news-wrap li .img,
.section4 .cart-wrap li .img {
  border: none;
}

@media (max-width: 800px) {
  .bbs-list-row {
    width: 100%;
  }
}

/* 게시판 */
.bbs-view-file-info-box .bbs-file-list dd {
  margin: 3px 0;
}
.bbs-view-top {
  min-height: 115px;
}
.bbs-write-hit {
  float: right;
  border-left: 2px solid #9c9791;
  margin-top: 10px;
  text-align: right;
  padding-left: 15px;
}
.bbs-view-top .bbs-write-hit dt,
.bbs-view-top .bbs-write-hit dd {
  display: inline-block;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
}
.bbs-view-top .bbs-write-hit dd {
  margin: 0 0px 0 5px;
  color: #403f3b;
  font-weight: 400;
}

.bbs-list-row .column {
  height: 61px;
}
@media (max-width: 1080px) {
  .bbs-list-row .column {
    height: auto;
  }
}
.bbs-view-content-file img {
  max-width: 100%;
}
.bbs-view-content-card-btn {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: right;
}
.bbs-view-content-card-btn .card-btn {
  color: #8b0028;
  font-size: 14px;
  background: #ece3d7;
  border: 1px solid #a3a3a3;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
/*
#cardModal .course-slider .slick-slide .zoom-down:hover > img {
    opacity: 1;
    filter: Alpha(opacity=100);
}
*/
/* 카드뉴스 */
.course-slider-card .slick-prev {
  position: absolute;
  left: 70px;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -24px;
  z-index: 99;
  cursor: pointer;
}
.course-slider-card .slick-next {
  position: absolute;
  right: 70px;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -24px;
  z-index: 99;
  cursor: pointer;
}
.course-slider-card .slick-slide {
  min-width: 1140px;
  height: 633px;
  text-align: center;
  display: flex;
  align-items: center;
}
#cardModal .course-slider-card .slick-slide {
  height: auto;
}
.course-slider-card .slick-slide.slick-active {
}
.course-slider-card .slick-slide .zoom-down {
  position: relative;
}
.course-slider-card .slick-slide .zoom-down {
  max-width: 476px !important;
  margin: 0 auto;
}
.course-slider-card .slick-slide .zoom-down > img:hover {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}
.course-slider-card .slick-slide .zoom-down .over {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -54px;
}
.course-slider-card .slick-slide .zoom-down .over img {
  max-width: 250px !important;
  width: 250px !important;
  height: 109px;
  display: inline-block; /*2021-11-12 수정*/
}
.course-slider-card .slick-slide .zoom-down:hover .over {
  display: block;
}
.course-slider-card .slick-slide .zoom-down:hover > img {
  opacity: 1;
  filter: Alpha(opacity=100);
}
@media all and (max-width: 1200px) {
  .course-slider-card .slick-slide {
    text-align: center;
    min-width: auto;
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  .course-slider-card .slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 99;
    cursor: pointer;
  }
  .course-slider-card .slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 99;
    cursor: pointer;
  }
  .course-slider-card .slick-prev img,
  .course-slider .slick-next img {
    width: 30px;
    height: 30px;
  }
  .course-slider-card .slick-slide .item img {
    width: 100%;
  }
  .course-slider-card .slick-slide.slick-active {
  }
  .course-slider-card .slick-slide .zoom-down {
    position: relative;
  }
  .course-slider-card .slick-slide .zoom-down .over {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .course-slider-card .slick-slide .zoom-down .over img {
    max-width: 120px !important;
    width: 120px !important;
    height: 52px;
  }
  .course-slider-card .slick-slide .zoom-down .over {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 15px;
  }
}

.gallery-modal-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  color: #8b0028;
  font-size: 14px;
  background: #ece3d7;
  border: 1px solid #a3a3a3;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
}
.board-search-box select.search-word {
  width: 15%;
}

.schedule-area {
  margin-bottom: 0;
}

/* 하단 */
#footer .footer-bottom h1 {
  margin-top: 12px;
}
.btn-privacy {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0px 15px;
}

.arrow_ico {
  transition-delay: 1s;
}

/* 처음 오셨나요? */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.first_sec02 .area .sec_field select {
  font-size: 95%;
}
.first_sec02 .area .sec_field select option {
  font-size: 14px;
}
.first_sec02 .area .sec_field select[name="si"] {
  width: 250px;
}
.first_sec02 .area .sec_field select[name="gu"],
.first_sec02 .area .sec_field select[name="dong"] {
  width: 195px;
}
/* 처음 오셨나요? - 결과 */
.first-result-slide {
  position: relative;
}
.first-result-slide .slick-arrow {
  position: absolute;
  top: 25%;
  width: 40px;
  height: 79px;
  margin-top: -70px;
  cursor: pointer;
  z-index: 999;
}
.first-result-slide .slick-arrow.slick-prev {
  left: -65px;
  background: url(/images/mainSec01_arrow_left.png) no-repeat;
}
.first-result-slide .slick-arrow.slick-next {
  right: -65px;
  background: url(/images/mainSec01_arrow_right.png) no-repeat;
}
.first-result-slide .slick-arrow img {
  display: none;
}
.first_sec03 h3 {
  margin-bottom: 10px;
}
.first-level-title {
  color: #000;
  border: 4px solid #333;
  padding: 10px 0;
  width: 460px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 28px;
}
.first_sec03 .area_box .course_box .photo {
  min-height: 312px;
}
.first_location_wrap {
  height: calc(100vh - 220px);
}
#subContainer .first_location_wrap {
  height: auto;
}
.first_location_wrap .location_info {
  /*overflow-y: auto;*/
}
.first_location_wrap .first_map #map {
  width: 832px;
  height: 632px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.first-result-slide .area_box {
  width: 100%;
}

/* 처음 오셨나요? - 레벨테스트 */
#first_calendar,
#first_calendar .ui-datepicker {
  width: 100%;
}
#first_calendar .ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  padding: 0;
}
#first_calendar .ui-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0.4em 0;
}
#first_calendar .ui-datepicker .ui-datepicker-title {
  /*
	margin: 0 2.3em;
	line-height: 1.8em;

	*/
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 40px;
  text-align: center;
}
#first_calendar .ui-datepicker .ui-datepicker-prev,
#first_calendar .ui-datepicker .ui-datepicker-next {
  top: 12px;
}
#first_calendar .ui-datepicker .ui-datepicker-prev {
  left: 20%;
}
#first_calendar .ui-datepicker .ui-datepicker-next {
  right: 20%;
}
#first_calendar .ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url(/images/first/cal_next.png);
  background-position: center;
}
#first_calendar .ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url(/images/first/cal_prev.png);
  background-position: center;
}

.reservation_test_wrap .reservation_test_left .reservation_cal table tbody td span {
  width: 30px;
  line-height: 25px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.reservation_test_wrap .reservation_test_right fieldset p.half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reservation_test_wrap .reservation_test_right fieldset p.half input {
  width: calc(100% - 60px);
}
.reservation_test_wrap .reservation_test_right fieldset p.half a {
  margin-left: 2px;
}
.reservation_ #first_calendar .ui-state-default,
#first_calendar .ui-widget-content .ui-state-default,
#first_calendar .ui-widget-header .ui-state-default,
#first_calendar .ui-button,
#first_calendar .ui-button.ui-state-disabled:hover,
#first_calendar .ui-button.ui-state-disabled:active {
  width: 30px;
  line-height: 25px;
  height: 30px;
  text-align: center;
  background: #ece3d7;
  border: 0;
  border-radius: 100%;
  display: inline-block;
}
#first_calendar .ui-state-active,
#first_calendar .ui-widget-content .ui-state-active,
#first_calendar .ui-widget-header .ui-state-active,
#first_calendar a.ui-button:active,
#first_calendar .ui-button:active,
#first_calendar .ui-button.ui-state-active:hover {
  width: 30px;
  line-height: 25px;
  height: 30px;
  text-align: center;
  background: #b21f24;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1080px) {
  .first_wrap .first_sec02 .area .sec_field select {
    width: calc(100% - 80px);
  }
  .first-level-title {
    width: 100%;
  }
  .first-result-slide .slick-arrow {
    height: 50px;
    background-size: contain !important;
    filter: invert(100%);
  }
  .first-result-slide .slick-arrow.slick-prev {
    left: -25px;
  }
  .first-result-slide .slick-arrow.slick-next {
    right: -40px;
  }
  .first_sec03 .area_box .course_box .photo {
    min-height: auto;
  }
  .first_sec03 .table-cell-layout {
    display: block;
  }
}

/* 레벨테스트 */
.reservation_test_wrap .reservation_test_left .reservation_cal {
  min-height: 400px;
}
.first_wrap.level_test .search_btn {
  background: #403f3b;
  display: inline-block;
  color: #fff;
  padding: 3px 20px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.first_wrap.level_test .first_search_wrap select {
  max-width: 170px;
}
.first_location_wrap .first_map {
  overflow: hidden;
}
.result_academy_title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
  font-size: 18px;
  line-height: 1.4em;
  word-break: keep-all;
}
.result_academy_addr,
.result_academy_tel {
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  line-height: 1.4em;
  word-break: keep-all;
}
.result_academy_tel span {
  display: inline-block;
  background: #e2e2e2;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.result_academy_tel span i {
  font-size: 18px;
}
.result_parent {
  width: 100%;
  border: 0.14rem solid #333;
  background-color: rgba(255, 255, 255, 0.5);
}
.result_parent th,
.result_parent td {
  padding: 8px 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.result_parent tr:last-child th,
.result_parent tr:last-child td {
  border-bottom: 0;
}
.result_parent tr td:last-child {
  border-right: 0;
}
@media (max-width: 1080px) {
  .first_wrap .first_sec04 .table-cell-layout {
    padding-top: 0;
  }
}

/* 말하기 대회 */
.speakingArea .speakingSec3 .speakingTab .subtabs li {
  width: 25%;
}
.speakingArea .speakingSec3 .speakingTab .subtabs li:last-child {
}
.fame_list .fame_list_list p {
  text-align: left;
  padding-left: 54px;
}
@media (max-width: 1080px) {
  .fame_list .fame_list_list p {
    width: 50%;
    padding-top: 5px;
  }
  .speakingTab .tab_content .tab_area:last-child {
    padding-bottom: 0;
  }
  .speakingArea .speakingSec2 .speakingSec2_l,
  .speakingArea .speakingSec2 .speakingSec2_r {
    width: 100%;
  }
  .speakingArea .speakingSec2 .part {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .tab_area {
    padding: 30px 0;
  }
  .tab_area .cm-ac {
    margin-bottom: 0px;
  }
  .fame_list .fame_list_list p strong {
    display: block;
  }
}
.sub-visual-company {
  /*background-image:url(/images/speaking/bg.jpg);*/
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-visual-company iframe {
  position: absolute;
  /*
	left:-25%;

	*/
  top: -30%;
}

/*목록*/
.bbs-list-row.nocategory {
  height: 54px;
}
@media (max-width: 1080px) {
  .bbs-list-row.nocategory {
    height: 70px;
  }
  .epartner-slide .item p {
    padding-left: 0;
    text-shadow: 2px 2px 2px #fff;
  }
}

/* 글보기 */
.bbs-list-row .column.schedule-reservation-inline {
  text-align: right;
  padding-right: 30px;
}
.result-btn1.schedule-modal-open {
  line-height: 14px;
  padding-top: 6px;
}
@media (max-width: 1080px) {
  .bbs-view-top .bbs-write-hit dt,
  .bbs-view-top .bbs-write-hit dd {
    font-size: 12px;
  }
  .bbs-view-content iframe {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .paging a {
    margin: 0;
  }
  .paging .arrow_l.mr20 {
    margin-left: 5px;
  }
  .paging .arrow_r.mr20 {
    margin-right: 5px;
  }
  .schedule-list-con .bbs-list-row .column.bbs-inline {
    display: block;
  }
  .bbs-list-row .column.schedule-reservation-inline {
    text-align: left;
    padding-right: 0px;
  }
  .schedule-reservation-inline > div {
    display: inline-block;
  }
  .bbs-view-top {
    min-height: auto;
  }
  .table_view.table--block td:before {
    padding-top: 12px;
  }
  .table_view.table--block td {
    padding-right: 0;
  }
  .contentArea .epartner-store-head p.prev_list > a {
    display: none;
  }
  .cm-btn-controls .right-btn-controls {
    margin-right: 15px;
  }
  .epartner-wrap .first_location_wrap .location_info li {
    padding-right: 0;
  }
}

/* 글등록 */
.speaking-btn1 button {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background: #403f3b;
  font-size: 18px;
  padding: 15px 25px;
  border: 0;
  line-height: 18px;
}
@media (max-width: 1080px) {
  .speaking-btn1 button {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.table_view.table--block ul.parsley-errors-list {
  margin-top: 4px;
}
.table_view.table--block ul.parsley-errors-list li {
  padding-bottom: 0 !important;
  line-height: 1.2;
}

/* 분원소개 */
.epartner-slide .slick-arrow {
  z-index: 98;
}
.epartner-wrap form button {
  background: #403f3b;
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 19px;
}
.academy-view-slide {
  max-height: 600px;
  overflow: hidden;
}
.academy-view-slide .item {
  text-align: center;
}
.academy-view-slide .item img {
  display: inline-block;
}
.academy-view-slide .slick-arrow {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 98;
}
.academy-view-slide .slick-arrow.slick-prev {
  left: 0px;
}
.academy-view-slide .slick-arrow.slick-next {
  right: 30px;
}
.epartner-store-head p.prev_list {
  top: 8px;
}
.epartner-store-head p.prev_list > a {
  background: #333;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
}

/* select 2 */
.select2-container .select2-selection--single {
  height: 35px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.body-content .item .zoom-down img {
  height: auto;
}

/* 회사소개 */
.compnay_tabs li:last-child {
  margin-top: 80px;
}
.compnay_tabs li:last-child.active a:after {
  background: #f39f1f;
}
.compnay_tab_container .compnay_tab_content {
  min-height: 400px;
}

.course-slider .slick-slide .zoom-down:hover > img {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}
.course-slider .slick-slide .zoom-down .over {
  height: auto;
}
.course-slider .slick-slide {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-height: 633px;
  height: auto;
}
.course-slider .slick-slide .zoom-down {
  flex: 1;
}
.course-slider .slick-slide .zoom-down img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.speaking-btn-box {
  position: absolute;
}
.speaking-btn-box p:first-child {
  margin-top: 15px;
}
.speaking-btn a:first-child {
  margin-left: 0;
}
.speaking-btn {
  margin-top: 15px;
}

/* 좌측 퀵메뉴*/
.left_nav_cont {
  position: fixed;
  left: 15px;
  bottom: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 5px 5px 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.left_nav_cont:hover {
  width: 370px;
  color: #b21f24;
}
.left_nav_cont:hover .left_nav_cont_option {
  width: 370px;
}
.left_nav_cont .left_nav_cont_icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  left: 2.5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_nav_cont .left_nav_cont_option {
  position: absolute;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 35px;
  overflow: hidden;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 50px);
  top: 9px;
}
#left_nav_btn {
  position: absolute;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 10px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  right: 0 !important;
}
#left_nav_btn ul li {
  float: left;
  margin: 7px 11px;
  position: relative;
  display: flex;
  align-content: flex-end;
}
.etc-subContainer {
  padding-top: 180px !important;
}

.school_search_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.school_search_wrap #form {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.school_search_wrap #form button {
  margin-left: 4px;
}

.school_search_wrap #search_keyword {
  flex: 1;
  max-width: 300px;
}

.school_search_wrap .search_btn,
.school_search_wrap .bbs-search-btn {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #8b0028;
  display: inline-block;
  padding: 0 10px;
  background: #ece3d7;
  border: 1px solid #a3a3a3;
}

.school_search_wrap a.no-school {
  position: static;
  margin-left: 10px;
}

.bbs-list-row {
  position: relative;
}

.bbs-list-row > .no_result {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 10px;
}

.flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.first_search_wrap .flex-box .flex-item {
  margin-right: 4px;
}

.first_search_wrap .form-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.first_search_wrap .form-flex .flex-box + .flex-box {
  margin-left: 10px;
}

.btn-location2 {
  margin-left: 4px;
}

@media all and (max-width: 1000px) {
  .left_nav_cont {
    display: none;
  }
  .sub-visual-speaking.active .visual-tit {
    display: none;
  }
  .etc-subContainer {
    padding-top: 20px !important;
  }
  .div-popup {
    width: 100vw;
    top: 75px;
  }
  .div-popup .pcontent {
    width: 90vw;
    height: auto;
  }
  #popup-open {
    left: 90vw;
  }
  .div-popup.close {
    left: -90vw;
  }
  .reservation_test_wrap .reservation_test_right fieldset p.half input {
    width: calc(100% - 60px) !important;
  }
  .reservation_test_wrap .reservation_test_right fieldset p.half input:nth-child(1),
  .reservation_test_wrap .reservation_test_right fieldset p.half a:nth-child(2) {
    margin-bottom: 4px;
  }

  .school_search_wrap .search_btn,
  .school_search_wrap .bbs-search-btn {
    padding: 0 2px;
    font-size: 12px;
  }

  .school_search_wrap a.no-school {
    font-size: 12px;
    padding: 10px 4px !important;
  }

  .first_search_wrap .form-flex {
    flex-direction: column;
  }
  
  .first_search_wrap .flex-box + .flex-box {
    margin: 4px 0 0 !important;
  }
  
  .first_search_wrap form button.type2 {
    padding: 8px 4px;
  }

  .btn-search2 {
    width: 60px;
  }

  .btn-location2 {
    width: 130px;
  }
}

@media all and (max-width: 500px) {
  .flex-box.type2 {
    flex-wrap: wrap;
  }
  
  .btn-location2 {
    width: 100%;
    margin: 4px 0 0;
  }
}