@charset "utf-8";

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

/*******************************************************************************
    pc first
    :: 기존 유학센터의 이관한 프로그램 페이지 공통 상단

    단위 변경 완료
    pc: 1rem -> 20rem
    ex) 2.7rem(54px) -> 54rem(54px)
    mo: 1rem -> 13rem
    ex) 2.153rem(28px) -> 28rem(28px)
********************************************************************************/

: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-neutral-new: #DADADA;
    --c-border-blue : #E4E8F1;
    --c-border-black : #000000;
    --c-success : #1EC95B;
    --c-warning : #FC1D01;

    /* Typography */
    --f-display : 54rem; /* 54px */
    --f-fontSize01 : 40rem; /* 40px */
    --f-fontSize02 : 32rem; /* 32px */
    --f-fontSize03 : 26rem; /* 26px */
    --f-fontSize04 : 22rem; /* 22px */
    --f-fontSize05 : 20rem; /* 20px */
    --f-body1 : 18rem; /* 18px */
    --f-body2 : 16rem; /* 16px */
    --f-detail : 14rem; /* 14px */

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

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

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


/* 비주얼 */
.area-pg-visual {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; position: relative; width: 100%; min-height: 348rem; padding: 80rem 0; }
.area-pg-visual *{line-height: 150%; box-sizing: border-box;}
.area-pg-visual .maxWidth { max-width: 1280rem; padding: 0 16rem; margin: 0 auto; position: relative; width: 100%; height: 100%;}
.area-pg-visual .bgImage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; }
.area-pg-visual .titleWrap { color: var(--c-text01); }
.area-pg-visual .titleWrap .title { margin-bottom: 8rem; font-size: var(--f-display); font-weight: 700; line-height: 130%; letter-spacing: -1.08px; color: var(--c-text01); }
.area-pg-visual .titleWrap .sub { margin-bottom: 32rem; font-size: var(--f-fontSize05); font-weight: 400; }
.area-pg-visual .titleWrap .contact-btn_pc_top { display: flex; align-items: center; justify-content: center; width: 150rem; height: 48rem; border-radius: 8px; background-color: var(--c-text01); font-size: var(--f-body2); font-weight: 400; line-height: 150%; color: #fff; }
.area-pg-visual .titleWrap .contact-btn_pc_top:hover { background-color: var(--c-text02); }
.area-pg-visual .titleWrap .contact-btn_pc_top .arrow { width: 16rem; height: 16rem; margin-left: 2rem; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/buttonArrow.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; }

/* 비주얼 배너 */
.area-pg-banner {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;}
.area-pg-banner *{line-height: 150%; box-sizing: border-box;}
.area-pg-banner .maxWidth { max-width: 1280rem; padding: 0 16rem; margin: 0 auto; }
.area-pg-banner { padding: 24rem 0; background-color: #F5F5F7; }
.area-pg-banner .innerBox > div { display: flex; align-items: center; gap: 12px; }
.area-pg-banner .innerBox > div + div { margin-top: 12px; }
.area-pg-banner .innerBox figure { display: block; min-width: 24rem; width: 24rem; height: 24rem; background-size: cover; background-repeat: no-repeat; }
.area-pg-banner .innerBox figure.img01 { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/uk-early-study-program/iconEarth.svg'); }
.area-pg-banner .innerBox figure.img02 { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/uk-early-study-program/iconFace.svg'); }
.area-pg-banner .innerBox span { display: block; font-size: var(--f-body1); }

/* 전광판 공지 */
.noticeBoard .maxWidth { max-width: 1280rem; padding: 0 16rem; margin: 0 auto; }
.noticeBoard .board { background-color: #E4E8F1; font-size: var(--f-body2); border-radius: 0 0 var(--r-radius01) var(--r-radius01); overflow: hidden; padding: 12rem 24rem 12rem 60rem; position: relative; margin-bottom: 20rem; }
.noticeBoard .board figure { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/dndn-package/noticeBoard-icon-250224.png'); width: 24rem; height: 24rem; background-repeat: no-repeat; background-size: contain; background-position: center; position: absolute; left: 24rem; top: 50%; transform: translateY(-50%); }
.noticeBoard .board .textWrap { display: flex; align-items: center; overflow: hidden; letter-spacing: -0.16rem; font-weight: 500; }
.noticeBoard .board .textWrap .text { animation: noticeBoardText 30s linear infinite; white-space: nowrap; display: flex; }
.noticeBoard .board .textWrap p { margin-right: 60rem; }
@keyframes noticeBoardText {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}

/* 탭 메뉴 */
#page-tabMenu {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;}
#page-tabMenu *{line-height: 150%; box-sizing: border-box;}
#page-tabMenu.sticky-unactive { position: static; }
#page-tabMenu .maxWidth { max-width: 1280rem; padding: 0 16rem; margin: 0 auto; }
#page-tabMenu { padding: 20rem; 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); font-weight: 500; color: var(--c-text03); position: relative; }
#page-tabMenu button::after { content: ''; position: absolute; bottom: -20rem; left: 50%; transform: translateX(-50%); width: 0; height: 4px; border-radius: var(--r-radius03); 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-primary); }
#page-tabMenu button.active::after{opacity: 1; width: 100%; }
#page-tabMenu button + button { margin-left: 60rem; }
#page-tabMenu .point { color: var( --c-point); }
#page-tabMenu .point.active { font-weight: 700; color: var( --c-point); }
#page-tabMenu .point figure { display: inline-block; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/uk-early-study-program/tabMenu-icon.svg'); width: 30rem; height: 30rem; margin-right: 2rem; background-repeat: no-repeat; background-size: contain; background-position: center; vertical-align: top; }

/* 핵심 보기 */
#pointView {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;}
#pointView *{line-height: 150%; box-sizing: border-box;}
#pointView .maxWidth { max-width: 1280rem; padding: 0 16rem; margin: 0 auto; }
#pointView { padding: 0; overflow: hidden; }
#pointView .slideWrap { overflow: hidden; width: calc(100% + 150px); margin-left: -50px; padding: 28rem 50px 80rem;; 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: 28rem;}
#pointView .navigation { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 44rem; font-size: var(--f-body1); position: relative; z-index: 6; }
#pointView .navigation button { background-color: #E2E2E5; width: 40rem; height: 40rem; border-radius: 50%; background-repeat: no-repeat; background-size: contain; background-position: center; }
#pointView .navigation button + button { margin-left: 16rem; }
#pointView .navigation .nav-prev { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_prev.svg'); }
#pointView .navigation .nav-next { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_next.svg'); }
#pointView .navigation .control { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_stop.svg'); }
#pointView .navigation .control.play { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_play.svg'); }
#pointView .navigation .fraction { display: inline-block; width: auto; margin-right: 20rem;}
#pointView .navigation .fraction .swiper-pagination-current { color: var(--c-text01); font-weight: 700; }
#pointView .navigation .swiper-button-disabled{display: block !important; touch-action: none; pointer-events: none; opacity: 0.6;}
#pointView .swiper-slide { border-radius: 24px; box-shadow: 0 8px 20px 0 #EBEFF4; padding: 32rem 24rem; border: 1px solid var(--c-border-blue); height: 224rem; max-width: 320rem;}
#pointView .swiper-slide figure { width: 40rem; height: 40rem; 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: 8rem; }
#pointView .swiper-slide span { display: block; color: var(--c-text03); font-size: var(--f-body1); line-height: 27px; }
#pointView .swiper-slide .badge { margin: 10rem 0 16rem; line-height: 100%; }

/* 뱃지 기본 스타일 */
#pointView .swiper-slide .badge > em { display: inline-block; min-height: 22rem; padding: 4px; border-radius: 4px; font-size: var(--f-detail); font-weight: 700; vertical-align: top; line-height: 100%; color: #000; border: 1px solid #000; background-color: #fff; }

/* 뱃지 색상 스타일 */
#pointView .swiper-slide .badge.blue > em { background-color: #0086FA; border-color: #0086FA; color: #fff; }
#pointView .swiper-slide .badge.red > em { background-color: var(--c-point); border-color: var(--c-point); color: #fff; }
#pointView .swiper-slide .badge.orange > em { background-color: #FF8000; border-color: #FF8000; color: #fff; }

/* 리뉴얼 스타일 */
#pointView.renewal .slideWrap { width: calc(100% + 100px); padding: 40rem 50px; }
#pointView.renewal .slideWrap::after { width: 178px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.98%, #FFFFFF 75.74%); }
#pointView.renewal .slideWrap .navigation{ margin: 4rem 0 28rem; }
#pointView.renewal .swiper-slide { letter-spacing: -.4px; }
#pointView.renewal .swiper-slide .badge.blue > em { border: 1px solid #006BC8; background-color: #fff; color: #006BC8; }
#pointView.renewal .swiper-slide .badge.red > em { border: 1px solid var(--c-point); background-color: #fff; color: var(--c-point); }
#pointView.renewal .swiper-slide .badge.orange > em { border: 1px solid #FF8000; background-color: #fff; color: #FF8000; }


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

        /* Typography */
        --f-display : 28rem; /* 28px */
        --f-fontSize01 : 25rem; /* 25px */
        --f-fontSize02 : 22rem; /* 22px */
        --f-fontSize03 : 20rem; /* 20px */
        --f-fontSize04 : 18rem; /* 18px */
        --f-fontSize05 : 16rem; /* 16px */
        --f-body1 : 15rem; /* 15px */
        --f-body2 : 14rem; /* 14px */
        --f-detail : 13rem; /* 13px */
    }

    /* 비주얼 */
    .area-pg-visual { height: 300rem; padding: 40rem 0; min-height: initial;}
    .area-pg-visual .maxWidth { padding: 0 24px; }
    .area-pg-visual .bgImage { background-position: bottom center; }
    .area-pg-visual .titleWrap { position: static; }
    .area-pg-visual .titleWrap .title { margin-bottom: 8px; font-size: 32rem; line-height: 42px; }
    .area-pg-visual .titleWrap .sub { margin: 0; font-size: var(--f-body2); line-height: 21px; }
    .area-pg-visual .titleWrap .contact-btn_pc_top { display: none; }

    /* 비주얼 배너 */
    .area-pg-banner { padding: 16px 0; }
    .area-pg-banner .innerBox > div { gap: 8px; }
    .area-pg-banner .innerBox > div + div { margin-top: 8px; }
    .area-pg-banner .innerBox figure { min-width: 20px; width: 20px; height: 20px; }
    .area-pg-banner .innerBox span { font-size: 14rem; }

	/* 전광판 공지 */
	.noticeBoard .maxWidth { padding: 0; }
	.noticeBoard .board { border-radius: 0; padding: 10rem 0 10rem 52rem; margin-bottom: 0; }
	.noticeBoard .board figure { width: 24rem; height: 24rem; }
	.noticeBoard .board .textWrap p { margin-right: 30rem; }
	.noticeBoard .board .textWrap .text { animation-duration: 26s; }

    /* 탭 메뉴 */
    #page-tabMenu { padding: 16px 0; }
    #page-tabMenu button { font-size: 15rem; line-height: 154%; }
    #page-tabMenu button + button { margin-left: 20px; }
    #page-tabMenu button::after{ height: 3px; bottom: -17px;}
    #page-tabMenu .point figure { width: 20rem; height: 20rem; }

    /* 핵심 보기 */
    #pointView .slideWrap { padding: 32px 0 70rem 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: auto; padding: 24px 16px;  max-width: initial;}
    #pointView .swiper-slide figure { width: 32rem; height: 32rem; 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: 32rem;}
    #pointView .navigation { position: absolute; bottom: 0; right: 16px; margin: 0; padding: 0; }
    #pointView .navigation button.nav-prev,
    #pointView .navigation button.nav-next,
    #pointView .navigation button.control { display: none !important; }
    #pointView .navigation .fraction { background-color: #ccc; border-radius: 999999px; padding: 0 12px; font-size: var(--f-body1); margin-right: 0;}
    #pointView .navigation .fraction span { display: inline-block; font-size: inherit; }
    #pointView.renewal .slideWrap { width: calc(100% + 32px); padding: 32px 0 40rem 16px; }
    #pointView.renewal .slideWrap::after { width: 72px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.98%, #FFFFFF 62.79%); }
    #pointView.renewal .slideWrap .navigation { margin-bottom: 0; bottom: 0; }
    #pointView.renewal .swiper-slide { padding: 24px 16px 16px; border-radius: 12px; }
    #pointView.renewal .swiper-slide .badge { margin: 0 0 12px; }
    #pointView.renewal .swiper-slide .badge > em { font-size: 12rem; }
    #pointView.renewal .swiper-slide p { font-size: 16rem; line-height: 24px; }
    #pointView.renewal .swiper-slide span { font-size: var(--f-detail); line-height: 16px; }
}
