.container h3 {
    border-bottom: 0;
    margin-bottom: 0;
}
.main {
    text-align: center;
}
.main h2 {
    color: #4E4E4E;
    font-size: 35px;
    letter-spacing: -2.1px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main h3 {
    color: #FF6C00;
    font-size: 40px;
    font-family: 'Gmarket';
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 48px;
    margin-bottom: 4px;
}
.main h4 {
    color: #B800C7;
    font-size: 40px;
    font-family: 'Gmarket';
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 48px;
}
.main br.pc {
    display: block;
}
.main .inner {
    max-width: 1220px;
}


/*  팝업 */
/* 오버레이 스타일 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* 화면 전체 너비 */
  height: 100%; /* 화면 전체 높이 */
  background: rgba(0, 0, 0, 0.9); /* 어두운 배경 (반투명) */
  display: none; /* 초기에는 숨김 */
  justify-content: center; /* 가로 중앙 정렬 */
  align-items: center; /* 세로 중앙 정렬 */
  z-index: 9998; /* 모달보다 뒤쪽에 표시 */
}
.passModal .wrapModal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 610px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.passModal .cookie_check {
  display: flex;
  justify-content: flex-end; /* 오른쪽 정렬 */
  gap: 10px; /* label 간 간격 */
}
.passModal .cookie_check label {
  border: 2px solid #fd8440;
  background-color: #000;
  color: #fd8440;
  padding: 3px;
}
.passModal .cookie_check input {
  width: 16px;
  height: 16px;
  border-color: #fd8440;
  margin-right: 6px;
  vertical-align: text-top;
}

.passModal .title {
  text-align: center;
}

.passModal .title h4 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.passModal .imgArea {
  display: flex;
  justify-content: space-between;
}
.passModal .btnArea {
  text-align: center;
  margin-top: 40px;
}
.passModal .btnArea button {
  width: 395px;
  height: 65px;
  color: #fff;
  background: linear-gradient(0deg, #ff8900 0%, #eda24a 100%);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}

.passModal .wrapModal .cookie_check label {
  /*margin-left: 20px;*/
  font-size: 13px;
  letter-spacing: -0.26px;
}
.passModal .wrapModal .cookie_check .close_chk {
  padding-left: 10px;
  padding-right: 10px;
}

.passModal .wrapModal .cookie_check input {
  width: 16px;
  height: 16px;
  border-color: #707070;
  margin-right: 6px;
  vertical-align: text-top;
}



/*mainVisual*/
.mvSlider {
	width: 100%;
	height:430px;
}
/*
.mainVisual .banner {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 420px;
}
*/
/* 🔹 .mainVisual이 전체 화면을 채우도록 설정 */
.mainVisual {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

/* 🔹 슬라이더가 화면 전체 차지 */
.mainVisual .mvSlider {
    width: 100%;
    height: 100%;
}

/* 🔹 개별 배너: 가로 100% 유지 + 배경색 지정 */
.mainVisual .banner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🔹 개별 배너 a 태그 크기 확장 */
.mainVisual .banner a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🔹 배경색 적용 */
.mainVisual .mv1 { background-color: #B2395B; }
.mainVisual .mv2 { background-color: #08244C; }

/* 🔹 배경 이미지는 1220px 크기로 중앙에 위치 */
.mainVisual .mv1 .banner_img,
.mainVisual .mv2 .banner_img {
    width: 1220px; /* 배경 이미지 크기 고정 */
    height: 420px;
    background-size: contain; /* 1220px 내에서 비율 유지 */
    background-position: center center; /* 중앙 정렬 */
    background-repeat: no-repeat;
}

/* 🔹 배경 이미지 경로 */
.mainVisual .mv1 .banner_img {
    background-image: url("/assets/images/main/banner_001_0211.png");
}

.mainVisual .mv2 .banner_img {
    background-image: url("/assets/images/main/banner_allinone.png");
}



.mainVisual .slick-arrow {
    z-index: 1;
}
.mainVisual .slick-prev {
    background-image: url("/assets/images/main/banner_left_arrow.svg");
    left: 130px;
}
.mainVisual .slick-next {
    background-image: url("/assets/images/main/banner_right_arrow.svg");
    right: 130px;
}
.mainVisual .slider-dots {
    display: flex;
    position: absolute;
    bottom: -28px;
    max-width: 1020px;
    width: 100%;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
}
.mainVisual .slider-dots li {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mainVisual .slider-dots button {
    font-family: "Noto Sans KR", sans-serif;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #4E4E4E;
    color: #4E4E4E;
    font-weight: 500;
    font-size: 20px;
}
.mainVisual .slick-active button {
    background: #4E4E4E;
    color: #fff;
}

/*con1*/
.con1 {
    padding-top: 100px;
}
.con1 .inner {
    max-width: 1220px;
}
.con1 h2{
	line-height:41px
}
.con1 h3{
	color:#08244C
}
.con1 h4 {
    margin-bottom: 40px;
}
.con1 .teachers {
    display: flex;
    justify-content: space-between;
}
.con1 .teachers ul {
    z-index: 1;
    position: relative;
	background: linear-gradient(160deg, #9CECFB 1.68%, #65C7F7 50.84%, #0052D4 100%);   
	border-radius: 15px;
    width: 380px;
    height: 630px;
    text-align: left;
    margin-top: 50px;
	cursor:pointer;
}
.con1 .teachers .imgArea {
    position: absolute;
    right: 50%;
	transform:translateX(50%);
    top: 37px;
    width: 260px;
    height: 454px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.con1 .teacher1 .imgArea {
    background-image: url("/assets/images/main/s1_teacher1.png");
}
.con1 .teacher2 .imgArea {
    background-image: url("/assets/images/main/s1_teacher2.png");
}
.con1 .teacher3 .imgArea {
    background-image: url("/assets/images/main/s1_teacher_null.png");
}

.con1 .teachers .title {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.78px;
    line-height: 15px;
    margin-left: 25px;
    margin-top: 22px;
}
.con1 .teachers .title b {
    display: block;
    margin-top: 4px;
    font-family: 'Gmarket';
    font-size: 22px;
    letter-spacing: -1.1px;
    line-height: 30px;
    font-weight: 700;
    color: #08244C;
}
.con1 .teachers .info {
    border-top: 1px solid #08244C;
    padding-top: 18px;
    width: 75%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 24px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 500;
}
.con1 .teachers .info li{
	text-indent: -18px;
    margin-left: 18px;
	word-break:keep-all
}
.con1 .teachers .info .ready{
	position:relative;
	    height: 187px;
}
.con1 .teachers .info .ready li{
	font-size: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	margin-left: 0;
	text-indent:0;
}

.con1 .bottomBg{
	height:270px;
	margin-top:-220px;
	background:#08244C
}
/*con4*/
.con4 {
    padding: 100px 0;
}
.con4 .inner {
    display: flex;
    justify-content: space-between;
}
.con4 h3 {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-family: 'Pretendard';
    color: #191919;
    background: url("/assets/images/main/book_icon.svg") no-repeat left top;
    border-bottom: 1px solid #DBDBDB;
    text-align: left;
    font-size: 20px;
    letter-spacing: -1px;
    padding-left: 30.5px;
    padding-bottom: 13.5px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.con4 h3 a {
    float: right;
    width: 18px;
    height: 18px;
    background: url("/assets/images/main/s4_more_icon.svg") no-repeat right center;
    margin-top: 2px;
}
.con4 .inner > div {
    width: 393px;
}
.con4 .infoArea {
    padding: 20px 20px 30px 20px;
    text-align: center;
	border:2px solid #0060E3;
	border-radius:20px;
}
.con4 .inner .infoArea .title{
	font-family: 'Pretendard';
	font-weight:800;
	font-size:25px;
	letter-spacing:-0.5px;
	color:#0060e3;
	padding-bottom:18px;
	width:100%;
	border-bottom:1px solid #0060E3;
	margin-bottom:20px;
}
.con4 .inner .infoArea .boxarr{
	display:flex;
	align-items:center;
    justify-content: space-between;
}	
.con4 .inner .infoArea .box1{
	border-right: 1px solid #DBDBDB;
    padding-right: 19px;
}
.con4 .inner .infoArea .box1 .homepage{
	font-family: 'Pretendard';
	font-weight:700;
	font-size:16px;
	color:#191919;
	letter-spacing:-0.32px;
	padding-bottom:5px;
}
.con4 .inner .infoArea .box1 .sub_homepage{
	font-family: 'Pretendard';
	font-weight:400;
	font-size:12px;
	letter-spacing: -0.6px;
	color: #505050;
	padding-bottom:9px;
	white-space:nowrap;
}
.con4 .inner .infoArea .box1 .sub_homepage.mo, .con4 .inner .infoArea .box1 .weekend{
	display:none;
}

.con4 .inner .infoArea .box1 .write, .con4 .inner .infoArea .box1 .kakao{
	width:30px;
	box-shadow: 3px 3px 10px #00000029;
}
.con4 .inner .infoArea .box1 .write{
	margin-right:10px;
}
.con4 .inner .infoArea .box2 .online{
	font-family: 'Pretendard';
	font-weight:700;
	font-size:16px;
	color:#191919;
	letter-spacing:-0.32px;
	line-height:23px;
	white-space:nowrap;
}
.con4 .inner .infoArea .box2 .write, .con4 .inner .infoArea .box2 .naver{
	width:30px;
	box-shadow: 3px 3px 10px #00000029;
}
.con4 .inner .infoArea .box2 .write{
	margin-right:10px;
}
.con4 .inner .infoArea .box2{
    margin-right: 35px;
}
.con4 .inner .infoArea .time{
	font-family: 'Pretendard';
	font-weight:400;
	padding-top:14px;
	padding-bottom:14px;
	font-size:14px;
	letter-spacing:-0.28px;
	color:#505050;
	border-bottom: 1px solid #DBDBDB;
}
.con4 .inner .infoArea .represent{
	padding-top:10px;
}
.con4 .inner .infoArea .tel{
	font-family: 'Pretendard';
	font-weight:700;
	font-size:26px;
	letter-spacing:-0.52px;
	color:#191919;
	padding-bottom:10px;
}
.con4 .inner .infoArea .tel span{
	font-family: 'Pretendard';
	font-weight:500;
	font-size:13px;
	letter-spacing:-0.26px;
	color:#8f8f8f;
	margin-right:10px;
	vertical-align: middle;
}
.con4 .inner .infoArea .tel .tels{
	font-family: 'Pretendard';
	font-weight:700;
	font-size:26px;
	letter-spacing:-0.52px;
	color:#191919;
	white-space:nowrap;
}
.con4 .inner .infoArea .hour{
	font-family: 'Pretendard';
	font-weight:400;
	color:#505050;
	font-size:14px;
	letter-spacing: -0.28px;
	color: #505050;
}
.con4 .inner .infoArea .btns{
	display:flex;
	padding-top:22px;
}
.con4 .inner .infoArea .btns a{
	font-family: 'Pretendard';
	font-weight:400;
	width:111px;
	height:35px;
	border-radius:2px;
	background:#f8f8f8;
	border:1px solid #dbdbdb;
	text-align:center;
	font-size:12px;
	letter-spacing:-0.24px;
	color:#505050;
	line-height:35px;
}
.con4 .inner .infoArea .btns .test{
	width:112px;
}
.con4 .inner .infoArea .btns .lecture, .con4 .inner .infoArea .btns .test{
	/*margin-right:10px;*/
	margin-right:2%;
}

.mo{
	display:none;
}
.con4 .list{border:1px solid #DBDBDB;border-radius:20px;padding:20px}
.con4 .bookStore {
    border-bottom: 1px solid #B0B0B0;
}
.con4 .notice {
    border-bottom: 1px solid #B0B0B0;
    text-align: left;
}
.con4 .bookList {
    font-size: 0;
}
.con4 .bookList a {
    vertical-align: top;
    outline: 0;
}
.con4 .bookList a:hover {
    color: inherit;
}
.con4 .bookList .book {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.con4 .bookList .imgArea {
    margin-right: 18px;
	width:55%
}
.con4 .bookList .title {
    color: #7F19A8;
    font-size: 18px;
    font-family: 'Gmarket';
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 20px;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.con4 .bookList .title b {
    font-family: 'Gmarket';
    color: #242B46;
    font-weight: 700;
}
.con4 .bookList .info {
    font-size: 14px;
    letter-spacing: -0.14px;
}
.con4 .bookList .slick-arrow {
    background: url("/assets/images/main/s4_left_arrow.svg") no-repeat left center;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    z-index: 2;
    transform: translate(0);
}
.con4 .bookList .slick-next {
    background-image: url("/assets/images/main/s4_right_arrow.svg");
    left: auto;
    right: 0;
}
.con4 .notice h3 {
    background-image: url("/assets/images/main/notice_icon.svg");
}
.con4 .notice li a {
    width: 100%;
    color: #4E4E4E;
    font-size: 17px;
    letter-spacing: -0.17px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con4 .notice span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #56CADE;
    padding: 4px 10px 5px;
    border-radius: 4px;
    border: 1px solid #56CADE;
    margin-right: 14px;
}
.con4 .notice .common {
    color: #56B172;
    border-color: #56B172;
}
.con4 .notice .important{border: 1px solid #FF0801;color: #FF0801;}
/*modal*/
#myModal {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 10px 10px;
    border-radius: 5px;
}
.modal-content .close {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 1px;
    font-size: 40px;
    color: #aaa;
}
.modal-content .close:hover {
    color: #666;
}
.modal-content embed,
.modal-content iframe,
.modal-content object {
    width: 640px;
    height: 360px;
}
/* 2022-05-09 guide 긴급정검 */
/*.guideModal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,0.2)}*/
/* .guideModal .wrapModal {
    position: fixed;
    z-index: 99;
    left: 50px;
    top: 50px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    max-width: 750px;
}
.guideModal .wrapModal .pop_close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #666;
    font-size: 30px;
    font-weight: 700;
}
.guideModal .wrapModal .con h2 {
    font-size: 24px;
    font-family: 'Gmarket';
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
.guideModal .wrapModal .con p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.3;
}
.guideModal .wrapModal .cookie_check input {
    width: 20px;
    height: 20px;
}
.guideModal .wrapModal .cookie_check label {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
} */

@media all and (max-width:1220px) {
    .mainVisual .banner {
        height: 360px;
    }
    .mainVisual .slick-prev {
        left: 20px;
    }
    .mainVisual .slick-next {
        right: 20px;
    }

    /* con1 */
    .con1 .teachers{
        flex-wrap: wrap;
        justify-content: center;
    }
    .con1 .teachers ul{
        width: 60%;
        margin-bottom: 40px;
        padding-left: 30%;
        height: 400px;
    }
    .con1 .teachers .title{
        margin-left: 0;
        margin-top: 65px;
        margin-bottom: 20px;

    }
    .con1 .teachers .info{
        transform: unset;
        position: static;
        width: 90%;
        word-break: keep-all;
    }
    .con1 .teachers .imgArea{
        right: unset;
		top:unset;
        left: 0;
        width: 50%;
		bottom:0;
		transform:unset;
		
    }
    /*con4*/
    .con4 .inner > div {
        width: 32.5%;
    }
	.con4 .inner .infoArea {
        padding: 20px 20px 26px;
    }
}
@media all and (max-width:1100px) {
	.con4 .inner .infoArea .box1{
		margin-right: 2%;
		padding-right: 2%;
	}
	.con4 .inner .infoArea .box1 .homepage{
		font-size:14px;
	}
	.con4 .inner .infoArea .box2 .online{
		font-size:14px;
		line-height:21px;
	}
	.con4 .inner .infoArea .box1 .sub_homepage{
		font-size:11px;
	}
	.con4 .inner .infoArea .box2 {
		margin-right: 8%;
	}
	.con4 .inner .infoArea .tel{
		font-size:25px;
	}
	.con4 .inner .infoArea .hour{
		font-size:11px;
	}
	.con4 .inner .infoArea .btns a{
		font-size:10px;
	}


}
@media all and (max-width:1000px) {
    .main h2 {
        font-size: 32px;
    }
    .mainVisual .banner {
        height: 260px;
    }
    .mainVisual .slider-dots {
        height: 55px;
    }

    /*con1*/
    .con1 .teachers ul {
        width: 100%;
		padding-left:50%;
        height: 410px;
    }
    .con1 .teachers .imgArea {
        max-width: 90%;
    }


    /*con4*/
    .con4 .bookList .book {
        flex-direction: column;
        padding-bottom: 20px;
    }
}
@media all and (max-width:910px) {
	.con4 .inner {
		flex-direction: column;
	}
	.con4 .inner > div {
		width: 100%;
		margin-bottom: 80px;
	}
    .con4 .inner > div {
        width: 100%;
        margin-bottom: 80px;
    }
	.con4 .list{border:0;border-radius:0;padding:0}
    .con4 .inner > div:last-of-type {
        margin-bottom: 0;
    }
	.con4 .inner .infoArea {}
	.con4 .mo{
		display:none;
	}
	.con4 .pc{
		display: block;
	}
	.con4 .inner .infoArea .box1{
		margin-right: 10%;
		padding-right: 15%;
	}
	.con4 .inner .infoArea .boxarr{
		justify-content: space-evenly;
	}
	.con4 .inner .infoArea .box1 .home_icons, .con4 .inner .infoArea .box2 .home_icons{
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.homepage, .con4 .inner .infoArea .box2 .online{
		padding-bottom:3px;
	}
	.con4 .inner .infoArea .box1 .home_icons{
		padding-top:2px;
	}
	.con4 .inner .infoArea .box1 .homepage, .con4 .inner .infoArea .box2 .online{
		font-size:16px;
	}
	.con4 .inner .infoArea .box1 .sub_homepage{
		font-size:12px;
	}
	.con4 .inner .infoArea .hour{
		font-size:14px;
	}
	.con4 .inner .infoArea .btns{
		justify-content: center;
		align-items: center;
	}
	.con4 .inner .infoArea .btns a{
		font-size:12px;
	}
	/*bookList*/
	.con4 .bookList .book {
		flex-direction: inherit;
	}
	.con4 .bookList .title{
		font-size: 25px;
		line-height: 30px;
	}
	.con4 .bookList .info{
		font-size:18px;
	}
}
@media all and (max-width:750px) {
    .main h2 {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 1rem;
    }
    .main h3 {
        font-size: 4rem;
        line-height: 4.8rem;
        margin-bottom: 0.4rem;
    }
    .main h4 {
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .main .inner {
        padding: 0;
        width: 80%;

    }
    .main br.pc {
        display: none;
    }

     /* 합격자 팝업 */
  .passModal .wrapModal {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 95%;
    border-radius: 1rem;
    box-shadow: 0.4rem 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  }
  .passModal .wrapModal .pop_close img {
    width: 2.1rem;
  }
  .passModal .title {
    text-align: center;
    margin: 3rem 0 2.5rem;
  }
  /*
  .passModal .title img {
    width: 44.9rem;
    margin-bottom: 1.5rem;
  }
    */
  .passModal .title h4 {
    font-size: 3.5rem;
    line-height: 4.8rem;
    font-weight: 700;
    color: #fff;
    font-family: "Gmarket";
  }
  .passModal .title h4 br.pc {
    display: none;
  }
  .passModal .imgArea {
    align-items: center;
  }
  .passModal .imgArea img {
    width: 49%;
  }
  .passModal .btnArea {
    text-align: center;
    margin-top: 5rem;
  }
  .passModal .btnArea button {
    width: 39.5rem;
    height: 7rem;
    font-size: 2.4rem;
  }
  .passModal .wrapModal .cookie_check {
    text-align: center;
    /*margin-top: 4rem;*/
    padding-right: 0;
  }
  .passModal .wrapModal .cookie_check label {
    /*margin-left: 2rem;*/
    font-size: 2.0rem;
    letter-spacing: -0.56px;
  }
  .passModal .wrapModal .cookie_check label:first-of-type {
    margin-left: 0;
  }
  .passModal .wrapModal .cookie_check input {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 1.5rem;
  }


    /*mainVisual*/

    .mainVisual {
        width: 100%;
        height: 68rem; /* 높이 자동 조정 */
    }

    .mainVisual .banner {
        width: 100%;
        height: 100vh; /* 화면 전체 높이 차지 */
        display: flex;
        justify-content: center;
        align-items: center; /* 중앙 정렬 */
        position: relative;
    }
    .mainVisual .banner a {
        width: 100%;
        height: 100%;
    }

    .mainVisual .mv1 .banner_img, 
	.mainVisual .mv2 .banner_img {
        width: 100%;
        height: 100%;
        background-size: contain; /* 이미지 비율 유지하면서 맞춤 */
        background-position: top center; /* 위쪽 정렬 */
        background-repeat: no-repeat;
    }

    /* 모바일용 배경 이미지 */
    .mainVisual .mv1 .banner_img {
        background-image: url("/assets/images/main/mo_banner_240909.png");
    }

    .mainVisual .mv2 .banner_img {
        background-image: url("/assets/images/main/mo_banner_main_002.png");
    }

    /* Slick.js 네비게이션 숨기기 */
    .mainVisual .slick-arrow {
        display: none !important;
    }

    /* 하단 슬라이드 점 크기 조정 */
    .mainVisual .slider-dots {
        height: 7rem;
        left: 0;
        transform: translateX(0);
        width: 100%;
        bottom: 0;
    }

    .mainVisual .slider-dots button {
        font-size: 2.3rem;
    }

    /*con1*/
    .con1 {
        padding-top: 7rem;
    }
	.con1 .inner{
		width:auto;
		padding:0 4rem
	}
    .con1 h3 {
        margin-bottom: 5rem;
    }
    .con1 .teachers {
        flex-direction: column;
    }
    .con1 .teachers ul {
        width: 100%;
        /* height: auto; */
        padding-right: 43%;
        margin-bottom: 7rem;
        height: 41rem;
        margin-top: 5rem;
    }
    .con1 .teachers .imgArea {
        width: 50%;
        height: 45rem;
    }
    .con1 .teachers ul {
        padding-left: 39%;
        padding-right: 0;
    }
    .con1 .teachers ul .imgArea {
        right: auto;
        left: 0;
    }

    .con1 .teachers .title {
        font-size: 2.7rem;
        line-height: 3.1rem;
        margin-left: 4.2rem;
        margin-top: 5.6rem;
        margin-bottom: 1rem;
    }
    .con1 .teachers .title b {
        margin-top: 0.5rem;
        font-size: 3.3rem;
        line-height: 4.4rem;
    }
    .con1 .teachers .info {
        margin-left: 4.2rem;
        position: static;
        padding-top: 2rem;
        width: calc(100% - 8.4rem);
        transform: translateX(0);
        font-size: 2rem;
        line-height: 2.8rem;
        margin-bottom: 6rem;
    }
	.con1 .teachers .info .ready{
		position:relative;
	    height: 18.7rem;
	}
	.con1 .teachers .info .ready li{
		font-size: 2.8rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
    /*con4*/
    .con4 {
        padding: 0 0 2rem;
		margin:10rem 0;
    }
    .con4 .inner {
        flex-direction: column;
        width: 100%;
    }
    .con4 h3 {
        font-size: 3.2rem;
		font-weight:700;
        padding-left: 4rem;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
        background-size: 3.2rem;
        line-height: 2.8rem;
    }
    .con4 h3 a {
        width: 4rem;
        height: 4rem;
        background-size: contain;
        margin-top: 0.2rem;
    }
    .con4 .inner > div {
        margin: 0 auto;
        width: 85%;
        margin-bottom: 8rem;
        position: relative;
		min-height:20rem
    }

	.con4 .inner .infoArea {
		padding: 5rem 5rem 4.8rem;
    }
	.con4 .inner .infoArea .title {
		font-size: 4.2rem;
		letter-spacing: -0.084rem;
		padding-bottom: 4rem;
		border-bottom: 0.1rem solid #0060E3;
		margin-bottom: 5rem;
	}
	.con4 .mo{
		display:block;
		font-family: inherit;
	}
	.con4 .pc{
		display:none;
	}
	.con4 .inner .infoArea .box1 {
		margin-right: 0;
		padding-right: 5%;
		height:22.6rem;
		border-right:0.1rem solid #dbdbdb;
        width: 50%;
	}
	.con4 .inner .infoArea .boxarr{
		align-items:flex-start;
        justify-content: space-between;
	}
	.con4 .inner .infoArea .box2{
		margin-right:0;
		margin-left:0;
        padding-left: 5%;
		height:22.6rem;
        width: 50%;
	}
	.con4 .inner .infoArea .box1 .homepage{
		font-weight: 700;
		font-size: 3.2rem;
		letter-spacing: -0.064rem;
		padding-bottom: 1.5rem;
		margin-left: 0;
		line-height:3rem;
	}
	.con4 .inner .infoArea .box2 .online{
		font-weight: 700;
		font-size: 3.2rem;
		letter-spacing: -0.064rem;
		padding-bottom: 4.5rem;
		line-height: 4.4rem;
		margin-right: 0;
		margin-top: -0.5rem;
	}
	.con4 .inner .infoArea .box1 .sub_homepage {
		font-size: 2.8rem;
		/*letter-spacing: -0.056rem;*/
		letter-spacing:-0.2rem;
		line-height:3.4rem;
		padding-bottom: 1rem;
		margin-left: 0;
	}
	.con4 .inner .infoArea .box1 .write, .con4 .inner .infoArea .box1 .kakao, .con4 .inner .infoArea .box2 .write, .con4 .inner .infoArea .box2 .naver, .con4 .inner .infoArea .box2 .kakao{
		box-shadow:none;
		width: 13.5rem;

	}
	.con4 .inner .infoArea .box1 .write img, .con4 .inner .infoArea .box1 .kakao img, .con4 .inner .infoArea .box2 .write img, .con4 .inner .infoArea .box2 .naver img, .con4 .inner .infoArea .box2 .kakao img{
		width:100%;
	}
	.con4 .inner .infoArea .box1 .write{
		margin-right:-4%;
		margin-left: 0;
	}

	.con4 .inner .infoArea .box2 .write{
		margin-right:-4%;
	}
	.con4 .inner .infoArea .box1 .home_icons {
		padding-top: 0;
	}
	.con4 .inner .infoArea .box1 .home_icons{
		width: 100%;
	}
	.con4 .inner .infoArea .box2 .home_icons{
		width: 100%;
		justify-content: stretch;
		    margin-top: -0.5rem;
	}
	.con4 .inner .infoArea .time {
		padding-top: 4rem;
		padding-bottom: 4rem;
		font-size: 2.8rem;
		letter-spacing: -0.056rem;
		border-bottom: 0.1rem solid #DBDBDB;
	}
	.con4 .inner .infoArea .represent{
		padding-top:4rem;
	}
	.con4 .inner .infoArea .tel {
		font-size: 4.4rem;
		letter-spacing: -0.088rem;
		padding-bottom: 2rem;
	}
	.con4 .inner .infoArea .tel span {
		display:block;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: -0.048rem;
		margin-right: 0;
		padding-bottom:1rem;
	}
	.con4 .inner .infoArea .tel .tels{
		font-size: 4.4rem;
		letter-spacing: -0.088rem;
		padding-bottom:0;
	}
	.con4 .inner .infoArea .hour {
		font-size: 2.8rem;
		letter-spacing: -0.056rem;
		line-height:4rem;
	}
	.con4 .inner .infoArea .represent .mo_icons{
		display:flex;
		align-items:center;
		justify-content: space-between;
		padding-top:3rem;
		padding-bottom:4rem;
	}
	.con4 .inner .infoArea .represent .mo_icons a{
		width:8rem;
	}
	.con4 .inner .infoArea .represent .counseling {
		font-family: 'Pretendard';
		font-weight:400;
		font-size:2.8rem;
		letter-spacing:-0.056rem;
		color:#505050;
		line-height:4rem;
	}
	.con4 .inner .infoArea .represent .counseling span{
		font-family: 'Pretendard';
		font-weight:400;
		font-size:2.2rem;
		letter-spacing:-0.14rem;
		white-space: nowrap;
		color:#505050;
	}
	.con4 .inner .infoArea .btns {
		padding-top: 5rem;
		justify-content: space-between;
	}
	.con4 .inner .infoArea .btns a , .con4 .inner .infoArea .btns .test{
		width: 22rem;
		height: 8rem;
		border-radius: 0.2rem;
		border: 0.1rem solid #dbdbdb;
		font-size: 2.4rem;
		letter-spacing: -0.048rem;
		line-height: 8rem;
	}
	.con4 .inner .infoArea .btns .lecture, .con4 .inner .infoArea .btns .test{
		margin-right:0;
	}
	/*
    .con4 .inner .question {
        width: 100%;
    }
    .con4 .question h2 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 9rem;
        line-height: 9rem;
        width: 31.4rem;
        border-radius: 4.5rem;
        font-size: 3.6rem;
    }
    .con4 .question ul {
        padding: 9.8rem 0 4.5rem;
    }
    .con4 .question h4 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .con4 .question .tel a {
        font-size: 4rem;
    }
    .con4 .question .day {
        width: 90%;
        margin: 3rem auto 6rem;
        border-bottom: 1px solid #3ED2FF;
        padding-bottom: 5.4rem;
        font-size: 3rem;
        line-height: 5rem;
    }
    .con4 .question .btnArea a {
        margin: 0 auto;
        font-size: 2.8rem;
        width: 27.6rem;
        height: 8.7rem;
        line-height: 8.7rem;
        margin-bottom: 3rem;
        display: block;
    }
	*/
    .con4 .bookList .book {
        flex-direction: row;
        padding-bottom: 3.5rem;
    }
    .con4 .bookList .imgArea {
        margin-right: 4.4rem;
        width: 50%;
    }
    .con4 .bookList .title {
        font-size: 3.3rem;
        line-height: 3.8rem;
        padding-bottom: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .con4 .bookList .info {
        font-size: 2.5rem;
        line-height: 3.2rem;
    }
    .con4 .bookList .slick-arrow {
        width: 3.8rem;
        height: 3.9rem;
    }
    .con4 .notice li a {
        font-size: 1.9rem;
        margin-bottom: 1.5rem;
    }
    .con4 .notice span {
        padding: 0.5rem 1rem;
        margin-right: 1.6rem;
    }
    /* 2022-05-09 guide 긴급정검 */
    /*.guideModal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,0.2)}*/
    .guideModal .wrapModal {
        left: 50%;
        transform: translateX(-50%);
        top: 20rem;
        border-radius: 2rem;
        padding: 3rem;
        box-shadow: 0 0 1.5rem rgba(0,0,0,0.4);
        width: 80%;
    }
    .guideModal .wrapModal .pop_close {
        right: 2rem;
        top: 1rem;
        font-size: 5rem;
    }
    .guideModal .wrapModal .con h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
    .guideModal .wrapModal .con p {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
    .guideModal .wrapModal .cookie_check input {
        width: 2rem;
        height: 2rem;
    }
    .guideModal .wrapModal .cookie_check label {
        font-size: 2rem;
    }
}
