@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; isolation: isolate; 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); isolation: isolate; 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 {background-color: #fff; border-bottom: 1px solid var(--edm-color-border-blue); position: sticky; top: 0; z-index: 10; visibility: hidden; transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
#page-tabMenu *{line-height: 150%; font: var(--edm-f-h5); letter-spacing: var(--edm-f-h5-ls); color: var(--edm-color-text-3); font-weight: 500;}
#page-tabMenu.sticky-unactive { position: static; }
#page-tabMenu button {position: relative; padding: 20rem 0; height: 70rem; display: flex; align-items: center;}
#page-tabMenu button + button {margin-left: 60rem;}
#page-tabMenu button::after {content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 4rem; background-color: var(--edm-brand-primary); transition: width 0.3s ease; border-radius: var(--edm-radiusFull); isolation: isolate;}
#page-tabMenu button.active {color: var(--edm-brand-primary); font-weight: 700;}
#page-tabMenu button.active::after{width: 100%; }
#page-tabMenu button img {margin: 0 2rem 0 0; width: 30rem; height: 30rem;}
#page-tabMenu .point {color: var(--edm-brand-red);}
#page-tabMenu .point.active {color: var(--edm-brand-red);}

/*****************************************************
	핵심보기
*****************************************************/
#key-view .inner{margin-top: 44rem;}
#key-view .slide{padding-bottom: 140rem;}









@media screen and (max-width: 991px) {
    :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; isolation: isolate; 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 {white-space: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none;}
	#page-tabMenu .flex{flex-wrap: nowrap;}
	#page-tabMenu .flex::-webkit-scrollbar{display: none; }
    #page-tabMenu button {padding: 16rem 0; height: 54rem;}
    #page-tabMenu button + button { margin-left: 20rem; }
    #page-tabMenu button::after{height: 3rem;}
	#page-tabMenu button:last-child{padding-right: 16rem;}
    #page-tabMenu button.active:last-child::after{width: calc(100% - 16rem);}
    #page-tabMenu button img {width: 22rem; height: 22rem;}

	/*****************************************************
		핵심보기
	*****************************************************/
	#key-view .inner{padding-bottom: 50rem;}
	#key-view .slide{padding-bottom: 16rem;}
}
