
/* Inter 폰트 */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}
/* 노멀라이징 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, li{
    list-style: none;
}
a{
  color: inherit ;
  text-decoration: none ;
}
/* 라이브러리 */
.row::after{
    content: "";
    display: block;
    clear: both;
}
.cell{
    float: left;
}
.cell-r{
    float: right;
}
.con{
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.img-box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* 모듈 */
.relative-box{
    position: relative;
}
.w100-box{
    width: 100%;
}
.main-padding-bottom{
    padding-bottom: 31.25%;
}
.sub-padding-bottom{
    padding-bottom: 68.1%;
}
.big-three-padding-bottom{
    padding-bottom: 100%;
}
.banner-padding-bottom{
    padding-bottom: 10.8%;
}
.story-padding-bottom{
    padding-bottom: 56.25%;
}
.event-padding-bottom{
    padding-bottom: 48%;
}
.category-padding-bottom{
    padding-bottom: 100%;
}
.txt-box > h2{
    font-size: 36px;
    margin-bottom: 30px;
}
.txt-box > p{
    font-size: 18px;
}
h3{
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 100px;
}
.label{
    background-color: #ff5647;
    color: white;
    display: inline-block;
    font-size: 11px;
    padding: 7px 9px;
    border-radius: 3px;
    font-weight: bold;
}
.label-free{
    background-color: #fff;
    color: #269cff;
    padding: 5px 7px;
}
.label-orange{
    display: inline-block;
    background-color: #ef894c;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 7px;
}
.ab-top-10{
    position: absolute;
    top: 10px;
}
.ab-left-10{
    position: absolute;
    left: 10px;
}
.ab-horizon-center{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.ab-top-60{
    position: absolute;
    top: 60px;
}
.ab-bottom-20{
    position: absolute;
    bottom: 20px;
}
.ab-top-25{
    position: absolute;
    top: 25px;
}
.ab-left-25{
    position: absolute;
    left: 25px;
}
.ab-top-30{
    position: absolute;
    top: 30px;
}
.ab-left-30{
    position: absolute;
    left: 30px;
}
.ab-bottom-30{
    position: absolute;
    bottom: 30px;
}
.ab-right-30{
    position: absolute;
    right: 30px;
}
.ab-bottom-60{
    position: absolute;
    bottom: 60px;
}
.dots > .dot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 4px;
    opacity: 0.3;
}
.dots > .dot.active{
    opacity: 1;
    width: 48px;
}
.back-color-blue{
    background-color: #2F5597;
}
.back-color-blue1{
    background-color: #333f50;
}

.back-color-blue2{
    background-color: #8FAADC;
}
/* 스타일 */

/* menu-warp Start */
.menu-wrap{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.menu-wrap .logo-box{
    line-height: 88px;
}
.menu-wrap .logo-box > h1 img{
    width: 90px;
    transform: translateY(10px); /* 아래로 10px 이동 */

}
.menu-wrap .menu-box > li{
    line-height: 88px;
    margin-left: 35px;
    font-size: 15px;
}
.menu-wrap .menu-box > li:first-child{
    width: 100px;
    margin-left: 170px;
}
.menu-wrap .menu-box > li:nth-child(2){
    margin-left: 60px;
    width: 100px;
}
.menu-wrap .menu-box > li:nth-child(3){
    width: 90px;
    margin-left: 60px;
}
.menu-wrap .menu-box > li:nth-child(4){
    width: 110px;
    margin-left: 40px;
}
.menu-wrap .menu-box > li:nth-child(5){
    margin-left: 40px;
}
.menu-wrap .menu-box li a:hover{
    font-weight: bold;
}
.menu-wrap .menu-box > li > a{
    display: block;
}
.menu-wrap .menu-box > .ya-pit::after{
    content: "";
    display: block;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 18px;
    position: absolute;
    top:15px;
}
.menu-wrap .menu-box > li > ul{
    position: fixed;
    display: none;
}
.menu-wrap .menu-box > li > ul.active{
    display: block;
    z-index: 9;
}
.menu-wrap .menu-box > li > ul > li{
    line-height: 45px;
    letter-spacing: -1px;
}
.menu-wrap .menu-box > li > ul > li:first-child{
    margin-top: 15px;
}
.menu-wrap .user-box{
    line-height: 88px;
}
.menu-wrap .user-box > .cart{
    margin-right: 10px;
}
.menu-wrap .user-box > .cart > a{
    display: inline-block;

    width: 42px;
    height: 42px;
    margin-bottom: -15px;
}
.menu-wrap .user-box > .login-btn > a{
    background-color: #fded52;
    padding: 9px 18px;
    border-radius: 3px;
    font-size: 14px;
}

.menu-wrap > .nav-back-box.active{
    display: block;
}
/* menu-wrap End */

/* main-slider Start */
.main-slider-wrap{
    margin-top: 90px;
}
.main-slider-wrap > .btn-box > .btn{
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main-slider-wrap > .btn-box > .btn > div{
    width: 100%;
    height: 100%;
}
.main-slider-wrap > .btn-box > .btn-prev{
    left: 13%;
}
.main-slider-wrap > .btn-box > .btn-prev > div{
    background-image: url("../img/main_slider_btn_left.png");
}
.main-slider-wrap > .btn-box > .btn-next{
    right: 13%;
}
.main-slider-wrap > .btn-box > .btn-next > div{
    background-image: url("../img/main_slider_btn_right.png");
}
/* main-slider End */

/* university-box Start */
.university-box{
    background-color: #f7f7fc;
    padding: 120px 0 100px 0;
}
.university-box .link-box-wrap{
    margin-top: 80px;
}
.university-box .link-box-wrap > .link-box{
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 16px 0 rgb(0, 0, 0, 0.05);
}
.university-box .link-box-wrap > .link-box:last-child{
    margin-right: 0px;
}
.university-box .link-box-wrap > .link-box > a{
    display: block;
    font-size: 20px;
    padding: 35px 25px;
}
.university-box .float-book{
    background-image: url("../img/main_section_01.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 480px;
    width: 480px;
    height: 320px;
    position: absolute;
    top:-80px;
    right: 0;
}
.arrow-btn{
    width: 40px;
    height: 40px;
    background-color: #fded52;
    border-radius: 50%;
    background-image: url("../img/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transform: rotate(180deg);
    cursor: pointer;
}
/* university-box End */

/* sub-slider-wrap Start */
.sub-slider{
    margin-right: -15px;
    margin-left: -15px;
}
.sub-slider-wrap > .sub-slider .slick-slide{
    margin-right: 15px;
    margin-left: 15px;
}
.sub-slider-wrap > .sub-slider .content .img-box{
    border-radius: 5px;
}
.sub-slider-wrap > .sub-slider .content .info-box{
    margin-top: 15px;
}
.sub-slider-wrap > .sub-slider .content .info-box > .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.sub-slider-wrap > .sub-slider .content .info-box > .sub-text{
    color: #717188;
    font-size: 14px;
}

/* sub-slider-wrap End */

/* attract-slider-wrap Start */

.attract-slider-wrap{
    margin-top: 110px;
}
.attract-slider-wrap::before{
    display: block;
    content: "";
    width: 100%;
    height: 280px;
    background-color: #000;
    position: absolute;
    margin-top: 40px;
}
.attract-slider .content .attract-image{
    margin: 0 auto;
}
.attract-slider-wrap .dots{
    right: 20%;
}
.attract-slider-wrap .dots > .dot{
    margin: 0 2px;
    opacity: 0.5;
}
.attract-slider-wrap .dots > .dot.active{
    opacity: 1;
    width: 32px;
}

/* attract-slider-wrap End */

/* big-three-slider-wrap Start */
.big-three-slider-wrap > .big-three-slider{
    margin-right: -15px;
    margin-left: -15px;
}
.big-three-slider-wrap > .big-three-slider .slick-track{
    padding-top: 10px;
}
.big-three-slider-wrap > .big-three-slider .content{
    margin-right: 15px;
    margin-left: 15px;
    transition: 0.5s;
}
.big-three-slider-wrap > .big-three-slider .content.active{
    transform: translateY(-10px);
}
.big-three-slider-wrap > .big-three-slider .content .img-box{
    border-radius: 20px 20px 0px 0px;
}
.big-three-slider-wrap > .big-three-slider .content .txt-box{
    padding: 25px;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}
.big-three-slider-wrap > .big-three-slider .content .txt-box > .type{
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
}
.big-three-slider-wrap > .big-three-slider .content .txt-box > .txt-info{
    font-weight: bold;
}
.big-three-slider-wrap > .big-three-slider .content .flight-box{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 30px 25px;
    transition: 0.5s;
    top:0;
    left: 0;
    display: none;
}
.big-three-slider-wrap > .big-three-slider .content .flight-box.active{
    display: block;
}
.big-three-slider-wrap > .big-three-slider .content .flight-box > p{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.big-three-slider-wrap > .big-three-slider .content .flight-box > .btn{
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
}
/* big-three-slider-wrap End */

/* banner-box Start */
.banner-box{
    margin-top: 100px;
}

/* banner-box End */

/* story-slider-wrap Start */
.story-slider-wrap{
    background-color: #f7f7fc;
    padding-top: 1px;
    padding-bottom: 130px;
    margin-top: 100px;
}
.story-slider-wrap > .btn-box > .btn{
    width: 36px;
    height: 36px;
    background-image: url("../img/story_slider_btn.png");
    margin: 0 15px;
    cursor: pointer;
    opacity: 0.2;
}
.story-slider-wrap .title-box{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.story-slider-wrap .title-box > .accent{
    margin-top: 5px;
    font-size: 18px;
}
.story-slider-wrap > .btn-box > .left-btn{
    transform: rotate(180deg);
}
.story-slider-wrap > .btn-box > .btn.active{
    opacity: 1;
}
.story-slider{
    margin-left: -15px;
    margin-right: -15px;
}
.story-slider .slick-slide{
    margin-right: 15px;
    margin-left: 15px;
}
.story-slider .content > .img-box{
    border-radius: 5px;
}
.story-slider .content > .info-box > .title{
    margin-top: 20px;
}
.story-slider .content > .info-box > .title > b{
    font-size: 18px;
    vertical-align: middle;
}
.story-slider .content > .info-box > .desc{
    font-size: 14px;
    margin-top: 7px;
}
/* story-slider-wrap End */

/* event-slider-wrap Start */
.event-slider-wrap{
    margin-bottom: 80px;
}
.event-slider{
    margin-left: -4px;
    margin-right: -4px;
}
.event-slider .slick-slide{
    margin-left: 4px;
    margin-right: 4px;
}
.event-slider .content > .img-box{
    border-radius: 5px;
}
.event-slider .content > .info-box > .title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}
.event-slider .content > .info-box > .period{
    color: #a0a0b6;
    font-size: 14px;
    margin-top: 7px;
}
/* event-slider-wrap End */

/* category-slider-wrap Start */

.category-slider-wrap{
    height: 280px;
    background-color: #1a1c20;
}
.category-slider-wrap .category-box{
    padding-top: 80px;
}
.category-slider-wrap .category-box > h4{
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}
.category-slider-wrap .category-box > .category-dots{
    font-weight: bold;
    font-size: 32px;
    color: #626262;
    margin-bottom: 10px;
}
.category-slider-wrap .category-box > .category-dots > .category-dot{
    transition: 0.5s;
}
.category-slider-wrap .category-box > .category-dots > .category-dot.active{
    color: #fff;
}
.category-slider-wrap .category-box > .category-dots > .arrow-btn{
    display: inline-block;
    vertical-align: bottom;
}
.category-slider-wrap .category-slider-floater{
    width: 270px;
    height: 270px;
}
.category-slider .slick-slide{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* category-slider-wrap End */



/* footer Start */
.footer{
    padding-top: 60px;
    padding-bottom: 80px;
}
.footer .footer-top > .logo-box{
    margin-top: 15px;
}
.footer .footer-top > .logo-box > img{
    width: 102px;
}
.footer .footer-top > .footer-nav-box > li{
    margin-left: 150px;
}
.footer .footer-top > .footer-nav-box > li:first-child{
    margin-left: 0;
}
.footer .footer-top > .footer-nav-box > li > a{
    font-weight: bold;
}
.footer .footer-top > .footer-nav-box > li a{
    line-height: 50px;
}
.footer .footer-top > .footer-nav-box > li > ul > li{
    font-size: 14px;
}
.footer .footer-middle > .qna-box > .question{
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}
.footer .footer-middle > .qna-box > .title{
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 10px;
}
.footer .footer-middle > .qna-box > .guidance{
    font-size: 12px;
    color: #a0a0b6;
    line-height: 23px;
}
.footer .footer-middle > .link-box{
    margin-top: 60px;
    font-size: 13px;
}
.footer .footer-middle > .external-link-box{
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer .footer-middle > .external-link-box > select{
    position: absolute;
    appearance: none;
    width: 150px;
    top: 0;
    padding: 11px 15px 9px;
    font-weight: bold;
    border: 1px solid #e7e7f0;
    font-size: 12px;
}
.footer .footer-middle > .external-link-box > .ex-link-list{
    margin-top: 80px;
}
.footer .footer-middle > .external-link-box > .ex-link-list > li{
    margin-left: 5px;
    margin-right: 5px;
}
.footer .footer-middle > .external-link-box > .ex-link-list > li:nth-child(2){
    margin-right: 30px;
}
.footer .footer-middle > .external-link-box > .ex-link-list > li > a > img{
    width: 28px;
    height: 28px;
}
.footer .footer-bottom {
    margin-top: 30px;
    font-size: 12px;
    color: #a0a0b6;
    line-height: 18px;
}
/* footer End */


/* 섹션2부분 */
.university-box {
  position: relative;
  background-color: #f7f7fc;
  height: 580px; /* 필요한 경우 높이 조절 */
}

/* 1) 아이콘 크기/위치 조정 */
.university-box .float-book {
  position: absolute;
  top: 10px;      /* 섹션 상단에서 180px 아래 */
  left: 70%;       /* 컨테이너 너비의 60% 지점 */
  transform: translateX(-50%);
  width: 380px;    /* 아이콘 가로 크기 */
  height: 360px;   /* 아이콘 세로 크기 */
  background: url('../img/main_section_01.png') no-repeat center/contain;
  z-index: 1;
}

/* 2) 프로세스 원(circle) 크기 업 & 위치 아래로 */
.university-box .process-steps {
  position: absolute;
  bottom: 70px;    /* 바닥에서 15px 위 (이 값을 줄이면 더 아래로 내려감) */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-step {
  width: 150px;    /* 기존 100px → 120px */
  height: 150px;   /* 기존 100px → 120px */
  background-color: #8795f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;       /* 원 사이 간격은 arrow 쪽에서 */
}
.process-step span {
  color: #fff;
  font-size: 23px; /* 글자 크기도 살짝 키워줌 */
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.process-arrow {
  margin: 0 45px;  /* 화살표 좌우 간격 조금 넓힘 */
  font-size: 38px; /* 화살표 크기도 키움 */
  color: #8795f4;
}

/* 섹션2부분 끝*/

/* 메인 섹셕 4 부분 */
/* — 자격증 정보 배너 (아이콘 오버플로우) — */
.cert-info-banner {
  margin-top: 230px;
  position: relative;       /* 내부 절대위치용 기준 */
  background-color: #eef1ff;
  height: 220px;

  overflow: visible;        /* 영역 밖으로 나온 아이콘도 보이게 */
}

.cert-info-banner .con {
  position: relative;       /* .banner-icon 절대위치 기준 */
}

/* 텍스트는 평소대로 왼쪽 위에 */
.cert-info-banner .banner-text h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  padding: 80px;
  color: #111;
}

.cert-info-banner .banner-text {
  left: 45%;   /* 중앙(50%)에서 5% 왼쪽으로 이동 */
  transform: translate(-6%, -0%);
}


/* 아이콘을 배너 위로 띄우기 */
.cert-info-banner .banner-icon {
  position: absolute;
  top: -120px;              /* 배너 상단에서 40px 위로 */
  right: 30px;             /* .con의 오른쪽 안쪽 여백과 맞추거나 조정 */
}

.cert-info-banner .banner-icon img {
  display: block;
  width: 450px;            /* 필요에 따라 사이즈 조절 */
  height: auto;
}

/* 모바일 대응 */
@media screen and (max-width:1080px) {
  .cert-info-banner {
    padding: 80px 0 20px;
  }
  .cert-info-banner .banner-icon {
    top: -30px;
    right: 50%;
    transform: translateX(50%);
  }
  .cert-info-banner .banner-icon img {
    width: 60%;
  }
  .cert-info-banner .banner-text h2 {
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
  }
}

/*섹션4*/


/*섹션5*/


/* — 자격증 리스트 섹션 — */
.cert-list-section {
  padding: 80px 0;
  margin-top: 200px;  /* 예: 80px 위로 띄우기 */

}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* 전체 래퍼: 좌우 2열 레이아웃 */
.cert-list-wrap {
  display: flex;
  gap: 30px;
}

/* 1) 왼쪽 메뉴 */
.cert-categories {
  min-width: 150px;
}
.cert-categories ul {
  list-style: none;
  padding: 0;
}
.cert-categories li {
  margin-bottom: 15px;
}
.cert-categories li a {
  display: block;
  padding: 18px 90px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.cert-categories li.active a {
  background-color: #eef1ff;
  font-weight: bold;
}

/* 2) 오른쪽 그리드 (2×2) */
.cert-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #eef1ff;
  padding: 20px;
  border-radius: 8px;
  gap: 3px 20px;  /* gap: [row-gap] [column-gap] 순서 */

}

/* 자격증 그리드 아이콘 크기 & 여백 조절 */
.cert-grid .cert-item img {
  /* 크기 조절 */
  width: 400px;       /* 원하는 가로 크기 */
  height: 250px;      /* 원하는 세로 크기 */

  /* 아이콘 주변 여백 */
  margin: 10px;       /* 상하좌우 10px 여백 */
}

.cert-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.cert-item img {
  width: 100%;
  display: block;
  transition: transform .3s;
}
.cert-item:hover img {
  transform: scale(1.05);
}
.cert-item .cert-title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}



.cert-item {
  position: relative;
  overflow: hidden;
}
.cert-item img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  pointer-events: none;
}
/* 2개 아이템일 때만 적용 */
.cert-grid.two-items {
  /* 기존 padding:20px → 10px로 줄여서 위아래 여백 감소 */
  padding: 10px;
  /* 가로 중앙 정렬, 수직 센터링 유지 */
  max-width: calc((400px + 20px) * 2 + 40px);
  margin: 0 auto;
  align-items: center;
}

/* 내부 이미지 여백도 줄여서 전체 높이 감소 */
.cert-grid.two-items .cert-item img {
  /* 기존 margin:10px → 5px */
  margin: 5px;
  /* 높이는 그대로 유지 */
  height: 250px;
  object-fit: cover;
}

/*섹션6*/

/* — 리얼 수강생 후기 섹션 — */
/* 기존 */
/* style.css 에 추가 또는 수정 */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 24px;           /* 카드 사이 간격 */
  margin-top: 40px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.review-header .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.review-header .avatar img {
  width: 100%; height: 100%; object-fit: cover;
}

.user-info {
  flex: 1;
  font-size: 14px;
}

.user-name { display: block; font-weight: bold; }
.review-date, .course-name {
  display: block;
  color: #888;
  font-size: 12px;
  margin-top: 2px;
}

.rating {
  color: #ff9f1a;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
  white-space: pre-line;

  word-break: keep-all;  /* 한글 단어가 중간에 잘리는 걸 방지하려면 필요에 따라 제거 */
}



.review-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 16px;
}

.review-footer {
  display: flex;
  gap: 24px;
  color: #888;
  font-size: 14px;
}

.review-footer i { margin-right: 6px; }

/* 반응형: 화면 넓이 1080px 이하일 때 1열로 */
@media screen and (max-width: 1080px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
}



/*섹션6끝*/
/* real_reviews.css */

/* 1) 상단 헤더 */
.real-header {
  position: relative;
  /* overflow: hidden; 제거 혹은 주석 처리 */
  background-image: url('../img/review_header.png');
  background-repeat: no-repeat;
  /* 아래처럼 Y축 오프셋을 100px 으로 설정 */
  background-position: center  30px;
  background-size: cover;
  height: 540px; /* 필요에 따라 높이 조절 */
}
.real-header-inner {
  position: relative;
  top: 20%;                /* 내부 컨텐츠 위치를 아래로 이동 */
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.real-header-title {
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
.real-header-title .tagline {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #f5b3e8;
  margin-bottom: 8px;
}

/* 2) 통계 카드 */
.stats-section {
  position: relative;
  margin-top: -60px;
  z-index: 2;
}
.stats-card {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  max-width: 1000px;
  margin: 0 auto;
}
.stat-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #EEE;
}
.stat-item:last-child { border-right: none; }
.stat-item i {
  font-size: 1.8rem;
  color: #5A52F3;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 4px;
}
.stat-value {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 3) 카테고리 탭 */
.filter-section {
  padding: 82px 0;
  background: #FAFBFF;
  display: flex;
  justify-content: center;
}
.filter-tabs {
  display: inline-flex;
  gap: 16px;
  border: 1px solid #5A52F3;
  border-radius: 40px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-tabs li {
  padding: 8px 20px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #5A52F3;
}
.filter-tabs li.active {
  background: #5A52F3;
  color: #fff;
}

/* 4) 리뷰 리스트 */
.reviews-section {
  background: #FAFBFF;
  padding: 60px 0 120px;
}
.reviews-section .con {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.review-list-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.review-header .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.review-header .avatar img {
  width: 100%; height: 100%; object-fit: cover;
}
.user-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.user-name {
  font-weight: bold;
  margin-bottom: 4px;
}
.review-date {
  color: #888;
  font-size: 12px;
}
.rating {
  margin-left: auto;
  color: #ff9f1a;
}

.review-photo {
  margin: 16px 0;
}
.review-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.review-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 16px;
}
.review-footer {
  display: flex;
  gap: 24px;
  color: #888;
  font-size: 14px;
}
.review-footer i {
  margin-right: 6px;
}

/* 반응형 */
@media screen and (max-width: 768px) {
  .stats-card { flex-direction: column; gap: 16px; }
  .real-header { height: 180px; background-position: center 30px; }
  .real-header-title { font-size: 1.8rem; }
  .review-list-container { gap: 24px; }
}
/*실제강의현장*/
/* 1) 헤더 */
/* ────────────────────────────────── */
/* real_lecture.css ▶ 연도별 타임라인 */
/* ────────────────────────────────── */

/* 4) 연도별 항목 */
.timeline-item {
  display: flex;
  align-items: stretch;    /* ← flex-start → stretch */
  margin-bottom: 60px;
}

/* 년도 레이블 */
.timeline-year {
  position: relative;
  width: 100px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 년도 텍스트 */
.timeline-year .year-label {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  z-index: 1;  /* 바 위에 글자가 올라오도록 */
}

/* 원형 마커 
.timeline-year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #A4C3E6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

*/

/* 각 아이템마다 아래로 늘어지는 바 */
.timeline-year::after {
  content: "";
  position: absolute;
  top: 32px;            /* 년도 텍스트 + 여백(8px) 아래에서 시작 */
  bottom: 0;            /* 아이템 하단까지 연결 */
  left: 50%;
  width: 12px;           /* 막대 굵기 */
  background: #A4C3E6;
  border-radius: 4px;
  transform: translateX(-50%);
  z-index: 0;
}

/* 5) 사진 그리드 */
.timeline-photos {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;

}
.timeline-photos .photo-box img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin-left : 30px;
  display: block;
  height : 400px;
}

/* 반응형: 모바일에서 1열 */
@media screen and (max-width: 768px) {
  .timeline-photos {
    grid-template-columns: 1fr;
  }
}

/* ─── 실제 강의현장 소개 섹션 ───────────────────────────────────────────── */
.lecture-intro {
  background: #fff;      /* 원하는 배경색 */
  padding: 80px 0;          /* 위아래 여백 */
  margin-top : 70px;
}

.lecture-intro .con {
  max-width: 1200px;         /* 콘텐츠 최대 너비 */
  margin: 0 auto;           /* 중앙 정렬 */
  text-align: left;       /* 텍스트 중앙 정렬 */
}

.lecture-intro h2 {
  margin: 0 0 16px;
  font-size: 2.5rem;        /* 제목 크기 */
  font-weight: bold;
  color: #333;              /* 제목 색상 */
}

.lecture-intro p {
  margin: 0;
  font-size: 1rem;          /* 본문 크기 */
  line-height: 1.6;         /* 줄간격 */
  color: #666;              /* 본문 색상 */
}

/* 반응형: 화면이 좁아지면 패딩과 폰트 크기 조절 */
@media screen and (max-width: 768px) {
  .lecture-intro {
    padding: 40px 0;
  }
  .lecture-intro h2 {
    font-size: 2rem;
  }
  .lecture-intro p {
    font-size: 0.95rem;
  }
}


/*수강신청*/
/* ─── 수강신청 페이지 공통 ─────────────────────────────────────────── */
/* ────────────────────────────── */
/*  수강신청 페이지 전용 스타일  */
/* ────────────────────────────── */

/* ────────────────────────────── */
/*  수강신청 페이지 전용 스타일  */
/* ────────────────────────────── */

/* 1) 헤더 */
.apply-header {

  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #E5E9F2;
}
.apply-header .con {
  display: flex;
  align-items: center;
  gap: 16px;
margin-top : 80px;
}
.apply-header h2 {
  font-size: 2rem;
  margin: 0;
}
.apply-header .sub-title {
  color: #888;
  font-size: 1rem;
  margin: 0;
}

/* 2) 탭 섹션 */
.apply-tabs-section {
  background: #FAFBFF;
  padding: 20px 0;
  border-bottom: 1px solid #E5E9F2;
}
.apply-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.apply-tabs li {
  padding: 8px 16px;
  border: 1px solid #0052CC;
  border-radius: 20px;
  cursor: pointer;
  color: #0052CC;
  font-size: 0.95rem;
  transition: all .2s;
  white-space: nowrap;
}
.apply-tabs li:hover {
  background: #E6F0FF;
}
.apply-tabs li.active {
  background: #0052CC;
  color: #fff;
}

/* 3) 강의 리스트 컨테이너 */
.course-list .con {
  padding: 40px 0;
}

/* 4) 강의 카드 */
.course-card {
  display: flex;
  align-items: center;        /* 수직 중앙 정렬 */
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.course-card.alt {
  background: #F5F8FF;
}

/* 4-1) 썸네일 */
.card-left {
  flex-shrink: 0;
}
.card-left img {
  width: 280px;
  height: 200px;               /* 고정 높이로 통일 */
  object-fit: cover;
  border-radius: 12px;
}

/* 4-2) 텍스트 영역 */
.card-info {
  flex: 1;
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;     /* 세로 중앙 정렬 */
}
.card-info h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.price-inline {
  white-space: nowrap;
}
.price-inline del {
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}
.price-inline strong {
  color: #0052CC;
  font-size: 1.2rem;
  font-weight: bold;
}
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}
.info-list li {
  margin-bottom: 6px;
}
.info-list .benefits {
  color: #E63946;
  font-weight: bold;
}

/* 4-3) 버튼 영역 */
.card-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;     /* 세로 중앙 정렬 */
}
.btn-sample,
.btn-course,
.btn-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  border-radius: 30px;
  font-size: 0.95rem;
  color: #fff;
  cursor: pointer;
  transition: background .2s;
}
.btn-sample { background: #0096FF; }
.btn-course { background: #0072E3; }
.btn-select { background: #003F7F; }


/* 서브메뉴 기본 숨김 */
.menu-wrap .menu-box .has-submenu {
  position: relative; /* 자식 .submenu 의 절대위치 기준 */
}
.menu-wrap .menu-box .has-submenu .submenu {
  display: none;      /* 기본엔 숨김 */
  position: absolute;
  top: 100%;          /* 부모 메뉴 바로 아래 */
  left: -100px;
  min-width: 360px;   /* 2열이 들어갈 만큼 충분히 넓게 */
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;

  /* 레이아웃만 정의 (보일 때 grid로 동작) */
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

/* 호버 시에만 grid로 보이도록 */
.menu-wrap .menu-box .has-submenu:hover .submenu {
  display: grid;      /* 이때만 보이고 2열 레이아웃 */
}

/* 서브메뉴 아이템 스타일 */
.menu-wrap .menu-box .has-submenu .submenu li {
  margin: 0;
}
.menu-wrap .menu-box .has-submenu .submenu li a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
}
.menu-wrap .menu-box .has-submenu .submenu li a:hover {
  background-color: #f5f5f5;
}


/* 5) 반응형 */
@media screen and (max-width:1080px) {
  .course-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .card-left img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
  }
  .card-info {
    margin: 0 0 24px;
  }
  .card-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .apply-tabs {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

.caregiver-profile{

}
/*상세페이지*/
.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;  /* 수평 중앙 정렬 */
  text-align: center;   /* 텍스트 중앙 정렬 */
  margin-bottom: 40px;
  margin-top : 250px;

}
.profile-photo {

  width: 75%;
  height: 100%;

  object-fit: cover;

  /* margin 제거해도 flex의 align-items가 가운데 정렬을 해줍니다 */
}

/* ───────────────────────── */
/* 1) 고정 CTA 배너 컨테이너 */
/* ───────────────────────── */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  padding: 16px 0;

  z-index: 10000;
  display: flex;
  justify-content: center;
}

/* ───────────────────────── */
/* 2) 버튼 스타일 */
/* ───────────────────────── */
.fixed-cta .btn-free-lecture {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #fded52, #fddc21);
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform .2s, box-shadow .2s, background .3s;
}

/* 아이콘 크기 */
.fixed-cta .btn-free-lecture i {
  font-size: 1.2rem;
}

/* ───────────────────────── */
/* 3) 호버 / 포커스 효과 */
/* ───────────────────────── */
.fixed-cta .btn-free-lecture:hover,
.fixed-cta .btn-free-lecture:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #fddc21, #fded52);
}

/* ───────────────────────── */
/* 4) 모바일 반응형 (선택) */
/* ───────────────────────── */
@media screen and (max-width: 768px) {
  .fixed-cta {
    padding: 12px 0;
  }
  .fixed-cta .btn-free-lecture {
    font-size: .9rem;
    padding: 10px 22px;
    gap: 6px;
  }
  .fixed-cta .btn-free-lecture i {
    font-size: 1rem;
  }
}

/*로그인*/
/* 로그인/회원가입 공통 */
/* ===== login.php 전용 스타일 시작 ===== */
.login-section {

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 40px;


}

/* 입력 필드 공통 */
.login-section .form-group input {
  margin-top : 10px;
  margin-bottom : 10px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f0f6ff;
  font-size: 1rem;
  color: #333;
  transition: border-color .2s;
}

.login-section .form-group input:focus {
  border-color: #2684FF;
  outline: none;
}

/* 로그인 버튼 */
.btn-login {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 14px 0;
  background-color: #2684FF;
  color: #fff;
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .2s;
}
.btn-login:hover {
  background-color: #1162cc;
}

/* 소셜 로그인 버튼 (카카오, 네이버) */
.social-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity .2s;
}
.social-login a:hover {
  opacity: 0.85;
}

/* 카카오 */
.btn-kakao {
  background-color: #FEE500;
  color: #3C1E1E;
}

/* 네이버 */
.btn-naver {
  background-color: #03C75A;
  color: #fff;
}

/* 로그인 하단 링크 */
.login-links {
  font-size: 0.9rem;
  margin-top: 24px;
}
.login-links a {
  color: #555;
  text-decoration: none;
  margin: 0 6px;
  transition: color .2s;
}
.login-links a:hover {
  color: #2684FF;
}

/*코스*/
/* 플래시 메시지 */
.flash {
  padding: 12px;
  margin: 20px auto;
  max-width: 600px;
  border-radius: 4px;
  text-align: center;
}
.flash.success { background: #E6FFED; color: #006B21; }
.flash.error   { background: #FFEDED; color: #B30000; }

/* 신청 버튼 */
/* style.css */
/* 기존 .btn-apply 기본 스타일 유지 */
.btn-apply {
  display: inline-block;
  width: 160px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

/* “강의신청” 버튼 (form 안의 button) */
.course-card .card-actions button.btn-apply {
  background-color: #2684FF; /* 파란색 계열 */
}

/* “강의 바로가기” 링크 (a 태그) */
.course-card .card-actions a.btn-apply {
  background-color: #28A745; /* 초록색 계열 — 원하시는 색으로 변경 가능 */
}

.btn-apply:hover { background: #0F62FE; }
.btn-apply.disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* 플로팅 토스트 메시지 */
.alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  max-width: 90%;
  padding: 16px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10000;
}
.alert.success {
  background-color: #4caf50; /* 녹색 */
}
.alert.error {
  background-color: #e63946; /* 빨강 */
}
.alert.show {
  opacity: 1;
  pointer-events: auto;
}
.alert .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/**/
/* AJAX 플래시 메시지 */
.flash.ajax {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: #2F5597;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-size: 14px;
  z-index: 1000;
  white-space: nowrap;
}

/**/
/* --- nav.php: user-box 버튼 정렬 --- */
.menu-wrap .user-box {
  float: right;
}
.menu-wrap .user-box .cell {
  float: left;           /* inline-block 대신 기존 float 유지 */
  line-height: 88px;     /* 메뉴 높이에 맞춰 세로정렬 */
}
.menu-wrap .user-box .cell + .cell {
  margin-left: 20px;     /* 버튼들 사이 공통 여백 */
}



/* 원래 있던 .login-btn/.logout-btn 색상 그대로 유지 */

/**/
/* 반응형 (모바일) */
@media screen and (max-width: 768px) {
  .login-section {
    margin: 40px 16px;
    padding: 32px 16px;
  }
}


/* mo-menu-wrap Start */
.mo-menu-wrap > .mo-menu-box,
.mo-menu-wrap > .mo-user-box{
    line-height: 54px;
}
.mo-menu-wrap a > img{
    vertical-align: middle;
}
.mo-menu-box .mo-menu-btn > img{
    width: 25px;
}
.mo-menu-box .mo-logo{
    margin-left: 20px;
}
.mo-menu-box .mo-logo > img{
    height: 15px;
}
.mo-user-box img{
    width: 25px;
    height: 25px;
}
/* mo-menu-wrap End */

/* mo-nav-wrap Start */
.mo-nav-wrap{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}
.mo-nav-wrap.active{
    display: block;
}
.mo-nav-wrap > .mo-background-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.mo-nav-wrap > .mo-background-box > .mo-close-btn{
    position: absolute;
    top: 50%;
    right: 7.5%;
    width: 35px;
    height: 35px;
}
.mo-nav-wrap > .mo-nav-box{
    position: fixed;
    width: 80%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 1001;
    padding-top: 40px;
}
.mo-nav-wrap > .mo-nav-box .logo{
    margin-left: 20px;
}
.mo-nav-wrap > .mo-nav-box .logo > img{
    width: 70px;
}
.mo-nav-wrap > .mo-nav-box > ul{
    margin-top: 10px;
}
.mo-nav-wrap > .mo-nav-box > ul a:hover{
    font-weight: bold;
}
.mo-nav-wrap > .mo-nav-box > ul > li > a{
    display: block;
    padding: 20px 30px;
    position: relative;
}
.mo-nav-wrap > .mo-nav-box > ul > li > a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url("../img/mo_nav_dropdown.png");
    background-size: cover;
}
.mo-nav-wrap > .mo-nav-box > ul > li.active > a{
    font-weight: bold;
}
.mo-nav-wrap > .mo-nav-box > ul > li.active > a::after{
    transform: translateY(-50%) rotate(180deg);
}
.mo-nav-wrap > .mo-nav-box > ul > li > ul{
    padding: 10px 40px;
    background-color: #f7f7fc;
    display: none;
}
.mo-nav-wrap > .mo-nav-box > ul > li > ul.active{
    display: block;
}
.mo-nav-wrap > .mo-nav-box > ul > li > ul > li{
    font-size: 13px;
    letter-spacing: -1px;
}
.mo-nav-wrap > .mo-nav-box > ul > li > ul > li > a{
    display: block;
    padding: 9px 0;
}
.mo-nav-wrap > .mo-nav-box .ya-pit::after{
    content: "";
    display: block;
    background-image: url("../img/nav_yapit.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 30px;
}
.mo-nav-wrap > .mo-nav-box > .btn-box{
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.mo-nav-wrap > .mo-nav-box > .btn-box > .join-btn > a{
    display: block;
    border:1px solid #cfcfda;
    padding: 15px 0;
    margin-bottom: 10px;
}
.mo-nav-wrap > .mo-nav-box > .btn-box > .login-btn > a{
    display: block;
    border:1px solid #fded52;
    background-color: #fded52;
    padding: 15px 0;
}
.mo-nav-wrap > .mo-nav-box > .app-download{
    padding-left: 20px;
    margin-top: 70px;
}
.mo-nav-wrap > .mo-nav-box > .app-download > p{
    font-weight: bold;
    margin-bottom: 15px;
}
.mo-nav-wrap > .mo-nav-box > .app-download > a{
    margin-right: 20px;
}
.mo-nav-wrap > .mo-nav-box > .app-download > a > img{
    width: 50px;
    height: 50px;
}
/* mo-nav-wrap End */

.pc-version{
    display: block;
}
.mo-version{
    display: none;
}

@media screen and (max-width:1080px){
    .pc-version{
        display: none;
    }
    .mo-version{
        display: block;
    }
    .con{
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-slider-wrap{
        margin-top: 54px;
    }
    .main-padding-bottom{
        padding-bottom: 80%;
    }
    .main-slider-wrap > .dots{
        bottom: 20px;
    }
    .dots > .dot.active{
        opacity: 1;
        width: 24px;
    }
    .university-box{
        padding: 50px 0 50px 0;
    }
    .university-box .float-book{
        display: none;
    }
    .university-box .txt-box{
        text-align: center;
    }
    .university-box .txt-box > h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .university-box .txt-box > p{
        font-size: 12px;
    }
    .university-box .link-box-wrap{
        margin-top: 40px;
    }
    .university-box .link-box-wrap > .link-box{
        width: calc((100% - 30px) / 3);
        margin-right: 10px;
        border-radius: 4px;
    }
    .university-box .link-box-wrap > .link-box > a{
        font-size: 12px;
        padding: 15px 10px 40px 15px;
    }
    .arrow-btn{
        width: 20px;
        height: 20px;
        background-size: 5px;
        bottom: 10px;
        right: 10px;
    }
    h3{
        font-size: 18px;
        margin-top: 55px;
        margin-bottom: 20px;
    }
    .sub-slider-wrap > .sub-slider{
        margin-left: -4px;
        margin-right: -4px;
    }
    .sub-slider-wrap > .sub-slider .slick-list{
        padding-left: 0px !important;
    }
    .sub-slider-wrap > .sub-slider .slick-slide{
        margin-left: 4px;
        margin-right: 4px;
    }
    .sub-slider-wrap > .sub-slider .content .img-box{
        border-radius: 2px;
    }
    .sub-slider-wrap > .sub-slider .content .info-box{
        margin-top: 5px;
    }
    .sub-slider-wrap > .sub-slider .content .info-box > .title{
        font-size: 14px;
        margin-bottom: 2px;
    }
    .sub-slider-wrap > .sub-slider .content .info-box > .sub-text{
        font-size: 12px;
    }
    .label{
        font-size: 10px;
        padding: 3px 4px;
        border-radius: 1px;
    }
    .ab-top-10{
        top: 6px;
    }
    .ab-left-10{
        left: 6px;
    }
    .attract-slider-wrap{
        margin-top: 40px;
    }
    .attract-padding-bottom{
        padding-bottom: 74.6%;
    }
    .attract-slider-wrap::before{
        display: none;
    }
    .attract-slider .content .attract-image.pc-version{
        display: none;
    }
    .attract-slider-wrap .dots{
        left: 20px;
        top: auto;
        bottom: 20px;
    }
    .attract-slider-wrap .dots > .dot{
        width: 6px;
        height: 6px;
    }
    .attract-slider-wrap .dots > .dot.active{
        width: 24px;
    }
    .big-three-slider-wrap > .big-three-slider{
        margin-right: -5px;
        margin-left: -5px;
    }
    .big-three-slider-wrap > .big-three-slider .slick-list{
        padding-left: 0;
        margin-left: -50px;
    }
    .big-three-slider-wrap > .big-three-slider .slick-track{
        padding-top: 0;
        margin-left: 0;
    }
    .big-three-slider-wrap > .big-three-slider .content{
        margin-right: 5px;
        margin-left: 5px;
    }
    .big-three-slider-wrap > .big-three-slider .content .img-box{
        border-radius: 10px 10px 0px 0px;
    }
    .big-three-slider-wrap > .big-three-slider .content .txt-box{
        padding: 20px 40px 20px 20px;
        color: #fff;
        border-radius: 0px 0px 10px 10px;
    }
    .big-three-slider-wrap > .big-three-slider .content .txt-box > .type{
        margin-bottom: 5px;
    }
    .banner-box{
        margin-top: 70px;
    }
    .banner-padding-bottom{
        padding-bottom: 17.3%;
    }
    .story-slider{
        margin-left: -4px;
        margin-right: -4px;
    }
    .story-slider .slick-slide{
        margin-right: 4px;
        margin-left: 4px;
    }
    .story-slider .content > .info-box > .title{
        margin-top: 10px;
    }
    .story-slider .content > .info-box > .title > b{
        font-size: 15px;
        vertical-align: middle;
    }
    .story-slider .content > .info-box > .desc{
        font-size: 12px;
        margin-top: 7px;
        color: #717188;
    }
    .label-orange{
        font-size: 10px;
        padding: 3px 7px;
        border-radius: 3px;
    }
    .story-slider-wrap{
        padding-top: 50px;
        padding-bottom: 40px;
        margin-top: 50px;
    }
    .event-slider .content > .info-box > .title{
        margin-top: 10px;
        font-size: 15px;
    }
    .event-slider .content > .info-box > .period{
        color: #000;
        font-size: 12px;
        margin-top: 5px;
    }
    .category-padding-bottom{
        padding-bottom: 100%;
    }
    .category-slider-wrap{
        height: auto;
        padding-bottom: 40px;
    }
    .category-slider-wrap > .con{
        padding-left: 0px;
        padding-right: 0px;
    }
    .category-slider-wrap .category-box{
        padding-left: 20px;
        padding-top: 40px;
        float: none;
    }
    .category-slider-wrap .category-box > h4{
        margin-bottom: 30px;
    }
    .category-slider-wrap .category-box > .category-dots{
        font-weight: bold;
        font-size: 24px;
    }
    .category-slider-wrap .category-box > .category-dots > .arrow-btn{
        display: inline-block;
        vertical-align: middle;
    }
    .category-slider-wrap .category-slider-floater{
        float: none;
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }
    .category-slider .slick-track{
        margin-left: -4px;
        margin-right: -4px;
    }
    .category-slider .slick-slide{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 4px;
        margin-left: 4px;
    }
    .footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .footer-top > .logo-box{
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .footer .footer-top > .logo-box > img{
        width: 51px;
        vertical-align: top;
    }
    .footer .footer-top > .footer-nav-box{
        float: none;
    }
    .footer .footer-top > .footer-nav-box > li{
        font-size: 14px;
        margin-left: 0px;
        float: none;
    }
    .footer .footer-top > .footer-nav-box > li a{
        line-height: 40px;
    }
    .footer .footer-top > .footer-nav-box > li > ul > li{
        font-size: 11px;
    }
    .footer .footer-middle > .qna-box{
        margin-top: 30px;
    }
    .footer .footer-middle > .qna-box > .title{
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer .footer-middle > .qna-box > .guidance{
        font-size: 11px;
        line-height: 18px;
    }
    .footer .footer-middle > .external-link-box{
        position: relative;
        margin-top: 40px;
    }
    .footer .footer-middle > .external-link-box > select{
        position: relative;
        appearance: none;
        width: 100%;
        padding: 11px 15px 9px;
        font-weight: bold;
        border: 1px solid #e7e7f0;
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .footer .footer-middle > .external-link-box > .ex-link-list{
        margin-top: 0px;
    }
    .footer .footer-middle > .external-link-box > .ex-link-list > li{
        margin-left: 5px;
        margin-right: 5px;
    }
    .footer .footer-middle > .external-link-box > .ex-link-list > li:nth-child(2){
        margin-right: 30px;
    }
    .footer .footer-middle > .external-link-box > .ex-link-list > li > a > img{
        width: 35px;
        height: 35px;
    }
    .footer .footer-middle > .link-box{
        margin-top: 30px;
        font-size: 11px;
    }
    .footer .footer-middle > .link-box .middle-dot{
        font-weight: bold;
        margin-left: 8px;
        margin-right: 8px;
    }
    .footer .footer-bottom{
        margin-top: 30px;
        font-size: 10px;
        line-height: 16px;
    }


}


/* mobile-version End */