br.mo {
    display: none;
}
img.mo {
    display: none;
}
.banner {
    padding: 0;
}
.board {
    padding-left: 0;
}
.container h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.instructor .tit-area .mtit .mo {
    display: none;
}
.instructor .mo_ins_list {
    display: none;
}
.review .display-flex p.mo {
    display: none;
}
.review .review-slider .rs a {
    width: 100%;
}
.review .review-slider .rs .txtarea strong {
    width: 85%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* customer */
.customer .customer-center .bot-box .box strong {
    padding-top: 10px;
    margin-bottom: 10px;
}
.customer .customer-center .bot-box .box1 p {
    margin-bottom: 4px;
}
.customer .customer-center .bot-box .box2 p {
    margin-bottom: 5px;
    font-size: 16px;
}
.customer .customer-center .bot-box .box2 .btnarea {
    padding: 22px 0 23px;
}
.customer .board .notice li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.customer .customer-center {
    height: 354px;
    background: #7f19a8;
}
.instructor .layout .ins-slider .slick-next {
    z-index: 0;
}
/* headerBanner */
.headerBanner{display:block;background: url('/assets/images/banner/morning_9_top_banner_bg.png') no-repeat;background-size:cover}
.headerBanner .psatBanner{background:#2B2467;}
.headerBanner .psatBanner2{display:flex!important}
.headerBanner .psatBanner2 a{width:50%;background:#621605;padding: 0 5px;}
.headerBanner .psatBanner2 a:last-of-type{background:#162D73}
.headerSlick{text-align:center;height:70px;}
.headerSlick .d-day{font-size:36px;font-weight:700;color:#00E676;vertical-align:middle}
.headerSlick img{display:inline-block}
/*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-overlay,
.guideModal, .modal-content {
  display: none;
} */
.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;
}

/*  팝업 */
/* 오버레이 스타일 */
/* 어둡고 흐린 배경 오버레이 */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 약간 어두움 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  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 {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff; /* ✅ 글자색 흰색 */
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(255,138,0,0.2);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.passModal .cookie_check label:hover {
  background: rgba(255, 138, 0, 0.3);
  box-shadow: 0 0 25px rgba(255, 138, 0, 0.9); /* ✅ 더 강한 glow */
}

/* 체크박스 input */
.passModal .cookie_check input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

/* 이미지 hover 시 불빛 효과 */
.popup-images a:hover img {
  box-shadow: 0 0 25px rgba(255, 138, 0, 1); /* ✅ 더 강하게 */
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}

.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 .popup-images {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0;
}

.passModal .popup-top {
  display: flex;
  gap: 5px;
}

.passModal .popup-top a {
  width: 50%;
}

.passModal .popup-top img,
.passModal .popup-bottom img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.passModal .popup-bottom {
  margin-top: 5px;
}

.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;
}


/*프리패스 모달 */
/* .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
} */

.freepassModal {
    position: relative;
    width: auto;
    max-width: 90%;
    max-height: 90vh;
    margin: auto;
}

.freepassModal .wrapModal {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    overflow: auto;
}

.freepassModal .wrapModal img {
    /*display: block;*/
    width: 100%;
    height: auto;
}

.freepassModal .wrapModal .pop_close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    font-size: 0;
    z-index: 1;
}

.freepassModal .wrapModal .cookie_check {
    display: flex;
    justify-content: flex-end; /* 오른쪽 정렬 */
    gap: 10px; /* label 간 간격 */
}
.freepassModal .wrapModal .cookie_check label{border: 2px solid white;; background-color: #000; color:#fff;padding: 3px;}
.freepassModal .wrapModal .cookie_check input{width:16px;height:16px;border-color:#707070;margin-right:6px;vertical-align:text-top}

/* subSite */
.subSec article {
    position: relative;
}
.subSite {
    width: 190px;
    right: -210px;
    top: 0;
    z-index: 2;
    position: absolute;
}
.subSite > div {
    position: relative;
    box-shadow: 10px 10px 20px #00000029;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
px .subSite > div:last-of-type {
    margin-bottom: 0;
}
.subSite > div .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    text-indent: -999em;
    overflow: hidden;
    z-index: 1;
}
.subSite .cafeArea .close {
    background-image: url("/assets/images/main/sub_site_cafe_close.png");
}
.subSite .youtubeArea .close {
    background-image: url("/assets/images/main/sub_site_youtube_close.png");
}
.subSite .cafeArea {
    border: 2px solid #0BD037;
    margin-bottom: 20px;
}
.subSite .cafeArea h3 {
    color: #fff;
    font-family: 'Gmarket';
    letter-spacing: -0.32px;
    font-size: 16px;
    background: #0BD037 url("/assets/images/main/sub_site_cafe.png") no-repeat left 19px center;
    padding-left: 52px;
    height: 50px;
    line-height: 56px;
    text-align: left;
}
.subSite .cafeArea ul {
    padding: 10px 8px 17px;
    line-height: 24px;
    letter-spacing: -0.7px;
    font-size: 13px;
}
.subSite .cafeArea ul li {
    color: #4E4E4E;
}
.subSite .cafeArea ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.subSite .cafeArea ul li i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.subSite .youtubeArea {
    border: 2px solid #FF0801;
    height: 60px;
}
.subSite .youtubeArea a {
    width: 100%;
    height: 100%;
    position: relative;

}
.subSite .youtubeArea a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.subSite .blogArea{
	border: 2px solid #059345;
	height: 60px;
}
.subSite .blogArea a {
    width: 100%;
    height: 100%;
	font-size:18px;
	font-weight:700;
	letter-spacing:-0.9px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.subSite .blogArea a img {
	margin-right:7.42px;
	margin-top:5px;
}
.subSite .onAir {
    border: 2px solid #009DFF;
}
.subSite .onAir .close {
    background-image: url("/assets/images/main/sub_site_youtube_close.png");
}
.subSite .oaList {
    display: flex;
    align-items: center;
}
.subSite .onAir .teacher {
    width: 68px;
    height: 88px;
    position: relative;
    overflow: hidden;
    bottom: -1px;
}
.subSite .onAir .teacher img {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    max-width: initial;
    width: 130%;
}
.subSite .onAir .text i {
    color: #009DFF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.8px;
    display: inline-block;
}
.subSite .onAir .text img {
    display: inline-block!important;
    margin-left: 10px;
}
.subSite .onAir .text p {
    padding-top: 6px;
    color: #4E4E4E;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 19px;
    width: 105px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}
.subSite .onAir .slick-arrow {
    width: 8px;
    height: 15px;
    z-index: 1;
    top: 70%;
}
.subSite .onAir .slick-prev {
    left: 5px;
    background-image: url("/assets/images/main/sub_onair_left_arrow.png");
}
.subSite .onAir .slick-next {
    right: 5px;
    background-image: url("/assets/images/main/sub_onair_right_arrow.png");
}
/*mainVisual*/
.mainVisual {
    position: relative;
}
.mainVisual .inner {
    display: flex;
    justify-content: space-between;
}
.mainVisual .inner > div {
    flex-shrink: 0;
    overflow: hidden;
}
.mainVisual img.mo {
    display: none;
}
.slick-vertical .slick-slide {
    padding: 0;
    margin: 0;
    font-size: 0;
    border: 0;
}
.mainVisual .mvSlider {
    width: 58.9%;
    font-size: 0;
    margin-right: 1.6%;
}
.mainVisual .mvSlider .banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.mainVisual .mvSlider .banner a {
    width: 100%;
    height: 100%;
}
.mainVisual .mvSlider .slick-arrow {
    display: none!important;
}
.mainVisual .mvSlider .slider-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    max-width: 1020px;
    width: 100%;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.mainVisual .mvSlider .slider-dots li {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mainVisual .mvSlider .slider-dots button {
    font-family: "NotoSansKR", sans-serif;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #4E4E4E;
    color: #4E4E4E;
    line-height: 1.3;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.16px;
}
.mainVisual .mvSlider .slick-active button {
    background: #4E4E4E;
    color: #fff;
}
.mainVisual .campus {
    width: 39.4%;
}
.mainVisual .campus .banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mainVisual .campus .banner a {
    width: 100%;
}
.mainVisual .campus .banner i {
    font-family: 'Gmarket';
    font-weight: 700;
    letter-spacing: -0.5px;
}
.mainVisual .campus .basic {
    position: relative;
}
.mainVisual .campus .basic .text {
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mainVisual .campus .basic .green {
    font-size: 45px;
    color: #FEE631;
}
.mainVisual .campus .basic .month {
    font-size: 59px;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}
.mainVisual .campus .slider-dots {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 14px;
    display: flex;
}
.mainVisual .campus .slider-dots li {
    padding: 0 3px;
}
.mainVisual .campus .slider-dots button {
    text-indent: -999999em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.mainVisual .campus .slick-active button {
    background: #fff;
    border: none;
}
/* 230629 배너 */
.mainVisual .campus .banner .btnArea{
	position: absolute;
    top: 83.6%;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.mainVisual .campus .banner .btnArea a{
	width:28%;
	border-radius:5px;
	margin:0 auto;
	font-size:18px;
	color:#fff;
	line-height:40px;
	background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.lineArea {
    padding-top: 40px;
}
.lineArea .slider-dots {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 0;
}
.lineArea .slider-dots li {
    display: inline-block;
    margin-right: 6px;
}
.lineArea .slider-dots li:last-of-type {
    margin-right: 0;
}
.lineArea .slider-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-indent: -999999em;
    overflow: hidden;
}
.lineArea .slider-dots .slick-active button {
    background: #fff;
}
/* curation 240226 */
.curationMenu{
	padding-top:40px
}
.curationMenu .curation_title{
	text-align:center;
	width:100%;
	position:relative;
	margin-bottom:30px;
}
.curationMenu .curation_title::after{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#707070;
	top:50%;
	left:0;
	z-index:0;
}
.curationMenu .curation_title p{
    display: inline-block;
    padding: 0 15px;
	color:#fff;
	font-size:35px;
	font-family: 'EsaManru';
	text-align:center;
	line-height:60px;
	background: transparent linear-gradient(90deg, #D70BCB 0%, #FE9006 100%);
	margin:0 auto;
	position:relative;
	z-index:1;

}
.curationMenu .curation_banner{
	display:flex;
	justify-content:space-between;
}
/* bottomMenu 2021-12-17 */
.bottomMenu {
    padding-top: 40px;
}
.bottomMenu.mo{display:none}
.bottomMenu .txt {
    color: #3C3D3E;
    font-size: 16px;
    font-family: 'eogeuro';
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 5px;
}
.bottomMenu .txt .timer {
    display: inline-block;
    padding-left: 16px;
    color: #7F19A8;
    font-family: 'mapoDpp';
}
.bottomMenu .txt .timer i {
    font-family: inherit;
}
.bottomMenu .txt .timer b {
    color: #505978;
    font-family: inherit;
    font-weight: 400;
}
.bottomMenu .menu {
    display: flex;
    background: #505978;
    height: 84px;
    align-items: center;
}
.bottomMenu .menu .menuTitle {
    width: 17%;
    color: #FFFFB5;
    font-family: 'eogeuro';
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 19px;
    text-align: center;
}
.bottomMenu .menu a {
    width: 14%;
    border-right: 1px solid #D5E6EB;
    text-align: center;
    height: 64px;
    position: relative;
	
}
@keyframes twinkleBg {
	from { background-image:none;}
	to { background-image:url('/assets/images/main/freepass_new_icon.png');}
}
.bottomMenu .menu a.new {
	background: url('/assets/images/main/freepass_new_icon.png') no-repeat left 2% top;
	animation: .5s twinkleBg ease infinite
}
.bottomMenu .menu a:last-of-type {
    border-right: 0;
}
.bottomMenu .menu .title {
    color: #fff;
    font-size: 16px;
    font-family: 'eogeuro';
    letter-spacing: -0.16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.bottomMenu .menu .title br {
    display: none;
}
.bottomMenu .flexArea{
	padding:0 40px;
	border:1px solid #707070;
	border-radius:5px;
}
.bottomMenu .flexArea .menu{
	background:#fff;
	border-bottom: 1px solid #dbdbdb;
}
.bottomMenu .flexArea .menu .menuTitle{
	text-align:left;
	color:#4D1B58;
	width:17%;
}
.bottomMenu .flexArea .menu .menuCont{
	width:83%;
	display:flex;
	flex-wrap:wrap;
}
.bottomMenu .flexArea .menu a{
	width:16.6%;
	text-align:left;
	height:35px;
	border:0;
}
.bottomMenu .flexArea .menu2, .bottomMenu .flexArea .menu3{
	height:42px;
}
.bottomMenu .flexArea .menu2 .menuTitle{
	color:#F07167;
}
.bottomMenu .flexArea .menu2 a{
	width:25%
}
.bottomMenu .flexArea .menu3 .menuTitle{
	color:#02A9AB;
}
.bottomMenu .flexArea .menu .title{
	color:#4E4E4E;
	font-weight:200;
	word-break: keep-all;
}
@keyframes twinkleNew {
	from { opacity: 0;}
	to {  opacity: 1;}
}
.bottomMenu .flexArea .menu .title.new::after{
    animation: 1s twinkleNew infinite
}
.bottomMenu .flexArea .menu .title.new::after{
	content: 'NEW';
    font-size: 12px;
    position: absolute;
    padding: 3px 5px;
    border-radius: 0px;
    left: 50px;
    color: #fff;
    background: transparent linear-gradient(98deg, #D400DD 0%, #FF9300 100%);
    top: 44%;
    transform: translateY(-50%);
    
}
/* teacherList */
.instructor {
    padding: 40px 0 100px;
}
.instructor .tit-area .stit {
    margin-bottom: 34px;
    width: 480px;
}
.teacherList a {
    border-radius: 20px;
    overflow: hidden;
    width: 290px;
}
.teacherList .slick-slide:nth-of-type(4n-3) a {
    border: 1px solid #2EABE1;
}
.teacherList .slick-slide:nth-of-type(4n-2) a {
    border: 1px solid #706BE0;
}
.teacherList .slick-slide:nth-of-type(4n-1) a {
    border: 1px solid #56B172;
}
.teacherList .slick-slide:nth-of-type(4n) a {
    border: 1px solid #BA64DD;
}
.teacherList .slick-slide:nth-of-type(4n-3) .title {
    background: #2EABE1;
}
.teacherList .slick-slide:nth-of-type(4n-2) .title {
    background: #706BE0;
}
.teacherList .slick-slide:nth-of-type(4n-1) .title {
    background: #56B172;
}
.teacherList .slick-slide:nth-of-type(4n) .title {
    background: #BA64DD;
}
.teacherList ul {
    position: relative;
}
.teacherList .imgArea {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.teacherList .imgArea img {
    filter:drop-shadow(-10px 10px 5px rgba(0,0,0,0.16));
}
.teacherList .title {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.95px;
    line-height: 26px;
    padding: 18px 20px;
    height: 118px;
}
.teacherList .info {
    padding: 17px 20px 19px;
    height: 240px;
    position: relative;
}
.teacherList .info span {
    display: block;
}
.teacherList .subject {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}
.teacherList .name {
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px dashed #707070;
    padding-bottom: 10px;
    width: 80%;
}
.teacherList .hashtag {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.78px;
    padding-top: 30px;
}
.teacherList .hashtag li {
    text-indent: -10px;
    padding-left: 10px;
}
.teacherList .homeBtn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.6px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    width: 73px;
    background: #707070;
    border-radius: 5px;
    font-weight: 700;
}
.teacherList .homeBtn img {
    margin-left: 5px;
    display: inline-block;
}
.teacherList .slick-list {
    margin-left: -20px;
    padding-right: 2px;
}
.teacherList .slick-slide {
    margin-left: 20px;
}
.teacherList .slick-arrow {
    width: 13.91px;
    height: 100%;
}
.teacherList .slick-prev {
    background-image: url("/assets/images/main/main2_teacher_left_arrow.svg");
    left: -20px;
    z-index: 1;
}
.teacherList .slick-next {
    background-image: url("/assets/images/main/main2_teacher_right_arrow.svg");
    right: -20px;
    z-index: 1;
}
/* review */
.review .slick-list {
    overflow: hidden;
}
.review .rs {
    overflow: hidden;
}
.review .rs a {
    overflow: hidden;
}
.review .rs .txtarea {
    overflow: hidden;
}
.review .rs .strong {
    overflow: hidden;
}
/* video */
.movie {
    padding: 93px 0 110px;
}
.movie .tit-area span {
    margin-bottom: 10px;
    display: inline-block;
    word-break: keep-all;
}
.movie .movie-list .null {
    /* display: none; */
	width:24%
}
.movie .movie-list .list {
    flex: 0 0 auto;
    margin-bottom: 40px;
    width: 24%;
}
.movie .movie-list .list .imgarea {
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.movie .movie-list .list .txtarea .name {
    height: 24px;
    line-height: 25px;
    margin-bottom: 9px;
}
.movie .movie-list .list .txtarea p {
    letter-spacing: -0.15px;
    line-height: 20px;
}

/*con3*/
.con3 .mo{
	display:none;
}
.con3 {
    background: url(/assets/images/main/con3_bg.png);
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	margin-bottom:80px;
}
.con3 .inner {
    max-width: 1220px;
    width: 90%;
    background-color: #ffff;
    margin: 0 auto;
    box-shadow: 20px 20px 30px #226c9334;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 36px 50px 0 50px;
}
.con3 .tops{
   display:flex;
   align-items:center;
   justify-content:space-between;
   padding-bottom:30px;
   margin-bottom:20px;
   border-bottom:1px solid #dbdbdb;
}
.con3 .tops .title{
   font-family: 'Pretendard';
   font-weight:800;
   font-size:25px;
   letter-spacing: -0.5px;
   color: #505050;
}
.con3 .tops a{
   font-family: 'Pretendard';
   font-weight:400;
   width:150px;
   height:40px;
   border: 1px solid #dbdbdb;
   background: #F8F8F8;
   border: 1px solid #DBDBDB;
   border-radius: 2px;
   font-size:14px;
   color:#505050;
   letter-spacing: -0.28px;
   text-align:center;
   line-height:38px;
}
.con3 .tops a:nth-child(1){
   margin-right:10px;
}
.con3 .bottoms{
   display:flex;
   align-items:center;
   justify-content:space-between;
}
.con3 .box1_left{
   width:63%;
   display:flex;
   justify-content:space-between;
   padding-top:17px;
   padding-bottom:46px;
}
.con3 .box1_left .lefts{
   height:144px;
   text-align:center;
/*   border-right:1px solid #dbdbdb;
   text-align:center;
   padding-right: 6.1%;
   margin-right:6.1%;
   */
}
.con3 .box1_left .line{
   height:144px;
	border-right:1px solid #dbdbdb;
}
.con3 .lefts .homepage{
   font-family: 'Pretendard';
   font-weight:700;
   font-size:16px;
   letter-spacing:-0.32px;
   color:#191919;
   padding-bottom:9px;
   line-height:22px;
}
.con3 .lefts .card{
   font-family: 'Pretendard';
   font-weight:400;
   font-size:14px;
   letter-spacing:-0.28px;
   color:#505050;
   padding-bottom:6px;
   white-space:nowrap;
}
.con3 .lefts .days{
   font-family: 'Pretendard';
   font-weight:400;
   font-size:14px;
   letter-spacing:-0.28px;
   color:#505050;
   padding-bottom:12px;
}
.con3 .lefts .icons{
   margin-left:15px;
   margin-top:-6px;
}
.con3 .lefts .icons .write{
   margin-right: -16px;
}
.con3 .lefts .icons .kakao{
   padding-left:12px;
}
.con3 .lefts .icons span{
   display:block;
   font-family: 'Pretendard';
   font-weight:400;
   font-size:12px;
   letter-spacing:-0.24px;
   color:#8f8f8f;
   margin-top:-10px;
   margin-right: 7px;
}
.con3 .box1_left .middles{
	text-align:center;
	white-space:nowrap;
}
.con3 .middles .university{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #191919;
    padding-bottom: 5px;
	line-height:22px;
}
.con3 .middles .days{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #505050;
    padding-bottom: 12px;
}
.con3 .middles .icons{
	margin-top: -4px;
}
.con3 .middles .icons .write{
   margin-right: -16px;
}
.con3 .middles .icons .kakao{
   padding-left:12px;
}
.con3 .middles .icons .naver{
   padding-left:12px;
}
.con3 .middles .icons span{
   display:block;
   font-family: 'Pretendard';
   font-weight:400;
   font-size:12px;
   letter-spacing:-0.24px;
   color:#8f8f8f;
   margin-top:-10px;
   margin-right: 7px;
}
.con3 .rights .homepage{
   font-family: 'Pretendard';
   font-weight:700;
   font-size:16px;
   letter-spacing:-0.32px;
   color:#191919;
   padding-bottom:9px;
   line-height:22px;
   white-space: nowrap;
}
.con3 .box1_left .rights{
	text-align:center;
	white-space:nowrap;
}
.con3 .rights .days{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #505050;
    padding-bottom: 9px;
}
.con3 .rights .icons{
	margin-top: -4px;
}
.con3 .rights .icons .write{
   margin-right: -16px;
}
.con3 .rights .icons .kakao{
   padding-left:12px;
}
.con3 .rights .icons .naver{
   padding-left:12px;
}
.con3 .rights .icons span{
   display:block;
   font-family: 'Pretendard';
   font-weight:400;
   font-size:12px;
   letter-spacing:-0.24px;
   color:#8f8f8f;
   margin-top:-10px;
   margin-right: 7px;
}

.con3 .box2_right{
	text-align:right;
	margin-top:-17px;
}
.con3 .box2_right .affiliate a{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #191919;
    padding-bottom:10px;
    line-height: 22px;
}
.con3 .box2_right .subTit{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #505050;
    line-height: 21px;
    text-align:left;
}
.con3 .box2_right .affiliate a img{
    margin-right: 20px;
}
.con3 .box2_right .tel{
	padding-bottom:8px;
}
.con3 .box2_right .tel span{
	font-family: 'Pretendard';
	font-weight:500;
	font-size:13px;
	letter-spacing:-0.26px;
	color:#8f8f8f;
	margin-right:10px;
}
.con3 .box2_right .tel .tels{
	font-family: 'Pretendard';
	font-weight:700;
	font-size:26px;
	letter-spacing:-0.52px;
	color:#191919;
}
.con3 .box2_right .week{
	font-family: 'Pretendard';
	font-weight:400;
	font-size:13px;
	letter-spacing:-0.26px;
	color:#505050;
	line-height:15px;
	padding-bottom:20px;
}
.con3 .box2_right .icons{
	padding-bottom:10px;
	text-align:center;
}
.con3 .box2_right .icons a{
	margin-right:31px;
}
.con3 .box2_right .icons a:last-child{
	margin-right:0;
}
.con3 .box2_right .icons span{
	display:block;
	font-family: 'Pretendard';
	font-weight:400;
	font-size:12px;
	letter-spacing:-0.24px;
	color:#8f8f8f;
	padding-top:6px;
}
.con3 .box2_right .inquiry, .con3 .box2_right .announcement{
	font-family: 'Pretendard';
	font-weight:400;
	font-size:13px;
	letter-spacing:-0.26px;
	color:#505050;
	line-height:18px;
}


/* customer */
.customer .inner {
    display: flex;
    justify-content: space-between;
}
.customer .inner > div {
    width: 47.6%;
    overflow: hidden;
}
.customer .inner .infoArea {
    position: relative;
    border-color: #7F19A8;
    padding: 20px 44px 26px;
    text-align: center;
}
.customer .infoArea .title {
    display: inline-block;
    font-family: 'Gmarket';
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -1.3px;
    line-height: 30px;
    border-radius: 28px;
    background: #7F19A8;
    padding: 10px 24px 6px;
    color: #fff;
    margin-bottom: 14px;
}
.customer .infoArea .subTit {
    font-size: 23px;
    letter-spacing: -1.15px;
    color: #7F19A8;
    font-weight: 700;
    margin-bottom: 9px;
}
.customer .infoArea .top {
    border-bottom: 1px solid #7F19A8;
    margin-bottom: 18px;
}
.customer .infoArea .top .tel {
    margin-bottom: 8px;
}
.customer .infoArea .top .tel a {
    font-family: 'nanumSquare';
    color: #7F19A8;
    font-size: 16px;
    letter-spacing: -0.16px;
    font-weight: 700;
}
.customer .infoArea .top .day {
    font-family: 'nanumSquare';
    letter-spacing: -0.12px;
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 20px;
}
.customer .infoArea .bottom {
    margin-bottom: 54px;
}
.customer .infoArea .bottom .tel a {
    font-family: 'nanumSquare';
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 20px;
}
.customer .infoArea li i {
    vertical-align: top;
}
.customer .infoArea .btnArea {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    padding: 0 44px;
    display: flex;
    justify-content: space-between;
}
.customer .infoArea .btnArea a {
    width: 148px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: -0.12px;
    border-radius: 5px;
}
.customer .infoArea .chatBtn {
    color: #7F19A8;
    border: 1px solid #7F19A8;
}
.customer .infoArea .faqBtn {
    color: #fff;
    background: #7F19A8;
}
.customer .list h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
}
.customer .list h3 img {
    vertical-align: bottom;
}
.customer .list h3 .more {
    position: absolute;
    right: 0;
    top: 0;
}
.customer .list li {
    margin-bottom: 12px;
}
.customer .list li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customer .list li span {
    display: inline-block;
    margin-right: 12px;
    letter-spacing: -0.15px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 700;
}
.customer .reviewArea span {
    padding: 3px 6px;
    color: #fff;
    background: #0099DB;
}
.customer .noticeArea span {
    padding: 2px 8px;
}
.customer .noticeArea .common {
    border: 1px solid #56B172;
    color: #56B172;
}
.customer .noticeArea .important{border: 1px solid #FF0801;color: #FF0801;}
/* 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;
}
*/
/* 이벤트 팝업*/
/*
.eventModal .wrapModal{left:50%;top:50%;transform:translate(-50%,-50%);padding:0;border-radius:0;width:80%}
.eventModal .wrapModal .pop_close{width:20px;height:20px;right:24px;top:24px;font-size:0}
.eventModal .imgArea{}
.eventModal .cookie_check{margin-bottom:30px;text-align:right;padding-right:40px}
.eventModal .bottom{background:url('/assets/images/banner/newyear_event_bottom_bg.png');position:relative;}
.guideModal .wrapModal .con .bottom .title{color:#fff;display: block;text-align: center;margin: 0 auto;height: 47px;width: 400px;font-size: 24px;font-weight: 700;line-height: 47px;background-color: #AA00FF;position: absolute;top: -25px;left: 50%;transform: translateX(-50%);border-radius: 25px;}
.guideModal .wrapModal .con .bottom .title b{color:#ffff00;}
.eventModal .moneyImg{padding:75px 0 50px;}
.eventModal .btnArea{margin-bottom:50px;display:flex;justify-content:space-between;padding:0 9.8%}
.eventModal .btnArea button{background: #2962FF url('/assets/images/banner/chuseok_coupon_arrow.svg') no-repeat right 29px center;background-size:9px;border-radius:10px;height:70px;width:39.6%;color:#fff;font-family:'Jalnan';font-size:19px;letter-spacing:-0.38px;padding-right:29px}
.eventModal .btnArea ul{width:58.5%;background:#767676;border-radius:10px;padding:12px 19.5px;text-align:left;color:#fff;line-height:23px;font-size:16px;letter-spacing:-0.32px}
.eventModal .wrapModal .cookie_check label{margin-left:20px;font-size:13px;letter-spacing:-0.26px}
.eventModal .wrapModal .cookie_check input{width:16px;height:16px;border-color:#707070;margin-right:6px;vertical-align:text-top}
*/
/* 프리패스 가격조정 팝업*/
/*
.freepassModal{position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: rgba( 0, 0, 0, 0.5 );}

.freepassModal .wrapModal{border-radius: 0;box-shadow: 30px 30px 30px #00000034;padding:0;width: 840px;max-width: 840px;left:50%;top:50%;transform:translate(-50%,-50%)}

.freepassModal .wrapModal .con{padding:50px 40px 40px;position:relative;overflow:hidden;background: #F2F2FA;}
.freepassModal .wrapModal .con .deadline{position:absolute;left:-48px;top:38px;;background: transparent linear-gradient(-90deg, #B322BF 30%, #7F09E5 100%);color:#fff;transform: rotate(-41deg);width: 250px;padding-left: 55px;height: 50px;}
.freepassModal .wrapModal .con .deadline p{font-size:22px;font-weight:700;letter-spacing:-0.66px;line-height:50px;}
.freepassModal .wrapModal .con .deadline p span{font-size:30px;letter-spacing:-0.9px;vertical-align: bottom;}
.freepassModal .wrapModal .con .title{text-align:center;margin-bottom:30px;}
.freepassModal .wrapModal .con p{margin:0;}
.freepassModal .wrapModal .con .title p{font-weight:500;font-size:38px;letter-spacing:-1.14px;color:#191919;margin:0;text-align:center;}
.freepassModal .wrapModal .con .title b{font-weight:800;font-size:45px;letter-spacing:-1.35px;color:#191919;}
.freepassModal .wrapModal .con .text p{background: transparent linear-gradient(94deg, #303F9F 0%, #7B1FA2 100%);text-align:center;font-size:32px;font-weight:700;letter-spacing:-0.96px;line-height:59px;border-radius: 34px;color:#fff;margin-bottom:37px;}
.freepassModal .wrapModal .con .left{width:260px;height:340px;background:#fff;padding:110px 20px 109px 22px;position:relative;border-radius: 20px;box-shadow: 0px 30px 30px #0000000D;}
.freepassModal .wrapModal .con .left > img{position:absolute;left:-11px;top:25px}
.freepassModal .wrapModal .con .left .tit{text-align:left;color:#191919;letter-spacing:-0.84px;margin-bottom:10px;}
.freepassModal .wrapModal .con .left .tit b{font-size:28px;line-height: 34px;}
.freepassModal .wrapModal .con .left .tit p{font-size:28px;font-weight:400;line-height: 34px;}
.freepassModal .wrapModal .con .left .txt{font-size:16px;font-weight:500;color:#505050;letter-spacing:-0.48px;}
.freepassModal .wrapModal .con >div .btnArea{position:absolute;bottom:20px;right:20px;}
.freepassModal .wrapModal .con >div .btnArea button{color:#767676;font-weight:500;font-size:14px;}
.freepassModal .wrapModal .con >div .btnArea button img{vertical-align: super;}
.freepassModal .wrapModal .con .right{float:right;width:480px;}
.freepassModal .wrapModal .con .right ul{display:flex;flex-wrap:wrap;}
.freepassModal .wrapModal .con .right ul li{width:230px;background:#fff;box-shadow: 0px 30px 30px #0000000D;border-radius: 20px;height:160px;padding:22px 20px;position:relative;}
.freepassModal .wrapModal .con .right ul li .tit{font-size:22px;text-align:left;color:#191919;letter-spacing:-0.66px;}
.freepassModal .wrapModal .con .right ul li .tit b{margin-bottom:2px;display:inline-block;line-height: 26px}
.freepassModal .wrapModal .con .right ul li .tit p{font-size:22px;font-weight:400;line-height: 26px}
.freepassModal .wrapModal .con .right ul li:nth-of-type(1), .freepassModal .wrapModal .con .right ul li:nth-of-type(2){margin-bottom:20px;}
.freepassModal .wrapModal .con .right ul li:nth-of-type(odd){display:inline-block;margin-right:20px;}
.freepassModal .wrapModal .cookie_button{position:absolute;right:0;top:-41px;}
.freepassModal .wrapModal .cookie_button button{color:#fff;background:#191919;height:35px;font-weight:500;letter-spacing:-0.42px;padding:0 12px;}
.freepassModal .wrapModal .cookie_button .close_chk{padding:0 27px;}
*/

@media all and (max-width:1885px) {
    /*subSite*/
    .subSite {
        width: 100px;
        right: -115px;
    }
    .subSite .cafeArea h3 {
        background-size: 18px;
        font-size: 14px;
        padding-left: 22px;
        background-position: left 3px center;
    }
    .subSite .cafeArea ul {
        font-size: 12px;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 0;
    }
    .subSite .cafeArea ul li {
        text-indent: -10px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .subSite .cafeArea ul li:last-of-type {
        margin-bottom: 0;
    }
    .subSite .cafeArea ul li i {
        position: static;
        transform: translateY(0);
        text-indent: 0;
    }
	.subSite .blogArea{
		min-height:60px;
		height:auto;
		padding-bottom:5px
	}
	.subSite .blogArea a img{margin-right:0}
    .subSite .oaList {
        flex-direction: column;
    }
    .subSite .onAir .teacher {
        margin-bottom: 10px;
        height: 76px;
        width: 90px;
    }
    .subSite .onAir .text {
        width: 75%;
        padding-bottom: 10px;
    }
    .subSite .onAir .text img {
        margin-left: 2px;
    }
    .subSite .onAir .slick-arrow {
        top: 58%;
    }
    .subSite .onAir .slick-prev {
        left: 2px;
    }
    .subSite .onAir .slick-next {
        right: 2px;
    }
    .subSite .onAir .text p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 3;
        height: 65px;
    }
}
@media all and (max-width:1700px) {
    .bottomMenu,
    .main .lineArea,
    .main .mainVisual,
    .main .subSec,
	.curationMenu{
        padding-right: 120px;
    }
	.curationMenu .inner,
    .lineArea article.inner,
    .mainVisual article.inner {
        padding: 0;
    }
    .mainVisual .mvSlider .slider-dots button {
        font-size: 14px;
    }
}
@media all and (max-width:1450px) {
    /* bottom menu */
    .bottomMenu .inner {
        padding: 0;
    }
    .bottomMenu .menu .title {
        font-size: 14px;
    }
    .bottomMenu .menu a {
        width: 17%;
    }
    .bottomMenu .menu .menuTitle {
        width: 12%;
    }
	/*con3*/
	.con3 .inner{
		padding:30px 50px;
	}
	.con3 .bottoms{
		justify-content: space-evenly;
		flex-direction: column;
	}
	.con3 .box1_left{
		width:100%;
	}
	.con3 .box2_right{
		align-items: center;
		text-align:center;
		margin-top:0;
	}
    /* customer */
    .customer li i {
        display: none;
    }
    .customer li .mo {
        display: block;
    }
    .customer .inner .infoArea {
        padding: 20px 20px 26px;
    }
    .customer .infoArea .btnArea {
        padding: 0 20px;
    }
    .customer .infoArea .btnArea a {
        width: 47%;
    }
}
@media all and (max-width:1220px) {
	/* headerBanner */
	.headerSlick .d-day{font-size:26px}
    /*mainVisual*/
    .mainVisual .campus .basic .green {
        font-size: 30px;
    }
    .mainVisual .campus .basic .month {
        font-size: 35px;
        padding: 0 5px;
    }
	.mainVisual .campus .banner .btnArea a{
		font-size:16px;
		line-height:30px;
	}
    /*bottomMenu*/
    .bottomMenu .menu .title {
        line-height: 1.3;
    }
    .bottomMenu .menu .title br {
        display: inline;
    }
    .bottomMenu .menu a {
        width: 14%;
    }
    .bottomMenu .menu .menuTitle {
        width: 16%;
    }
	.bottomMenu .flexArea{
		padding:0 15px;
	}
	.bottomMenu .flexArea .menu .menuTitle{
		font-size:14px;
	}
	.bottomMenu .flexArea .menu2, .bottomMenu .flexArea .menu3{
		height: auto;
		padding:15px 0;
	}
	.bottomMenu .flexArea .menu .menuTitle{
		width:22%;
	}
	.bottomMenu .flexArea .menu .menuCont{
		width:78%;
	}
    /*instructor*/
    .instructor {
        padding-bottom: 50px;
    }
    .review .review-slider .slick-next,
    .review .review-slider .slick-prev {
        right: 10px;
    }
    .instructor .ins-slider {
        margin: 34px 20px 0;
    }
    .instructor .ins-slider .is {
        background-size: contain;
        height: 300px;
    }
    .review .review-slider .rs .txtarea span {
        margin-left: 0;
    }
    .teacherList .title {
        font-size: 16px;
        line-height: 24px;
        height: 108px;
        padding: 18px 10px;
    }
    .teacherList .info {
        padding: 17px 10px 19px;
    }
    .teacherList .imgArea {
        right: -16px;
    }
    .teacherList .hashtag {
        font-size: 12px;
    }
    .teacherList .homeBtn {
        left: 10px;
    }
    /* review */
    .review .review-slider {
        width: 75%;
    }
    .review .review-slider .rs .txtarea strong {
        font-size: 18px;
        line-height: 1;
        width: 100%;
    }
    /* movie */
    .movie {
        padding: 60px 0 40px;
    }
    .movie .layout {
        width: 90%;
        margin: 0 auto;
    }
    .movie .movie-list .null {
        display: block;
        width: 32%;
    }
    .movie .movie-list .list {
        flex: 0 0 32%;
    }
    .movie .movie-list .list a {
        width: 100%;
    }
    .movie .movie-list .list .imgarea {
        width: 100%;
        height: auto;
    }
    .movie .movie-list .list .txtarea p br {
        display: none;
    }
    /* customer */
    .customer .inner .list {
        padding: 10px;
    }
    .customer .inner .infoArea {
        padding: 20px 10px 26px;
    }
    .customer .infoArea .title {
        font-size: 24px;
    }
    .customer .infoArea .btnArea {
        padding: 0 10px;
    }
    .customer .board .bookstore .title {
        font-size: 12px;
        min-height: 87px;
    }
    .customer .list h3 {
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}
@media all and (max-width:1000px) {
	/* headerBanner */
	.headerBanner{display:none}
    /*mainVisual*/
    .lineSlider img.pc,
    .mainVisual img.pc {
        display: none;
    }
    .lineSlider img.mo,
    .mainVisual img.mo {
        display: inline-block;
        width: 100%;
    }
    .mainVisual .inner {
        padding: 0;
        flex-direction: column;
    }
    .mainVisual .mvSlider {
        width: 100%;
        margin-bottom: 20px;
    }
    .mainVisual .campus {
        width: 100%;
    }
    .mainVisual .campus .basic .text {
        top: 30%;
    }
    .mainVisual .campus .basic .green {
        font-size: 45px;
    }
    .mainVisual .campus .basic .month {
        font-size: 50px;
    }
	/* 230629 배너 */
	.mainVisual .campus .banner .btnArea{
		top: 80%;
	}
	.mainVisual .campus .banner .btnArea a{
		width:18.67%;
		border-radius:5px;
		font-size:14px;
		color:#fff;
		line-height:30px;
	}
    .lineArea {
        padding-top: 20px;
    }
	/* 240226 curationMenu */
    .curationMenu .curation_banner{
        display: block;
        text-align: center;
    }
    .curationMenu a:first-of-type img{
        margin-bottom: 30px;
    }
    .curationMenu img.pc{
        display: none;
    }
    .curationMenu img.mo{
        display: inline-block;
        width: 100%;
    }
    /* bottom menu */
    .bottomMenu .txt {
        text-align: center;
        padding-left: 0;
    }
    .bottomMenu .menu {
        flex-wrap: wrap;
        height: auto;
    }
    .bottomMenu .menu .menuTitle {
        width: 100%;
        padding: 20px 0;
        font-size: 20px;
        line-height: 25px;
    }
    .bottomMenu .menu a {
        width: 33.33%;
        height: auto;
        padding: 17px 0;
        margin-bottom: 30px;
    }
	.bottomMenu .menu a.new {background-position:left 10% top}
    .bottomMenu .menu a:nth-of-type(3n) {
        border-right: 0;
    }
    .bottomMenu .menu .title {
        font-size: 16px;
        position: static;
        transform: translateY(0);
    }
    .bottomMenu .menu .title br {
        display: none;
    }
	.bottomMenu .flexArea  .menu .menuTitle{
		width: 100%;
        padding: 20px 0;
        font-size: 20px;
        line-height: 25px;
		text-align:center;
	}
	.bottomMenu .flexArea .menu .menuCont{
		width:100%;
	}
	.bottomMenu .flexArea .menu a{
		width:25%;
		text-align:center;
	}
	.bottomMenu .flexArea .menu .title.new::after{
        left: 70%;
    }
    /*customer*/
    .customer .infoArea .title {
        font-size: 22px;
    }
    .customer .infoArea .btnArea a {
        font-size: 10px;
    }
    .customer .list h3 {
        font-size: 16px;
    }
}
@media all and (max-width:910px) {
    .main .subSec {
        display: none;
    }
	.curationMenu,
    .bottomMenu,
    .main .lineArea,
    .main .mainVisual,
    .main .subSec {
        padding-right: 0;
    }
    .lineArea {
        padding-top: 20px;
    }
    .lineArea .inner {
        padding: 0;
    }
    /*movie*/
    .movie .movie-list .list {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
    .movie .movie-list .null {
        display: none;
    }
    .movie .tit-area span {
        font-size: 24px;
        line-height: 1.3;
    }
	/*con3*/
	.con3 .inner {
		padding: 30px 10px;
	}
	.con3 .tops .title{
		font-size:22px;
	}
	.con3 .tops a{
		width:130px;
	}
	.con3 .lefts .card{
		font-size:11px;
	}
	.con3 .box1_left .line{
		margin-left:2%;
	}
	.con3 .lefts .homepagem, .con3 .middles .university, font-family{
		font-size:15px;
	}
	.con3 .lefts .days, .con3 .middles .days, .con3 .rights .days{
		font-size:12px;
	}
	.con3 .lefts .days{
		padding-bottom:15px;
	}
    /*customer*/
    .customer .inner {
        flex-direction: column;
    }
    .customer .inner > div {
        width: 100%;
        margin-bottom: 80px;
    }
    .customer .inner > div:last-of-type {
        margin-bottom: 0;
    }
    .customer .inner .infoArea {
        padding: 46px 35px 50px;
    }
    .customer li .mo {
        display: none;
    }
    .customer li i {
        display: inline-block;
    }
    .customer .infoArea .title {
        font-size: 43px;
        letter-spacing: -2.15px;
        padding: 20px 49px 10px;
    }
    .customer .infoArea .subTit {
        font-size: 30px;
    }
    .customer .infoArea .top .tel a {
        font-size: 26px;
        font-weight: 900;
    }
    .customer .infoArea .top .day {
        font-size: 20px;
        line-height: 30px;
    }
    .customer .infoArea .bottom {
        margin-bottom: 40px;
    }
    .customer .infoArea .bottom .tel a {
        font-size: 24px;
    }
    .customer .infoArea .bottom .tel i {
        display: none;
    }
    .customer .infoArea .btnArea {
        padding: 0;
        position: static;
    }
    .customer .infoArea .btnArea a {
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
    .customer .inner .list {
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .customer .list h3 {
        font-size: 26px;
    }
    .customer .list h3 img {
        width: 38px;
    }
    .customer .list h3 .more {
        width: 28px;
    }
    .customer .list li span {
        margin-right: 20px;
        font-size: 16px;
    }
    .customer .list li a {
        font-size: 16px;
    }
    .customer .reviewArea span {
        padding: 4px 14px;
    }
	/* 이벤트 팝업*/
	.eventModal .btnArea{padding: 0 5%}
	/* 프리패스 가격조정 팝업 */
    /*
	.freepassModal .wrapModal{width:750px;}
	.freepassModal .wrapModal .con .right{width:390px;}
	.freepassModal .wrapModal .con .right ul li{width:47%}
	.freepassModal .wrapModal .con .right ul li .tit{font-size:19px;}
	.freepassModal .wrapModal .con .right ul li .tit p{font-size:19px;}
    */
}
@media all and (max-width:750px) {
    br.mo {
        display: block;
    }
    img.pc {
        display: none;
    }
    img.mo {
        display: inline-block;
        max-width: 100%;
    }
    .main .inner {
        padding: 0;
        width: 85%;
    }
    /* 합격자 팝업 */
  .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;
  }
    /*modal*/
    .modal-content {
        overflow: hidden;
        width: 100%;
        height: 45rem;
        padding: 0;
        border-radius: 0;
        background: none;
        border: 0;
    }
    .modal-content .close {
        display: none;
    }
    .modal-content embed,
    .modal-content iframe,
    .modal-content object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
    }
    /*mainVisual*/
    .mainVisual .inner {
        width: 100%;
        padding: 0;
    }
    .lineArea .inner {
        width: 100%;
        padding: 0;
    }
    .mainVisual .mvSlider {
        margin-bottom: 2rem;
    }
    .mainVisual .mvSlider .slider-dots {
        height: 7rem;
    }
    .mainVisual .mvSlider .slider-dots button {
        line-height: 3.4rem;
        font-size: 2rem;
        letter-spacing: -1.15px;
    }
    .mainVisual .campus .slider-dots {
        right: 3.6rem;
        top: 2rem;
    }
    .mainVisual .campus .slider-dots li {
        padding: 0 1rem;
    }
    .mainVisual .campus .slider-dots button {
        width: 2rem;
        height: 2rem;
    }
    .mainVisual .campus .basic .green {
        font-size: 4.5rem;
    }
    .mainVisual .campus .basic .month {
        font-size: 7.2rem;
        padding-right: 1rem;
    }
	.mainVisual .campus .banner .btnArea a{
		border-radius:0.5rem;
		font-size:1.4rem;
		line-height:3rem;
	}
/* 	.mainVisual .campus .banner{
		display:none;
	} */
    .subSite {
        display: none;
    }
    .lineArea {
        padding-top: 2rem;
    }
    .lineArea .slider-dots {
        right: 4rem;
        top: 2.5rem;
    }
    .lineArea .slider-dots li {
        margin-right: 1rem;
    }
    .lineArea .slider-dots li button {
        width: 2rem;
        height: 2rem;
    }
	/* 20240226  curationMenu*/
    .curationMenu{
		padding-top:4rem;
	}
    .curationMenu .inner{
        padding: 0;
        width: 100%;
    }
	.curationMenu .curation_banner{
		margin-bottom:3rem;
	}
	.curationMenu .curation_title p{
		padding:0 2rem;
		font-size:3.5rem;
		line-height:6rem;
	}
	.curationMenu a:first-of-type img{
		margin-bottom:3rem;
	}
    /* bottomMenu 2021-12-17 */
    .bottomMenu {
        padding-top: 4rem;
    }
	.bottomMenu.pc{display:none;}
	.bottomMenu.mo{
		display:block;
		padding:10rem 0 10rem
 	}
    .bottomMenu .inner {
        width: 100%;
    }
    .bottomMenu .txt {
        font-size: 2.6rem;
        margin-bottom: 0.5rem;
    }
    .bottomMenu .txt .timer {
        padding-left: 1rem;
    }
    .bottomMenu .txt .timer i {
        width: 1.8rem;
    }
    .bottomMenu .menu .menuTitle {
        font-size: 3rem;
        line-height: 3.6rem;
        padding: 2rem 0;
    }
    .bottomMenu .menu a {
        padding: 1.7rem 0;
        margin-bottom: 3rem;
    }
	.bottomMenu .menu a.new{background-size:4rem}
    .bottomMenu .menu .title {
        font-size: 2.2rem;
    }
	.bottomMenu .flexArea .menu .title{
		font-sizE:2.2rem;
	}
	.bottomMenu .flexArea .menu .title.new::after {
        top: 43%;
        font-size: 1.2rem;
        padding: 0.2rem 0.5rem;
    }
	.bottomMenu .flexArea .menu .menuTitle{
		font-size: 3.2rem;
		line-height: 4.8rem;
		padding: 2rem 0;
	}
	.bottomMenu .flexArea{padding: 0 1rem;}
	.bottomMenu .flexArea .menu a{
		height:auto;
		padding: 1rem 0;
		margin-bottom:1rem;
	}
	.bottomMenu .flexArea .menu2, .bottomMenu .flexArea .menu3{
		padding:0;
	}
    /* teacherList */
    .instructor {
        padding: 5rem 0 10rem;
    }
    .instructor .tit-area .stit {
        width: 50.6rem;
        height: 7rem;
        line-height: 7rem;
        border-radius: 3.6rem;
        font-size: 3rem;
        margin-bottom: 5rem;
    }
    .instructor .tit-area .stit::after,
    .instructor .tit-area .stit::before {
        top: 3.4rem;
    }
    .teacherList a {
        border-radius: 2rem;
        width: 100%;
        margin-bottom: 4rem;
    }
    .teacherList a:last-of-type {
        margin-bottom: 0;
    }
    .teacherList a:nth-of-type(4n-3) {
        border: 1px solid #2EABE1;
    }
    .teacherList a:nth-of-type(4n-2) {
        border: 1px solid #706BE0;
    }
    .teacherList a:nth-of-type(4n-1) {
        border: 1px solid #56B172;
    }
    .teacherList a:nth-of-type(4n) {
        border: 1px solid #BA64DD;
    }
    .teacherList a:nth-of-type(4n-3) .title {
        background: #2EABE1;
    }
    .teacherList a:nth-of-type(4n-2) .title {
        background: #706BE0;
    }
    .teacherList a:nth-of-type(4n-1) .title {
        background: #56B172;
    }
    .teacherList a:nth-of-type(4n) .title {
        background: #BA64DD;
    }
    .teacherList .imgArea {
        width: 33rem;
        right: -2.5rem;
    }
    .teacherList .imgArea img {
        width: 100%;
        filter:drop-shadow(-1rem 1rem 0.5rem rgba(0,0,0,0.16));
    }
    .teacherList .title {
        font-size: 3rem;
        line-height: 4rem;
        padding: 3rem 4.4rem 3.4rem;
        height: auto;
    }
    .teacherList .info {
        padding: 1.7rem 4.4rem 3.5rem;
        height: auto;
    }
    .teacherList .subject {
        font-size: 2.4rem;
        line-height: 2.3rem;
        margin-bottom: 1.5rem;
    }
    .teacherList .name {
        font-size: 3.8rem;
        line-height: 3.6rem;
        padding-bottom: 2rem;
        width: 70%;
    }
    .teacherList .hashtag {
        font-size: 2.4rem;
        line-height: 3.6rem;
        padding-top: 2rem;
    }
    .teacherList .hashtag li {
        text-indent: -2rem;
        padding-left: 2rem;
    }
    .teacherList .hashtag li br {
        display: none;
    }
    .teacherList .homeBtn {
        font-size: 0;
        background: #fff url("/assets/images/main/mo_main2_teacher_home.svg") no-repeat center;
        background-size: 4.6rem;
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        border: 1px solid #366ACC;
        box-shadow: 0.8rem 0.8rem 2rem #00A7FF41;
        bottom: 3.8rem;
        left: auto;
        right: 4rem;
        z-index: 1;
    }
    .teacherList .homeBtn img {
        display: none;
    }
    .teacherList .slick-list {
        margin-left: -22px;
    }
    .teacherList .slick-slide {
        margin-left: 20px;
    }
    .teacherList .slick-arrow {
        width: 13.91px;
        height: 100%;
    }
    .teacherList .slick-prev {
        background-image: url("/assets/images/main/main2_teacher_left_arrow.svg");
        left: -20px;
        z-index: 1;
    }
    .teacherList .slick-next {
        background-image: url("/assets/images/main/main2_teacher_right_arrow.svg");
        right: -20px;
        z-index: 1;
    }
    /* review */
    .review {
        height: auto;
        background: url("/assets/images/main/mo_review_bg_211124.png") no-repeat center;
        background-size: cover;
    }
    .review .display-flex {
        position: relative;
        display: block;
        height: 36rem;
        padding: 0 7%;
    }
    .review .display-flex .icon {
        display: block;
        text-align: center;
        padding-top: 3rem;
        margin-bottom: 2.2rem;
    }
    .review .display-flex .icon img {
        width: 4rem;
    }
    .review strong {
        display: block;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .review strong img {
        height: 4rem;
    }
    .review .review-slider {
        width: 100%;
        height: 7.3rem;
        padding: 0 3rem;
        overflow-y: hidden;
        height: 11.8rem;
    }
    .review .review-slider .rs .txtarea strong {
        font-size: 2.6rem;
        line-height: 4rem;
        width: 100%;
        white-space: inherit;
        height: 7.6rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin: 2.1rem 0;
    }
    .review .review-slider .rs .txtarea span {
        display: none;
    }
    .review .review-slider .slick-next,
    .review .review-slider .slick-prev {
        display: none!important;
    }
    .review .display-flex p.mo {
        position: absolute;
        display: block;
        font-weight: 500;
        text-align: center;
        color: #fff;
        font-size: 2.6rem;
        width: 100%;
        bottom: 3.8rem;
        left: 0;
        margin: 0;
        font-family: 'Gmarket';
    }
    /* movie */
    .movie {
        background: #24283C;
        padding: 7.4rem 0 6.8rem;
    }
    .movie .inner {
        width: 100%;
        padding: 0 4rem;
    }
    .movie .tit-area {
        margin-bottom: 7.2rem;
        padding-left: 0;
        text-align: center;
        border-left: none;
    }
    .movie .tit-area span {
        color: #fff;
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
    .movie .tit-area strong img {
        width: 30rem;
        padding-top: 1.7rem;
        margin-bottom: 2rem;
    }
    .movie .tit-area .more {
        width: 2.6rem;
    }
    .movie .movie-list .list {
        flex: 0 0 47.5%;
        margin-bottom: 4.4rem;
    }
	 /*con3*/
	.con3 .pc{
		display:none;
	}
	.con3 {
		background: url(/assets/images/main/con3_mo_bg.png);
		padding: 10rem 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		margin-bottom:0;
	}
	.con3 .inner{
		width:85%;
		box-shadow: 3rem 3rem 3rem #226c9334;
		border: 0.1rem solid #EDEDED;
		border-radius: 5rem;
		padding: 4rem 5rem 5rem 5rem;
	}
	.con3 .tops {
		padding-bottom: 4rem;
		margin-bottom: 5rem;
		border-bottom: 0.1rem solid #8F8F8F;
		justify-content: center;
	}
	.con3 .tops .title {
		font-family: 'Pretendard';
		font-weight: 800;
		font-size: 4.2rem;
		letter-spacing: -0.084rem;
	}
	.con3 .box1_top.mo{
		display:block;
		width:100%;
	}
	.con3 .box1_top .up{
		display:flex;
		height:22rem;
		justify-content: space-between;
	}
	.con3 .box1_top .lefts{
		text-align:center;
		width: 42%;
		position:relative;
	}
	.con3 .box1_top .lefts .titles{
		font-family: 'Pretendard';
		font-weight:700;
		font-size:3.2rem;
		color:#191919;
		line-height:3.2rem;
		letter-spacing:-0.064rem;
		padding-bottom:2rem;
	}
	.con3 .box1_top .lefts .subtit{
		font-family: 'Pretendard';
		font-weight:400;
		font-size:2.8rem;
		color:#505050;
		line-height:3.4rem;
		letter-spacing:-0.056rem;
		padding-bottom:1rem;
		text-align: center;
		white-space:nowrap;
	}
	.con3 .box1_top .lefts .icon_arr{
		display:flex;
	}
	.con3 .box1_top .rights{
	    position: relative;
		text-align:center;
		width:42%;
	}
	.con3 .box1_top .rights .titles {
		font-family: 'Pretendard';
		font-weight: 700;
		font-size: 3.2rem;
		color: #191919;
		line-height: 3.4rem;
		letter-spacing: -0.064rem;
	}
	.con3 .box1_top .rights .titless {
		font-family: 'Pretendard';
		font-weight: 700;
		font-size: 3.2rem;
		color: #191919;
		line-height: 4.4rem;
		letter-spacing: -0.064rem;
		padding-bottom: 5rem;
	}
	.con3 .box1_top .rights .icon_arr{
		display:flex;
	}
	.con3 .box1_top .lefts .icon_arr .write img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: -1.5rem;
		bottom: -3.9rem
	}
	.con3 .box1_top .lefts .icon_arr .kakao img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: 11rem;
		bottom: -3.9rem;
	}
	.con3 .box1_top .rights .icon_arr .write img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: -1.5rem;
		bottom: -3.9rem;
	}
	.con3 .box1_top .rights .icon_arr .naver img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: 11rem;
		bottom: -3.9rem;
	}
	.con3 .box1_top .rights .icon_arr .kakao img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: 11rem;
		bottom: -3.9rem;
	}

	.con3 .box1_top .up .line{
		border-right:0.1rem solid #DBDBDB;
	}
	.con3 .box1_top .days{
		display:block;
		font-family: 'Pretendard';
		font-weight: 400;
		font-size:2.8rem;
		letter-spacing:-0.056rem;
		color:#505050;
		padding-top:4rem;
		padding-bottom:4rem;
		width:100%;
		text-align:center;
		margin-bottom:5rem;
	}
	.con3 .box1_top .down{
		display: flex;
		height: 19rem;
		justify-content: space-between;
	}
	.con3 .box1_top .down_arr{
		width:42%;
		position:relative;
	}
	.con3 .box1_top .down_arr .titles {
		font-family: 'Pretendard';
		font-weight: 700;
		font-size: 3.2rem;
		color: #191919;
		line-height: 3.4rem;
		letter-spacing: -0.064rem;
		text-align:center;
		white-space: nowrap;
	}
	.con3 .box1_top .down_arr .titless {
		font-family: 'Pretendard';
		font-weight: 700;
		font-size: 3.2rem;
		color: #191919;
		line-height: 4.4rem;
		letter-spacing: -0.064rem;
		padding-bottom: 2.4rem;
		text-align:center;
	}
	.con3 .box1_top .down_arr .icon_arr{
		display:flex;
	}
	/*
	.con3 .box1_top .down_arr .icon_arr a img{
		width: 128%;
		max-width: initial;
	}
	*/
	.con3 .box1_top .down_arr .icon_arr .write img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: -1.5rem;
		bottom: -3.9rem;
	}
	.con3 .box1_top .down_arr .icon_arr .kakao img {
		width: 13.5rem;
		max-width: initial;
		position: absolute;
		left: 11rem;
		bottom: -3.9rem;
	}
	.con3 .box1_top .down .line{
		border-right:0.1rem solid #DBDBDB;
	}
	.con3 .box1_top .down .btns{
		width:42%;
	}
	.con3 .box1_top .down .btns a{
		font-family: 'Pretendard';
		font-weight: 400;
		width:100%;
		height:8rem;
		border:0.1rem solid #dbdbdb;
		background:#f8f8f8;
		border-radius:0.2rem;
		text-align:center;
		line-height:8rem;
		color:#505050;
		font-size:2.4rem;
		letter-spacing:-0.048rem;
	}
	.con3 .box1_top .down .btns a:nth-child(1){
		margin-bottom:3rem;
	}
	.con3 .inner .tel {
		font-size: 4.4rem;
		letter-spacing: -0.088rem;
		padding-bottom: 2rem;
	}
	.con3 .inner .tel span {
		display: block;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: -0.048rem;
		margin-right: 0;
		padding-bottom: 1rem;
	}
	.con3 .inner .tel .tels {
		font-size: 4.4rem;
		letter-spacing: -0.088rem;
		padding-bottom: 0;
	}
	.con3 .inner .week {
		font-size: 2.8rem;
		letter-spacing: -0.056rem;
		line-height: 4rem;
		padding-bottom:0;
	}
	.con3 .inner .icons.mo{
		display:flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
	.con3 .box2_right .icons a{
		margin-right:0;
		width:8rem;
	}
	.con3 .inner .inquiry {
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 2.8rem;
		letter-spacing: -0.056rem;
		color: #505050;
		line-height: 4rem;
		padding-bottom: 0.5rem;
	}
	.con3 .inner .announcement {
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 2.2rem;
		letter-spacing: -0.14rem;
		white-space: nowrap;
		color: #505050;
	}
	.con3 .inner br.mo{
		display:block;
	}
    /* customer */
    .customer {
        padding: 8rem 0 10rem;
    }
    .customer .inner > div {
        margin-bottom: 8.2rem;
    }
    .customer .inner .infoArea {
        padding: 4.6rem 5rem 5rem;
    }
    .customer .infoArea .title {
        font-size: 4.3rem;
        letter-spacing: -2.15px;
        border-radius: 3.3rem;
        padding: 2rem 5rem 1.2rem;
        margin-bottom: 1.5rem;
    }
    .customer .infoArea .subTit {
        font-size: 3.6rem;
        margin-bottom: 1rem;
    }
    .customer .infoArea .top {
        margin-bottom: 4rem;
    }
    .customer .infoArea .top .tel {
        margin-bottom: 1.5rem;
    }
    .customer .infoArea .top .tel a {
        font-size: 3.1rem;
    }
    .customer .infoArea .top .day {
        line-height: 3.6rem;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
    .customer .infoArea .bottom {
        margin-bottom: 4rem;
    }
    .customer .infoArea .bottom .tel a {
        font-size: 2.4rem;
        line-height: 2.3rem;
    }
    .customer .infoArea .btnArea a {
        width: 46.5%;
        height: 7rem;
        line-height: 7rem;
        font-size: 2.5rem;
        border-radius: 0.5rem;
    }
    .customer .list h3 {
        font-size: 3.2rem;
        padding-bottom: 3rem;
        margin-bottom: 4rem;
    }
    .customer .list h3 img {
        width: 5rem;
    }
    .customer .list h3 .more {
        width: 2.8rem;
    }
    .customer .list li {
        margin-bottom: 1.6rem;
    }
    .customer .list li a {
        font-size: 2.4rem;
        line-height: 3.5rem;
    }
    .customer .list li span {
        margin-right: 2rem;
        font-size: 2.4rem;
        border-radius: 0.4rem;
    }
    .customer .reviewArea span {
        padding: 0.2rem 1.4rem;
    }
    .customer .noticeArea span {
        padding: 0.2rem 1.4rem;
    }
    /* 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;
    }
        */
	/* 이벤트 팝업*/
    /*
	.eventModal{position:relative}
	.eventModal .wrapModal{position:absolute;padding:0;border-radius:5rem;overflow:hidden;width:90%}
	.eventModal .wrapModal .pop_close{right:3rem;top:3rem;width:3.8rem;height:3.8rem}
	.eventModal .imgArea{margin-bottom:0}
	.eventModal .bottom{background:url('/assets/images/banner/newyear_event_bottom_bg.png');position:relative;}
	.guideModal .wrapModal .con .bottom .title{height: 5rem;width: 54.8rem;font-size: 3rem;font-weight: 700;line-height: 5rem;top: -2.5rem;left: 50%;transform: translateX(-50%);border-radius: 2.5rem;}
	.eventModal .moneyImg{padding:7.5rem 0 5rem;}
	.eventModal .moneyImg img{width:45rem;}
	.eventModal .btnArea{flex-direction:column;padding:0 6.5%;margin-bottom:7rem}
	.eventModal .btnArea button{background-position: right 18% center;background-size:1.8rem;width:100%;height:13rem;padding-right:6.5rem;margin-bottom:3rem;font-size:3.7rem;letter-spacing:-0.74px;border-radius:1rem}
	.eventModal .btnArea ul{width:100%;padding:2.7rem 2.8rem;padding-right:0;border-radius:1rem;font-size:2.5rem;letter-spacing:-0.6px;line-height:4.4rem;}
	.eventModal .cookie_check{text-align:center;margin-bottom:7rem;padding-right:0}
	.eventModal .wrapModal .cookie_check label{margin-left:5rem;font-size:2.8rem;letter-spacing:-0.56px}
	.eventModal .wrapModal .cookie_check label:first-of-type{margin-left:0}
	.guideModal .wrapModal .cookie_check input{width:3.4rem;height:3.4rem;margin-right:1.5rem}
    */
	/* 프리패스 가격조정 팝업*/
    /*
	.freepassModal .wrapModal{box-shadow: 0 3rem 3rem #00000034;padding:0;width: 68.7rem;left:50%;top:50%;transform:translate(-50%,-50%);height: 100vh;border-radius: 0;background: transparent;overflow-y:auto;}
	.freepassModal .wrapModal .con{padding:5rem 4rem 3.9rem 4rem;border-radius: 4.5rem;}
	.freepassModal .wrapModal .con .deadline{position:static;background: none;color:#fff;transform: rotate(0deg);width: 30.5rem;padding-left: 5.3rem;height: 9.1rem;background-image:url(/assets/images/main/freepasspopup_deadline_bg.png);margin:0 auto 1rem;background-size:cover;}
	.freepassModal .wrapModal .con .deadline p{font-size:3.2rem;font-weight:700;letter-spacing:-0.96px;line-height:5.5rem;}
	.freepassModal .wrapModal .con .deadline p span{font-size:4.3rem;letter-spacing:-0.9px;}
	.freepassModal .wrapModal .con .title{margin-bottom:3rem;}
	.freepassModal .wrapModal .con .title p{font-size:3.8rem;letter-spacing:-1.14px;margin-bottom:0.3rem;}
	.freepassModal .wrapModal .con .title b{font-size:4.5rem;letter-spacing:-1.35px;}
	.freepassModal .wrapModal .con .text p{background: transparent linear-gradient(96deg, #303F9F 0%, #7B1FA2 100%);font-size:3.2rem;line-height:5.9rem;border-radius: 1rem;margin-bottom:5rem;}
	.freepassModal .wrapModal .con .left{width:100%;height:auto;background:#fff;padding:4rem 4rem 10rem;position:relative;border-radius: 2rem;box-shadow: 0px 3rem 3rem #0000000D;margin-bottom:3rem;}
	.freepassModal .wrapModal .con .left > img{left:auto;top:3rem;right:3rem;width:14.7rem}
	.freepassModal .wrapModal .con .left .tit{letter-spacing:-1.26px;margin-bottom:1.6rem;}
	.freepassModal .wrapModal .con .left .tit b{font-size:4.2rem;line-height:5rem}
	.freepassModal .wrapModal .con .left .tit p{font-size:4.2rem;line-height:5rem;}
	.freepassModal .wrapModal .con .left .txt p{font-size:2.4rem;letter-spacing:-0.72px;line-height:3.6rem}
	.freepassModal .wrapModal .con >div .btnArea{position:absolute;bottom:3rem;right:3rem;}
	.freepassModal .wrapModal .con >div .btnArea button{font-size:2.5rem;letter-spacing:-0.75px;}
	.freepassModal .wrapModal .con >div .btnArea button img{vertical-align: 0.7rem;width:4.1rem;margin-left:0.6rem;}
	.freepassModal .wrapModal .con .right{float:right;width:100%;}
	.freepassModal .wrapModal .con .right ul{display:flex;flex-wrap:wrap;}
	.freepassModal .wrapModal .con .right ul li{width:47.4%;background:#fff;box-shadow: 0px 3rem 3rem #0000000D;border-radius: 2rem;height:20.7rem;padding:3rem 2.5rem 3rem 3rem;position:relative;}
	.freepassModal .wrapModal .con .right ul li .tit{font-size:3rem;text-align:left;color:#191919;letter-spacing:-0.9px;}
	.freepassModal .wrapModal .con .right ul li .tit b{margin-bottom:0.3rem;line-height:3.6rem}
	.freepassModal .wrapModal .con .right ul li .tit p{font-size:3rem;font-weight:400;letter-spacing:-0.9px;line-height:3.6rem}
	.freepassModal .wrapModal .con .right ul li:nth-of-type(1), .freepassModal .wrapModal .con .right ul li:nth-of-type(2){margin-bottom:3rem;}
	.freepassModal .wrapModal .con .right ul li:nth-of-type(odd){display:inline-block;margin-right:5%;}
	.freepassModal .wrapModal .cookie_button{position:static;margin-top:3rem;margin-bottom:6rem;}
	.freepassModal .wrapModal .cookie_button button{color:#fff;background:#191919;height:7.5rem;font-weight:500;letter-spacing:-0.42px;padding:0;width:26rem;font-size:2.8rem}
	.freepassModal .wrapModal .cookie_button .close_chk{padding:0;margin-left:1.6rem;}
    */
    .freepassModal {
        width: 640px; /* 이미지 원본 크기로 고정 */
        max-width: 100%; /* 화면 너비를 초과하지 않도록 */
        height: auto;
        position: fixed; /* 추가 */
        top: 50%; /* 추가 */
        left: 50%; /* 추가 */
        transform: translate(-50%, -50%); /* 추가 */
        margin: 0; /* 기존 마진 제거 */
    }

    .freepassModal .wrapModal img {
        width: 100%; /* 이미지 원본 크기로 고정 */
        height: auto;
    }
}
