@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*********************************************************************
    pc first
    :: 리뉴얼 전이라서 이 곳에 root 작성함.
    :: 공통 / 24.10 ~ 이후 작업물들 모두 이 기준으로 작성
*********************************************************************/
:root{
    /* Color */
    --c-primary : #1EC95B;
    --c-point : #FC1D01;
    --c-background-neutral : #F5F5F7;
    --c-background-yellow : #F8FAEC;
    --c-background-blue : #EAFAFF;
    --c-text01 : #000000;
    --c-text02 : #333333;
    --c-text03 : #666666;
    --c-text04 : #999999;
    --c-gradient-red : linear-gradient(90deg, #FC1D01 0%, #FDA245 100%);
    --c-gradient-green : linear-gradient(90deg, #1EC95B 0%, #01D29C 100%);
    --c-border-neutral : #F5F5F7;
    --c-border-blue : #E4E8F1;
    --c-border-black : #000000;
    --c-success : #1EC95B;
    --c-warning : #FC1D01;

    /* Typography */
    --f-display : 2.7rem; /* 54px */
    --f-fontSize01 : 2rem; /* 40px */
    --f-fontSize02 : 1.6rem; /* 32px */
    --f-fontSize03 : 1.3rem; /* 26px */
    --f-fontSize04 : 1.1rem; /* 22px */
    --f-fontSize05 : 1rem; /* 20px */
    --f-body1 : 0.9rem; /* 18px */
    --f-body2 : 0.8rem; /* 16px */
    --f-detail : 0.7rem; /* 14px */

    /* letter spacing (Typography와 함께 사용) */
    --ls-display : ;

    /* Shadows */
    --s-shadow-neutral01 : 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    --s-shadow-neutral02 : 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
    --s-shadow-neutral03 : 0px 14px 40px 0px rgba(0, 0, 0, 0.14);
    --s-shadow-blue01 : 0px 4px 10px 0px #EBEFF4;
    --s-shadow-blue02 : 0px 8px 20px 0px #EBEFF4;
    --s-shadow-blue03 : 0px 14px 40px 0px #EBEFF4;

    /* Radius */
    --r-radius01: 12px;
    --r-radius02: 24px;
    --r-radius03: 9999999px;
}


/*********************************************************************
    공통 요소들
*********************************************************************/
.container {font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; overflow: initial; max-width: initial !important; padding: 0 !important;}
.container *{line-height: 150%; box-sizing: border-box;}

.container .maxWidth { max-width: 1248px; margin: 0 auto; }
.container [class*='-btn'] { transition: all 0.3s ease; }
.container > article,
.container section > article { padding: 4rem 0; position: relative;}
.container > article.otherStyle,
.container section > article.otherStyle{padding: 0;}

.container h1{font-size: var(--f-display); font-weight: 700; line-height: 130%; letter-spacing: -1.08px;}
.container h2{font-size: var(--f-fontSize01); font-weight: 700; line-height: 130%; letter-spacing: -0.8px;}
.container h3{font-size: var(--f-fontSize03); font-weight: 700; line-height: 150%; }
.container h4{font-size: var(--f-fontSize04); font-weight: 700; line-height: 150%;}
.container h5{font-size: var(--f-fontSize05); font-weight: 700; line-height: 150%;}

.container .ellipsis2 { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -moz-box-orient: vertical; line-clamp: 2; -webkit-line-clamp: 2; display: -moz-box; display: -webkit-box; }
.container .articleTitle .title {color: var(--c-text01); }
.container .articleTitle .sub { font-size: var(--f-fontSize05);}
.container .flex{display: flex; flex-wrap: wrap;}
.container figure{width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}

.container .button-small .btn{height: 1.7rem; line-height: 1.7rem; border-radius: var(--r-radius03); border: 1px solid var(--c-text01); font-size: var(--f-detail); padding: 0 0.8rem; display: inline-block;}

.container .button-medium .btn{height: 2.4rem; line-height: 2.4rem; border-radius: var(--r-radius03); border: 1px solid #000; font-size: var(--f-body2); text-align: center; padding: 0 1.2rem; display: inline-block;}

.container .button-large{text-align: center; margin-top: 2.3rem;}
.container .button-large .btn{background-color: #000; color: #fff; text-align: center; border-radius: var(--r-radius03); height: 2.8rem; line-height: 2.8rem; display: inline-block; font-weight: 400; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/buttonArrow.svg'); background-position: right 2rem center; background-size: 1.2rem; background-repeat: no-repeat; padding: 0 3.4rem 0 2rem; transition: all 0.3s ease;}
.container .button-large .btn:disabled{background-color: #E2E2E5; color: #999; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/buttonArrow_disabled.svg'); touch-action: none; pointer-events: none;}

.container .navigation { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 2.2rem; font-size: var(--f-body1); position: relative; z-index: 6; }
.container .navigation button { background-color: #E2E2E5; width: 2rem; height: 2rem; border-radius: 50%; background-repeat: no-repeat; background-size: contain; background-position: center; }
.container .navigation button + button { margin-left: 0.8rem; }
.container .navigation .nav-prev { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_prev.svg'); }
.container .navigation .nav-next { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_next.svg'); }
.container .navigation .control { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_stop.svg'); }
.container .navigation .control.play { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_play.svg'); }
.container .navigation .fraction { display: inline-block; width: auto; margin-right: 1rem;}
.container .navigation .fraction .swiper-pagination-current { color: var(--c-text01); font-weight: 700; }
.container .navigation .swiper-button-disabled{display: block !important; touch-action: none; pointer-events: none; opacity: 0.6;}

/* scrollbar */
.scrollWidth{overflow: hidden; width: calc(100% + 10px);}
.scrollWrap{overflow-y: auto; width: 100%; height: 100%; padding-right: 10px;} /* 박스에 스크롤이 필요할 때 사용 */
.scrollWrap::-webkit-scrollbar{display: block; width: 10px;}
.scrollWrap::-webkit-scrollbar-track{background: #F5F5F7;}
.scrollWrap::-webkit-scrollbar-thumb{background: #E2E2E5; border-radius: 999999px;}

/* drop down menu */
.container .dropDownMenu{font-size: var(--f-detail); }
.container .dropDownMenu .label{border: 1px solid #C5C5C5; border-radius: 8px; width: 100%; height: 2rem; padding: 0.475rem 1.3rem 0.475rem 0.8rem; color: var(--c-text03); background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/common/dropDownMenu-down-small.svg'); background-repeat: no-repeat; background-size: 0.8rem; background-position: right 0.6rem center; text-align: left; background-color: #fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: border-color 0.3s ease;}
.container .dropDownMenu .label.active{border-top-color: var(--c-primary); border-left-color: var(--c-primary); border-right-color: var(--c-primary); border-bottom-color: transparent; color: var(--n-subTitle); background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/common/dropDownMenu-up-small.svg');  border-radius: 8px 8px 0 0;}
.container .dropDownMenu .label.selected{color: var(--c-text01) !important;}
.container .dropDownMenu .label.invalid{border: 1px solid var(--waring-color) !important; outline: none !important; color: var(--n-subTitle);}
.container .dropDownMenu .selectBox { position: relative; }
.container .dropDownMenu .selectBox .optionListWrap { position: absolute; z-index: 15; top: 100%; left: 0; width: 100%; background: #fff; color: var(--c-text03); border-radius: 0 0 8px 8px; overflow: hidden; border: 1px solid var(--c-primary); border-top: none; padding: 0 0 8.5px 8px; display: none; z-index: 3;}
.container .dropDownMenu .selectBox .optionListWrap .optionList{ max-height: 200px; }
.container .dropDownMenu .selectBox .optionListWrap .optionItem *{display: block; padding: 0.5rem 0.4rem; line-height: 1; width: 100%; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: inherit; border-bottom: 1px solid var(--c-border-neutral);}
.container .dropDownMenu .selectBox .optionListWrap .optionItem.default{pointer-events: none; touch-action: none;}
.container .dropDownMenu .selectBox .optionItem.selected {color: var(--c-primary);}


/*
    youtube 영상 재생 부분 (공통)
    :: common-videoPlay : youtube 영상 article class name
*/
.common-videoPlay .videoWrap.youtube{position: relative; cursor: pointer; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; padding-bottom: 54.5%;}
.common-videoPlay .videoWrap.youtube figure {position: absolute; width: 100%; height: 100%; object-fit: cover; top: 50%; left: 50%; transform: translate(-50%,-50%); background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 2;}
.common-videoPlay .videoWrap.youtube iframe { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.common-videoPlay .videoWrap.youtube figure::after{content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; background-repeat: no-repeat; background-size: cover; background-position: center; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/common/btn_play.png'); touch-action: none; pointer-events: none;}
.common-videoPlay .videoPopup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display: none; }
.common-videoPlay .videoPopup .dim { background: rgba(0,0,0,0.8); width: 100%; height: 100%; }
.common-videoPlay .videoPopup .popup { position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); width: 48rem; aspect-ratio: 960/540; max-width: 80%; animation: junior-videoPopup 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards; }
.common-videoPlay .videoPopup .popup iframe { width: 100%; height: 100%; object-fit: cover; }
.common-videoPlay .videoPopup .popup .closeBtn { width: 2.4rem; height: 2.4rem; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/junior-abroad-seminar-admission/popup_closeBtn.svg'); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: -3.6rem; right: 0; }
.common-videoPlay .videoPopup .popup .closeBtn span { text-indent: -999999%; display: block; }
@keyframes junior-videoPopup {
    0% { top: 60%; opacity: 0; }
    100% { top: 50%; opacity: 1; }
}


/* 조기유학 후기 */
#earlyStudy { background-color: #FFF9E9; }
#earlyStudy .roundArea{box-shadow: 0 8px 20px 0 #EFEADD;}
#earlyStudy .roundArea .titleWrap { background: linear-gradient(90deg, #FFAE00 0%, #FF6E47 100%); }
#earlyStudy .roundArea .listWrap { display: flex; flex-wrap: wrap; padding: 0 4.2rem; }
#earlyStudy .roundArea .listWrap .box { width: calc(100%/3 - 2rem); margin-top: 3rem; margin-right: 3rem; }
#earlyStudy .roundArea .listWrap .box:nth-child(3n) { margin-right: 0; }
#earlyStudy .roundArea .listWrap .box .videoWrap { width: 100%; aspect-ratio: 320/180;}
#earlyStudy .roundArea .listWrap .box .textWrap { padding-top: 0.8rem; color: var(--c-text01); font-size: var(--f-body1);}
#earlyStudy .roundArea .listWrap .box:nth-last-of-type(1),
#earlyStudy .roundArea .listWrap .box:nth-last-of-type(2),
#earlyStudy .roundArea .listWrap .box:nth-last-of-type(3) { margin-bottom: 4.2rem; }
#earlyStudy .roundArea .listWrap .moreBtn { display: none; }

/* 유학티비 */
#uhakTv { overflow: hidden; }
#uhakTv .articleTitle .title { display: flex; align-items: center; line-height: 52px; }
#uhakTv .articleTitle .title figure { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/junior-abroad-seminar-admission/youtubeChanel_icon.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 8rem; height: 1.8rem; margin-left: 0.8rem; }
#uhakTv .articleTitle .sub { margin-top: 0.8rem; }
#uhakTv .navigation{width: calc(100% - 50px);}
#uhakTv .slideWrap { width: calc(100% + 100px); position: relative; margin-left: -50px;}
#uhakTv .slideWrap .navigation .fraction {display: none;}
#uhakTv .slideWrap .slide{overflow: hidden; padding: 30px 50px; margin-top: -30px; position: relative;}
#uhakTv .slideWrap .slide::before{content: ''; position: absolute; left: 0; width: 30px; height: 100%; background-color: #fff; top: 0; z-index: 2;}
#uhakTv .slideWrap .slide::after{content: ''; position: absolute; right: 0; width: 30px; height: 100%; background-color: #fff; top: 0; z-index: 2;}
#uhakTv .slideWrap .slide .swiper-slide { padding: 1.6rem; border-radius: 24px; border: 1px solid #C5C5C5; max-width: 20rem; min-height: 16.4rem;}
#uhakTv .slideWrap .slide .videoWrap { width: 100%; padding-bottom: 55.6%;}
#uhakTv .slideWrap .slide .textWrap { font-size: var(--f-fontSize05); color: var(--c-text01); padding-top: 1.2rem; }
@media (hover: hover) and (pointer: fine) {
    #uhakTv .slideWrap .slide .swiper-slide:hover{box-shadow: var(--s-shadow-neutral02);  border: 3px solid var(--c-primary);}
}


/* 탭 메뉴 */
#page-tabMenu { padding: 0.9rem 1rem; border-bottom: 1px solid var(--c-border-blue); position: sticky; top: 0; background-color: #fff; z-index: 7; }
#page-tabMenu button { display: inline-block; font-size: var(--f-fontSize05); color: var(--c-text03); position: relative; }
#page-tabMenu button::after { content: ''; position: absolute; bottom: -0.9rem; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background-color: var(--c-primary); z-index: 1; opacity: 0; transition: width 0.5s ease; }
#page-tabMenu button.active { font-weight: 700; color: var(--c-text01); }
#page-tabMenu button.active::after{opacity: 1; width: 100%; }
#page-tabMenu button + button { margin-left: 3rem; }


/***************************************************************************
스타일은 공통 사용 / html은 텍스트나 이미지가 변경되므로 따로 사용 start */

/* edm조기유학 선택 이유 */
#why { background: linear-gradient(98.29deg, #EDFFDE 6.36%, #E2FFFE 94.25%); }
#why .articleTitle .sub{margin-bottom: 8px;}
#why .cardWrap { display: flex; flex-wrap: wrap; margin-top: 3rem; }
#why .cardWrap .card { background-color: #fff; margin-right: 1.2rem; width: calc(100%/4 - 0.9rem); border-radius: 12px; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.12); overflow: hidden; }
#why .cardWrap .card figure { width: 100%; height: 11rem; background-repeat: no-repeat; background-size: cover; background-position: center; }
#why .cardWrap .card .textWrap { text-align: center; padding: 1.2rem 0 1.6rem; color: var(--c-text03); line-height: 24px; }
#why .cardWrap .card .textWrap .title { font-size: var(--f-fontSize03); font-weight: 700; background: var(--c-gradient-green); background-clip: text; -webkit-background-clip: text; color: transparent; margin-bottom: 0.6rem; line-height: 39px; }
#why .cardWrap .card .textWrap .sub{font-size: var(--f-body2);}
#why .cardWrap .card:last-child { margin-right: 0; }
/* 핵심 보기 */
#pointView { padding: 0; overflow: hidden; }
#pointView .slideWrap { overflow: hidden; width: calc(100% + 150px); margin-left: -50px; padding: 1.4rem 50px 4rem; position: relative; }
#pointView .slideWrap::before { content: ''; position: absolute; width: 50px; left: 0; height: 100%; background: linear-gradient(90deg, #fff 75%, transparent 100%); z-index: 5; top: 0; }
#pointView .slideWrap::after { content: ''; position: absolute; width: 100px; right: 0; height: 100%; background: linear-gradient(-90deg, #fff 0%, transparent 100%); z-index: 5; top: 0; }
#pointView .slideWrap .navigation{margin-bottom: 1.4rem;}
#pointView .swiper-slide { border-radius: 24px; box-shadow: 0 8px 20px 0 #EBEFF4; padding: 1.6rem 1.2rem; border: 1px solid var(--c-border-blue); height: 11.2rem; max-width: 16rem;}
#pointView .swiper-slide figure { width: 2rem; height: 2rem; background-size: contain; background-position: center; background-repeat: no-repeat; display: block; margin-bottom: 7px;}
#pointView .swiper-slide p { font-size: var(--f-fontSize03); font-weight: 700; color: var(--c-text01); margin-bottom: 0.4rem; }
#pointView .swiper-slide span { display: block; color: var(--c-text03); font-size: var(--f-body1); line-height: 27px; }
#pointView .swiper-slide .badge { margin: .5rem 0 .8rem; line-height: 100%; }
#pointView .swiper-slide .badge > em { display: inline-block; min-height: 1.1rem; padding: 4px; border-radius: 4px; font-size: var(--f-detail); font-weight: 700; vertical-align: top; line-height: 100%; color: #fff; }
#pointView .swiper-slide .badge.blue > em { background-color: #0086FA; }
#pointView .swiper-slide .badge.red > em { background-color: var(--c-point); }
#pointView .swiper-slide .badge.orange > em { background-color: #FF8000; }
/*  스타일은 공통 사용 / html은 텍스트나 이미지가 변경되므로 따로 사용 end
***************************************************************************/


/***************************************************************************
기존 공통으로 사용하던 영역들 (가로크기 리뉴얼 크기로 수정) start */
.container .real-review-section .max-width,
.container #language-abroad-benefit .maxWidth,
.container #real-review-section .maxWidth,
.container #why-edm-artuhak-section .max-width,
.container #art-portfolio .max-width{max-width: 1248px;}
.container #why-edm-artuhak-section .max-width{padding: 0;}
@media screen and (max-width: 1280px) {
    /* .container .real-review-section .max-width, */
    .container #language-abroad-benefit .maxWidth,
    .container #why-edm-artuhak-section .max-width,
    .container #art-portfolio .max-width
    /*.container #real-review-section .maxWidth*/{padding: 0 16px;}
}
/*  기존 공통으로 사용하던 영역들 (가로크기 리뉴얼 크기로 수정) end
***************************************************************************/


@media screen and (max-width: 1500px){
    /* 핵심 보기 */
    #pointView .slideWrap { width: calc(100% + 100px); }
    #pointView .slideWrap::after { background: linear-gradient(-90deg, #fff 50%, transparent 100%); }

    #uhakTv .slideWrap .slide .swiper-slide{min-height: initial;}
}

@media screen and (max-width: 1280px) {
    .container .maxWidth{padding: 0 16px;}
}

@media screen and (max-width: 949px){
    /* edm조기유학 선택 이유 */
    #why .cardWrap .card figure { height: 9rem; }
}

@media screen and (max-width: 768px) {
    :root{

        /* Typography */
        --f-display : 2.153rem; /* 28px */
        --f-fontSize01 : 1.923rem; /* 25px */
        --f-fontSize02 : 1.692rem; /* 22px */
        --f-fontSize03 : 1.538rem; /* 20px */
        --f-fontSize04 : 1.384rem; /* 18px */
        --f-fontSize05 : 1.23rem; /* 16px */
        --f-body1 : 1.153rem; /* 15px */
        --f-body2 : 1.076rem; /* 14px */
        --f-detail : 1rem; /* 13px */

    }

    /*********************************************************************
        공통 요소들
    *********************************************************************/
    body.scrollNone{overflow: hidden;}

    .container .navigation { position: absolute; bottom: 0; right: 16px; margin: 0; padding: 0; }
    .container .navigation button.nav-prev,
    .container .navigation button.nav-next,
    .container .navigation button.control { display: none !important; }
    .container .navigation .fraction { background-color: #E2E2E5; border-radius: 999999px; padding: 0 12px; font-size: var(--f-body1); margin-right: 0;}
    .container .navigation .fraction span { display: inline-block; font-size: inherit; }

    .container .button-small .btn{font-size: var(--f-body2); height: 2.461rem; line-height: 2.461rem; padding: 0 16px;}

    .container .button-large{margin-top: 26px; line-height: 40px; line-height: 40px;}
    .container .button-large .btn{font-size: var(--f-fontSize04);}

    /* drop down menu */
    .container .dropDownMenu .label{padding: 9.5px 26px 9.5px 16px; height: 3.07rem;}
    .container .dropDownMenu .selectBox .optionListWrap .optionItem *{padding: 10px 8px;}




    /* 조기유학 후기 */
    #earlyStudy .roundArea .articleTitle .sub{margin: 0;}
    #earlyStudy .roundArea .listWrap { padding: 0 44px 22px; }
    #earlyStudy .roundArea .listWrap .box { width: 100%; margin-right: 0; }
    #earlyStudy .roundArea .listWrap .box .textWrap { font-size: 1.153rem; padding-top: 16px; }
    #earlyStudy .roundArea .listWrap .box + .box { margin-top: 24px; }
    #earlyStudy .roundArea .listWrap .box .videoWrap { aspect-ratio: 240/135; }
    #earlyStudy .roundArea .listWrap .box:nth-last-of-type(1),
    #earlyStudy .roundArea .listWrap .box:nth-last-of-type(2),
    #earlyStudy .roundArea .listWrap .box:nth-last-of-type(3) { margin-bottom: 0; }
    #earlyStudy .roundArea .listWrap .moreBtn { background-color: var(--c-primary); color: #fff; text-align: center; font-size: 1.23rem; width: 9.538rem; padding: 12px 0; border-radius: 999999px; margin: 24px auto 0; display: flex; justify-content: center; align-items: center; }
    #earlyStudy .roundArea .listWrap .moreBtn figure { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/junior-abroad-seminar-admission/moreBtn_arrow.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 1.23rem; height: 1.23rem; display: inline-block; margin-left: 8px; }
    #earlyStudy .roundArea .listWrap .box:nth-child(n+3) { display: none; }
    #earlyStudy .roundArea .listWrap.more .moreBtn { display: none; }
    #earlyStudy .roundArea .listWrap.more .box:nth-child(n+3) { display: block; }

    /* 유학티비 */
    #uhakTv .articleTitle .title { line-height: 32.5px; }
    #uhakTv .articleTitle .title figure { width: 6.838rem; height: 1.538rem; margin-left: 8px; }
    #uhakTv .articleTitle .sub { margin-top: 8px; }
    #uhakTv .slideWrap {width: calc(100% + 16px); margin: 40px 0 0; position: relative; }
    #uhakTv .slideWrap .navigation .fraction {display: block;}
    #uhakTv .slideWrap::after { display: none; }
    #uhakTv .slideWrap .slide{padding: 30px 30px 3rem; margin-top: -30px; margin-left: -30px; width: calc(100% + 30px);}
    #uhakTv .slideWrap .slide::before{background: linear-gradient(90deg, #fff 80%, transparent 100%);}
    #uhakTv .slideWrap .slide::after{display: none;}
    #uhakTv .slideWrap .slide .swiper-slide { height: auto; padding: 16px; max-width: initial;}
    #uhakTv .slideWrap .slide .swiper-slide.swiper-slide-active{border: 2px solid var(--c-primary); box-shadow: var(--s-shadow-neutral02);}
    #uhakTv .slideWrap .slide .textWrap { font-size: 1.153rem; padding-top: 12px; line-height: 22.5px; }
    @media (hover: hover) and (pointer: fine) {
        #uhakTv .slideWrap .slide .swiper-slide:hover{border-width: 2px;}
    }

    /* 탭 메뉴 */
    #page-tabMenu { padding: 16px 0; }
    #page-tabMenu button { font-size: 1.23rem; }
    #page-tabMenu button + button { margin-left: 20px; }
    #page-tabMenu button::after{bottom: -17px;}

    /* edm조기유학 선택 이유 */
    #why .articleTitle .sub{margin: 0 0 3px;}
    #why .cardWrap { margin-top: 30px; }
    #why .cardWrap .card { width: 100%; margin-right: 0; }
    #why .cardWrap .card + .card { margin-top: 16px; }
    #why .cardWrap .card figure { height: 15.538rem; }
    #why .cardWrap .card .textWrap { padding: 16px 0 24px; }
    #why .cardWrap .card .textWrap .title { margin-bottom: 8px; line-height: 30px; }

    /* 핵심 보기 */
    #pointView .slideWrap { padding: 32px 0 5.461rem 16px; width: calc(100% + 32px); margin-left: -16px; }
    #pointView .slideWrap::before { background: linear-gradient(90deg, #fff 55%, transparent 100%); width: 16px; }
    #pointView .slideWrap::after { background: linear-gradient(-90deg, #fff 50%, transparent 100%); width: 50px; }
    #pointView .swiper-slide { height: 14rem; padding: 24px 16px;  max-width: initial;}
    #pointView .swiper-slide figure { width:2.46rem; height: 2.46rem; margin-bottom: 8px; }
    #pointView .swiper-slide p { line-height: 30px; margin-bottom: 8px; }
    #pointView .swiper-slide span { line-height: 22.5px; }
    #pointView .slideWrap .navigation{margin-bottom: 0; bottom: 2.461rem;}
}





/*************************************************************
    hover effect
*************************************************************/
@media screen and (min-width: 769px) {
    @media (hover: hover) and (pointer: fine) {
        #page-tabMenu button:hover::after { opacity: 1; width: 100%; }
    }
}

@media (hover: hover) and (pointer: fine) {
    .container .button-large .btn:hover{background-color: #666;}
    .container .navigation button:hover { background-color: #ccc; }
    .container .dropDownMenu .selectBox .optionItem:hover{ background-color: var(--c-background-neutral);}



}
