/* 대치탑 메인 */
#contents {
  padding-bottom: 0;
}
.view_pc {
  display: block;
}
.view_mo {
  display: none;
}

.sub_top-t3 {
  height: 430px;
  background: url("../img/top/sub_top-t3.png") no-repeat center bottom;
  background-size: cover;
}
.sub_top-t3 h2 {
  padding-top: 129px;
  font-size: 36px;
  letter-spacing: -0.9px;
}
.sub_top-t3 h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56em;
  letter-spacing: -0.45px;
  text-align: center;
  color: #ffffff;
}
.sub_top-t3 h3 span {
  font-weight: bold;
}
.sub_top-t3 .x-img {
  width: 14px;
  height: 14px;
  margin: 0 30px 0 20px;
}
.sub_top-t3 .logo {
  margin-top: -8px;
}

.sub_top-t3 .logo-wrap {
  width: 604px;
  height: 92px;
  position: relative;
  left: calc(50% - 302px);
  text-align: center;
  margin-top: 30px;
}
.sub_top-t3 .logo-wrap li {
  float: left;
  margin-right: 50px;
}
.sub_top-t3 .logo-wrap li:last-child {
  margin-right: 0;
}
.sub_top-t3 .logo-wrap .subject {
  position: relative;
}
.sub_top-t3 .logo-wrap .subject .title {
  width: 168px;
  height: 26px;
  padding: 4px 0px;
  border-radius: 2px;
  background-color: #585858;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.sub_top-t3 .logo-wrap .subject .bg {
  width: 168px;
  height: 66px;
  opacity: 0.68;
  background-color: #272727;
}

.sub_top-t3 .logo-wrap img {
  margin-right: 35px;
  position: absolute;
}
.sub_top-t3 .logo-wrap img:last-child {
  margin-right: 0;
}
.sub_top-t3 .logo-wrap .logo1 {
  width: 135px;
  top: 42px;
  left: 17px;
}
.sub_top-t3 .logo-wrap .logo2 {
  width: 97px;
  top: 32px;
  left: 37px;
}
.sub_top-t3 .logo-wrap .logo3 {
  width: 151px;
  top: 30px;
  left: 9px;
}

.top-banner {
  width: 100%;
  height: 175px;
  background: url("../img/top/top_banner.png") no-repeat center;
  background-size: cover;
}

.top-wrap {
  width: 100%;
  background: #000000;
  height: 100%;
  position: relative;
  padding: 50px 0 120px;
}
.top-inner {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.top-view {
  width: 49%;
}
ul.top-view li {
  border-radius: 10px;
  width: 100%;
  height: 280px;
  float: left;
  margin-right: 30px;
  margin-bottom: 34px;
  position: relative;
}
/* 20251104 new 태그 삭제 예정 */
/* ul.top-view li.new {
  position: relative;
}
ul.top-view li.new::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 74px;
  position: absolute;
  top: -10px;
  right: 10px;
  background: url("../img/top/new.png") no-repeat;
  background-size: 100%;
} */
ul.top-view1 li:nth-child(1) {
  background: url("../img/top/new__top__bg1.png") no-repeat;
  background-size: cover;
}
ul.top-view1 li:nth-child(2) {
  background: url("../img/top/top_bg1.png") no-repeat;
  background-size: cover;
}
ul.top-view1 li:nth-child(3) {
  background: url("../img/top/top_bg2.png") no-repeat;
  background-size: cover;
}
ul.top-view1 li:nth-child(4) {
  background: url("../img/top/top_bg3.png") no-repeat;
  background-size: cover;
}

ul.top-view2 li:nth-child(1) {
  background: url("../img/top/new__top__bg2.png") no-repeat;
  background-size: cover;
}

ul.top-view2 li:nth-child(2) {
  background: url("../img/top/top_bg4.png") no-repeat;
  background-size: cover;
}
ul.top-view2 li:nth-child(3) {
  background: url("../img/top/top_bg5.png") no-repeat;
  background-size: cover;
}
ul.top-view2 li:nth-child(4) {
  background: url("../img/top/top_bg6.png") no-repeat;
  background-size: cover;
}

/* ul.top-view li:nth-child(2n) {
    margin-right: 0;
} */
.top-view li .top-txt {
  /* width: 50%; */
  padding: 89px 0 0 50px;
  float: left;
}
/* .top-view li:nth-child(2) .top-txt {
	padding-left: 130px;
	padding-left: 62px;
} */
.top-view li .top-txt .title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: left;
  color: #fff;
}
.top-view li .top-txt .brand {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: left;
  color: #ffffff;
  margin: 10px 0;
}
.top-view li .top-txt .sub-title {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.45em;
  letter-spacing: -0.5px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 40px;
}
.top-view li .top-txt .more-btn {
  width: 120px;
  height: 36px;
  border-radius: 50px;
  background-color: #0e71eb;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  line-height: 2.57;
  letter-spacing: -0.35px;
  padding: 8px 21px;
}
.top-view li .top-img {
  /* width: 50%; */
  height: 100%;
  position: relative;
  /* float: left; */
}
.top-view li .top-img .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-view li .top-img .new__logo1 {
  width: 108px;
  height: 108px;
  margin-left: 81px;
}

.top-view li .top-img .new__logo4 {
  width: 110px;
  height: 110px;
  margin-left: 109px;
}

.top-view li .top-img .logo1 {
  width: 190px;
  right: 35px;
}
.top-view li .top-img .logo2 {
  width: 164px;
  right: 50px;
}

.top-view li .top-img .logo3 {
  width: 150px;
  right: 50px;
}
.top-view li .top-img .logo4 {
  width: 132px;
  right: 50px;
}
.top-view li .top-img .logo5 {
  width: 172px;
  right: 30px;
}
.top-view li .top-img .logo6 {
  width: 116px;
  right: 50px;
}

.top-view li .gray-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.9;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 106px;
}

/* .top-view li .top-img1 {background: url(../img/top/top-img1.png) no-repeat;}
.top-view li .top-img2 {background: url(../img/top/top-img2.png) no-repeat;}
.top-view li .top-img3 {background: url(../img/top/top-img3.png) no-repeat;} */
/*
.top-view li .top-img1 .logo {margin-top: 113px;}
.top-view li .top-img2 .logo {margin-top: 85px;}
.top-view li .top-img3 .logo {margin-top: 93px;} */

/* 대치탑 상세 */
.sub_top-t4 {
  background: url("../img/top/sub_top-t4.png") no-repeat;
  background-size: cover;
  height: 580px;
}
.sub_top-t5 {
  background: url("../img/top/sub_top-t5.png") no-repeat center;
  background-size: cover;
  height: 580px;
}
.sub_top-t6 {
  background: url("../img/top/sub_top-t6.png") no-repeat center;
  background-size: cover;
  height: 580px;
}
.sub_top-t4 .sub_top-inner,
.sub_top-t5 .sub_top-inner,
.sub_top-t6 .sub_top-inner {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sub_top-t4 .sub_top-inner h2,
.sub_top-t5 .sub_top-inner h2,
.sub_top-t6 .sub_top-inner h2 {
  width: 435px;
  height: 89px;
  padding: 159px 30px 0 0;
}
.sub_top-t4 .sub_top-inner h2 img,
.sub_top-t5 .sub_top-inner h2 img,
.sub_top-t6 .sub_top-inner h2 img {
  display: block;
  margin-bottom: 10px;
}
.sub_top-t4 .sub_top-inner h3,
.sub_top-t5 .sub_top-inner h3,
.sub_top-t6 .sub_top-inner h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.65px;
  text-align: left;
  color: #f2f2f2;
  padding-top: 79px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
}
.sub_top-t4 .sub_top-inner h4,
.sub_top-t5 .sub_top-inner h4,
.sub_top-t6 .sub_top-inner h4 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -1.15px;
  text-align: left;
  color: #f2f2f2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
}
.top-header-txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.45px;
  text-align: left;
  color: #e5e5e5;
  padding-top: 20px;
}
.top1-wrap {
  width: 100%;
  background: #ffffff;
  height: 100%;
  position: relative;
}
.top1-banner {
  width: 100%;
  padding: 53px 0px;
  background-color: #383838;
}
.top1-banner-txt {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
}

.top1-banner-txt span {
  font-weight: bold;
  color: #07d973;
}

.top1-banner2 {
  width: 100%;
  height: 430px;
  padding: 74px 0px 74px 0;
  background-color: #f0f0f0;
}

.top1-banner2-txt {
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
}

.top1-banner2-txt span {
  font-weight: bold;
}
.top1-banner2-txt p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: -0.45px;
  text-align: center;
  color: #333333;
}

.banner-card-circle {
  width: 160px;
  height: 160px;
  padding: 36px 17px 40px;
  border-radius: 50% 50%;
  margin-right: 20px;
  font-size: 18px;
  letter-spacing: -0.6px;
  color: #ffffff;
  text-align: center;
}

.banner-card-circle:last-child {
  margin-right: 0;
}

.banner-card-circle span {
  font-size: 38px;
  font-weight: bold;
}

.red {
  background-color: #bc1831;
}
.org {
  background-color: #d96d11;
}
.yel {
  background-color: #eabd00;
}
.gre {
  background-color: #16a791;
}
.blu {
  background-color: #157aa7;
}

.banner-card-wrap {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.banner-card,
.banner-card-1 {
  display: inline-block;
  margin-right: 17px;
  padding: 22px 0 21px;
  width: 290px;
  height: 94px;
  text-align: center;
  color: #e2e2e2;
  border-radius: 5px;
  background-color: #262626;
}
.banner-card-1 {
  width: 23.8%;
}
.banner-txt {
  font-size: 24px;
  font-weight: 300;
  color: #e0e0e0;
  display: block;
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 1.5;
}
.banner-txt span {
  font-weight: bold;
  color: #ffffff;
}
.banner-card:last-child,
.banner-card-1:last-child {
  margin-right: 0;
}
.banner-card span {
  font-weight: bold;
  color: #ffffff;
}
.top1-wrap-inner {
  width: 1260px;
  padding: 90px 0 102px;
  margin: 0 auto;
}
.top1-txt {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  padding-bottom: 36px;
}
/* 미래탐구 수정 추가 */
.mirae .top1-wrap-inner {
  padding: 90px 0 70px;
}
.mirae .top1-txt {
  padding-bottom: 20px;
}
.w-top1-txt {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 83px 0 6px;
  position: relative;
  z-index: 1;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
}
.w-top1-txt-under {
  font-size: 18px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.45px;
  text-align: center;
  color: #e5e5e5;
  position: relative;
  z-index: 1;
}
.top1-txt-under {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.45px;
  text-align: center;
  color: #333333;
  padding-bottom: 36px;
}
.top1-txt-under > b {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  color: #333333;
}

.top1-view-wrap {
  width: 100%;
  padding: 0 127px;
}
.top1-view-wrap h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
}
.top1-view {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* 2023-03-27 */
.top1-view .top1-cont1,
.top1-view .top1-cont2,
.top1-view .top1-cont3,
.top1-view .top1-cont4,
.top1-view .top1-cont5 {
  float: left;
  width: 310px;
  height: 460px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.top1-view li:nth-child(3n) {
  margin-right: 0;
}
.top1-view li .top-img {
  width: 100%;
  height: 280px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.top1-view li .top-img .teacher {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top1-view li .top-img .teacher img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top1-view li .top-img .play-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.top1-view li .top-img .play-btn img {
  width: 90px;
  height: 90px;
  margin-top: 114px;
}
/* .top1-view li.top1-cont1 .top-img .teacher {background-color: #def2ff;}
.top1-view li.top1-cont2 .top-img .teacher {background-color: #ffdede;}
.top1-view li.top1-cont3 .top-img .teacher {background-color: #ebdeff;}
.top1-view li.top1-cont4 .top-img .teacher {background-color: #defff1;}
.top1-view li.top1-cont5 .top-img .teacher {background-color: #feffde;}
.top1-view li.top1-cont6 .top-img .teacher {background-color: #fff6de;} */
.top1-view li.top1-cont1 .top-img .teacher {
  background-color: #f2f2f2;
}
.top1-view li.top1-cont2 .top-img .teacher {
  background-color: #f2f2f2;
}
.top1-view li.top1-cont3 .top-img .teacher {
  background-color: #f2f2f2;
}
.top1-view li.top1-cont4 .top-img .teacher {
  background-color: #f2f2f2;
}
.top1-view li.top1-cont5 .top-img .teacher {
  background-color: #f2f2f2;
}
.top1-view li.top1-cont6 .top-img .teacher {
  background-color: #f2f2f2;
}

.top1-view li .top-txt {
  width: 100%;
  height: 180px;
  padding: 20px 26px 27px 20px;
  overflow: hidden;
  position: relative;
}
.top1-view li .top-txt .label {
  width: 46px;
  height: 24px;
  padding: 2px 0;
  background-color: #444444;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.35px;
  text-align: center;
  color: #ffffff;
  margin: 2px 10px 0 0;
  float: left;
}
.top1-view li .top-txt .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.5px;
  text-align: left;
  color: #333333;
  padding-bottom: 4px;
  /* font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.4em;
    height: 2.8em; */
}
.top1-view li .top-txt .sub-title {
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  height: 100px;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666666;
  position: absolute;
  overflow-y: auto;
}

.top1-view li .top-txt .sub-title::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px;
}
.top1-view li .top-txt .sub-title::-webkit-scrollbar-thumb {
  background: #666666;
}
/* 2022-08-04 추가 */
.dtop-container .sub_top {
  margin-top: 0;
}
/* 2020-12-01 추가 */
.sub_top-t3 p {
  /* 2022-08-02 패딩탑 수정 */
  /* padding-top: 190px; */
  padding-top: 150px;
  font-size: 28px;
  letter-spacing: -0.9px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.sub_top-t3 h2 {
  font-size: 46px;
  padding-top: 20px;
}
.sub_top-t3 .x-img {
  width: 20px;
  height: 20px;
  margin: 0 30px 0 20px;
}

.top1-wrap-middle {
  background: url(../img/top/sub_top-t4-1.png) no-repeat;
  background-size: cover;
  height: 440px;
}
.top1-wrap-inner1 {
  width: 1260px;
  margin: 0 auto;
  padding: 90px 0 90px;
}

.swiper-slide .txt-box2 {
  margin-right: 20px;
}

.swiper-slide .txt-box2 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 40px 40px 40px 0;
}
/* .swiper-slide .txt-box2,
.swiper-slide .txt-box3 {
    width: 240px !important;
    height: 100px;
    background: #ffffff;
    border-radius: 40px 40px 40px 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.38px;
    text-align: center;
    color: #333333;
    margin-right: 20px;
    padding: 20px 28px;
} */
.swiper-slide .txt-box3 {
  padding: 22px 10px;
}
.swiper-slide .txt-box3 span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: -0.28px;
  text-align: center;
  color: #666666;
}
.pt-3 {
  padding-top: 25px !important;
}

.mr-20 {
  margin-right: 120px !important;
}

.slider-txtbox-wrap {
  display: block;
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 45px;
}

.slider-txtbox-wrap .swiper-container {
  height: 220px;
}

.slider-txtbox-wrap .swiper-wrapper {
  width: 1020px;
  margin: 0 auto;
}

.slider-txtbox-wrap .swiper-button-next,
.slider-txtbox-wrap .swiper-button-prev {
  width: 42px;
  height: 70px;
  top: 50%;
  transform: translateY(-70%);
}
.slider-txtbox-wrap .swiper-button-next {
  background: url("../img/top/right-arrow.png") no-repeat;
  left: auto;
}
.slider-txtbox-wrap .swiper-button-prev {
  background: url("../img/top/left-arrow.png") no-repeat;
  right: auto;
}

.slider-txtbox-wrap .swiper-button-next:after,
.slider-txtbox-wrap .swiper-button-prev:after {
  font-size: 0;
}
.slider-txtbox-wrap .swiper-button-next.swiper-button-disabled {
  background: url("../img/top/right-arr-dis.png") no-repeat;
  opacity: 1;
}
.slider-txtbox-wrap .swiper-button-prev.swiper-button-disabled {
  background: url("../img/top/left-arr-dis.png") no-repeat;
  opacity: 1;
}

.slider-txtbox-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.slider-txtbox-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #666666;
  vertical-align: middle;
}

.slider-txtbox-wrap .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 50px;
  background: #ffffff;
  vertical-align: middle;
}

.top1-view-wrap-sl {
  display: block;
  width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
}

.top1-view-wrap-sl .swiper-container {
  height: 480px;
}

.top1-view-wrap-sl .swiper-wrapper {
  width: 810px;
  margin: 0 auto;
}

/* 2023-03-27 */
.top1-view-wrap-sl.tchSl-pc .swiper-wrapper {
  width: auto;
}

.top1-view-wrap-sl.add .swiper-wrapper {
  width: 1091px;
  margin: 0 auto;
}

.top1-view-wrap-sl h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
}

.top1-view-bottom {
  width: 100%;
  display: inline-block;
}
.top1-view-bottom .top1-cont1,
.top1-view-bottom .top1-cont2,
.top1-view-bottom .top1-cont3 {
  float: left;
  width: 250px;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 30px;
  border: solid 1px #000000;
  position: relative;
}

.top1-view-bottom .top1-cont1:nth-child(3n) {
  margin-right: 0;
}

.top1-view-wrap-sl.add .top1-view-bottom .top1-cont1:nth-child(3) {
  margin-right: 30px;
}

.top1-view-wrap-sl.add .top1-view-bottom .top1-cont1:nth-child(4) {
  margin-right: 0;
}

.top1-view-bottom .top-img {
  padding: 20px 20px 12px;
}

.top1-view-bottom .top-img img {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.top1-view-bottom .sub-title {
  padding-top: 10px;
}
.sub_title1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666666;
}
.sub_txt1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000000;
  min-height: 40px;
}

.top1-view-wrap-sl .swiper-button-next {
  background: url("../img/study_plan/arr-right.png") no-repeat;
  width: 42px;
  height: 70px;
  left: auto;
  top: 186px;
}

.top1-view-wrap-sl .swiper-button-next:after,
.top1-view-wrap-sl .swiper-button-prev:after {
  font-size: 0;
}

.top1-view-wrap-sl .swiper-button-next.swiper-button-disabled {
  background: url("../img/study_plan/arr-right-off.png") no-repeat;
  opacity: 1;
}

.top1-view-wrap-sl .swiper-button-prev {
  background: url("../img/study_plan/arr-left.png") no-repeat;
  width: 42px;
  height: 70px;
  right: auto;
  top: 186px;
}

.top1-view-wrap-sl .swiper-button-prev.swiper-button-disabled {
  background: url("../img/study_plan/arr-left-off.png") no-repeat;
  opacity: 1;
}

.top1-view-wrap-sl .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.top1-view-wrap-sl .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #000000;
  vertical-align: middle;
}

.top1-view-wrap-sl .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 50px;
  background: #808080;
  vertical-align: middle;
}

.mobile-img {
  display: none !important;
}

.pc-img {
  display: block !important;
}
.banner-card-wrap.pc-img {
  display: flex !important;
}

.mirae-label {
  width: 74px;
  height: 30px;
  padding: 3px 0 3px;
  border-radius: 23px;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 33px;
  left: 30px;
}

.slider-txtbox-wrap.topSl {
  display: flex !important;
  justify-content: center;
}
.slider-txtbox-wrap.topSl .txt-box2 {
  margin-right: 20px;
}
.slider-txtbox-wrap.topSl .txt-box2:last-child {
  margin-right: 0;
}
.slider-txtbox-wrap.topSl .txt-box2 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 40px 40px 40px 0;
}
/* 미래탐구 추가 */
.teacher__desc__box {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.teacher__desc__box > span {
  margin-left: -5px;
  font-size: 18px;
}

.top1__teacher__img {
  width: 1276px;
  height: 380px;
  margin-bottom: 120px;
}

.mo__top1__teacher__img {
  display: none;
}

.hitop__img__box {
  width: 810px;
  height: 540px;
  display: flex;
  margin: 0 auto;
}

.m_hitop__img__box {
  display: none;
}

.loadmap__contents__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 110px 0 0px;
}

.loadmap__contents__box > h2 {
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 36px;
}

.loadmap__pc__img {
  width: 1080px;
  height: 370px;
}

.loadmap__mo__img {
  display: none;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 900px) {
  .loadmap__contents__box {
    margin-top: 60px;
  }

  .loadmap__pc__img {
    display: none;
  }

  .loadmap__mo__img {
    width: 90%;
    height: 484px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }

  .loadmap__contents__box > h2 {
    font-size: 26px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
  }
  .top1-view-wrap-sl {
    width: 100%;
  }

  .mo__top1__teacher__img {
    display: block;
  }

  .top1__teacher__img {
    display: none;
  }

  .top1-view-wrap {
    display: none;
  }

  .m_hitop__img__box {
    display: none;
    width: 100%;
  }

  .hitop__img__box {
    display: none;
  }

  .m_hitop__img__box {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/* 모바일 시작 */
/* @media (max-width: 767px){  2022-01-04 분기 변경*/
@media (max-width: 900px) {
  /* 미래탐구 추가 */

  .teacher__desc__box {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
    padding: 0 23px;
  }

  .teacher__desc__box > span {
    margin-left: -5px;
    font-size: 14px;
    letter-spacing: -1px;
  }

  .mobile-img {
    display: block !important;
  }

  .pc-img {
    display: none !important;
  }

  .banner-card-wrap.pc-img {
    display: none !important;
  }
  #contents {
    overflow: hidden;
    padding-top: 0;
  }
  .view_pc {
    display: none;
  }
  .view_mo {
    display: block;
  }

  .sub_top-t3 h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: -0.55px;
    text-align: center;
    color: #ffffff;
    padding-top: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub_top-t3 .logo {
    width: 140px;
    display: block;
  }
  .sub_top-t3 .x-img {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .sub_top-t3 h3 {
    font-size: 14px;
    margin-top: 45px;
  }
  .sub_top-t3 .logo-wrap {
    width: 100%;
    padding: 0 5%;
    height: auto;
    left: 0;
  }
  .sub_top-t3 .logo-wrap li {
    width: 32%;
    margin-right: 2%;
  }
  .sub_top-t3 .logo-wrap .subject .title {
    width: 100%;
  }
  .sub_top-t3 .logo-wrap .subject .bg {
    width: 100%;
    height: 41px;
  }
  .sub_top-t3 .logo-wrap .logo1 {
    width: 84px;
    top: 36px;
    left: calc(50% - 42px);
  }
  .sub_top-t3 .logo-wrap .logo2 {
    width: 60px;
    top: 30px;
    left: calc(50% - 30px);
  }
  .sub_top-t3 .logo-wrap .logo3 {
    width: 92px;
    left: calc(50% - 46px);
  }

  .top-banner {
    width: 100%;
    height: 146px;
    background: url("../img/top/m_top_banner.png") no-repeat center;
    background-size: cover;
  }

  .top-wrap {
    padding: 40px 5%;
  }
  .top-inner {
    width: 100%;
    flex-direction: column;
  }
  .view_mo ul.top-view {
    width: 100%;
  }
  /* 2024-02-15 추가/ 수정 */
  .view_mo ul.top-view li {
    height: 340px;
    margin-bottom: 40px;
  }

  .view_mo ul.top-view li a {
    display: block;
    height: 100%;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
  }
  /* 2024-02-15 추가/ 수정 */
  ul.top-view li.new::before {
    width: 57px;
    height: 72px;
  }
  /* .view_mo ul.top-view1 li:nth-child(1) {
		background: url('../img/top/mo_top_newbg1.png') no-repeat !important;
		background-size: cover;
	} */
  .view_mo ul.top-view1 li:nth-child(2) {
    background: url("../img/top/mo_top_newbg4.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view1 li:nth-child(3) {
    background: url("../img/top/mo_top_bg1.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view1 li:nth-child(4) {
    background: url("../img/top/mo_top_bg2.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view1 li:nth-child(5) {
    background: url("../img/top/mo_top_bg3.png") no-repeat;
    background-size: cover;
  }

  .view_mo ul.top-view2 li:nth-child(1) {
    background: url("../img/top/mo_top_bg4.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view2 li:nth-child(2) {
    background: url("../img/top/mo_top_bg5.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view2 li:nth-child(3) {
    background: url("../img/top/mo_top_bg6.png") no-repeat;
    background-size: cover;
  }
  .view_mo ul.top-view li .logo1 {
    width: 158px;
    display: block;
  }
  .view_mo ul.top-view li .logo2 {
    width: 157px;
  }
  .view_mo ul.top-view li .logo3 {
    width: 142px;
  }
  .view_mo ul.top-view li .logo4 {
    width: 160px;
  }
  .view_mo ul.top-view li .logo5 {
    width: 164px;
  }
  .view_mo ul.top-view li .logo6 {
    width: 160px;
  }
  .view_mo ul.top-view li .top-txt {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
  .top-view li .top-txt .sub-title {
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .sub_top-t3 .add-txt {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    color: #f2f2f2;
    letter-spacing: -0.02em;
  }
  .sub_top-t3 .add-txt span b {
    font-size: 40px;
    display: block;
    font-weight: bold;
    color: #f2f2f2;
  }

  .top-view li .gray-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.9;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 135px;
  }

  .sub_top-t3 {
    height: 350px;
    background: url("../img/top/m_sub_top-t3.png") no-repeat center bottom;
    background-size: cover;
  }

  .mo_dtop {
    padding: 63px 0 0;
  }

  .sub_top-t3 p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: -0.33px;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    position: relative;
    z-index: 2;
  }

  .sub_top-t4 {
    background: url(../img/top/mo_top_bg1.png) no-repeat;
    background-size: cover;
    height: 487px;
  }
  .sub_top-t4 .sub_top-inner,
  .sub_top-t5 .sub_top-inner,
  .sub_top-t6 .sub_top-inner {
    width: 100%;
    position: relative;
    padding: 0 22px;
  }

  .sub_top-t4 .sub_top-inner h2,
  .sub_top-t5 .sub_top-inner h2,
  .sub_top-t6 .sub_top-inner h2 {
    width: 100%;
    height: auto;
    padding: 217px 0 0 0;
  }

  .sub_top-t4 .sub_top-inner h2 img,
  .sub_top-t5 .sub_top-inner h2 img,
  .sub_top-t6 .sub_top-inner h2 img {
    width: 60px;
    height: 60px;
  }
  .sub_top-t4 .sub_top-inner h3,
  .sub_top-t5 .sub_top-inner h3,
  .sub_top-t6 .sub_top-inner h3 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ffffff;
    padding-top: 0;
  }

  .sub_top-t4 .sub_top-inner h4,
  .sub_top-t5 .sub_top-inner h4,
  .sub_top-t6 .sub_top-inner h4 {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.7px;
    text-align: left;
    color: #ffffff;
    padding-top: 5px;
  }

  .top-header-txt {
    padding-top: 12px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: left;
    color: #e5e5e5;
    padding-top: 15px;
  }

  .top1-banner {
    width: 100%;
    height: 100%;
    padding: 40px 24px 40px 24px;
    background-color: #383838;
    position: relative;
    top: -1px;
  }

  .top1-banner-txt {
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    /* letter-spacing: -0.8px; */
    letter-spacing: -1.5px;
    text-align: left;
    color: #ffffff;
  }

  .banner-card-wrap {
    display: block;
    padding-top: 20px;
    width: 100%;
  }

  .banner-card-wrap.pc-img .banner-card {
    display: none;
  }
  .banner-card {
    width: 100%;
    height: 74px;
    border-radius: 5px;
    background-color: #262626;
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center;
    color: #e2e2e2;
    padding: 13px 0 18px;
  }

  .top1-wrap-inner {
    width: 100%;
    padding: 40px 0 40px;
    margin: 0 auto;
  }
  .tchSl .swiper-container {
    /* height: 120vw; */
    height: 119vw;
    width: 100%;
    padding: 0 48px;
  }
  .top1-txt {
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.65px;
    text-align: center;
    color: #333333;
  }
  /* 미래탐구 추가 */
  .mirae .top1-txt {
    padding-bottom: 10px;
  }
  .top1-view-wrap {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .top1-view {
    display: inline-block;
  }
  .top1-view .top1-cont1,
  .top1-view .top1-cont2,
  .top1-view .top1-cont3 {
    /* float: left;
    margin: auto 47px;
    width: 280px;
    height: auto; */
    border-radius: 10px;
    margin-right: 0;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
  }

  .top1-view li .top-img {
    /* width: 75vw;
    height: 68vw; */
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
  }
  .top1-view li .top-img .teacher {
    height: 68vw;
    width: 75vw;
    /* height: 68vw; */
  }
  .top1-view li .top-img .teacher img {
    /* height: 68vw; */
    width: 100%;
    height: 100%;
  }
  .top1-view li .top-txt {
    width: 100%;
    height: auto;
    padding: 16px 36px 115px 18px;
    overflow: hidden;
    position: relative;
  }

  .top1-view li .top-txt .title {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.45px;
    text-align: left;
    color: #333333;
  }

  .top1-view li .top-txt .sub-title {
    width: 90%;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: left;
    color: #666666;
  }

  .top1-view li .top-txt .sub-title::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
  }
  .top1-view li .top-txt .sub-title::-webkit-scrollbar-thumb {
    background: #666666;
  }

  .top1-wrap-middle {
    background: url(../img/top/mo_sub_top-t4-1.png) no-repeat;
    background-size: cover;
    height: 85vw;
  }

  .w-top1-txt {
    padding: 55px 30px 10px;
    position: relative;
    z-index: 1;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.9px;
    text-align: center;
    color: #ffffff;
  }
  .w-top1-txt-under {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.35px;
    text-align: center;
    color: #e5e5e5;
    padding: 5px 30px 0;
  }

  .slider-txtbox-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: auto;
    padding: 30px 0 0;
  }

  .slider-txtbox-wrap.topSl {
    display: none !important;
  }

  .slider-txtbox-wrap .swiper-container {
    height: 40vw;
    padding: 0 25px;
  }

  .slider-txtbox-wrap .swiper-wrapper {
    width: 100%;
  }
  /* .swiper-slide .txt-box2,
.swiper-slide .txt-box3 {
    width: 156px !important;
    height: 80px;
    background: #ffffff;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.3px;
    text-align: center;
    color: #333333;
    margin-right: 6px;
    padding: 15px 0px;
} */
  .topSlMo .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .topSlMo .swiper-slide .txt-box3 {
    padding: 0;
    width: 156px;
    height: 80px;
  }
  .topSlMo .swiper-slide .txt-box3:first-child {
    margin: 0 4px;
  }

  .topSlMo .swiper-slide .txt-box3 img {
    width: 100%;
    height: auto;
  }
  .top1-view-wrap .swiper-button-next {
    background: url("../img/top/mo_right-arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: auto;
    top: 50%;
  }

  .slider-txtbox-wrap .swiper-button-next {
    background: url("../img/top/mo_right-arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: auto;
    top: 47px;
  }

  /* 미래탐구 */
  .mo__top1__teacher__img {
    display: block;
    width: 89%;
    margin: 0 auto;
  }
  .slider-txtbox-wrap .swiper-button-next:after,
  .slider-txtbox-wrap .swiper-button-prev:after,
  .top1-view-wrap .swiper-button-next:after,
  .top1-view-wrap .swiper-button-prev:after {
    font-size: 0;
  }
  .slider-txtbox-wrap .swiper-button-next:focus,
  .slider-txtbox-wrap .swiper-button-prev:focus,
  .top1-view-wrap .swiper-button-next:focus,
  .top1-view-wrap .swiper-button-prev:focus {
    outline: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .slider-txtbox-wrap .swiper-button-next.swiper-button-disabled,
  .top1-view-wrap .swiper-button-next.swiper-button-disabled {
    background: url("../img/top/mo_right-arr-dis.png") no-repeat;
    opacity: 1;
    background-size: cover;
  }

  .slider-txtbox-wrap .swiper-button-prev {
    background: url("../img/top/mo_left-arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: auto;
    top: 47px;
  }

  .top1-view-wrap .swiper-button-prev {
    background: url("../img/top/mo_left-arrow.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: auto;
    top: 50%;
  }

  .slider-txtbox-wrap .swiper-button-prev.swiper-button-disabled,
  .top1-view-wrap .swiper-button-prev.swiper-button-disabled {
    background: url("../img/top/mo_left-arr-dis.png") no-repeat;
    opacity: 1;
    background-size: cover;
  }

  .slider-txtbox-wrap
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    bottom: 20px;
  }

  .top1-view-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .slider-txtbox-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #666666;
    vertical-align: middle;
  }

  .top1-view-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.2;
    background-color: #000000;
    vertical-align: middle;
  }

  .slider-txtbox-wrap .swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background: #ffffff;
    vertical-align: middle;
  }

  .top1-view-wrap .swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background: #808080;
    vertical-align: middle;
  }

  .top1-wrap-inner1 {
    width: 100%;
    padding: 40px 0;
  }
  /* 미래탐구 */
  .mirae .top1-wrap-inner1 {
    padding: 60px 0;
  }

  .top1-txt-under {
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.33px;
    text-align: center;
    color: #333333;
    word-break: keep-all;
  }
  .top1-txt-under > b {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
  }

  .top1-view-wrap-sl {
    display: block;
    width: 100%;
    padding: 0 23px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: auto;
  }

  .top1-view-wrap-sl .swiper-wrapper {
    width: 100%;
  }
  .top1-view-bottom .top1-cont1,
  .top1-view-bottom .top1-cont2,
  .top1-view-bottom .top1-cont3 {
    float: left;
    width: 32.2%;
    height: auto;
    padding: 2.5% 2% 4%;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #000000;
  }
  .top1-view-bottom .top1-cont1:nth-child(3n) {
    margin-right: 0;
  }
  .top1-view-bottom .top-img {
    width: 24.3vw;
    padding: 0;
  }

  .top1-view-bottom .top-img img {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100%;
  }
  .top1-view-bottom .sub-title {
    padding-top: 8px;
  }
  .sub_title1 {
    font-size: 8px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color: #666666;
  }
  .sub_txt1 {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000000;
    min-height: 25px;
  }

  .sub_top-t5 {
    background: url("../img/top/mo_top2_bg2.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 487px;
  }

  .sub_top-t6 {
    background: url("../img/top/mo_top2_bg3.png") no-repeat;
    background-size: cover;
    background-position: top;
    height: 487px;
  }

  .banner-txt {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #e0e0e0;
  }
  .banner-txt span {
    font-weight: bold;
    color: #ffffff;
  }
  /* #container {height: 100%;} */
  .mirae-label {
    width: 50px;
    height: 20px;
    padding: 3px 0 3px;
    border-radius: 23px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.25px;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 10px;
  }

  .banner-card-2 {
    width: 48%;
    height: 80px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #262626;
    margin-bottom: 10px;
    margin-right: 7px;
    margin-left: 0;
    display: inline-block;
    padding: 20px 0 20px;
    color: #e2e2e2;
    line-height: 1.43;
    letter-spacing: -0.8px;
    text-align: center;
  }

  .banner-card-2:nth-child(2n) {
    margin-right: 0;
  }

  .banner-card-2:nth-child(3),
  .banner-card-2:nth-child(4) {
    margin-bottom: 0;
  }

  .top1-banner2 {
    width: 100%;
    height: 446px;
    padding: 40px 24px 40px 24px;
    background-color: #f0f0f0;
  }

  .top1-banner2-txt {
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: left;
    color: #000000;
  }

  .top1-banner2-txt span {
    font-weight: bold;
  }
  .top1-banner2-txt p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.33px;
    text-align: left;
    color: #333333;
    padding-top: 5px;
  }
  .banner-card-wrap {
    padding-top: 20px;
  }
  .banner-card-circle {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 20px 0 20px;
    border-radius: 50% 50%;
    margin-right: 7px;
    font-size: 18px;
    letter-spacing: -0.6px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
  }
  .banner-card-circle:nth-child(2) {
    padding: 15px 0 20px;
  }
  .banner-card-circle:nth-child(2) p {
    padding: 0px 20px;
  }

  .banner-card-circle:nth-child(3) {
    margin-right: 0;
  }
  .banner-card-circle:last-child {
    margin-right: 0;
  }

  .banner-card-circle span {
    font-size: 26px;
    font-weight: bold;
  }
  .banner-card-circle p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
  }

  #goApplyBtn {
  }
}

@media (max-width: 320px) {
  .sub_top-t5,
  .sub_top-t4 {
    height: 500px;
  }

  .sub_top-t4 .sub_top-inner h4,
  .sub_top-t5 .sub_top-inner h4,
  .sub_top-t6 .sub_top-inner h4 {
    font-size: 27px;
  }

  .top1-banner-txt {
    font-size: 22px;
    letter-spacing: -0.5px;
  }

  .banner-card {
    font-size: 13px;
  }

  .top1-banner2-txt {
    font-size: 25px;
  }

  .top1-banner2-txt p {
    font-size: 13px;
  }
  .top1-wrap-middle {
    height: 108vw;
  }
  .top1-view-bottom .top1-cont1,
  .top1-view-bottom .top1-cont2,
  .top1-view-bottom .top1-cont3 {
    width: 32%;
  }
  .banner-card-circle {
    width: 80px;
    height: 80px;
    padding: 17px 0 20px;
  }

  .banner-card-circle span {
    font-size: 22px;
  }

  .banner-card-circle p {
    font-size: 11px;
    line-height: 1.2;
  }
  .banner-card-circle:nth-child(2) {
    padding: 10px 0 20px;
  }
  .banner-card-circle:nth-child(2) p {
    padding: 0px 12px;
  }
}

@media only screen and (min-width: 769px) {
  #goApplyBtn {
    display: none !important;
  }
}

/* @media only screen and (max-width: 768px) {
#goApplyBtn { display: block !important; }} */
