@charset "UTF-8";

.header_main_gnb {
     display: none;
}

.index_swiper {
     position: relative;
     width: calc(100% + 40px);
     height: 100vh;
     max-height: 720px;
     margin: 0 -20px;
}

.index_swiper .swiper-wrapper {
     width: 100%;
     height: 100%;
     margin: 0 auto;
}

.index_swiper .swiper-slide {
     width: 100%;
     height: 100%;
     margin: 0 auto;
}

.index_swiper_img {
     width: 100%;
     height: 100%;
}

.index_swiper_img img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     background-size: cover;
     background-position: top center;
}

.index_swiper_img img.w_swiper_img {
     display: none;
}

/*배너 텍스트*/
.index_swiper_txt_whole {
     position: absolute;
     width: calc(100% - 40px);
     height: auto;
     bottom: 100px;
     left: 50%;
     transform: translateX(-50%);
}

p.index_swiper_title {
     font-size: 24px;
     line-height: 36px;
     font-weight: 400;
     color: #333544;
}

p.index_swiper_txt {
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #45464B;
     margin-top: 20px;
}

a.index_swiper_a {
     width: max-content;
     font-size: 14px;
     line-height: 20px;
     font-weight: bold;
     color: #333544;
     padding: 7px 9px 7px 19px;
     border: 1px solid #333544;
     border-radius: 40px;
     margin: 40px auto 0 0;
}

a.index_swiper_a:hover {
     background-color: rgba(0, 0, 0, 0.1);
}

a.index_swiper_a span {
     display: block;
     min-width: 24px;
     width: 24px;
     height: 24px;
     background: url('/img/icon/index_banner_arrow_next_bk.svg') no-repeat;
     background-size: contain;
     margin-left: 42px;
}

/*슬라이드 페이지네이션*/
.index_swiper_pagination_whole {
     position: absolute;
     width: max-content;
     height: auto;
     top: auto;
     bottom: 30px;
     left: 50%;
     transform: translateX(-45%);
     z-index: 2;
}

.index_swiper_pagination_whole .index_swiper_pagination {
     position: relative;
     width: max-content;
     height: auto;
     top: auto;
     bottom: auto;
     left: auto;
     transform: none;
     z-index: 1;
}

.index_swiper_pagination_whole .index_swiper_pagination span {
     display: block;
     font-size: 18px;
     line-height: 27px;
     font-weight: 400;
     color: #333544;
     text-align: center;
}

.index_swiper_pagination_whole .index_swiper_pagination span.swiper-pagination-current {
     font-weight: bold;
}

.index_swiper_pause_btn {
     display: block;
     min-width: 24px;
     width: 24px;
     height: 24px;
     background-color: transparent;
     margin: 0 0 0 8px;
}

.index_swiper_pause_btn span {
     display: block;
     width: 100%;
     height: 100%;
     background-size: contain;
     margin: 0;
     background: url('/img/icon/slide_btn_pause.svg') no-repeat;
     background-size: contain;
}

.index_swiper_pause_btn.banner_stop span {
     display: block;
     width: 100%;
     height: 100%;
     background-size: contain;
     margin: 0;
     background: url('/img/icon/slide_btn_play.svg') no-repeat;
     background-size: contain;
}

/*슬라이드 화살표*/
.index_swiper .index_swiper_btn_whole {
     position: absolute;
     width: 195px;
     height: auto;
     top: auto;
     bottom: 31px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 1;
}

.index_swiper .index_swiper_btn_whole .index_swiper_btn {
     display: block;
     min-width: 24px;
     width: 24px;
     max-width: 24px;
     height: 24px;
}

.index_swiper .index_swiper_btn_whole .index_swiper_btn,
.index_swiper .index_swiper_btn_whole .index_swiper_btn * {
     cursor: pointer;
}

.index_common_whole {
     max-width: 1600px;
}

.index_common_whole + .index_common_whole {
     margin-top: 150px;
}

.index_common_whole.index_regular_whole {
     max-width: none;
}




/*정규수업안내*/
.index_regular_whole {
     width: 100%;
     height: auto;
     margin: 50px auto 0 auto;
}

p.index_common_title {
     max-width: 1600px;
     font-size: 24px;
     line-height: 36px;
     font-weight: bold;
     color: #191919;
     margin: 0 auto 20px auto;
}

.index_regular_inner {
     width: 100%;
     max-width: 1600px;
     height: auto;
     margin: 0 auto;
}

.index_regular_box {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_regular_box + .index_regular_box {
     margin-top: 10px;
}

.index_regular_lt {
     position: relative;
     width: calc(50% - 3px);
     height: auto;
     margin-right: auto;
}

.index_regular_lt img.index_class_bg {
     display: block;
     width: 100%;
     height: auto;
     margin: 0 auto 0 0;
     background-size: contain;
}

.index_regular_lt img.index_class_img {
     position: absolute;
     display: block;
     width: calc(100% - 57px);
     height: auto;
     background-size: contain;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.index_regular_rb {
     position: relative;
     width: calc(50% - 3px);
     height: auto;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}

.index_regular_rb img.index_class_bg2 {
     display: block;
     width: 100%;
     height: auto;
     margin: 0 auto;
     background-size: contain;
}

.index_regular_rb img.index_class_bg2_w {
     display: none;
}

.index_regular_txt {
     position: absolute;
     width: calc(100% - 30px);
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.index_regular_txt p {
     text-align: center;
     margin: 0 auto;
}

.index_regular_txt p:nth-child(1) {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #243243;
}

.index_regular_txt p:nth-child(2) {
     font-size: 13px;
     line-height: 19px;
     font-weight: 400;
     color: #707070;
     margin-top: 15px;
}

/*정규수업안내*/
span.index_between_line {
     position: relative;
     display: block;
     width: calc(100% + 40px);
     height: 20px;
     background-color: #FAFAFA;
     margin: 150px -20px 50px -20px;
}

.index_regular_inner2 {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

p.index_regular_title {
     font-size: 24px;
     line-height: 36px;
     font-weight: bold;
     color: #191919;
     text-align: center;
     margin: 0 auto 49px auto;
}

.index_regular_inner2 img {
     display: block;
     width: 100%;
     max-width: 400px;
     height: auto;
     background-size: contain;
     margin: 0 auto;
}

.index_regular_inner2 img.m_display_none {
     display: none;
}

/*정규수업 nav*/
.index_regular_nav_flex {
     width: 100%;
     max-width: 1600px;
     height: auto;
     margin: 50px auto 0 auto;
}

.index_regular_nav_line {
     display: block;
     width: 100%;
     height: 1px;
     background-color: #D8DAE4;
     margin: 0 -20px 50px -20px;
     padding: 0 20px;
}

.index_regular_nav {
     display: block;
     width: 100%;
     max-width: 200px;
     height: auto;
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     color: #8D92A5;
     text-align: center;
     border-bottom: 4px solid transparent;
     padding: 0 0 10px 0;
}

.index_regular_nav:hover {
     color: #F05612;
     border-color: rgba(240, 86, 18, 0.2);
}

.index_regular_nav.index_regular_nav_on {
     font-weight: 500;
     color: #333544;
     border-color: #F05612;
}

.index_regular_inner3 {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_regular_row {
     width: 100%;
     max-width: 1600px;
     height: auto;
     margin: 0 auto;
     display: none;
}

.index_regular_row#index_regular_row2 {
     display: block;
}

a.index_regular_row2 {
     display: block;
     width: calc(100% - 40px);
     height: auto;
     margin: 0 auto;
     padding: 24px 20px 20px 20px;
     background-color: #FFFFFF;
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
}

a.index_regular_row2:hover {
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

a.index_regular_row2 + a.index_regular_row2 {
     margin-top: 16px;
}

.index_regular_row3 {
     position: relative;
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_regular_row3 p {
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     color: #243243;
}

.index_regular_row3 p + p {
     min-height: 48px;
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #8D92A5;
     margin-top: 10px;
}

.index_regular_row3 img {
     position: absolute;
     min-width: 24px;
     width: 24px;
     height: 24px;
     background-size: contain;
     transform: rotate(90deg);
     bottom: 0;
     right: 0;
}




/*교육센터*/
.index_edu_whole {
     width: 100%;
     height: auto;
     margin: 0 -20px;
     padding: 20px;
     background-color: #FAFAFA;
}

.index_edu_inner {
     width: 100%;
     max-width: 1600px;
     height: auto;
     margin: 0 auto;
}

/*교육센터 스와이퍼*/
.index_edu_swiper {
     position: relative;
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_edu_banner_img {
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 55.5556vw;
     background-color: #191919;
     overflow: hidden;
}

.index_edu_banner_img img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     margin: 0 auto;
}

.index_edu_banner_txt_whole {
     width: calc(100% - 40px);
     height: auto;
     padding: 58px 20px 20px 20px;
     background-color: #243243;
     margin: 0 auto;
}

p.index_edu_banner_title {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #FFFFFF;
     margin: 0 auto 5px auto;
}

p.index_edu_banner_txt {
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #FFFFFF;
}

a.index_edu_banner_a {
     display: flex;
     flex-wrap: nowrap;
     justify-content: start;
     align-items: center;
     width: max-content;
     height: auto;
     font-size: 15px;
     line-height: 22px;
     font-weight: bold;
     color: #FFFFFF;
     text-align: start;
     padding: 7px 4px 7px 11px;
     border: 1px solid #FFFFFF;
     border-radius: 40px;
     margin: 40px auto 0 0;
}

a.index_edu_banner_a:hover {
     background-color: rgba(255, 255, 255, 0.2);
}

a.index_edu_banner_a span {
     display: block;
     min-width: 24px;
     width: 24px;
     height: 24px;
     background: url('/img/icon/index_banner_arrow_next_wh.svg') no-repeat;
     background-size: contain;
     margin-left: 24px;
}

/*스와이퍼 페이지네이션*/
.index_edu_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.index_edu_swiper .swiper-pagination-custom,
.index_edu_swiper .swiper-pagination-fraction,
.index_edu_swiper .index_edu_pagination {
     position: absolute;
     width: max-content;
     height: auto;
     top: calc(55.5556vw + 20px);
     bottom: auto;
     left: 50%;
     transform: translateX(-50%);
     z-index: 1;
}

.index_edu_pagination .swiper-pagination-bullet {
     display: block;
     min-width: 8px;
     width: 8px;
     max-width: 8px;
     height: 8px;
     background-color: rgba(255, 255, 255, 0.4);
     border-radius: 4px;
     margin: 0;
}

.index_edu_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
     margin: 0;
}

.index_edu_pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
     margin: 0 0 0 8px;
}

.index_edu_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     min-width: 40px;
     width: 40px;
     max-width: 40px;
     background-color: #FFFFFF;
}

/*스와이퍼 화살표*/
.index_edu_btn_whole {
     position: absolute;
     width: max-content!important;
     height: auto;
     bottom: 20px;
     right: 20px;
     z-index: 1;
}

.index_edu_btn {
     display: block;
     min-width: 40px;
     width: 40px;
     max-width: 40px;
     height: 40px;
     background-color: rgba(255, 255, 255, 0.4);
     border-radius: 40px;
}

.index_edu_btn:hover {
     background-color: rgba(255, 255, 255, 0.2);
}

.index_edu_btn,
.index_edu_btn * {
     cursor: pointer;
}

.index_edu_btn + .index_edu_btn {
     margin-left: 10px;
}

.index_edu_btn img {
     display: block;
     min-width: 24px;
     width: 24px;
     height: auto;
     background-size: contain;
     margin: 8px;
}

/*상담신청*/
.index_edu_box:hover .index_edu_counsel_img {
     background-color: #419fb2;
}

.index_edu_box_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_edu_box {
     width: 100%;
     height: auto;
     margin: 30px auto 0 auto;
}

.index_edu_box,
.index_edu_box * {
     cursor: pointer;
}

.index_edu_counsel_img {
     position: relative;
     width: 100%;
     height: 190px;
     background-color: #3CBBD3;
}

.index_edu_counsel_img img {
     position: absolute;
     width: 204px;
     height: auto;
     background-size: contain;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
}

.index_edu_counsel_txt {
     width: calc(100% - 40px);
     height: auto;
     padding: 20px;
     background-color: #EFF0F2;
}

.index_edu_counsel_txt p {
     margin: 0 auto;
}

.index_edu_counsel_txt p:nth-child(1) {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #191919;
}

.index_edu_counsel_txt p:nth-child(2) {
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #797979;
     margin-top: 10px;
}

/*무료체험*/
.index_edu_free .index_edu_counsel_img img {
     width: 250px;
     max-width: 100%;
}



/*프로그램*/
.index_program_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_program_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_program_a_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_program_a_whole a {
     display: block;
     width: 100%;
     height: auto;
}

.index_program_a_whole a + a {
     margin-top: 15px;
}

.index_program_box {
     position: relative;
     width: calc(100% - 40px);
     min-height: 113px;
     height: calc(100% - 40px);
     max-height: 113px;
     padding: 20px;
     border-radius: 6px;
}

.index_program_box:hover {
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index_program_box .display_flex {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_program_box .display_flex img {
     display: block;
     height: auto;
     background-size: contain;
}

img.index_program_logo {
     min-width: 36px;
     width: 36px;
     max-width: 36px;
}

img.index_program_arrow {
     min-width: 24px;
     width: 24px;
     max-width: 24px;
}

.index_program_txt {
     width: 100%;
     height: auto;
     margin: -5px auto 10px auto;
}

p.index_program_title {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #243243;
     text-align: end;
}

p.index_program_class {
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #243243;
     text-align: end;
     margin: 5px auto 0 auto;
}

p.index_program_progress {
     position: absolute;
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #797979;
     text-align: start;
     bottom: 20px;
     left: 20px;
}

.index_program_box.index_program_box1 {
     background-color: #88D1F4;
}

.index_program_box.index_program_box2 {
     background-color: #BFDE94;
}

.index_program_box.index_program_box3 {
     background-color: #FFC2FF;
}

.index_program_box.index_program_box4 {
     background-color: #FFF3BC;
}

.index_program_box.index_program_box5 {
     background-color: #D2C1FF;
}

.index_program_box.index_program_box6 {
     background-color: #FACFAA;
}




/*인재채용*/
.index_people_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_people_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_people_box {
     width: calc(100% - 2px);
     height: auto;
     background-color: #FFFFFF;
     border: 1px solid #DDDDDD;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
     margin: 0 auto;
}

.index_people_box.index_people_box1,
.index_people_box.index_people_box1 * {
     cursor: pointer;
}

.index_people_box + .index_people_box {
     margin-top: 20px;
}

.index_people_top {
     width: calc(100% - 40px);
     height: auto;
     padding: 19px 20px 29px 20px;
}

.index_people_txt {
     width: calc(100% - 40px);
     height: auto;
     margin: 0 auto;
}

.index_people_txt p:nth-child(1) {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #243243;
     margin-bottom: 10px;
}

.index_people_txt p:nth-child(2) {
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #8D92A5;
}

.index_people_btn {
     min-width: 40px;
     width: 40px;
     max-width: 40px;
     height: 40px;
     border-radius: 40px;
     background-color: rgba(36, 50, 67, 0.1);
}

.index_people_btn img {
     display: block;
     width: 24px;
     height: 24px;
     background-size: contain;
     margin: 8px;
}

.index_people_img {
     position: relative;
     width: 100%;
     height: 188px;
}

.index_people_img.index_people_img1 {
     background-color: #F77D0D;
}

.index_people_img img {
     position: absolute;
     display: block;
     width: calc(100% - 48px);
     max-width: 270px;
     height: auto;
     background-size: contain;
     margin: 0 auto;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
}

.index_people_box.index_people_box1:hover .index_people_btn {
     background-color: rgba(36, 50, 67, 0.2);
}

.index_people_box.index_people_box1:hover .index_people_img {
     background-color: #df7615;
}

/*양성과정*/
.index_people_box.index_people_box2 {
     padding: 19px 0;
}

.index_people_a_whole {
     width: calc(100% - 40px);
     height: auto;
     margin: 5px auto 0 auto;
}

.index_people_a {
     width: calc(50% - 30px);
     height: auto;
     padding: 7px 4px 7px 19px;
     background-color: #FFFFFF;
     border: 1px solid #DDDDDD;
     border-radius: 40px;
     margin: 10px 10px 0 0;
}

.index_people_a:hover {
     background-color: rgba(0, 0, 0, 0.1);
}

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

.index_people_a p {
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     color: #243243;
}

.index_people_a img {
     display: block;
     min-width: 24px;
     width: 24px;
     height: auto;
     background-size: contain;
}

/*센터모집*/
.index_people_box.index_people_box3,
.index_people_box.index_people_box3 * {
     cursor: pointer;
}

.index_people_img.index_people_img2 {
     background-color: #2BA9BC;
}

.index_people_img.index_people_img2 img {
     width: 130px;
}

.index_people_box.index_people_box3:hover .index_people_btn {
     background-color: rgba(36, 50, 67, 0.2);
}

.index_people_box.index_people_box3:hover .index_people_img {
     background-color: #419fb2;
}



/*sns*/
.index_sns_whole {
     width: 100%;
     height: auto;
     padding: 20px;
     margin-left: -20px;
     margin-right: -20px;
     background-color: #FAFAFA;
}

.index_sns_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_sns_row {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.index_sns_row + .index_sns_row {
     border-top: 1px dotted #DDDDDD;
     margin-top: 30px;
     padding-top: 30px;
}

p.index_sns_title {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #191919;
     margin: 0 auto;
}

.index_sns_link_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
     overflow: hidden;
}

.index_sns_link_whole a {
     display: block;
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
     color: #797979;
     margin: 10px auto 0 auto;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}

.index_sns_link_whole a:hover {
     text-decoration: underline;
}

a.index_sns_link {
     width: max-content;
     display: flex;
     flex-wrap: nowrap;
     justify-content: start;
     align-items: center;
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     color: #343644;
     margin: 15px auto 0 0;
}

a.index_sns_link span {
     display: block;
     min-width: 28px;
     width: 28px;
     max-width: 28px;
     height: 28px;
     border-radius: 14px;
     background-color: #FFFFFF;
     border-radius: 30px;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     margin-left: 15px;
}

a.index_sns_link span img {
     display: block;
     min-width: 20px;
     width: 20px;
     max-width: 20px;
     height: 20px;
     background-size: contain;
     margin: 4px;
}

a.index_sns_link:hover span {
     background-color: #DDDDDD;
}



@media (min-width: 1024px) {

     .header_main_gnb {
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 60px;
          background-color: #EDF1FF;
          z-index: 11;
     }

     .header_main_gnb.headerScroll {
          display: none;
     }

     .gnb_inner {
          width: calc(100% - 200px);
          margin: 12px auto 0;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
     }

     .gnb_inner a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 90px;
          height: 48px;
          background-color: rgba(255, 255, 255, 0.4);
          border-radius: 24px 24px 0 0;
          color: #8D92A5;
          transition: all 0.3s;
     }

     .gnb_liveclass {
          background: url('/img/icon/gnb_liveclass_icon.svg') no-repeat center;
     }

     .gnb_inner a.gnb_kkok:hover {
          background-color: #F8A804;
     }

     .gnb_inner a.gnb_liveclass:hover {
          background: url('/img/icon/gnb_liveclass_icon_hover.svg') no-repeat center;
          background-color: #3CBBD3;
     }

     .gnb_inner a.gnb_diagnosis:hover {
          background-color: #243243;
          color: #fff;
     }

     .header_section {
          top: 60px;
     }

     .main_section {
          max-width: none;
          padding-top: 0;
     }

     .header_section,
     .header_side_whole {
          background-color: transparent;
     }

     .index_swiper {
          width: calc(100% + 100px);
          min-height: 818px;
          height: 818px;
          max-height: 818px;
          margin: 0 -50px;
     }

     .index_swiper_img img.m_swiper_img {
          display: none;
     }

     .index_swiper_img img.w_swiper_img {
          display: block;
     }

     /*배너 텍스트*/
     .index_swiper_txt_whole {
          width: calc(100% - 100px);
          bottom: 50px;
     }

     p.index_swiper_title {
          font-size: 32px;
          line-height: 48px;
     }

     p.index_swiper_txt {
          font-size: 16px;
          line-height: 24px;
     }

     a.index_swiper_a {
          font-size: 18px;
          line-height: 27px;
          padding: 11px 14px 10px 19px;
          border-radius: 40px;
          margin: 40px auto 0 0;
     }

     a.index_swiper_a span {
          margin-left: 50px;
     }

     .index_swiper_pagination_whole {
          bottom: 59px;
     }

     .index_swiper .index_swiper_btn_whole {
          bottom: 60px;
     }


     .index_common_whole + .index_common_whole {
          margin-top: 200px;
     }

     /*정규수업안내*/
     .index_regular_whole {
          margin-top: 120px;
     }

     .index_regular_whole.none_swiper_margin {
          padding-top: 100px;
     }

     p.index_common_title {
          font-size: 32px;
          line-height: 47px;
     }

     .index_regular_box {
          width: calc(20% - 3px);
     }

     .index_regular_box + .index_regular_box {
          margin: 0 0 0 12px;
     }

     .index_regular_lt {
          width: 100%;
          height: auto;
     }

     .index_regular_lt img.index_class_bg {
          transform: rotate(90deg);
     }

     .index_regular_lt img.index_class_img {
          width: calc(100% - 100px);
     }

     .index_regular_rb {
          width: 100%;
          max-height: 222px;
          margin-top: 10px;
     }

     .index_regular_rb img.index_class_bg2 {
          display: none;
     }

     .index_regular_rb img.index_class_bg2_w {
          display: block;
          width: 100%;
          height: auto;
          max-height: 222px;
          background-size: contain;
     }

     .index_regular_txt p:nth-child(1) {
          font-size: 20px;
          line-height: 36px;
     }

     .index_regular_txt p:nth-child(2) {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px;
     }

     /*양성과정*/
     .index_people_a p {
          font-size: 12px;
          line-height: 20px;
     }


     /*정규수업안내*/
     span.index_between_line {
          width: calc(100% + 100px);
          margin: 100px -50px 60px -50px;
     }

     p.index_regular_title {
          font-size: 32px;
          line-height: 47px;
          margin-bottom: 39px;
     }

     .index_regular_inner2 img {
          max-width: 902px;
     }

     /*정규수업 nav*/
     .index_regular_nav_flex {
          margin-top: 60px;
     }

     .index_regular_nav_line {
          margin: 0 -50px 60px -50px;
          padding: 0 50px;
     }

     .index_regular_nav {
          font-size: 24px;
          line-height: 36px;
          padding-bottom: 14px;
     }

     a.index_regular_row2 {
          width: calc(33.3% - 101.1px);
          padding: 40px;
          margin: 32px 0 0 0;
     }

     a.index_regular_row2 + a.index_regular_row2 {
          margin: 32px 0 0 32px;
     }

     a.index_regular_row2:nth-child(1),
     a.index_regular_row2:nth-child(2),
     a.index_regular_row2:nth-child(3) {
          margin-top: 0!important;
     }

     a.index_regular_row2:nth-child(3n + 1) {
          margin-left: 0!important;
     }

     .index_regular_row3 p {
          font-size: 24px;
          line-height: 36px;
     }

     .index_regular_row3 p + p {
          min-height: 105px;
          font-size: 18px;
          line-height: 27px;
          margin-top: 15px;
     }





     /*교육센터*/
     /*교육센터 스와이퍼*/
     .index_edu_whole {
          margin: 0 -50px;
          padding: 40px 50px;
     }

     .index_edu_whole .swiper-slide {
          flex-direction: row-reverse;
     }

     .index_edu_banner_img {
          width: 50%;
          max-width: 917px;
          max-height: 390px;
     }

     .index_edu_banner_img img {
          width: 100%;
          height: auto;
          margin: auto;
     }

     .index_edu_banner_txt_whole {
          width: calc(50% - 120px);
          min-height: 270px;
          height: 270px;
          max-height: 270px;
          padding: 60px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: stretch;
     }

     p.index_edu_banner_title {
          font-size: 32px;
          line-height: 47px;
     }

     p.index_edu_banner_txt {
          font-size: 18px;
          line-height: 27px;
          margin-top: 15px;
     }

     a.index_edu_banner_a {
          font-size: 18px;
          line-height: 27px;
          padding: 14px 17px 17px 29px;
          border-radius: 40px;
     }

     .index_edu_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
     .index_edu_swiper .swiper-pagination-custom,
     .index_edu_swiper .swiper-pagination-fraction,
     .index_edu_swiper .index_edu_pagination {
          bottom: auto;
          top: 60px;
          left: auto;
          right: calc(50% + 60px);
          transform: none;
     }

     .index_edu_btn_whole {
          bottom: 66px;
          left: auto;
          right: calc(50% + 60px);
     }

     .index_edu_btn {
          min-width: 60px;
          width: 60px;
          max-width: 60px;
          height: 60px;
     }

     .index_edu_btn img {
          margin: 18px;
     }

     /*상담신청*/
     .index_edu_box_whole {
          margin-top: 40px;
     }

     .index_edu_box {
          flex-direction: row-reverse;
          margin: 0;
     }

     .index_edu_box + .index_edu_box {
          margin: 0 0 0 40px;
     }

     .index_edu_counsel_img {
          max-width: 330px;
          height: auto;
     }

     .index_edu_counsel_img img {
          width: 80%;
     }

     .index_edu_free .index_edu_counsel_img img {
          width: 90%;
     }

     .index_edu_counsel_txt {
          width: calc(100% - 80px);
          min-height: 105px;
          padding: 40px 40px 45px 40px;
     }



     /*정규수업안내*/
     .index_program_a_whole a {
          width: calc(20% - 16px);
     }

     .index_program_a_whole a + a {
          margin: 0 0 0 20px;
     }

     .index_program_box {
          min-height: 297px;
          padding: 20px 20px 19px 20px;
     }

     .index_program_box:hover {
          transform: translateY(-20px);
     }

     .index_program_txt {
          width: calc(100% - 6px);
          margin: 24px 6px 0 auto;
     }

     p.index_program_title {
          font-size: 16px;
          line-height: 24px;
     }




     /*인재채용*/
     .index_people_box + .index_people_box {
          margin: 0 0 0 20px;
     }

     .index_people_box a.index_people_link {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: stretch;
     }

     .index_people_img {
          height: 284px;
     }

     .index_people_txt p:nth-child(1) {
          font-size: 24px;
          line-height: 36px;
     }

     /*양성과정*/
     .index_people_box.index_people_box2 {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: stretch;
     }


     /*sns*/
     .index_sns_whole {
          padding: 50px 50px 30px 50px;
          margin-left: -50px;
          margin-right: -50px;
     }

     .index_sns_row {
          width: calc(33.3% - 27px);
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: stretch;
     }

     .index_sns_row + .index_sns_row {
          border-top: none;
          border-left: 1px dotted #DDDDDD;
          margin: 0 0 0 20px;
          padding: 0 0 0 20px;
     }

     p.index_sns_title {
          font-size: 24px;
          line-height: 36px;
     }

     .index_sns_link_whole a {
          font-size: 18px;
          line-height: 27px;
          margin-top: 9px;
     }

     .index_sns_link_whole a:first-child {
          margin-top: 23px;
     }

     a.index_sns_link {
          font-size: 18px;
          line-height: 27px;
          margin-top: 23px;
     }

     a.index_sns_link span {
          margin-left: 10px;
     }
}



@media (min-width: 1300px) {
     /*메인 스와이퍼*/
     .index_swiper {
          width: calc(100% + 200px);
          margin: 0 -100px;
     }

     .index_swiper_txt_whole {
          width: calc(100% - 200px);
          max-width: 1600px;
     }

     /*정규수업안내*/
     .index_regular_txt p:nth-child(1) {
          font-size: 24px;
     }

     .index_regular_txt p:nth-child(2) {
          font-size: 18px;
          line-height: 27px;
          margin-top: 14px;
     }

     /*교육센터*/
     /*교육센터 스와이퍼*/
     .index_edu_whole {
          max-width: none;
          margin: 0 -100px;
          padding: 40px 100px;
     }

     .index_edu_counsel_img img {
          height: 167px;
     }

     .index_edu_free .index_edu_counsel_img img {
          height: 125px;
     }

     .index_edu_counsel_txt p:nth-child(1) {
          font-size: 24px;
          line-height: 36px;
     }

     .index_edu_counsel_txt p:nth-child(2) {
          font-size: 18px;
          line-height: 27px;
          margin-top: 15px;
     }



     /*정규수업안내*/
     p.index_program_title {
          font-size: 20px;
          line-height: 29px;
     }

     p.index_program_class,
     p.index_program_progress {
          font-size: 16px;
          line-height: 24px;
     }

     span.index_between_line {
          width: calc(100% + 200px);
          margin: 100px -100px 60px -100px;
     }

     .index_regular_nav_line {
          margin: 0 -100px 60px -100px;
          padding: 0 100px;
     }




     /*인재채용*/
     .index_people_top {
          width: calc(100% - 78px);
          padding: 39px 39px 24px 39px;
     }

     .index_people_txt p:nth-child(2) {
          font-size: 18px;
          line-height: 27px;
          margin-top: 9px;
     }

     /*양성과정*/
     .index_people_box.index_people_box2 {
          padding: 39px 0;
     }

     .index_people_box.index_people_box2 .index_people_txt,
     .index_people_a_whole {
          width: calc(100% - 78px);
     }

     .index_people_a p {
          font-size: 14px;
          line-height: 20px;
     }



     /*sns*/
     .index_sns_whole {
          max-width: none;
          padding: 50px 100px 30px 100px;
          margin-left: -100px;
          margin-right: -100px;
     }

     .index_sns_inner {
          max-width: 1600px;
     }
}




@media (min-width: 1500px) {
     .index_regular_box {
          max-width: 280px;
          margin: 0;
     }

     .index_regular_box + .index_regular_box {
          margin: 0 0 0 auto;
     }



     /*정규수업안내*/
     p.index_program_title {
          font-size: 24px;
          line-height: 36px;
     }

     p.index_program_class,
     p.index_program_progress {
          font-size: 18px;
          line-height: 27px;
     }



     /*인재채용*/
     .index_people_img img {
          min-width: 341px;
          max-width: 341px;
     }

     .index_people_img.index_people_img2 img {
          min-width: 200px;
          max-width: 200px;
     }

     /*양성과정*/
     .index_people_a {
          width: calc(50% - 48px);
          padding: 16px 17px 15px 19px;
          margin: 20px 20px 0 0;
     }

     .index_people_a p {
          font-size: 16px;
          line-height: 24px;
     }
}




@media (min-width: 1920px) {
     .index_edu_banner_img {
          min-width: 917px;
     }

     .index_edu_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
     .index_edu_swiper .swiper-pagination-custom,
     .index_edu_swiper .swiper-pagination-fraction,
     .index_edu_swiper .index_edu_pagination,
     .index_edu_swiper .index_edu_btn_whole {
          right: 977px;
     }




     /*양성과정*/
     .index_people_a {
          width: calc(50% - 68px);
          padding-left: 39px;
     }

     .index_people_a p {
          font-size: 18px;
          line-height: 27px;
     }
}




@media (max-width: 359px) {
     .index_regular_txt p:nth-child(1) {
          font-size: 14px;
          line-height: 20px;
     }

     .index_regular_txt p:nth-child(2) {
          font-size: 10px;
          line-height: 15px;
          margin-top: 10px;
     }


     .index_edu_banner_txt_whole {
          min-height: 290px;
     }

     a.index_edu_banner_a span {
          margin-left: 5px;
     }


     .index_program_box {
          min-height: 125px;
     }


     .index_people_a {
          width: calc(100% - 25px);
          margin: 10px 0 0 0;
     }
}


@media (max-width: 1023px) {
     .header_section {
          top: 0!important;
     }
}