a{
  color: #333;
}

.gasoek-one-regular {
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#mainLinks{
  height: 95px;
}
#mainLinks .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#mainLinks ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 32px;
}
#mainLinks li{
  margin: 0;
}
#mainLinks li a{
  background: none;
  font-weight: bold;
  color: #4c4c4c;
  width: 100% !important;
  /* height: 75px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainLinks li a .icon{
  width: 100%;
  height: 28px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mainLinks li.btn_02 a .icon{
  background-image: url('../images/new_main/quick_icon1.png');
}
#mainLinks li.btn_03 a .icon{
  background-image: url('../images/new_main/quick_icon2.png');
}
#mainLinks li.btn_04 a .icon{
  background-image: url('../images/new_main/quick_icon3.png');
}
#mainLinks li.btn_05 a .icon{
  height: 32px;
  background-image: url('../images/new_main/quick_icon4.png');
}
#mainLinks li.btn_06 a .icon{
  background-image: url('../images/new_main/quick_icon5.png');
}
#mainLinks li.btn_07 a .icon{
  height: 32px;
  background-image: url('../images/new_main/quick_icon6.png');
}
#mainLinks li a .label{
  margin-top: 10px;
}

#mainLinks li a:hover{
  color: #b92630;
}
#mainLinks li.btn_02 a:hover .icon{
  background-image: url('../images/new_main/quick_icon1_on.png');
}
#mainLinks li.btn_03 a:hover .icon{
  background-image: url('../images/new_main/quick_icon2_on.png');
}
#mainLinks li.btn_04 a:hover .icon{
  background-image: url('../images/new_main/quick_icon3_on.png');
}
#mainLinks li.btn_05 a:hover .icon{
  background-image: url('../images/new_main/quick_icon4_on.png');
}
#mainLinks li.btn_06 a:hover .icon{
  background-image: url('../images/new_main/quick_icon5_on.png');
}
#mainLinks li.btn_07 a:hover .icon{
  background-image: url('../images/new_main/quick_icon6_on.png');
}


#mainCall{
  width: 100%;
  box-sizing: border-box;
  height: 95px;
  background-color: #7f1a21;
  color: #fff;
  padding: 0;
}
#mainCall .wrap{
  display: flex;
  align-items: center;
  height: 100%;
}
#mainCall .mainCall_info{
  padding-left: 78px;
  position: relative;
  margin-right: 26px;
}
#mainCall .mainCall_info::before{
  content: '';
  width: 62px;
  height: 53px;
  background-image: url('../images/new_main/icon_call.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#mainCall .mainCall_info .mainCall_subTitle{
  font-size: 1.25rem;
}
#mainCall .mainCall_info .mainCall_title{
  font-size: 2.25rem;
  text-align: left;
  line-height: 1.2;
  margin: 0;
}
#mainCall .mainCall_hours{
  text-align: left;
  margin-right: 28px;
}
#mainCall .mainCall_tel{
  font-size: 3rem;
  color: #ffb30f;
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}
#mainCall .mainCall_tel::after{
  content: '';
  height: 100%;
  border: 1px dashed rgba(255, 255,255, .5);
  position: absolute;
  right: 0;
}
#mainCall button{
  background: none;
  border: none;
}
#mainCall .consultation_btn_box{
  width: 150px;
  height: 65px;
  border-radius: 8px;
  border: 1px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#mainCall .consultation_btn_box .consultation_btn{
  width: 136px;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  color: #7f1a21;
}
#mainCall .consultation_btn_box img{
  position: absolute;
  right: -12px;
  bottom: -12px;
  animation: quick-button .6s linear infinite alternate;
}

@-webkit-keyframes quick-button{
  from{
    bottom: -6px;
    right: -6px;
  }
  to{
    bottom: -12px;
    right: -12px;
  }
}


.counsel_box{
  display: none;
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background-color: #de4949;
  border-radius: 16px;
  width: 610px;
  padding: 64px 32px 32px;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
}
.counsel_box form{
  /* width: 678px; */
  margin: 0 auto;
}
.counsel_box form th{
  font-size: 15px;
}
.counsel_box form th,
.counsel_box form td{
  padding: 10px;
}
.counsel_box form th{
  width: 72px;
  text-align: left;
}
.counsel_box input{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 8px;
  height: 36px;
  border: none;
  box-sizing: border-box;
}
.counsel_box input::placeholder{
  font-family: 'Noto Sans KR', sans-serif;
}
.counsel_box .user_name_input{
  width: 100%;
}
.counsel_box .phone_wrap{
  display: flex;
  gap: 8px;
}
.phone_wrap label{
  display: flex;
  flex: 1;
  width: 100%;
}
.phone_wrap input{
  border-radius: 8px;
}
.phone_wrap label .hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.counsel_box .phone_input{
  flex: 1;
  width: 100%;
}
.counsel_box .counsel_select{
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 8px;
  font-family: 'Noto Sans KR', sans-serif;
}
.counsel_box .marjor_tr th{
  vertical-align: top;
  padding-top: 16px;
}
.counsel_box .marjor_tr td{
  text-align: left;
  padding-bottom: 0;
}
.counsel_box .marjor_tr .major_radio{
  display: flex;
  gap: 10px;
}
.counsel_box .marjor_tr td label{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.counsel_box .check_wrap th{
  text-align: center;
}

.counsel_btn{
  display:block;
  width: 100%;
  height: 50px;
  background: #1f41ca;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  border: none;
  border-radius: 8px;
  margin: 10px auto 0;
  text-align:center;
}

.counsel_close{
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
.counsel_close:hover {
  background-color: rgba(255, 255, 255, 1);
}
.counsel_close .close_icon{
  position: relative;
  width: 20px;
  height: 20px;
}
.counsel_close .close_icon::before,
.counsel_close .close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #de4949;
  transform-origin: center;
}

.counsel_close .close_icon::before {
  transform: rotate(45deg);
}

.counsel_close .close_icon::after {
  transform: rotate(-45deg);
}


#mainContents .content{
  margin-top: 60px;
}
#mainContents .content01{
  display: flex;
  gap: 32px;
}
.mainContent_banner{
  width: 296px;
  height: 207px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.mainContent_banner .swiper{
  width: 100%;
  height: 100%;
}
.mainContent_banner .swiper-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainContent_banner .swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px 16px;
  box-sizing: border-box;
}
.mainContent_banner .slide_banner_slide01{
  background-image: url('../images/new_main/mainBanner_bg.png');
}
.mainContent_banner .slide_banner_slide02{
  background-image: url('../images/new_main/mainBanner_bg.png');
}
.slide_banner_title_box{
  text-align: center;
}
.slide_banner_title_box .mainContentBanner_subTitle{
  font-size: 1.25rem;
  font-weight: 900;
}
.slide_banner_title_box .mainContentBanner_title{
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
}
.slide_banner_slide01 .mainContentBanner_title{
  color: #7f1a21;
  font-weight: bold;
  
}
.mainContent_banner .slide_banner_text{
  margin-top: 40px;
  padding: 0 8px;
}
.swiper-button-next, .swiper-button-prev{
  top: var(--swiper-navigation-top-offset, 55%);
}
.mainContent_banner .swiper-button-next:after,
.mainContent_banner .swiper-button-prev:after{
  font-size: 1rem;
  margin-top: 2px;
}
.mainContent_banner .swiper-button-next:after{
  margin-left: 2px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
  left: 5px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
  right: 5px;
}
.mainContent_banner .swiper-button-next,
.mainContent_banner .swiper-button-prev{
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
}

#mainContents .board_wrap{
  width: calc((100% - 296px) / 2);
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
#mainContents .board_wrap ul li{
  padding: 5px 0;
}
#mainContents .notice ul li{
  padding: 6px 0;
}
#mainContents .board_wrap ul li a{
  display: flex;
  align-items: center;  
  justify-content: space-between;
  gap: 8px;
}
#mainContents .board_wrap ul li .notice_semester{
  padding: 2px 5px;
  border-radius: 8px;
  background-color: #7f1a21;
  font-size: 0.875rem;
  color: #fff;
}
#mainContents .board_wrap ul li .notice_schedule{
  font-size: 0.9375rem;
  color: #666666;
}
#mainContents .board_wrap ul li a p{
  margin: 0;
  margin-left: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 230px;
}
#mainContents .board_wrap ul li a:hover p{
  color: #7f1a21;
  text-decoration: underline;
}
#mainContents .board_wrap ul li a .notice_date{
  font-size: 0.9375rem;
  color: #666666;
  text-align: right;
}
#mainContents .board_wrap .notice_moreBtn{
  position: absolute;
  top: 0;
  right: 0;
}


/* mainBest_package */
#mainBest_package{
  width: 100%;
}
#mainBest_package ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-left: 5px;
  margin-top: 15px;
}
#mainBest_package ul li{
  width: 100%;
  height: 217px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  position: relative;
  padding: 56px 16px 20px;
  box-sizing: border-box;
  transition: all .3s;
}
#mainBest_package ul li:hover{
  transform: scale(1.05);
  box-shadow: 2px 2px 6px rgba(127, 26, 33, .2);
}

/* 20250910 추가 */
#mainBest_package ul li a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

/* #mainBest_package .sale_label{
  width: 87px;
  height: 36px;
  padding: 2px 8px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: -5px;
  display: inline-block;
}
#mainBest_package .best_01 .sale_label{
  background-image: url('../images/new_main/mainBest_package_01.png');
}
#mainBest_package .best_02 .sale_label{
  background-image: url('../images/new_main/mainBest_package_02.png');
}
#mainBest_package .best_03 .sale_label{
  background-image: url('../images/new_main/mainBest_package_03.png');
}
#mainBest_package .best_04 .sale_label{
  background-image: url('../images/new_main/mainBest_package_04.png');
}
#mainBest_package .best_05 .sale_label{
  background-image: url('../images/new_main/mainBest_package_05.png');
} */

#mainBest_package .sale_label{
  --main-bg: #999;
  --before-top: #ccc;
  --before-right: #ccc;
  --after-left: #999;
  
  background-color: var(--main-bg);
  width: 77px;
  height: 30px;
  padding: 2px 8px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  left: -10px;
  display: inline-block;
}
#mainBest_package .sale_label::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid var(--before-top);
  border-left: 5px solid transparent;
  border-right: 5px solid var(--before-right);
}
#mainBest_package .sale_label::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--after-left);
}

#mainBest_package .mainBest_title{
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0; /* 20250910 수정 */
}
#mainBest_package .mainBest_title strong{
  display: block;
}
#mainBest_package .best_01 .mainBest_title strong{
  color: #1b6a2c;
}
#mainBest_package .best_02 .mainBest_title strong{
  color: #3650db;
}
#mainBest_package .best_03 .mainBest_title strong{
  color: #ef8407;
}
#mainBest_package .best_04 .mainBest_title strong{
  color: #c03a00;
}
#mainBest_package .best_05 .mainBest_title strong{
  color: #001c97;
}
.mainBest_title .sub_title{color: #7b7b7b;font-size:1.1rem;} /*250912 유니와이즈 추가*/
#mainApplication .swiper-slide {width: 202px !important;margin-right: 20px !important;} /*250912 유니와이즈 추가*/
#mainBest_package .list-bottom{
	display: flex;
	justify-content: space-between;
	align-items: end;
}

#mainBest_package .price_wrap span{
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666666;
}
#mainBest_package .price{
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
#mainBest_package .price strong{
  font-size: 2rem;
  font-weight: 900;
}
#mainBest_package .arrow{
  /* position: absolute;
  bottom: 30px;
  right: 16px; */
}
/* #mainBest_package .arrow span{
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
}
#mainBest_package ul li:hover .arrow span{
  animation: mainBest_package .6s linear infinite alternate;
}
@-webkit-keyframes mainBest_package{
  0%   { transform: scale(1.2); }
  100% { transform: scale(1); }
} */
#mainBest_package .arrow svg{
  width: 40px;
  /* position: absolute;
  top: 40%;
  left: 30%;
  transform: translateY(-50%); */
}
/* #mainBest_package ul li:hover .arrow svg{
  animation: mainBest_package_arrow .6s linear infinite alternate;
}
@-webkit-keyframes mainBest_package_arrow{
  from{
    left: 20%;
  }
  to{
    left: 36%;
  }

/* mainApplication */
#mainApplication{
  width: 100%;
  overflow: visible;
  margin: 0;
}
#mainApplication .mainApplication_banner{
  position: relative;
}
#mainApplication .swiper{
  margin-top: 15px;
  width: calc(100% - 10px); /*250912 유니와이즈 수정*/
}
#mainApplication .swiper-wrapper {
  display: flex;
  padding-bottom: 10px;
}
#mainApplication .swiper-slide {
  width: auto;
  flex-shrink: 0;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}
#mainApplication .swiper-slide:hover {
  transform: translateY(10px);
}
#mainApplication .swiper-slide a{
  display: block;
  width: 190px;
  height: 100%;
}
#mainApplication .swiper-slide a img{
  height: 100%;
  object-fit: cover;
}
#mainApplication .swiper-button-next:after,
#mainApplication .swiper-button-prev:after{
  font-size: 2rem;
  font-weight: 900;
}
#mainApplication .swiper-button-next, 
#mainApplication .swiper-button-prev{
  color: #555;
}


/* mainGuide */
#mainContents .content04{
  display: flex;
  gap: 32px;
}
#mainGuide{
  width: 50%;
}
#mainGuide ul{
  height: 87px;
  display: flex;
  align-items: center;
  gap: 15px;
}
#mainGuide ul li{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  transition: transform .3s;
}
#mainGuide ul li:hover{
  transform: scale(1.1);
  box-shadow: 2px 2px 6px rgba(127, 26, 33, .2);
}
#mainGuide ul li a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
  line-height: 1.3;
}
#mainGuide ul li a .guide_icon{
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mainGuide .guide_01 .guide_icon{
  background-image: url('../images/new_main/guide_icon01.png');
}
#mainGuide .guide_02 .guide_icon{
  background-image: url('../images/new_main/guide_icon02.png');
}
#mainGuide .guide_03 .guide_icon{
  background-image: url('../images/new_main/guide_icon03.png');
}


/* mainCommunity */
#mainCommunity{
  width: 50%;
}
#mainCommunity ul{
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 15px;
}
#mainCommunity ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
#mainCommunity ul li a:hover{
  color: #e31d1d;
}
#mainCommunity ul li a .community_icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: transform .3s;
}
#mainCommunity ul li a:hover .community_icon{
  transform: scale(1.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}


/* 20250808 메인 비주얼 슬라이드 수정 */
#mainSlide div{
  width: 100%;
  height: 100%;
}
#mainSlide .slick-slide div a{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#mainSlide .slick-slide div a img{
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}