@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-weight: 300;src: url(./font/NotoSansKR-Light.woff2) format('woff2'),url("./font/NotoSansKR-Light.woff") format('woff');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(./font/NotoSansKR-Regular.woff2) format('woff2'),url(./font/NotoSansKR-Regular.woff) format('woff');}
@font-face {font-family: 'Noto Sans KR';font-weight: 500;src: url(./font/NotoSansKR-Medium.woff2) format('woff2'),url(./font/NotoSansKR-Medium.woff) format('woff');}
@font-face {font-family: 'Noto Sans KR';font-weight: 700;src: url(./font/NotoSansKR-Bold.woff2) format('woff2'),url(./font/NotoSansKR-Bold.woff) format('woff');}
@font-face {font-family: 'cafe24ss'; src: url(./font/Cafe24Ssurround.woff) format('woff');}

body {
    letter-spacing: -0.05em;
}

.enhi_body_box {
    /* 공통 박스 */
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
}

.enhi_toppop {
    background: #FFFFFF ;
}

.enhi_toppop .enhi_body_box {
    position: relative;
}

.enhi_toppop .enhi_toppop_cont {
    align-items: center;
    display: flex;
    flex-direction: row;
    min-height: 220px;
    padding: 12px 75px 40px;
}

.enhi_toppop .enhi_toppop_title {
    color: #fff;
    font-family: 'cafe24ss';
    font-size: 44px;
    width: 380px;
    line-height: 1.2;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_toppop .enhi_toppop_detail {
    flex: auto;
    padding-top: 28px;
    width: 0;
}

.enhi_toppop .enhi_toppop_detail .enhi_toppop_txt {
    color: #fff;
    font-family: 'cafe24ss';
    font-size: 22px;
    line-height: 1.4;
    word-break: keep-all;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_toppop .enhi_toppop_detail .enhi_toppop_sub_txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_toppop .enhi_toppop_detail .enhi_toppop_txt + .enhi_toppop_sub_txt {
    margin-top: 24px;
}

.enhi_toppop .main_control_toppop {
    bottom: 0;
    display: flex;
    left: 0;
    padding: 0 10px 15px 34px;
    position: absolute;
    z-index: 2;
}

.enhi_toppop .main_control_toppop .swiper-pagination {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    margin-left: 0;
    position: static;
}

.enhi_toppop .main_control_toppop .swiper-pagination-bullet {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    height: 18px;
    width: 20px;
}

.enhi_toppop .main_control_toppop .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 4px;
}

.enhi_toppop .main_control_toppop .swiper-pagination-bullet-active {
    border-bottom: 6px solid #9bfbff;
}

.enhi_toppop .main_control_toppop .enhi_swiper_toggle {
    background: url(/images/newmain23/ico_sw_play.png) center bottom no-repeat;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.enhi_toppop .main_control_toppop .enhi_swiper_toggle.stop {
    background: url(/images/newmain23/ico_sw_stop.png) center bottom no-repeat;
}

.main_control_toppop .swiper-pagination.popup + .enhi_swiper_toggle {
    margin-left: 4px;
}




/* 기존 스와이퍼 오버라이드 */
.swiper-button-next.popup, .swiper-button-prev.popup {
    border: none;
    border-radius: 0;
    height: 44px;
    margin-top: -10px;
    width: 25px;
    transform: translateY(-50%);
}

.swiper-button-prev.popup:after, .swiper-container-rtl .swiper-button-next.popup:after, .swiper-button-next.popup:after, .swiper-container-rtl .swiper-button-prev.popup:after {
    display: none;
}

.swiper-button-prev.popup, .swiper-container-rtl .swiper-button-next.popup {
    background: url(/images/newmain23/ico_pop_arr_left.png) right center no-repeat;
    left: 18px;
}

.swiper-button-next.popup, .swiper-container-rtl .swiper-button-prev.popup {
    background: url(/images/newmain23/ico_pop_arr_right.png) left center no-repeat;
    right: 18px;
}

.enhi_new_main .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.enhi_new_main .swiper-container-multirow .swiper-slide {
    height: auto;
}


.enhi_toppop .enhi_toppop_control {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 18px 14px 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.enhi_toppop .enhi_input_wrap {
    align-items: center;
    display: flex;
}

.enhi_toppop .enhi_input_wrap .enhi_pop_chk {
    cursor: pointer;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}

.enhi_toppop .enhi_input_wrap .enhi_pop_chk + label {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.enhi_toppop .enhi_toppop_close_btn {
    background: url(/images/newmain23/ico_popclose.png) center no-repeat;
    font-size: 0;
    height: 18px;
    margin-left: 6px;
    width: 18px;
}

.enhi_body .enhi_body_top {
/*     background: #5d9eee; */
}

.enhi_body .enhi_body_top .enhi_body_box {
    display: flex;
    flex-direction: row;
    height: 435px;
    justify-content: space-between;
}

.enhi_body .enhi_body_top .enhi_main_visual {
    height: 400px;
/*     margin-top: 35px; */
    position: relative;
    width: 615px;
}

.enhi_body .enhi_body_top .enhi_main_visual .enhi_main_visual_item {
    display: block;
}

.enhi_main_visual .swiper-container.visual {
    height: 100%;
}

.enhi_main_visual .enhi_main_visual_control {
    bottom: 0;
    display: flex;
    flex-direction: row;
    left: 0;
    padding: 10px 15px 15px 34px;
    position: absolute;
    z-index: 2;
}

.enhi_main_visual .enhi_main_visual_control .swiper-pagination {
    margin-left: 0;
}

.enhi_main_visual_control .swiper-pagination.visual, .enhi_main_visual_control .swiper-button-next, .enhi_main_visual_control .swiper-button-prev {
    border-radius: 0;
    margin-top: 0;
    position: static;
}

.enhi_main_visual_control .swiper-button-next:after, .enhi_main_visual_control .swiper-button-prev:after {
    display: none;
}

.enhi_main_visual_control .swiper-button-prev.visual {
    background: url(/images/newmain23/ico_slide_arr_left.png) left 4px bottom no-repeat;
    border: none;
    height: 20px;
    margin-left: 4px;
    width: 20px;
}

.enhi_main_visual_control .swiper-button-next.visual {
    background: url(/images/newmain23/ico_slide_arr_right.png) left 6px bottom no-repeat;
    border: none;
    height: 20px;
    margin-left: 4px;
    width: 20px;
}

.enhi_main_visual_control .swiper-pagination-bullet {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    height: 18px;
    width: 20px;
}

.enhi_main_visual_control .swiper-pagination-bullet-active {
    border-bottom: 6px solid #fcff7c;
}

.enhi_main_visual_control .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 4px;
}

.enhi_main_visual_control .enhi_swiper_toggle {
    background: url(/images/newmain23/ico_sw_play.png) center bottom no-repeat;
    font-size: 0;
    height: 20px;
    margin-left: 4px;
    width: 20px;
}

.enhi_main_visual_control .enhi_swiper_toggle.stop {
    background: url(/images/newmain23/ico_sw_stop.png) center bottom 1px no-repeat;
}


.enhi_body .enhi_sub_tit {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: 'Noto Sans KR';
    font-size: 22px;
    font-weight: 500;
    height: 60px;
}

.enhi_body .enhi_body_top .enhi_edu_info {
    padding-top: 34px;
}

.enhi_edu_info .enhi_move_btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 35px;
    width: 103px;
}

.enhi_inner_box .enhi_edu_lgtxt {
    color: #383838;
    font-size: 24px;
    word-break: keep-all;
}

.enhi_inner_box .enhi_edu_nortxt {
    color: #383838;
    font-size: 18px;
    word-break: keep-all;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_inner_box .enhi_edu_smtxt {
    color: #383838;
    font-size: 16px;
    word-break: keep-all;
}

.enhi_edu_info .enhi_box_not_login .enhi_inner_box {
    background: #fff;
    height: 298px;
    padding: 30px 26px 90px;
    position: relative;
    width: 344px;
}

.enhi_edu_info .enhi_box_not_login .enhi_move_btn {
    bottom: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.enhi_edu_info .enhi_box_not_login .enhi_move_btn:hover {
    background: #707070;
}

.enhi_edu_info .enhi_box_not_login .enhi_edu_nortxt {
    line-height: 1.4;
    margin-top: 22px;
}

.enhi_edu_info .box_on_login {
    position: relative;
}

.enhi_edu_info .box_on_login .enhi_sub_tit {
    padding-right: 95px;
}


.enhi_edu_info .box_on_login .box_on_login_wrap {
    margin-top: 10px;
    width: 344px;
}

.enhi_edu_info .enhi_edu_stat {
    display: flex;
    flex-direction: row;
}

.enhi_edu_info .enhi_edu_stat .enhi_edu_stat_item {
    align-items: center;
    background: #fff;
    border-radius: 15px;
    display: flex;
    height: 57px;
    justify-content: space-between;
    padding: 15px 20px;
    width: 50%;
}

.enhi_edu_info .enhi_edu_stat .enhi_edu_stat_item + .enhi_edu_stat_item {
    margin-left: 8px;
}

.enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_tit {
    color: #383838;
    font-size: 18px;
    font-family: 'Noto Sans KR';
}

.enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_var {
    align-items: center;
    color: #383838;
    display: flex;
    font-size: 18px;
    font-family: 'Noto Sans KR';
}

.enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_var i {
    color: #614be2;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Noto Sans KR';
}


.enhi_edu_info .enhi_edu_time {
    margin: 10px 0 10px 0;
	background: #fff;
    border-radius: 12px;
    height: 84px;
    padding: 8px 19px 10px 19px;
}

.enhi_edu_info .enhi_edu_time .enhi_edu_time_item {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
}

.enhi_edu_info .enhi_edu_time .enhi_edu_time_item + .enhi_edu_time_item {
    margin-top: 8px;
}

.enhi_edu_info .enhi_edu_time_item .enhi_edu_time_tit {
    padding-right: 15px;
    position: relative;
    width: 212px;
    color: #383838;
}

.enhi_edu_info .enhi_edu_time_item .enhi_edu_time_tit::after {
    content: ':';
    position: absolute;
    right: 22px;
}

.enhi_edu_info .enhi_edu_time_item .enhi_edu_time_val {
    font-family: 'Noto Sans KR';
    color: #383838;
}

.enhi_edu_info .box_on_login .enhi_inner_box {
    background: #fff;
    height: 140px;
    padding: 10px 26px 30px;
    position: relative;
    border-radius: 12px;
}

.enhi_edu_info .box_on_login .enhi_edu_nortxt {
    line-height: 1.3;
    font-family: 'Noto Sans KR';
}
.enhi_edu_info .box_on_login .enhi_edu_nortit {
    line-height: 1.3;
    font-family: 'Noto Sans KR';
    margin-bottom:8px;
    font-weight:500;
    font-size:19px;
}

.enhi_edu_info .box_on_login .enhi_edu_nortxt + .enhi_edu_smtxt {
    margin-top: 10px;
    font-family: 'Noto Sans KR';
}

.enhi_edu_info .box_on_login .enhi_move_btn {
    bottom: -18px;
    position: absolute;
    right: 18px;
    font-family: 'Noto Sans KR';
}

.enhi_edu_info .box_on_login .enhi_move_btn:hover {
    background: #707070;
}

.enhi_edu_info .enhi_edu_more {
    background: url(/images/newmain23/ico_edu_arr_right.png) center right no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 23px;
}

.enhi_edu_info .enhi_edu_more:hover {
    background: url(/images/newmain23/ico_edu_arr_right.png) center right 4px no-repeat;
    text-decoration: underline;
}


.enhi_body .enhi_body_top .enhi_main_service {
    background: #4b84d2;
    padding-top: 34px;
    width: 264px;
}

.enhi_main_service .enhi_sub_tit {
    justify-content: center;
}

.enhi_main_service .enhi_service_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 18px;
}

.enhi_main_service .enhi_service_list > li {
    text-align: center;
    width: 50%;
}

.enhi_main_service .enhi_service_list > li:nth-child(n+3) {
    margin-top: 6px;
}

.enhi_main_service .enhi_service_list .enhi_service {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 100px;
    padding-top: 74px;
    text-align: center;
    width: 100px;
}

.enhi_service.type1 {
    background: url(/images/newmain23/ico_service_1.png) top 16px center no-repeat;
}

.enhi_service.type2 {
    background: url(/images/newmain23/ico_service_2.png) top 14px center no-repeat;
}

.enhi_service.type3 {
    background: url(/images/newmain23/ico_service_3.png) top 16px center no-repeat;
}

.enhi_service.type4 {
    background: url(/images/newmain23/ico_service_4.png) top 18px center no-repeat;
}

.enhi_service.type5 {
    background: url(/images/newmain23/ico_service_5.png) top 22px center no-repeat;
}

.enhi_service.type6 {
    background: url(/images/newmain23/ico_service_6.png) top 22px center no-repeat;
}

.enhi_main_service .enhi_service_list .enhi_service:hover {
    text-decoration: underline;
}

.enhi_body .enhi_body_cont .enhi_cont_title {
    color: #6f6f6f;
    font-family: "Noto Sans KR";
    font-size: 32px;
    font-weight: 400;
    text-align: center;
	width: 155px;
}

.enhi_not_login_cont .enhi_cont_title {
    margin: 52px auto 34px auto;
}

.enhi_body_cont .enhi_tab_area {
    align-items: center;
    display: flex;
    margin-top: 48px;
    padding: 0 154px;
    position: relative;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap > li {
    position: relative;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab {
    align-items: center;
    color: #6f6f6f;
    display: flex;
    font-family: 'Noto Sans KR';
    font-size: 26px;
    font-weight: 400;
    height: 50px;
    padding-left: 45px;
    position: relative;
}

.enhi_tab_area .ehni_hover_tip {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    bottom: 60px;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
    display: none;
    color: #4e4e4e;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 400;
    left: 50%;
    line-height: 1.3;
    padding: 12px 12px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 180px;
    word-break: keep-all;
    z-index: 2;
}

.enhi_tab_area .ehni_hover_tip::after {
    background: url(/images/newmain23/img_tip_bottom.png) no-repeat;
    bottom: -22px;
    content: '';
    left: 50%;
    height: 22px;
    position: absolute;
    transform: translateX(-50%);
    width: 15px;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab:hover + .ehni_hover_tip {
    display: block;
}

/* 열린강좌 */
.enhi_not_login_cont{position: relative;}
.enhi_not_login_cont .ehni_hover_tip {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  top: -111px;
  box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
  display: none;
  color: #4e4e4e;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 400;
  left: 50%;
  line-height: 1.3;
  padding: 12px 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 170px;
  word-break: keep-all;
  z-index: 2;
}

.enhi_not_login_cont .ehni_hover_tip::after {
  background: url(/images/newmain23/img_tip_bottom.png) no-repeat;
  bottom: -22px;
  content: '';
  left: 50%;
  height: 22px;
  position: absolute;
  transform: translateX(-50%);
  width: 15px;
}

.enhi_body_cont .enhi_cont_title:hover + .ehni_hover_tip {
  display: block;
}
/* ----열린강좌---- */
.enhi_tab_area .enhi_main_tab.recomm {
    background: url(/images/newmain23/ico_tab_1.png) left 4px center no-repeat;
}

.enhi_tab_area .enhi_main_tab.luxury {
    background: url(/images/newmain23/ico_tab_2.png) left center no-repeat;
}

.enhi_tab_area .enhi_main_tab.sector {
    background: url(/images/newmain23/ico_tab_3.png) left center no-repeat;
}

.enhi_tab_area .enhi_main_tab.theme {
    background: url(/images/newmain23/ico_tab_4.png) left 1px center no-repeat;
}

.enhi_tab_area .enhi_main_tab.ebook {
    background: url(/images/newmain23/ico_tab_5.png) left 6px center no-repeat;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab.ehni_on_tab {
    color: #000;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab.ehni_on_tab::after {
    content: '';
    background: #000;
    bottom: 4px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.enhi_tab_area .enhi_main_tab.recomm.ehni_on_tab {
    background: url(/images/newmain23/ico_tab_1b.png) left 4px center no-repeat;
}

.enhi_tab_area .enhi_main_tab.luxury.ehni_on_tab {
    background: url(/images/newmain23/ico_tab_2b.png) left center no-repeat;
}

.enhi_tab_area .enhi_main_tab.sector.ehni_on_tab {
    background: url(/images/newmain23/ico_tab_3b.png) left center no-repeat;
}

.enhi_tab_area .enhi_main_tab.theme.ehni_on_tab {
    background: url(/images/newmain23/ico_tab_4b.png) left 1px center no-repeat;
}

.enhi_tab_area .enhi_main_tab.ebook.ehni_on_tab {
    background: url(/images/newmain23/ico_tab_5b.png) left 6px center no-repeat;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_prev, .enhi_body_cont .enhi_tab_area .enhi_main_tab_next {
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    font-size: 0;
    height: 50px;
    position: absolute;
    top: 0;
    width: 50px;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_prev {
    background: url(/images/newmain23/ico_cont_arr_left.png) center no-repeat;
    left: 58px;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_prev:hover {
    background: #efefef url(/images/newmain23/ico_cont_arr_left.png) center no-repeat;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_next {
    background: url(/images/newmain23/ico_cont_arr_right.png) center no-repeat;
    right: 58px;
}

.enhi_body_cont .enhi_tab_area .enhi_main_tab_next:hover {
    background: #efefef url(/images/newmain23/ico_cont_arr_right.png) center no-repeat;
}


.enhi_body_cont .enhi_subtab {
    margin: 20px 0 12px;
}

.enhi_body_cont .enhi_subtab.type_text {
    margin: 24px 0 26px;
}

.enhi_body_cont .enhi_subtab .enhi_moblie_select {
    display: none;
    font-size: 16px;
    height: 35px;
    margin-top: 15px;
    padding: 0 10px;
    width: 100%;
}

.enhi_body_cont .enhi_subtab .enhi_subtab_wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.enhi_body_cont .enhi_subtab.type_text .enhi_subtab_wrap {
    justify-content: center;
}

.enhi_body_cont .enhi_subtab.type_text .enhi_subtab_wrap > li + li {
    margin-left: 35px;
}

.enhi_subtab .enhi_subtab_item {
    align-items: center;
    border: 1px solid #000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    padding: 0 18px;
}

.enhi_subtab.type_text .enhi_subtab_item {
    align-items: flex-start;
    border: none;
    color: #868686;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 500;
    height: 24px;
    padding: 0;
    position: relative;
}

.enhi_subtab .enhi_subtab_item.ehni_on_tab {
    background: #000;
    color: #fff;
}

.enhi_subtab.type_text .enhi_subtab_item.ehni_on_tab {
    background: transparent;
    color: #000;
}

.enhi_subtab.type_text .enhi_subtab_item.ehni_on_tab::after {
    background: #000;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.enhi_list_sort_wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
}

.enhi_list_sort_wrap_alone {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.enhi_list_sort_wrap .enhi_inner_inp_wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.enhi_list_sort_wrap .enhi_inner_inp_wrap .enhi_inp_block {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.enhi_list_sort_wrap .enhi_inner_inp_wrap .enhi_inp_block + .enhi_inp_block {
    margin-left: 15px;
}

.enhi_inp_block input[type=radio] {
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.enhi_inp_block input[type=radio] + label {
    color: #000;
    cursor: pointer;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 8px;
}

.enhi_list_sort_wrap .enhi_list_more {
    align-items: center;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 0 20px;
}

.enhi_list_sort_wrap_alone .enhi_list_more {
    align-items: center;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 0 20px;
}

.enhi_list_sort_wrap .enhi_list_more:hover {
    background: #efefef;
}

.enhi_list_sort_wrap_alone .enhi_list_more:hover {
    background: #efefef;
}
/* .enhi_body_cont .enhi_lecture_list {
    display: flex;
    flex-direction: row;
}

.enhi_body_cont .enhi_lecture_list > li {
    height: inherit;
    width: 25%;
}

.enhi_body_cont .enhi_lecture_list > li + li {
    margin-left: 28px;
} */

.enhi_lecture_item {
    display: block;
    height: 100%;
    position: relative;
}

.enhi_lecture_item .enhi_lecture_img {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    padding-top: 55%;
    position: relative;
}

.enhi_lecture_item .enhi_lecture_img img {
    left: 0;
    height: auto;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    width: 100%;
}

.enhi_lecture_item:hover .enhi_lecture_img img {
    transform: scale(1.1);
}

.enhi_lecture_item .enhi_lecture_title {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
    min-height: 2.6em;
    word-break: keep-all;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_on_login_cont .swiper-container.recomm, .enhi_on_login_cont .swiper-container.luxury {
    margin-top: 42px;
}

.enhi_on_login_cont .enhi_lecture_item .enhi_lecture_title {
    margin-bottom: 13px;
}

.enhi_on_login_cont.ebook {
    margin-top: 32px;
}

.enhi_lecture_item .enhi_lecture_rating {
    background: url(/images/newmain23/img_star_rating.png) left top no-repeat;
    height: 22px;
    margin-bottom: 18px;
    position: relative;
    width: 127px;
}

.enhi_lecture_item .enhi_lecture_rating .enhi_lecture_rating_bg {
    background: #5d9eee;
    display: inline-block;
    height: 100%;
    position: relative;
    text-indent: -9999999px;
    transition: width 0.3s;
    width: 0;
    z-index: -1;
}

.enhi_lecture_item .enhi_lecture_det_txt {
    color: #383838;
    font-size: 16px;
    line-height: 1.2;
}

.enhi_lecture_item .enhi_lecture_det_txt + .enhi_lecture_det_txt {
    margin-top: 5px;
}

.enhi_lecture_item .enhi_lecture_txt_box {
    color: #383838;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
}

.enhi_lecture_item .enhi_lecture_txt_box span {
    padding: 3px 16px 3px 0;
}

.enhi_lecture_item .enhi_lecture_txt_title {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
     min-height: 2.6em;

    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.enhi_lecture_item .enhi_lecture_txt_date {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
}

.enhi_body_cont .enhi_movie_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.enhi_movie_link .enhi_movie_youtube {
    width: 52%;
}

.enhi_movie_youtube .enhi_movie_youtube_wrap {
    padding-top: 61%;
    position: relative;
}

.enhi_movie_youtube_wrap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.enhi_movie_youtube .enhi_movie_youtube_info {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.enhi_movie_tag {
    align-items: center;
    background: #614be2 url(/images/newmain23/ico_tag.png) center left 10px no-repeat;
    border-radius: 24px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0 15px 0 40px;
}

.enhi_movie_tag.theme {
    background: #5d9eee url(/images/newmain23/ico_tag_th.png) top 8px left 14px no-repeat;
    padding: 0 20px 0 42px;
}

.enhi_movie_tag.digiliteracy {
    background: #ee7e5d url(/images/newmain23/ico_tag_th.png) top 8px left 14px no-repeat;
    padding: 0 20px 0 42px;
}

.enhi_movie_tag.micro {
    background: #000;
    justify-content: center;
    padding: 0 6px;
    min-width: 94px;
}

.enhi_movie_youtube .enhi_movie_youtube_info .enhi_movie_tag {
    margin-right: 8px;
}

.enhi_lecture_item .enhi_movie_tag {
    border-radius: 0 24px 24px 24px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.enhi_movie_youtube .enhi_movie_youtube_info .enhi_movie_info_txt {
    flex: auto;
    width: 0;
}

.enhi_movie_youtube .enhi_movie_info_tit {
    color: #383838;
    display: block;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.enhi_movie_youtube a.enhi_movie_info_tit:hover {
    text-decoration: underline;
}

.enhi_movie_youtube .enhi_movie_info_date {
    display: block;
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}


.enhi_movie_link .enhi_movie_link_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 48%;
}

.enhi_movie_link .enhi_movie_link_list > li {
    width: calc(50% - 40px);
    margin-left: 40px;
}

.enhi_movie_link .enhi_movie_link_list > li:nth-child(n+3) {
    margin-top: 26px;
}

.enhi_movie_link_list .enhi_lecture_item .enhi_lecture_img {
    margin-bottom: 18px;
}

.enhi_movie_link.academy, .enhi_movie_link.tikitaka2 {
    align-items: flex-start;
}

.enhi_movie_link.academy .enhi_movie_youtube .enhi_movie_youtube_wrap{
    padding-top: 0%;
}
.enhi_movie_link.tikitaka2 .enhi_movie_youtube .enhi_movie_youtube_wrap {
	padding-top: 58%;
}

.academy .enhi_movie_link_list .enhi_lecture_item .enhi_lecture_img {
    margin-bottom: 15px;
}

.enhi_movie_link.academy .enhi_movie_link_list > li:nth-child(n+3) {
    margin-top: 30px;
}

.tikitaka2 .enhi_movie_link_list .enhi_lecture_item .enhi_lecture_img {
    margin-bottom: 10px;
}

.enhi_movie_link.tikitaka2 .enhi_movie_link_list > li:nth-child(n+3) {
    margin-top: 30px;
}

.enhi_all_link .enhi_microln_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.enhi_all_link .enhi_microln_list > li {
    width: calc((100% - 15%) / 4 );
}

.enhi_all_link .enhi_microln_list > li + li {
    margin-left: 5%;
}

.enhi_all_link .enhi_microln_list > li:nth-child(4n+1) {
    margin-left: 0;
}

.enhi_all_link .enhi_microln_list > li:nth-child(n+5) {
    margin-top: 30px;
}

.enhi_microln_list .enhi_lecture_item .enhi_lecture_img {
    margin-bottom: 10px;
}


.enhi_lecture_academy_txt {
    color: #383838;
    font-size: 16px;
}

.enhi_lecture_academy_txt .enhi_lecture_academy_tit {
    font-weight: 600;
    padding-right: 6px;
}

.enhi_lecture_academy_txt .enhi_lecture_academy_date {
    font-weight: 400;
}

.enhi_lecture_tikitaka_txt {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 2.6rem;
}

.enhi_lecture_tikitaka_txt .enhi_lecture_tikitaka_tit {
    padding-right: 4px;
}

.enhi_lecture_tikitaka_txt .enhi_lecture_tikitaka_date {
    font-weight: 400;
}

.enhi_microln_list .enhi_microln_tit {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 2.6rem;
}

.enhi_body_cont .enhi_ebook_content {
    width: 100%;
    height: 504px;
}

.enhi_ebook_content + .enhi_cont_more {
    margin-top: 25px;
}

.enhi_cont_more {
    margin-top: 34px;
    margin-bottom: 60px;
    text-align: center;
}

.enhi_cont_more .enhi_cont_more_btn {
    align-items: center;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    color: #000;
    display: inline-flex;
    font-size: 16px;
    height: 38px;
    padding: 0 20px;
}


.enhi_cont_sw_control {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.enhi_cont_sw_control .swiper-button-next, .enhi_cont_sw_control .swiper-button-prev, .enhi_cont_sw_control .swiper-pagination {
    position: static;
}

.enhi_cont_sw_control .swiper-button-next, .enhi_cont_sw_control .swiper-button-prev {
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    color: inherit;
    height: 48px;
    margin-top: 0;
    width: 48px;
}

.enhi_cont_sw_control .swiper-button-next::after, .enhi_cont_sw_control .swiper-button-prev::after {
    display: none;
}


.enhi_cont_sw_control .swiper-button-prev {
    background: url(/images/newmain23/ico_cont_arr_left.png) center no-repeat;
}

.enhi_cont_sw_control .swiper-button-next {
    background: url(/images/newmain23/ico_cont_arr_right.png) center no-repeat;
}

.enhi_cont_sw_control .swiper-button-prev:hover {
    background: #efefef url(/images/newmain23/ico_cont_arr_left.png) center no-repeat;
}

.enhi_cont_sw_control .swiper-button-next:hover {
    background: #efefef url(/images/newmain23/ico_cont_arr_right.png) center no-repeat;
}

.enhi_cont_sw_control .swiper-pagination {
    color: #000;
    font-size: 16px;
    margin: 0 20px;
    width: auto;
}

.enhi_cont_sw_control .swiper-pagination .swiper-pagination-current {
    color: #5d9eee;
    font-weight: 700;
}













.enhi_new_main .enhi_notice {
    border-top: 1px solid #c6c6c6;
}

.enhi_new_main .enhi_notice .enhi_notice_wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 36px 54px 36px 0;
}

.enhi_notice .enhi_notice_title {
    color: #000;
    font-family: 'Noto Sans KR';
    font-size: 22px;
    font-weight: 400;
    padding: 0 34px 0 8px;
}

.enhi_notice .enhi_main_notice {
    flex: auto;
    width: 0;
}

.enhi_notice .enhi_notice_item {
    display: block;
    padding: 5px 0;
}

.enhi_notice .enhi_notice_item .enhi_notice_tit {
    color: #000;
    display: inline-block;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - 220px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enhi_notice .enhi_notice_item:hover .enhi_notice_tit {
    text-decoration: underline;
}

.enhi_notice .enhi_notice_item .enhi_notice_date {
    color: #717171;
    display: inline-block;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 400;
}

.enhi_notice .enhi_notice_item .enhi_notice_tit + .enhi_notice_date {
    margin-left: 32px;
}

.enhi_main_notice .slick-prev, .enhi_main_notice .slick-next {
    border: 1px solid #c0c0c0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block !important;
    font-size: 0;
    height: 30px;
    line-height: 0;
    outline: none;
    position: absolute;
    padding: 0;
    width: 30px;
    transform: none;
}

.enhi_main_notice .slick-prev::before, .enhi_main_notice .slick-next::before {
    display: none;
}

.enhi_main_notice .slick-prev {
    background: #fff url(/images/newmain23/ico_small_arr_up.png) center no-repeat;
    left: auto;
    right: 0;
    top: -15px;
}

.enhi_main_notice .slick-next {
    background: #fff url(/images/newmain23/ico_small_arr_down.png) center no-repeat;
    right: 0;
    top: 14px;
}

.enhi_main_notice .slick-prev:hover {
    background: #efefef url(/images/newmain23/ico_small_arr_up.png) center no-repeat;
}

.enhi_main_notice .slick-next:hover {
    background: #efefef url(/images/newmain23/ico_small_arr_down.png) center no-repeat;
}



.enhi_new_main .enhi_inquiry {
    background: #696969;
}

.enhi_inquiry .enhi_body_box {

}

.enhi_inquiry .enhi_inquiry_wrap {
    align-items: center;
    background: url(/images/newmain23/img_inquiry.png) left 8px bottom no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 220px;
    padding-left: 170px;
}

.enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt {
    color: #ffffff;
    font-family: 'Noto Sans KR';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    word-break: keep-all;
}

.enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt span {
    display: block;
}

.enhi_inquiry .enhi_inquiry_links {
    display: flex;
    flex-direction: row;
}

.enhi_inquiry .enhi_inquiry_links > li + li {
    margin-left: 30px;
}

.enhi_inquiry .enhi_inquiry_links a {
    align-items: center;
    border-radius: 22px;
    color: #383838;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 100px;
    padding: 0 25px 0 80px;
    justify-content: center;
    width: 276px;
}

.enhi_inquiry .enhi_inquiry_links a:hover, .enhi_inquiry .enhi_inquiry_links a:focus {
    font-weight: 600;
}

.enhi_inquiry .enhi_inquiry_links .enhi_inquiry_typeq {
    background: #fff url(/images/newmain23/ico_inquiry1.png) left 33px center no-repeat;
}

.enhi_inquiry .enhi_inquiry_links .enhi_inquiry_types {
    background: #fff url(/images/newmain23/ico_inquiry2.png) left 34px center no-repeat;
}



@media (max-width:1320px) {

    .enhi_body_box {
        max-width: 100%;
        padding:0 20px;
        width: 100%;
    }

    .enhi_body .enhi_body_top .enhi_body_box {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    .enhi_body .enhi_body_top .enhi_edu_info {
        margin-left: 40px;
    }

    .enhi_body .enhi_body_top .enhi_main_service {
        display: flex;
        margin: 20px -20px 0;
        padding : 20px 0;
        width: calc(100% + 40px);
    }

    .enhi_main_service .enhi_sub_tit {
        align-items: flex-start;
        height: auto;
        padding-left: 20px;
    }

    .enhi_main_service .enhi_service_list {
        flex: auto;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 0;
    }

    .enhi_main_service .enhi_service_list > li {
        width: 16.66%;
    }

    .enhi_main_service .enhi_service_list > li:nth-child(n+3) {
        margin-top: 0;
    }

    .enhi_service.type3 {
        background: url(/images/newmain23/ico_service_3.png) top 18px center no-repeat;
    }

    .enhi_service.type5 {
        background: url(/images/newmain23/ico_service_5.png) top 18px center no-repeat;
    }

    .enhi_service.type6 {
        background: url(/images/newmain23/ico_service_6.png) top 20px center no-repeat;
    }

    .enhi_new_main .enhi_notice .enhi_notice_wrap {
        padding: 36px 0 36px 0;
    }

    .enhi_body_cont .enhi_tab_area {
        padding: 0 52px;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap {
        justify-content: space-evenly;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_prev {
        left: 0;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_next {
        right: 0;
    }

    .enhi_body .enhi_body_cont .enhi_cont_title {
        font-size: 30px;
    }


    .enhi_on_login_cont.sector .enhi_subtab .enhi_subtab_wrap {
        justify-content: center;
    }

    .enhi_on_login_cont.sector .enhi_subtab .enhi_subtab_wrap > li + li {
        margin-left: 9px;
    }

    .enhi_subtab .enhi_subtab_item {
        padding: 0 8px;
    }

    .enhi_body_cont .enhi_ebook_content {
        height: 460px;
    }

    .enhi_inquiry .enhi_inquiry_wrap {
        flex-wrap: wrap;
        padding: 30px 0 30px 240px;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt {
        text-align: center;
        width: 100%;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt span {
        display: inline;
    }

    .enhi_inquiry .enhi_inquiry_links {
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
}



@media (max-width:1064px) {

    .enhi_toppop .enhi_toppop_title {
        font-size: 38px;
        width: 316px;
    }

    .enhi_toppop .enhi_toppop_detail .enhi_toppop_txt {
        font-size: 20px;
    }

    .enhi_toppop .enhi_toppop_detail .enhi_toppop_sub_txt {
        font-size: 16px;
    }

    .enhi_body .enhi_body_top .enhi_body_box {
        display: block;
        padding-top: 20px;
    }

    .enhi_body .enhi_body_top .enhi_main_visual {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .enhi_body .enhi_body_top .enhi_edu_info {
        margin-bottom: 40px;
        margin-left: 0;
    }

    .enhi_edu_info .enhi_box_not_login .enhi_inner_box {
        height: auto;
        width: 100%;
    }

    .enhi_edu_info .enhi_box_not_login .enhi_move_btn {
        bottom: 28px;
    }

    .enhi_edu_info .box_on_login .box_on_login_wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .enhi_edu_info .enhi_edu_stat {
        width: 350px;
    }

    .enhi_edu_info .enhi_edu_time {
        flex: auto;
        margin: 0;
        padding-left: 20px;
        width: 0;
    }

    .enhi_edu_info .box_on_login .enhi_inner_box {
        margin-top: 20px;
        width: 100%;
    }

    .enhi_edu_info .enhi_edu_time_item .enhi_edu_time_tit {
        width: 190px;
    }

   .enhi_edu_info .enhi_edu_time_item .enhi_edu_time_tit {
        width: 190px;
    }

    #enhi_edu_time_tit{
    	float: left;
    	margin-top: 23px;
    	font-size: 17px;
    }

    #enhi_edu_time_val > p{
    	font-size: 17px;
    	line-height: 2;
    }

    #enhi_edu_time_val{
		float:right;
    }

    .enhi_body_cont .enhi_tab_area {
        padding: 0;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_prev, .enhi_body_cont .enhi_tab_area .enhi_main_tab_next {
        display: none;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab {
        background-size: 25px !important;
        font-size: 24px;
        padding-left: 40px;
    }

    .enhi_body .enhi_body_cont .enhi_cont_title {
        font-size: 26px;
    }

    .enhi_lecture_item .enhi_lecture_title {
        font-size: 16px;
    }

    .enhi_lecture_item .enhi_lecture_det_txt {
        font-size: 14px;
    }

    .enhi_lecture_item .enhi_lecture_txt_box {
        font-size: 14px;
    }

    .enhi_cont_sw_control .swiper-button-next, .enhi_cont_sw_control .swiper-button-prev {
        height: 38px;
        width: 38px;
    }

    .enhi_on_login_cont .swiper-container.recomm, .enhi_on_login_cont .swiper-container.luxury {
        margin-top: 25px;
    }

    .enhi_on_login_cont.sector .enhi_subtab .enhi_subtab_wrap {
        flex-wrap: wrap;
    }

    .enhi_on_login_cont.sector .enhi_subtab .enhi_subtab_wrap > li {
        margin-top: 9px;
    }

    .enhi_body_cont .sector .enhi_subtab {
        margin: 10px 0 12px
    }

    .enhi_subtab.type_text .enhi_subtab_item {
        font-size: 18px;
    }

    .enhi_body_cont .enhi_movie_link {
        display: block;
    }

    .enhi_movie_link .enhi_movie_youtube {
        width: 100%;
    }

    .enhi_lecture_item .enhi_lecture_txt_title, .enhi_lecture_item .enhi_lecture_txt_date, .enhi_lecture_academy_txt, .enhi_lecture_tikitaka_txt, .enhi_microln_list .enhi_microln_tit{
        font-size: 15px;
    }

    .enhi_all_link .enhi_microln_list > li {
        width: calc((100% - 60px) / 4 );
    }

    .enhi_all_link .enhi_microln_list > li + li {
        margin-left: 20px;
    }

    .enhi_all_link .enhi_microln_list > li:nth-child(4n+1) {
        margin-left: 0;
    }

    .enhi_all_link .enhi_microln_list > li:nth-child(n+5) {
        margin-top: 20px;
    }

    .enhi_movie_link .enhi_movie_link_list {
        flex-wrap: nowrap;
        margin-top: 30px;
        width: 100%;
    }

    .enhi_movie_link .enhi_movie_link_list > li {
        margin-left: 0;
        width: 25%;
    }

    .enhi_movie_link .enhi_movie_link_list > li + li {
        margin-left: 20px;
    }

    .enhi_movie_link .enhi_movie_link_list > li:nth-child(n+3), .enhi_movie_link.academy .enhi_movie_link_list > li:nth-child(n+3), .enhi_movie_link.tikitaka2 .enhi_movie_link_list > li:nth-child(n+3) {
        margin-top: 0;
    }

    .enhi_movie_tag {
        background-size: 18px;
        font-size: 13px;
        height: 36px;
        padding: 0 15px 0 36px;
    }

    .enhi_movie_tag.theme {
        background: #5d9eee url(/images/newmain23/ico_tag_th.png) top 9px left 12px no-repeat;
        background-size: 18px;
        padding: 0 15px 0 36px;
    }

    .enhi_movie_youtube .enhi_movie_info_tit, .enhi_movie_youtube .enhi_movie_info_date {
        font-size: 16px;
    }

    .enhi_body_cont .enhi_ebook_content {
        height: 960px;
    }

    .enhi_inquiry .enhi_inquiry_wrap {
        background-size: 180px;
        padding: 30px 0 30px 170px;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt span {
        display: block;
        line-height: 1.3;
    }

    .enhi_inquiry .enhi_inquiry_links a {
        height: 70px;
        padding: 0 25px 0 70px;
        width: 250px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_typeq {
        background: #fff url(/images/newmain23/ico_inquiry1.png) left 33px center no-repeat;
        background-size: 40px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_types {
        background: #fff url(/images/newmain23/ico_inquiry2.png) left 34px center no-repeat;
        background-size: 40px;
    }
}

@media (max-width:768px) {

    .enhi_toppop {
        background-size: 100% 100%;
    }

    .enhi_toppop .enhi_toppop_cont {
        display: block;
        min-height: auto;
        padding: 20px 15px 40px;
    }

    .enhi_toppop .enhi_toppop_title {
        font-size: 34px;
        width: 100%;
        -webkit-line-clamp: 3;
    }

    .enhi_toppop .enhi_toppop_detail {
        margin-top: 15px;
        padding-top: 0;
        width: 100%;
    }

    .enhi_toppop .enhi_toppop_detail .enhi_toppop_txt {
        font-size: 18px;
        -webkit-line-clamp: 3;
    }

    .enhi_toppop .enhi_toppop_detail .enhi_toppop_sub_txt {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .enhi_toppop .enhi_toppop_detail .enhi_toppop_txt + .enhi_toppop_sub_txt {
        margin-top: 15px;
    }

    .enhi_toppop .main_control_toppop {
        padding: 0 10px 15px 30px;
    }

    .swiper-button-next.popup, .swiper-button-prev.popup {
        display: none;
    }

    .enhi_body_box {
        padding: 0 15px;
    }

    .enhi_body .enhi_body_top .enhi_body_box {
        padding: 6px 6px 0;
    }

    .enhi_body .enhi_body_top .enhi_main_visual {
        height: auto;
        width: 100%;
    }

    .enhi_main_visual_control .swiper-button-prev.visual, .enhi_main_visual_control .swiper-button-next.visual {
        display: none;
    }

    .enhi_body .enhi_body_top .enhi_edu_info {
        padding: 10px 9px 0;
    }

    .enhi_body .enhi_body_top .enhi_main_service {
        flex-wrap: wrap;
        margin: 20px -6px 0;
        width: calc(100% + 12px);
    }

    .enhi_body .enhi_sub_tit {
        justify-content: flex-start;
        margin-bottom: 10px;
        width: 100%;
    }

    .enhi_main_service .enhi_service_list {
        width: 100%;
    }

    .enhi_main_service .enhi_sub_tit {
        padding-left: 15px;
    }

    .enhi_body .enhi_sub_tit {
        font-size: 20px;
    }

    .enhi_edu_info .enhi_edu_more {
        font-size: 14px;
    }

    .enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_tit, .enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_var {
        font-size: 16px;
    }

    .enhi_edu_info .enhi_edu_stat_item .enhi_edu_stat_var i {
        font-size: 22px;
    }

    .enhi_edu_info .enhi_edu_stat {
        width: 100%;
    }

    .enhi_edu_info .enhi_edu_time {
        margin-top: 20px;
        padding-left: 0;
        width: 100%;
    }

    .enhi_inner_box .enhi_edu_lgtxt {
        font-size: 22px;
    }

    .enhi_inner_box .enhi_edu_nortxt {
        font-size: 16px;
    }

    .enhi_inner_box .enhi_edu_smtxt {
        font-size: 14px;
    }

    .enhi_edu_info .enhi_move_btn {
        font-size: 16px;
        height: 38px;
        width: 126px;
    }

    .enhi_edu_info .enhi_edu_stat .enhi_edu_stat_item {
        height: 50px;
    }

    .enhi_main_service .enhi_service_list {
        flex-wrap: wrap;
    }

    .enhi_main_service .enhi_service_list > li {
        width: 33.3333%;
    }

    .enhi_main_service .enhi_service_list > li:nth-child(n+4) {
        margin-top: 6px;
    }

    .enhi_body .enhi_body_cont .enhi_cont_title {
        font-size: 28px;
    }

    .enhi_body_cont .enhi_tab_area {
        margin-top: 0;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 48px;
        width: 100%;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap > li {
        white-space: nowrap;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab_wrap > li + li {
        margin-left: 35px;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab {
        height: 44px;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab:hover + .ehni_hover_tip {
        display: none;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab.ehni_on_tab + .ehni_hover_tip {
        display: block;
    }

    .enhi_tab_area .ehni_hover_tip {
        font-size: 14px;
        left: 0;
        padding: 4px 8px;
        transform: none;
        width: auto;
    }

    .enhi_tab_area .ehni_hover_tip::after {
        left: 20px;
    }

    .enhi_tab_area .enhi_main_tab_wrap > li:nth-child(n+4) .enhi_main_tab + .ehni_hover_tip {
        left: auto;
        right: 0;
    }

    .enhi_tab_area .enhi_main_tab_wrap > li:nth-child(n+4) .ehni_hover_tip::after {
        left: auto;
        right: 20px;
    }

    .enhi_body_cont .enhi_subtab .enhi_moblie_select {
        display: block;
    }

    .enhi_body_cont .enhi_subtab_wrap, .enhi_body_cont .enhi_subtab .enhi_subtab_wrap {
        display: none;
    }

    .enhi_body_cont .enhi_subtab.type_text {
        margin-top: 10px;
    }


    .enhi_lecture_item .enhi_lecture_title {
        margin-bottom: 8px;
    }

    .enhi_on_login_cont .enhi_lecture_item .enhi_lecture_title {
        margin-bottom: 5px;
    }

    .enhi_lecture_item .enhi_lecture_rating {
        margin-bottom: 12px;
    }

    .enhi_movie_link .enhi_movie_link_list {
        flex-wrap: wrap;
    }

    .enhi_movie_link .enhi_movie_link_list > li {
        width: calc(50% - 10px);
    }

    .enhi_movie_link .enhi_movie_link_list > li + li {
        margin-left: 0;
    }

    .enhi_movie_link .enhi_movie_link_list > li:nth-child(2n+2) {
        margin-left: 20px;
    }

    .enhi_movie_link .enhi_movie_link_list > li:nth-child(n+3) {
        margin-top: 20px;
    }

    .enhi_movie_link.academy .enhi_movie_link_list > li:nth-child(n+3), .enhi_movie_link.tikitaka2 .enhi_movie_link_list > li:nth-child(n+3) {
        margin-top: 20px;
    }

    .enhi_all_link .enhi_microln_list > li {
        width: calc(50% - 10px);
    }

    .enhi_all_link .enhi_microln_list > li + li {
        margin-left: 0;
    }

    .enhi_all_link .enhi_microln_list > li:nth-child(2n+1) {
        margin-left: 0;
    }

    .enhi_all_link .enhi_microln_list > li:nth-child(n+3) {
        margin-top: 20px;
    }

    .enhi_all_link .enhi_microln_list > li:nth-child(2n+2) {
        margin-left: 20px;
    }

    .enhi_movie_link_list .enhi_lecture_item .enhi_lecture_img {
        margin-bottom: 8px;
    }

    .academy .enhi_movie_link_list .enhi_lecture_item .enhi_lecture_img {
        margin-bottom: 10px;
    }

    .enhi_lecture_item .enhi_lecture_txt_title, .enhi_lecture_item .enhi_lecture_txt_date, .enhi_lecture_academy_txt, .enhi_lecture_tikitaka_txt, .enhi_microln_list .enhi_microln_tit {
        font-size: 14px;
    }

    .enhi_movie_tag {
        background-size: 14px;
        height: 30px;
        font-size: 12px;
        padding: 0 12px 0 30px;
    }

    .enhi_movie_tag.theme {
        background: #5d9eee url(/images/newmain23/ico_tag_th.png) top 8px left 12px no-repeat;
        background-size: 14px;
        padding: 0 12px 0 30px;
    }

    .enhi_cont_more .enhi_cont_more_btn {
        font-size: 15px;
        height: 36px;
        padding: 0 10px;
    }

    .enhi_notice .enhi_notice_title {
        font-size: 20px;
    }

    .enhi_new_main .enhi_notice .enhi_notice_wrap {
        padding: 20px 0;
    }

    .enhi_notice .enhi_notice_item .enhi_notice_tit {
        max-width: 100%;
        padding-right: 50px;
        width: 100%;
    }

    .enhi_notice .enhi_notice_item .enhi_notice_tit + .enhi_notice_date {
        margin-left: 0;
        margin-top: 4px;
        padding-right: 50px;
        width: 100%;
    }

    .enhi_main_notice .slick-prev {
        top: -4px;
    }

    .enhi_main_notice .slick-next {
        top: 25px;
    }

    .enhi_inquiry .enhi_inquiry_wrap {
        display: block;
        min-height: auto;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt {
        font-size: 18px;
    }

    .enhi_inquiry .enhi_inquiry_links a {
        font-size: 16px;
        height: 60px;
        padding: 0 25px 0 60px;
        width: 200px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_typeq {
        background: #fff url(/images/newmain23/ico_inquiry1.png) left 33px center no-repeat;
        background-size: 30px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_types {
        background: #fff url(/images/newmain23/ico_inquiry2.png) left 34px center no-repeat;
        background-size: 30px;
    }
}



@media (max-width:640px) {

    .enhi_toppop .enhi_toppop_cont {
        padding: 20px 10px 45px;
    }

    .enhi_toppop .main_control_toppop {
        padding: 0 10px 15px 25px;
    }

    .enhi_toppop .enhi_input_wrap .enhi_pop_chk + label {
        font-size: 14px;
    }

    .enhi_cont_sw_control {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .enhi_cont_more {
        margin-top: 30px;
        margin-bottom: 40px;
    }

   .enhi_cont_more  .enhi_cont_more_btn > b{
       font-size:18px;
    }

    .enhi_body_cont .enhi_tab_area .enhi_main_tab {
        background-size: 20px !important;
        font-size: 20px;
        padding-left: 30px;
    }

    .enhi_not_login_cont .enhi_cont_title {
        margin: 42px 0 34px 0;
    }

    .enhi_body .enhi_body_cont .enhi_cont_title {
        font-size: 18px;
    }

    .enhi_lecture_item .enhi_lecture_rating {
        background-size: contain;
        height: 16px;
        width: 92px;
    }

    .enhi_movie_youtube .enhi_movie_info_tit {
        font-size: 15px;
    }

    .enhi_movie_youtube .enhi_movie_info_date {
        font-size: 14px;
    }


    .enhi_body_cont .enhi_ebook_content {
        height: 800px;
    }

    .enhi_inquiry .enhi_inquiry_wrap {
        background: url(/images/newmain23/img_inquiry.png) left 24px bottom 70px no-repeat;
        padding: 20px 0 20px 0;
        background-size: 150px;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt {
        font-size: 16px;
        min-height: 92px;
        padding-left: 128px;
        text-align: left;
    }

    .enhi_inquiry .enhi_inquiry_wrap .enhi_inquiry_txt span {
        display: inline;
    }

    .enhi_inquiry .enhi_inquiry_links > li {
        width: 50%;
    }

    .enhi_inquiry .enhi_inquiry_links a {
        height: 50px;
        margin: auto;
        padding: 0 10px 0 45px;
        width: 100%;
        word-break: keep-all;
    }

    .enhi_inquiry .enhi_inquiry_links > li + li {
        margin-left: 10px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_typeq {
        background: #fff url(/images/newmain23/ico_inquiry1.png) left 15px center no-repeat;
        background-size: 28px;
    }

    .enhi_inquiry .enhi_inquiry_links .enhi_inquiry_types {
        background: #fff url(/images/newmain23/ico_inquiry2.png) left 15px center no-repeat;
        background-size: 28px;
    }
    .enhi_not_login_cont .ehni_hover_tip{
		font-size: 14px;
        top:-50px;
		left: 0;
        padding: 4px 8px;
        transform: none;
        width: auto;
	}
	.enhi_not_login_cont .ehni_hover_tip::after {
        left: 20px;
    }
}


@media (max-width:480px) {
    .enhi_body_cont .enhi_tab_area .enhi_main_tab {
        font-size: 18px;
    }

    .enhi_lecture_item .enhi_lecture_title {
        font-size: 15px;
    }

    .enhi_lecture_item .enhi_lecture_txt_box, .enhi_lecture_item .enhi_lecture_det_txt {
        font-size: 13px;
    }

    .enhi_lecture_item .enhi_lecture_txt_box span {
        line-height: 1.2;
        padding: 2px 8px 2px 0;

    }

    .enhi_body_cont .enhi_ebook_content {
        height: 780px;
    }

}

@media (max-width:360px) {
    .enhi_toppop .enhi_toppop_cont {
        padding: 20px 0px 10px;
    }

    .enhi_toppop .main_control_toppop, .enhi_toppop .enhi_toppop_control {
        padding: 0;
        position: static;
    }

    .enhi_toppop .main_control_toppop {
        justify-content: center;
    }

    .enhi_toppop .enhi_toppop_control {
        justify-content: flex-end;
        margin-top: 15px;
        padding-bottom: 10px;
    }
}


/* gnb영역 */

header.enhi_header {
    /* newsub 오버라이드.. */
    background: none;
    border-bottom: 2px solid #5d9eee;
    box-sizing: border-box;
    height: auto;
    display: block;
    top: auto;
    min-width: auto;
    z-index: auto;
}

.__fixed {
    padding-top: 122px;
}

.enhi_new_main.__fixed {
    padding-top: 0;
}

.__fixed header.enhi_header {
    background: rgba(255,255,255,0.95);
    border-bottom: 2px solid #5d9eee;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 140;
}

.__fixed .enhi_body {
    margin-top: 122px;
}

.enhi_new_main .enhi_header {
    border-bottom: none;
}

.enhi_header .enhi_header_box {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    height: 122px;
    justify-content: space-between;
    margin: auto;
    max-width: 1280px;
    position: relative;
}

.enhi_header .enhi_home {
    margin: 0 0 22px 26px;
}

.enhi_header .enhi_home .enhi_home_link {
    display: block;
    width: 160px;
}

.enhi_header .enhi_home .enhi_home_link img {
    width: 100%;
}

.enhi_header .enhi_gnb_top {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 20px;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_login {
    color: #383838;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
}

.enhi_header .enhi_gnb_top a.enhi_gnb_top_login:hover {
    color: #000;
    font-weight: 600;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_login .enhi_mobile_login_txt {
    display: none;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-left: 30px;
}


.enhi_header .enhi_gnb_top .enhi_gnb_top_links > li + li {
    margin-left: 30px;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item {
    color: #383838;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.login {
    display: none;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item:not(.type_eng):hover {
    color: #000;
    font-weight: 600;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.type_eng {
    align-items: center;
    border: 1px solid #383838;
    color: #383838;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    justify-content: center;
    margin-left: 15px;
    width: 54px;
}

.enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.type_eng:hover, .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.type_eng:focus {
    background: #efefef;
}


.enhi_header .enhi_common_gnb .enhi_menu_toggle, .enhi_header .enhi_common_gnb .enhi_menu_toggle_close {
    display: none;
}


.enhi_header .enhi_common_nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 57px;
    padding-right: 76px;
}

.enhi_header .enhi_common_nav > li {
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.enhi_header .enhi_common_nav > li + li {
    margin-left: 80px;
}

.enhi_header .enhi_common_nav > li:last-child {
    display: none;
}

.enhi_header .enhi_common_nav .enhi_nav_dep1 {
    color: #000;
    display: block;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}


.enhi_header .enhi_common_nav .enhi_nav_dep1_2 {
    color: white;
    display: block;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}


.enhi_header .enhi_common_nav .enhi_nav_dep1_3 {
width:130px;height:50px;padding:5px;text-align:center;border-radius:5px;margin-top:-10px;background:black;
}


.enhi_header .enhi_common_nav > li .enhi_nav_dep2 {
    background: #fff;
    opacity:100%;
    /* border: 2px solid #6f9ddb; */
    display: none;
    left: 50%;
    margin-top: 20px;
    padding: 20px 15px 20px 15px;
    position: absolute;
    transform: translateX(-50%);
    width: 172px;
    z-index: 5;
    text-align:left;
    height:430px;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 {
    background: #fff;
    opacity:95%;
    /* border: 2px solid #6f9ddb; */
    display: none;
    left: 50%;
    margin-top: 20px;
    padding: 20px 15px 20px 15px;
    position: absolute;
    transform: translateX(-50%);
    width: 172px;
    z-index: 5;
    text-align:center;
    height:430px;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2 > li + li {
    margin-top: 18px;
}
.enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 > li + li {
    margin-top: 18px;
}

.enhi_header .enhi_common_nav > li:hover .enhi_nav_dep1 {
    color: #5d9eee;
}

.enhi_header .enhi_common_nav > li:hover .enhi_nav_dep1_2 {
    color: #ffc000 !important;
}

.enhi_header .enhi_common_nav > li:hover .enhi_nav_dep1_3 {
    background:black;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2.__on {
    display: block;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2_2.__on {
    display: block;
}

@media (min-width:1064px) {
    .enhi_header .enhi_common_nav > li .enhi_nav_dep2 {
        display: none !important;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2.__on {
        display: block !important;
    }
}
@media (min-width:1064px) {
    .enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 {
        display: none !important;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2_2.__on {
        display: block !important;
    }
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2 a {
    color: #3f3f3f;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.1;
    padding: 2px 0;
    word-break: keep-all;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2 a:hover {
    color: #5d9eee;
    font-weight: 600;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 a {
    color: #3f3f3f;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.1;
    padding: 2px 0;
    word-break: keep-all;
}

.enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 a:hover {
    color: #ffc000 !important;
    font-weight: 600;
}

.enhi_header  .enhi_mob_links {
    bottom: 0;
    display: none;
    height: 70px;
    left: 0;
    position: fixed;
    width: 360px;
    z-index: 101;;
}

.enhi_header  .enhi_mob_links > ul {
    display: flex;
    flex-direction: row;
    height: inherit;
}

.enhi_header  .enhi_mob_links > ul > li {
    text-align: center;
    width: 25%;
}

.enhi_header  .enhi_mob_links li a {
    display: inline-block;
    height: 100%;
    text-indent: -99999999px;
    width: 76px;
}

.enhi_header  .enhi_mob_links li .enhi_mob_links_item1 {
    background: url(/images/newmain23/ico_gnb01.jpg) center no-repeat;
    background-size: contain;
}

.enhi_header  .enhi_mob_links li .enhi_mob_links_item2 {
    background: url(/images/newmain23/ico_gnb02.jpg) center no-repeat;
    background-size: contain;
}

.enhi_header  .enhi_mob_links li .enhi_mob_links_item3 {
    background: url(/images/newmain23/ico_gnb03.jpg) center no-repeat;
    background-size: contain;
}

.enhi_header  .enhi_mob_links li .enhi_mob_links_item4 {
    background: url(/images/newmain23/ico_gnb04.jpg) center no-repeat;
    background-size: contain;
}

.enhi_header .enhi_header_search  {
    bottom: 0;
    position: absolute;
    right: 0;
    /* z-index:140; */
}

.enhi_header .enhi_header_search .enhi_search_on_btn {
    background: #000 url(/images/newmain23/ico_main_search.png) center no-repeat;
    border: none;
    bottom: 22px;
    height: 38px;
    position: absolute;
    right: 0;
    text-indent: -99999999px;
    width: 38px;
}

.enhi_header .enhi_header_search .enhi_header_search_wrap {
    background: rgba(255,255,255,0.94);
    border: 5px solid #4d8dd2;
    display: none;
    padding: 50px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1280px;
    z-index: 3;

}

.enhi_header .enhi_header_search .enhi_header_search_wrap.__show {
    display: block;
}

.enhi_header_search_wrap .enhi_search_close_btn {
    background: url(/images/newmain23/ico_search_close.png) center no-repeat;
    border: none;
    font-size: 0;
    height: 36px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 36px;
}

.enhi_header_search_wrap .enhi_search_box {
    display: inline-flex;
    flex-direction: column;
}

.enhi_header_search_wrap .enhi_search_box .enhi_search_block + .enhi_search_block {
    margin-top: 30px;
}

.enhi_header_search_wrap .enhi_search_block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.enhi_search_block .enhi_search_input {
    background: #ebf1f8;
    border: 1px solid #b4c3d4;
    border-radius: 6px;
    color: #3f6187;
    font-size: 18px;
    height: 40px;
    padding: 0 15px;
    width: calc(100% - 95px);
    min-width: 370px;
}

.enhi_search_block .enhi_go_search_btn {
    background: #4b84d2;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    margin-left: 5px;
    width: 90px;
}

.enhi_search_block .enhi_search_select_tit {
    color: #4b84d2;
    font-size: 18px;
    font-weight: 600;
    margin-right: 18px;
}

.enhi_search_block .enhi_search_select {
    border: 1px solid #b4c3d4;
    background: #ebf1f8;
    border-radius: 6px;
    color: #3f6187;
    font-size: 18px;
    height: 40px;
    padding: 0 15px;
}

.enhi_search_block .enhi_search_select + .enhi_search_select {
    margin-left: 5px;
}

/* footer */
.enhi_footer {
    border-top: 1px solid #c6c6c6;
}

.enhi_new_main .enhi_inquiry + .enhi_footer {
    border-top: none;
}

.enhi_footer .enhi_footer_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 108px;
}

.enhi_footer .enhi_footer_top .enhi_footer_links {
    display: flex;
    flex-direction: row;
}

.enhi_footer .enhi_footer_top .enhi_footer_links > li + li {
    margin-left: 60px;
}

.enhi_footer .enhi_footer_top .enhi_footer_links .enhi_footer_links_item {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
}

.enhi_footer .enhi_footer_top .enhi_footer_links > li:nth-child(2) .enhi_footer_links_item {
    color: #0674bb;
}

.enhi_footer .enhi_footer_top .enhi_footer_links .enhi_footer_links_item:hover {
    text-decoration: underline;
}



.enhi_footer .enhi_footer_top .enhi_footer_sns {
    display: flex;
    flex-direction: row;
}

.enhi_footer .enhi_footer_top .enhi_footer_sns > li + li {
    margin-left: 6px;
}

.enhi_footer .enhi_footer_top .enhi_footer_sns .enhi_footer_sns_item {
    display: block;
    font-size: 0;
    height: 46px;
    width: 46px;
}

.enhi_footer .enhi_footer_sns_item._fb {
    background: url(/images/newmain23/ico_facebook.png) no-repeat;
    background-size: cover;
}

.enhi_footer .enhi_footer_sns_item._tw {
    background: url(/images/newmain23/ico_twitter.png) no-repeat;
    background-size: cover;
}

.enhi_footer .enhi_footer_sns_item._yb {
    background: url(/images/newmain23/ico_youtube.png) no-repeat;
    background-size: cover;
}

.enhi_footer .enhi_footer_top + .enhi_footer_bottom {
    margin-top: 26px;
}

.enhi_footer .enhi_footer_bottom {
    background: url(/images/newmain23/img_ft_logo.png) left top no-repeat;
    background-size: 160px;
    padding: 0 380px 40px 230px;
    position: relative;
}

.enhi_footer .enhi_footer_bottom .enhi_footer_shortcut {
    /* position: absolute;
    right: 0;
    top: 0; */
}

.enhi_footer .enhi_footer_bottom .enhi_footer_shortcut > li {
    display: flex;
    flex-direction: row;
    width:45%;
}

.enhi_footer .enhi_footer_bottom .enhi_footer_shortcut > li + li {
    /* margin-top: 5px; */
    padding-left:10px;
    width:53%;
}

.enhi_footer_shortcut .enhi_footer_select {
    border: 1px solid #e0e0e0;
    border-right: none;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.enhi_footer_shortcut .enhi_footer_select::-ms-expand{
    display: none;
}

.enhi_footer_shortcut .enhi_footer_shortcut_btn {
    background: #555;
    color: #fff;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    width: 42px;
}

.enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_txt {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_txt + .enhi_footer_txt {
    margin-top: 8px;
}

.enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_cpr {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 40px;
}

body.__scrov {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

/* 20230825 */
header.enhi_header.renewal{
	border-bottom:1px solid #777373;
}
.enhi_header.renewal .enhi_common_nav{
	padding-right:50px;
}
.enhi_header.renewal .enhi_common_nav > li{
	width:160px;
}
.enhi_header.renewal .enhi_common_nav .enhi_nav_dep1{
	line-height:22px;
	font-size:18px;
	height: 57px;
    display: flex;
    align-items: center;
	justify-content:center;
	margin-top: -10px;
}
.enhi_header.renewal .enhi_common_nav > li .enhi_nav_dep2{
	margin:0;
	width:160px;
    padding:20px 5px;
}
.enhi_header.renewal .enhi_common_nav > li .enhi_nav_dep2 a{
	font-size:15px;
}
.enhi_header.renewal .enhi_common_nav > li + li{
	margin:0;
}
.enhi_body.renewal .enhi_body_top{
	position:relative;
	/*background:url(/images/newmain23/top-bg-2023.png) no-repeat 50% 50%;*/
	background-size:cover;
}
.enhi_body.renewal .enhi_body_top .enhi_body_box{
	height:582px;
}
.enhi_body.renewal .enhi_body_top .enhi_main_visual{
	width: 410px;
	height: 582px;
/* 	margin-top:72px; */
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap{
	display:block;
	width: 195px;
	height: 432px;
	background:#fff;
	padding:25px 20px;
	text-align:center;
	border:2px solid #fff;
	border-radius: 2px 20px 2px 2px;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap > *{
	color: #333;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap .tit{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	padding: 3px 0 0 31px;
	margin-bottom:36px;
	background:url(/images/newmain23/icon-week.png) no-repeat 0 50%;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap .text{
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height:39px;
	text-align:left;
	height:300px;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg01{
	background:#d44fa2;
	border-color:#d44fa2;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg02{
	background:#000;
	border-color:#000;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg03{
	background:#f35842;
	border-color:#f35842;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg04{
	background:#c080d6;
	border-color:#c080d6;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg05{
	background:#0b8c3f;
	border-color:#0b8c3f;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg06{
	background:#da6d1e;
	border-color:#da6d1e;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg07{
	background:#72b4c0;
	border-color:#72b4c0;
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg01 .tit,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg02 .tit,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg03 .tit,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg05 .tit,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg06 .tit,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg07 .tit{
	background-image:url(/images/newmain23/icon-week-w.png);
}
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg01 > *,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg02 > *,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg03 > *,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg05 > *,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg06 > *,
.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap.bg07 > *{
	color: #fff;
}

.enhi_body.renewal .enhi_main_visual .enhi_main_visual_control{
	bottom:-48px;
	width: 100%;
	align-items: center;
    justify-content: center;
}
.enhi_body.renewal .enhi_main_visual_control .enhi_swiper_toggle{
	margin-top: -4px;
}
.enhi_body.renewal .enhi_main_visual_control .swiper-pagination{
	position:relative;
}
.enhi_body.renewal .enhi_main_visual_control .swiper-pagination-bullet{
	width:12px;height:12px;
	background:#a7a7a7;
	border:none;
	border-radius:100%;
}
.enhi_body.renewal .enhi_main_visual_control .swiper-pagination-bullet-active{
	background:#fff;
}
.enhi_body.renewal .renewal-service{
	position:relative;
	margin:72px 0 0 0;
	width: calc(100% - 430px);
}
.enhi_body.renewal .renewal_tit{
	display:inline-block;
	color: #000;
	font-family:"Noto Sans KR";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
}
.enhi_body.renewal .top7-contents .renewal_tit{
	padding:2px 0 0 35px;
	margin:40px 0 15px 0;
	background: url(/images/newmain23/icon-balloon.png) no-repeat 0 -4px;
    height: 32px;
}
.enhi_body.renewal .quick-service .renewal_tit{
	padding:2px 0 0 40px;
	margin:40px 0 15px 0;
	background: url(/images/newmain23/icon-babycar.png) no-repeat 0 -4px;
    height: 32px;
	color:#fff;
}
.enhi_body.renewal .top7-contents{
	width:469px;
	height:434px;
	background:url(/images/newmain23/polygon-bg01.png) no-repeat 50% 50%;
	background-size:cover;
	text-align:center;
	transition: all 0.1s;
}
.enhi_body.renewal .top7-contents ul{
	width:262px;
	margin:0 auto;
}
.enhi_body.renewal .top7-contents ul li{
	text-align:left;
	border-top:1px solid #ddd;
}
.enhi_body.renewal .top7-contents ul li:nth-child(1){
	border:none;
}
.enhi_body.renewal .top7-contents ul li a{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	padding:13px 20px 13px 0;
	background:url(/images/newmain23/icon-arrow-right.png) no-repeat 100% 50%;
	height: 43px;
}
.enhi_body.renewal .quick-service{
	position:absolute;
	top:0;right:0;
	width:469px;
	height:434px;
	background:url(/images/newmain23/polygon-bg02.png) no-repeat 50% 50%;
	background-size:cover;
	text-align:center;
	transition: all 0.1s;
}
.enhi_body.renewal .quick-service .enhi_service_wrap{
	display:flex;
	align-items: center;
	width:310px;
    margin: 0 auto;
}
.enhi_body.renewal .quick-service .enhi_service_wrap ul{
	border-bottom:1px solid #fff;
	margin-bottom: 10px;
}
.enhi_body.renewal .quick-service .enhi_service_wrap .enhi_serive_tit{
	font-size:17px;
	line-height: 22px;
    color: #fff;
    width:28px;
}.enhi_body.renewal .quick-service .enhi_service_wrap.board01 ul li{
	background:url(../images/newmain23/icon-baby.png) no-repeat 2px 50%;
	background-size:18px auto;
}
.enhi_body.renewal .quick-service .enhi_service_wrap.board02 ul li{
	background:url(../images/newmain23/icon-vod.png) no-repeat 2px 50%;
	background-size:18px auto;
}
.enhi_body.renewal .quick-service ul{
	width:262px;
	margin:0 auto;
}
.enhi_body.renewal .quick-service ul li{
	text-align:left;
	border-top:1px solid #ddd;
	padding:0 0 0 30px;
}
.enhi_body.renewal .quick-service ul li:nth-child(1){
	border:none;
}
.enhi_body.renewal .quick-service ul li a{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	padding: 13px 0;
	height: 43px;
}
.enhi_body.renewal .quick-service ul li a .text{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:calc(100% - 20px);
}
.enhi_body.renewal .quick-service ul li a .date{
	width:90px;
	text-align: right;
}
.enhi_body.renewal .quick-service .commu_btn a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	border:1px solid #fff;
	border-radius:5px;
	margin:4px auto 25px;
	padding:8px 10px 10px 10px;
	font-weight: 500;
	transition: all 0.3s;
}
.enhi_body.renewal .quick-service .commu_btn a:hover{
	background:#fafafa;
	border-color:#fafafa;
	color:#333;
}
.enhi_lecture_item .enhi_lecture_det_wrap{
	display: flex;
	justify-content: space-between;
}
.enhi_lecture_item .enhi_lecture_det_wrap .enhi_lecture_det_txt:nth-child(1){
	color:#666;
}
.enhi_lecture_item .enhi_lecture_det_wrap .enhi_lecture_det_txt:nth-child(2){
	padding-left:28px;
	background:url(/images/newmain23/icon-eye.png) no-repeat 0 50%;
	margin: 0;
}
.enhi_body .enhi_body_cont.renewal .enhi_cont_title{
	width: auto;
	color: #333;
	padding: 30px 0;
/* 	background:url(/images/newmain23/icon-book.png) no-repeat 0 50%; */
	display: inline-block;
	margin: 0 auto;
}
.enhi_body .enhi_body_cont.renewal{
	margin: 0 auto;
	padding:0 0 30px 0;
	text-align:center;
	overflow:hidden;
}
.enhi_body .enhi_body_cont.renewal .enhi_lecture_item .enhi_lecture_title{
	text-align:left;
}
.enhi_cont_sw_control.renewal{
	position:absolute;
	top:50%;
	width:100%;
	margin: 0;
}
.enhi_cont_sw_control.renewal .swiper-button-prev{
	position:absolute;
	left:-80px;top:0;
}
.enhi_cont_sw_control.renewal .swiper-button-next{
	position:absolute;
	right:-80px;top:0;
}
.enhi_cont_more.renewal{
	position:absolute;
	right:0;top:40px;
	margin: 0;
}
.enhi_cont_more.renewal a{
	font-size:13px;
	border:none;
	/* background:url(/images/newmain23/ico_edu_arr_right.png) no-repeat 100% 50%;
	padding: 0 10px; */
}
.enhi_body .enhi_body_cont.renewal.dark{
	background: #222;
}
.enhi_body .enhi_body_cont.renewal.grey{
	background: #dcdcdc;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_cont_title{
	background:url(/images/newmain23/icon-dark.png) no-repeat 0 50%;
	color:#fff;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_lecture_title{
	color:#fff;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_lecture_det_wrap .enhi_lecture_det_txt{
	color:#fff;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_lecture_item .enhi_lecture_det_wrap .enhi_lecture_det_txt:nth-child(2){
	background:url(/images/newmain23/icon-eye-w.png) no-repeat 0 50%;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_cont_sw_control .swiper-button-prev{
	background-image:url(/images/newmain23/btn-dark-prev.png);
	border-color:#444;
}
.enhi_body .enhi_body_cont.renewal.dark .enhi_cont_sw_control .swiper-button-next{
	background-image:url(/images/newmain23/btn-dark-next.png);
	border-color:#444;
}
.enhi_body .enhi_body_cont.renewal .enhi_cont_sw_control .swiper-pagination{
	display:none;
}

@media (max-width:1320px) {
    .enhi_header {
        padding: 0 20px;
    }

    .enhi_header .enhi_header_search .enhi_header_search_wrap {
        right: -20px;
        max-width: 100vw;
    }

    .enhi_search_block .enhi_search_input {
        min-width: auto;
    }
    	.enhi_body.renewal .enhi_body_top .enhi_body_box{
		padding:0;
		justify-content: space-around;
	}
	.enhi_body.renewal .renewal-service {
		display:flex;
	}
	.enhi_body.renewal .top7-contents{
		background:rgba(255, 255, 255, 0.9);
		width: 50%;
		border-radius:10px;
	}
	.enhi_body.renewal .quick-service{
		position: relative;
		background:rgba(0, 0, 0, 0.15);
		width: calc(50% - 10px);
		margin-left:10px;
		border-radius:10px;
	}
}
@media (max-width:1280px) {
	.enhi_header.renewal .enhi_common_nav > li{
		width:132px;
	}
	.enhi_header.renewal .enhi_common_nav > li .enhi_nav_dep2{
		width:132px;
	}
	.enhi_header.renewal .enhi_common_nav > li .enhi_nav_dep2 > li + li{
		margin-top:8px;
	}
	.enhi_header.renewal .enhi_common_nav > li .enhi_nav_dep2 a {
		line-height: 20px;
	}
	.enhi_body .enhi_body_cont.renewal .enhi_cont_sw_control.renewal{
		position:relative;
		top:auto;
		margin:20px auto 0 ;
	}
	.enhi_cont_sw_control.renewal .swiper-button-prev{
		position:relative;
		left:auto;top:auto;
	}
	.enhi_cont_sw_control.renewal .swiper-button-next{
		position:relative;
		right:auto;top:auto;
	}
    .enhi_body .enhi_body_cont.renewal .enhi_cont_sw_control.renewal .swiper-pagination{
		display:block;
	}
	.enhi_body .enhi_body_cont.renewal.dark .enhi_cont_sw_control.renewal .swiper-pagination{
		color:#fff;
	}
	.enhi_body.renewal .renewal_tit{
		font-size:20px;
	}
	.enhi_body.renewal .top7-contents ul li a{
		font-size:15px;
	}
	.enhi_body.renewal .quick-service ul li a{
		font-size:15px;
	}
	.enhi_body.renewal .quick-service .enhi_service_wrap{
		width:300px;
	}
}

@media (max-width:1064px) {

    .__fixed {
        padding-top: 80px;
    }

    .enhi_new_main.__fixed {
        padding-top: 0;
    }


    .__fixed .enhi_body {
        margin-top: 80px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_gnb nav {
        display: block;
        height: 100vh;
        left: 0;
        padding-bottom: 70px;
        padding-top: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_gnb nav::before {
        background: rgba(0,0,0,0.7);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_gnb .enhi_common_nav {
        display: block;
        background: #fff;
        /* height: calc(100vh - 60px); */
        height: calc(100vh - 130px);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        position: relative;
        width: 360px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li {
        border-bottom: 1px solid #ccc;
        height: auto;
        padding: 0;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:last-child {
        display: block;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li + li {
        margin-left: 0;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav .enhi_nav_dep1 {
        display: block;
        line-height: 49px;
        font-size: 18px;
        font-weight: 500;
        height: 50px;
        margin-top: 0;
        padding: 0 40px 0 45px;
        position: relative;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav .enhi_nav_dep1::after {
        background: url(/images/newmain23/ico_small_arr_down.png) center no-repeat;
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        width: 40px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav .enhi_nav_dep1.__onmenu::after {
        background: url(/images/newmain23/ico_small_arr_up.png) center no-repeat;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(1) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb01-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(2) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb02-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(3) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb02-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(4) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb03-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(5) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb04-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(6) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb05-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav > li:nth-child(7) .enhi_nav_dep1 {
        background: url(/images/newmain23/ico-gnb06-n.png) left 10px center no-repeat;
        background-size: 24px;
    }

    .enhi_header .enhi_common_nav > li:hover .enhi_nav_dep1 {
        color: #000;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav .enhi_nav_dep2 {
        border: none;
        display: none;
        background: #f1f1f1;
        margin-top: 0;
        padding: 20px;
        position: static;
        transform: none;
        width: 100%;
        height: 100%;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2 a {
        background: url(/images/newmain23/gnb-arr-n.png) left 5px center no-repeat;
        background-size: 6px;
        padding-left: 20px;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2 a:hover {
        color: #3f3f3f;
        font-weight: 400;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_nav .enhi_nav_dep2_2 {
        border: none;
        display: none;
        background: #f1f1f1;
        margin-top: 0;
        padding: 20px;
        position: static;
        transform: none;
        width: 100%;
        height:100%;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 a {
        background: url(/images/newmain23/gnb-arr-n.png) left 5px center no-repeat;
        background-size: 6px;
        padding-left: 20px;
    }

    .enhi_header .enhi_common_nav > li .enhi_nav_dep2_2 a:hover {
        color: #3f3f3f;
        font-weight: 400;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_common_gnb .enhi_menu_toggle_close {
        background: url(/images/newmain23/ico_popclose.png) center no-repeat;
        border: none;
        display: block;
        height: 60px;
        left: 320px;
        position: fixed;
        text-indent: -9999999px;
        top: 0;
        width: 40px;
        z-index: 102;
    }


    .enhi_header .enhi_header_box.__menu_on .enhi_gnb_top .enhi_gnb_top_login {
        align-items: center;
        background: #2b56a5;
        box-sizing: border-box;
        color: #fff;
        display: flex;
        font-size: 16px;
        height: 60px;
        left: 0px;
        padding: 0 40px 0 20px;
        position: fixed;
        top: 0;
        width: 360px;
        z-index: 101;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_gnb_top .enhi_gnb_top_login .enhi_mobile_login_txt {
        display: inline;
    }

    .enhi_header .enhi_header_box.__menu_on .enhi_mob_links {
        background: #f1f1f1;
        display: block;
    }

    .enhi_header .enhi_header_box {
        align-items: center;
        height: 80px;
        justify-content: center;
    }

    .enhi_header .enhi_home {
        margin: 0;
    }

    .enhi_header .enhi_gnb_top {
        position: static;
        width: 0;
    }

    .enhi_header .enhi_gnb_top > a {
        text-decoration: underline;
    }

    .enhi_header .enhi_home .enhi_home_link {
        height: 50px;
        width: auto;
    }

    .enhi_header .enhi_home .enhi_home_link img {
        height: 100%;
        width: auto;
    }

    .enhi_header .enhi_common_gnb .enhi_menu_toggle {
        background: url(/images/newmain23/ico_mob_menu.png) center no-repeat;
        background-size: 32px;
        border: none;
        bottom: 20px;
        display: block;
        height: 40px;
        left: 0;
        position: absolute;
        text-indent: -99999999px;
        width: 40px;
    }

    .enhi_header .enhi_common_gnb nav {
        display: none;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_login {
        display: none;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item, .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.type_eng {
        display: none;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.login {
        background: #5d9eee url(/images/newmain23/ico_mob_login.png) center no-repeat;
        background-size: 20px;
        border-radius: 50%;
        bottom: 20px;
        display: block;
        height: 40px;
        position: absolute;
        right: 54px;
        text-indent: -99999999px;
        width: 40px;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.logout {
        background: #5d9eee url(/images/newmain23/ico_mob_logout.png) center no-repeat;
        background-size: 18px;
        border-radius: 50%;
        bottom: 20px;
        display: block;
        height: 40px;
        position: absolute;
        right: 54px;
        text-indent: -99999999px;
        width: 40px;
    }

    .enhi_header .enhi_header_search .enhi_search_on_btn {
        background: #5d9eee url(/images/newmain23/ico_mob_search.png) center no-repeat;
        background-size: 20px;
        border-radius: 50%;
        bottom: 20px;
        height: 40px;
        width: 40px;
    }

    .enhi_footer .enhi_body_box {
        position: relative;
    }

    .enhi_footer .enhi_footer_top {
        display: block;
        min-height:auto;
        padding-top: 30px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links {
        justify-content: center;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns {
        /* height: 90px; */
        margin-top: 30px;
    }

    .enhi_main_visual .enhi_main_visual_control {
        padding: 10px 15px 15px 20px;
    }

    .enhi_footer .enhi_footer_bottom {
        padding: 0 0px 40px 230px;
        position: static;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_cpr {
        margin-top: 20px;
        position: static;
    }

    .enhi_footer .enhi_footer_top + .enhi_footer_bottom {
        margin-top: 30px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_shortcut {
       /*  right: 20px;
        top: 78px; */
        display:flex;
        margin:0 auto;
    }

	.enhi_body.renewal .enhi_body_top .enhi_body_box{
/* 		padding-top:10px; */
		height:auto;
	}
	.enhi_body.renewal .renewal-service{
		width:100%;
		padding: 0 20px 40px;
	}
	.enhi_body.renewal .quick-service ul{
		width:calc(100% - 40px);
		margin: 0 20px;
		min-width:270px;
	}
	.enhi_body.renewal .top7-contents ul{
		width:100%;
		padding:0 20px;
	}
	.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap .text{
		font-size:26px;
		line-height:36px;
	}

	.enhi_body.renewal .quick-service .enhi_service_wrap{
		width:calc(100% - 30px);
	}
	.enhi_body.renewal .quick-service .enhi_service_wrap.board01 ul li{
		background-position:2px 10px;
	}
	.enhi_body.renewal .quick-service .enhi_service_wrap.board02 ul li{
		background-position:2px 12px;
	}
}

@media (max-width:768px) {

    .__fixed {
        padding-top: 60px;
    }

    .enhi_new_main.__fixed {
        padding-top: 0;
    }

    .__fixed .enhi_body {
        margin-top: 60px;
    }

    .enhi_header .enhi_header_box {
        height: 60px;
    }

    .enhi_header .enhi_home .enhi_home_link {
        height: 34px;
    }

    .enhi_header .enhi_common_gnb .enhi_menu_toggle {
        background-size: 26px;
        bottom: 15px;
        height: 30px;
        width: 30px;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.login {
        background-size: 14px;
        bottom: 15px;
        height: 30px;
        right: 40px;
        width: 30px;
    }

    .enhi_header .enhi_gnb_top .enhi_gnb_top_links .enhi_top_links_item.logout {
        background-size: 12px;
        bottom: 15px;
        height: 30px;
        right: 40px;
        width: 30px;
    }

    .enhi_header .enhi_header_search .enhi_search_on_btn {
        background-size: 14px;
        bottom: 15px;
        height: 30px;
        width: 30px;
    }


    .enhi_search_block .enhi_search_select_tit {
        font-size: 15px;
    }

    .enhi_search_block .enhi_go_search_btn {
        font-size: 15px;
        height: 34px;
    }

    .enhi_search_block .enhi_search_input, .enhi_search_block .enhi_search_select {
        font-size: 15px;
        height: 34px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links .enhi_footer_links_item {
        font-size: 15px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links > li {
        text-align: center;
        width: 25%;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links > li + li {
        margin-left: 0px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns {
        /* height: 75px; */
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns .enhi_footer_sns_item {
        height: 36px;
        width: 36px;
    }

    .enhi_footer_shortcut .enhi_footer_select {
        font-size: 14px;
        height: 34px;
        width: 200px;
    }

    .enhi_footer_shortcut .enhi_footer_shortcut_btn {
        font-size: 12px;
        height: 34px;
        width: 34px;
    }

    .enhi_footer .enhi_footer_bottom {
        background: none;
        padding: 0 0px 30px 0;
    }

    .enhi_footer_bottom .enhi_footer_info {
        text-align: left;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_txt {
        font-size: 14px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_cpr {
        font-size: 14px;
    }

	.enhi_body.renewal .renewal-service{
		flex-wrap:wrap;
	}
	.enhi_body.renewal .top7-contents{
		margin:0 0 20px 0;
		width:100%;
	}
	.enhi_body.renewal .quick-service{
		margin:0;
		width:100%;
		height:auto;
	}

	.enhi_body.renewal .enhi_body_top .enhi_main_visual{
		width:100%;
/* 		padding:0 20px; */
		height: 500px;
	}
	.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap .tit{
		margin-bottom:20px;
	}
	.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap{
		width:100%;
		padding:25px 10px;
		height: 340px;
	}
	.enhi_body.renewal .enhi_main_visual .week-issue .swiper-slide .week-issue-wrap .text{
		font-size:22px;
		line-height:32px;
		height: 230px;
	}
	.enhi_body.renewal .quick-service .enhi_service_wrap{
		width:100%;
		flex-wrap:wrap;
	}
	.enhi_body.renewal .quick-service .enhi_service_wrap .enhi_serive_tit{
		width:100%;
		text-align:left;
		margin:10px 20px 5px;
	}
	.enhi_body.renewal .quick-service ul{
		width:100%;
	}
}

@media (max-width:640px) {
    .enhi_header .enhi_header_search .enhi_header_search_wrap {
        padding: 60px 60px 30px;
    }

    .enhi_header_search_wrap .enhi_search_box {
        display: flex;
    }

    .enhi_header_search_wrap .enhi_search_box .enhi_search_block + .enhi_search_block {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .enhi_search_block .enhi_search_input {
        width: calc(100% - 100px);
    }

    .enhi_search_block .enhi_search_select_tit {
        padding-bottom: 8px;
        text-align: left;
        width: 100%;
    }

    .enhi_search_block .enhi_search_select {
        width: calc(50% - 5px);
    }

    .enhi_search_block .enhi_search_select + .enhi_search_select {
        margin-left: 0;
    }

    .enhi_footer .enhi_body_box {
        padding: 0 20px;
    }

    .enhi_footer .enhi_footer_top {
        padding-top: 20px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links {
        justify-content: space-between;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links > li {
        width: auto;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_links .enhi_footer_links_item {
        font-size: 12px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns {
        margin-top: 15px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns .enhi_footer_sns_item {
        height: 32px;
        width: 32px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_shortcut {
        /* top: 48px; */
        display:flex;
        margin:0 auto 10px;
    }

    .enhi_footer_shortcut .enhi_footer_select {
        font-size: 12px;
        width: 140px;
    }

    .enhi_footer_shortcut .enhi_footer_shortcut_btn {

    }

    .enhi_footer .enhi_footer_top + .enhi_footer_bottom {
        margin-top: 20px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_txt {
        font-size: 12px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_info .enhi_footer_cpr {
        font-size: 12px;
    }
}


@media (max-width:480px) {
    .enhi_header .enhi_header_search .enhi_header_search_wrap {
        padding: 60px 20px 30px;
    }

   	.enhi_body.renewal .enhi_body_top .enhi_main_visual{
		width:100%;
/* 		padding:0 20px; */
		height: 340px;
	}

	.overlay {
		height: 80px;
	}
}

@media (max-width:360px) {
    .enhi_header .enhi_home .enhi_home_link {
        height: 30px;
    }

    .enhi_footer .enhi_footer_top .enhi_footer_sns {
        height: auto;
        justify-content: center;
    }

    .enhi_footer .enhi_footer_top + .enhi_footer_bottom {
        margin-top: 15px;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_shortcut {
        margin-bottom: 20px;
        position: static;
    }

    .enhi_footer .enhi_footer_bottom .enhi_footer_shortcut > li {
        justify-content: center;
    }

   	.enhi_body.renewal .enhi_body_top .enhi_main_visual {
		width:100%;
		height: 300px;
	}
}

.mobile_hide {display: none;}
.pc_hide {display: block;}

.dim{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:130;
}

.swiper-slide .overlay{
  /* position:absolute;left:0;bottom:0; */width:100%;background:rgba(0,0,0,.7);
  padding:.5px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
}

.overlay h4 {
	font-weight: 600;
    color: #fff;
    margin: 0 0 .75rem;
     line-height:130%;
}

.overlay p {
    color: #f0f0f0;
    line-height: 130%;
}

.wrapper_recommend {
	background:#f3faf3;
}

.wrapper_recommend .info {
	text-align:left;
}

.swiper-container.open_cont {
	overflow:inherit;
}

.swiper-slide.digital-gallery{
	margin-bottom:0;
	overflow:hidden;
	height:290px;
}

.swiper-slide.digital-gallery .digital-card{
	padding:0 20px;
}

.swiper-slide.recommend-card{
	display:inherit;
}

.recommend_cont .info strong {float:left; width:70%;}
.recommend_cont .info .label {
	float:right;
	display: inline-block;
    background: #71aea3;
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    padding: .2rem .5rem;
    border-radius: 2px;
    margin-bottom: .5rem;
    width: fit-content;
}

.recommend_cont .info .title {
	width:100%;
	padding:10px 0;
}

.recommend_cont .info2 {
	width:100%;
	clear:both;
	padding-top:10px;
}

.recommend_cont .info2 p {
	margin-bottom: .5rem;
	line-height:130%;
}

.swiper-slide .overlay h4 {
	font-size:13px
}

.swiper-slide .overlay p {
	font-size:12px
}

.enhi_main_notice div {
	padding-bottom:5px;
	line-height:130%;
}

.control_box.controls{
	min-width: 200px;
}

.control_box.controls div{
	height: 38px;
	width: 38px;
	border: 1px solid #bdbdbd;
    border-radius: 50%;
    color: inherit;
}

.controls .visual_next{
    background: url(/images/newmain23/ico_cont_arr_right.png) center no-repeat;

}

.controls .visual_prev{
    background: url(/images/newmain23/ico_cont_arr_left.png) center no-repeat;
}

.controls .visual_stop{
    background: url(/images/main_icon02.png) center no-repeat;
}

.controls .visual_current{
	color: #5d9eee;
	font-size:16px;
	font-weight:600;
}

.controls .visual_total{
	font-size:16px;
}

.overlay h4 {
	text-align:left;
	padding:0 5px;
}


