@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*******************************************************************************
                            영국 대학원 무료 수속 레이아웃
********************************************************************************/
.master-solution-uk * {box-sizing: border-box;}
.master-solution-uk {font-family: 'Noto Sans KR', sans-serif;}
.master-section1 {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section1-bg.jpg") no-repeat center center;background-size: cover;}
.master-section2 {background: #57ABDA;}
.master-section3 {background: #020850;}
.master-section4 {background: #F2F3FF;}
.master-section5 {background: #FFF9F2;}
.master-section6 {background: #2635B1;}
.master-section7 {background: #E5E5E5;}
.pharmacy-section09 {background: #6D453B;}

.max-width {max-width: 1248px;margin: 0 auto;padding: 5rem 1rem;text-align: center;}
.master-sub-title {margin-bottom: 3rem;font-size: 28px;color: #fff;line-height: 1.2;}
.master-sub-title span {display: block;font-size: 18px;font-weight: 400;}
.master-sub-title strong {color: #FFD700;}
.lazy-background-img {
    background-image: none !important;
}
@media screen and (min-width: 768px) {
    .master-sub-title {margin-bottom: 4rem;font-size: 3rem;}
    .master-sub-title span {font-size: 1.7rem;}
}
@media screen and (min-width: 1080px) {
    .max-width {padding: 5rem 0;}
    .master-section4 {background: #F2F3FF url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section4-bg.jpg") no-repeat center bottom;background-size: 100%;}
    .master-section5 {background: #FFF9F2 url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section5-bg.jpg") no-repeat center bottom;background-size: 100%;}
}
/* 리뉴얼 커스터마이징 */
: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;
}
@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 */
    }
}
.container .wrap_renewal * {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; line-height: 150%;}
.container .maxWidth { max-width: 1248px; margin: 0 auto;}
/* 비주얼 */
.master-solution-uk .area-pg-visual { position: relative; width: 100%; height: 21.4rem; padding: 5rem 0; }
.master-solution-uk .area-pg-visual h1{font-size: var(--f-display); font-weight: 700; line-height: 130%; letter-spacing: -1.08px;}
.master-solution-uk .area-pg-visual .maxWidth {position: relative; width: 100%; height: 100%; }
.master-solution-uk .area-pg-visual .bgImage { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/mainBanner.png'); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.master-solution-uk .area-pg-visual .titleWrap { position: absolute; z-index: 1; }
.master-solution-uk .area-pg-visual .titleWrap span { display: inline-block; font-size: var(--f-body1); color: #ee0000; background-color: #ffe033; border-radius: 8px; padding: 2px 9px; font-weight: 700; }
.master-solution-uk .area-pg-visual .titleWrap span + span { margin-left: 0.4rem; }
.master-solution-uk .area-pg-visual .titleWrap .title { color: #fff; margin-top: 0.8rem; }
.master-solution-uk .area-pg-visual .titleWrap .sub { font-size: var(--f-fontSize05); color: #fff; margin-top: 0.4rem; }
.master-solution-uk .area-pg-visual .contactWrap { position: absolute; z-index: 1; right: 0; background-color: #fff; border-radius: 24px; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.12); width: 400px; padding: 24px 16px; top: 50%; transform: translateY(-50%); }
.master-solution-uk .area-pg-visual .contactWrap .box { position: relative; padding-left: 3.3rem; font-size: var(--f-body2); line-height: 150%;}
.master-solution-uk .area-pg-visual .contactWrap .box + .box { margin-top: 0.6rem; }
.master-solution-uk .area-pg-visual .contactWrap strong { width: 3.3rem; padding-left: 0.8rem; position: absolute; left: 0; display: block; }
.master-solution-uk .area-pg-visual .contactWrap .contact-btn { margin-top: 0.8rem; display: block; border-radius: 999999px; background-color: var(--c-text01); color: #fff; font-size: var(--f-body1); height: 40px; line-height: 150%; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.master-solution-uk .area-pg-visual .contactWrap .contact-btn:hover { background-color: #18A149; }
.master-solution-uk .area-pg-visual .contactWrap .contact-btn .arrow { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/buttonArrow.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 0.8rem; height: 0.8rem; margin-left: 0.2rem; }
@media screen and (max-width: 1280px){
    .master-solution-uk .maxWidth { padding: 0 16px; }
    .master-solution-uk .area-pg-visual .contactWrap{right: 16px;}
}
@media screen and (max-width: 768px){
    .master-solution-uk .area-pg-visual { height: auto; padding: 2.3rem 0 1.23rem; }
    .master-solution-uk .area-pg-visual .bgImage { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/mainBanner_mo.png'); background-position: bottom center; }
    .master-solution-uk .area-pg-visual .titleWrap { position: static; }
    .master-solution-uk .area-pg-visual .titleWrap span { line-height: 22.5px; padding: 2px 4px; }
    .master-solution-uk .area-pg-visual .titleWrap span + span { margin-left: 8px; }
    .master-solution-uk .area-pg-visual .titleWrap .title { line-height: 36.4px; margin-top: 12px; }
    .master-solution-uk .area-pg-visual .titleWrap .sub { line-height: 24px; margin-top: 8px; }
    .master-solution-uk .area-pg-visual .contactWrap { position: static; transform: none; width: 100%; padding: 16px 24px; margin-top: 11.93rem; }
    .master-solution-uk .area-pg-visual .contactWrap strong { width: 4.46rem; padding-left: 0; }
    .master-solution-uk .area-pg-visual .contactWrap .box { padding-left: 4.46rem; }
    .master-solution-uk .area-pg-visual .contactWrap .box + .box { margin-top: 12px; }
    .master-solution-uk .area-pg-visual .contactWrap .contact-btn { display: none; }
}
.program .navigation { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 2.2rem; font-size: var(--f-body1); position: relative; z-index: 6; }
.program .navigation button { background-color: #E2E2E5; width: 2rem; height: 2rem; border-radius: 50%; background-repeat: no-repeat; background-size: contain; background-position: center; }
.program .navigation button:hover { background-color: #ccc; }
.program .navigation button + button { margin-left: 0.8rem; }
.program .navigation .nav-prev { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_prev.svg'); }
.program .navigation .nav-next { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/nav_next.svg'); }
.program .navigation .control { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_stop.svg'); }
.program .navigation .control.play { background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/control_play.svg'); }
.program .navigation .fraction { display: inline-block; width: auto; margin-right: 1rem;}
.program .navigation .fraction .swiper-pagination-current { color: var(--c-text01); font-weight: 700; }
.program .navigation .swiper-button-disabled{display: block !important; touch-action: none; pointer-events: none; opacity: 0.6;}
@media screen and (max-width: 768px){
    .program .navigation { position: absolute; bottom: 0; right: 16px; margin: 0; padding: 0; }
    .program .navigation button.nav-prev,
    .program .navigation button.nav-next,
    .program .navigation button.control { display: none !important; }
    .program .navigation .fraction { background-color: #E2E2E5; border-radius: 999999px; padding: 0 12px; font-size: var(--f-body1); margin-right: 0;}
    .program .navigation .fraction span { display: inline-block; font-size: inherit; }
}
/* 핵심 보기 */
#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: auto;min-height: 11rem; max-width: 16rem;}
#pointView .swiper-slide figure { width: 1.8rem; height: 1.8rem; 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; letter-spacing: -.5px;}
#pointView .swiper-slide span { display: block; color: var(--c-text03); font-size: var(--f-body1); line-height: 27px; }
@media screen and (max-width: 1500px){
    #pointView .slideWrap { width: calc(100% + 100px); }
    #pointView .slideWrap::after { background: linear-gradient(-90deg, #fff 50%, transparent 100%); }
}
@media screen and (max-width: 768px){
    #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 { 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;}
}
/*******************************************************************************
                                       상단 타이틀
********************************************************************************/
.master-section1 h1 {margin-bottom: .5rem;}
.master-section1 h1 > span {display: inline-block;padding: 0 1.5rem;-webkit-border-radius: 3rem;-moz-border-radius: 3rem;border-radius: 3rem;background: #000;font-size: 24px;font-weight: 700;color: #fff;margin-bottom: .5rem;}
.master-section1 h1 strong {display: block;font-size: 64px;color: #000;line-height: 1.1;font-weight: 900;}
.master-section1 h1 strong > span {display: block;color: #CE3000;font-weight: 900;}
.master-section1 > div > p {margin-bottom: 3rem;font-size: 18px;line-height: 1.2;}
.master-section1 > div > p > strong {display: block;}
.master-section-con {display: flex;justify-content: center}
.master-section-col {display: flex;justify-content: center;align-items: center;margin: 0 5px;width: 100px;height: 100px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #2E200F;}
.master-section-col p {font-size: 15px;color: #fff;}
.master-section-col p > strong {display: block;color: #FFCE00;}
@media screen and (min-width: 768px) {
    .master-section1 h1 > span {font-size: 2rem;}
    .master-section1 h1 strong {font-size: 7.5rem;}
    .master-section1 > div > p {font-size: 1.8rem;}
    .master-section-con {padding: 0 2rem;}
    .master-section-col {width: 13.4rem;height: 13.4rem;margin: 0 .75rem;}
    .master-section-col p {font-size: 1.6rem;}
    .master-section-col p > strong {font-size: 1.8rem;}
}
/*******************************************************************************
                                       edm유학센터!
********************************************************************************/
.master-section2-con-wrap {padding: 40px 10px;margin-bottom: 20px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #fff;}
.master-section2-con-wrap:last-of-type {margin-bottom: 0;}
.master-section2-con-title {margin-bottom: 20px;color: #000;font-size: 24px;}
.master-section2-con-title > span {display: flex;align-items: center;justify-content: center;width: 80%;margin: 0 auto 8px;background: transparent linear-gradient(90deg, #5B310C00 0%, #765334 34%, #5B310C 50%, #765334 64%, #5B310C00 100%);line-height: 1.2;}
.master-section2-con-title > span > span {position: relative;display: inline-block;font-size: 18px;color: #fff;line-height: 1.4;}
.master-section2-con-title > span > span::before {content: '';position: absolute;left: 100%;bottom: 0;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-title-img.png") no-repeat center center;background-size: cover;aspect-ratio: 75 / 88;width: 43px;}
.master-section2-con-title > strong {color: #F47035;}

.master-section2-con-wrap1 {padding: 0;}
.master-section2-con-wrap1 .master-section2-con {margin-top: 40px;padding: 0 10px;}
.master-section2-con-wrap1 .master-section2-con-title {padding-top: 40px}

.master-section2-con1 {margin-bottom: 40px;}
.master-section2-con1 p {margin-bottom: 8px;font-size: 14px;}
.master-section2-con1 p span {color: #001FCC;}
.master-section2-con1 div {padding: 10px 4px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border: 1px solid #DBDBDB;}
.master-section2-con1 div span {display: inline-block;width: 100%;aspect-ratio: 427 / 209;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-logo.jpg") no-repeat center center;background-size: cover;}
.master-section2-con1 p.master-section2-con1-desc {margin-bottom: 12px;font-size: 12px;line-height: 16px;color: #999;}

.master-section2-con2 {margin-bottom: 40px;}
.master-section2-con2 h4 {margin-bottom: 24px;font-size: 18px;color: #001FCC;}
.master-section2-con2-box {display: flex;justify-content: space-around;text-align: left;}
.master-section2-con2-box > div {display: flex;align-items: center;justify-content: center;gap: 32px;position: relative;max-width: 16.31rem;width: 100%;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;border: 1px solid #EBEBEB;box-sizing: content-box;box-shadow: 2px 2px 5px #00000020;padding: 48px 40px;}
.master-section2-con2-box > div > span {position: absolute;left: 0;top: 0;transform: translate(-6px, -14px);display: flex;align-items: center;justify-content: center;width: 54px;height: 54px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #FF0000;}
.master-section2-con2-box > div > span > span {font-size: 14px;color: #fff;font-weight: 700;text-align: center;line-height: 1.2;}
.master-section2-con2-box > div > div {aspect-ratio: 1/1;width: 80px;min-width: 80px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-img02.jpg") no-repeat center center;background-size: cover;}
.master-section2-con2-box > div > p {font-size: 12px;letter-spacing: -.5px;color: #888888;}
.master-section2-con2-box > div > p > strong {display: block;font-size: 22px;font-weight: 700;color: #000;}
.master-section2-con2-box > div > p > span {display: block;margin: 4px 0;font-size: 13px;line-height: 17px;}

.master-section2-con3 {padding: 20px 10px 40px !important;background: #F5F5F5;-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;text-align: left;}
.master-section2-con3-textBox h4 {position: relative;display: flex;align-items: start;margin-left: 7px;margin-bottom: 24px;color: #000;font-size: 18px;line-height: 1.2;}
.master-section2-con3-textBox h4::before {content: '';width: 3px;height: calc(18px * 1.2);margin-right: 4px;background: #FF5F71;}
.master-section2-con3-textBox h4 > span {display: block;}
.master-section2-con3-textBox p {font-size: 14px;}
.master-section2-con3-textBox p span {background: #FFEDA2;}

.master-section2-con4 {margin-bottom: 40px;}
.master-section2-con4 h4 {font-size: 48px;margin-bottom: 12px;}
.master-section2-con4 h4 > strong {color: #E60000;}
.master-section2-con4 ul li {font-size: 12px;color: #888888;}
.master-section2-con4 ul li::before,.master-section2-con5 table caption::before {content: '※ ';}

.master-section2-con5 h4 {background: #020850;color: #fff;font-size: 18px;margin-bottom: 8px;line-height: 1.2;padding: 4px 0;}
.master-section2-con5 h4 > span {position: relative;}
.master-section2-con5 h4 > span::before {content: '';position: absolute;left: 108%;bottom: 0;aspect-ratio: 54 / 67.5;width: 53px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-title2-img.png") no-repeat center center;background-size: cover;}
.master-section2-con5 h4 > span > strong {color: #FFD700;}
.master-section2-con5-text {margin-bottom: 28px;font-size: 14px;}
.master-section2-con5-text strong {display: block;}
.master-section2-con5 table {border-collapse: collapse;width: 100%;font-size: 14px;}
.master-section2-con5 table caption {margin-bottom: 10px;color: #888888;font-size: 13px;}
.master-section2-con5 table th,
.master-section2-con5 table td {padding: 6px 0;border: 1px solid #DBDBDB;}
.master-section2-con5 table th {background: #F0F0F0;color: #000;}
.master-section2-con5 table td {color: #888888;}
.master-section2-con5 table td:last-child {width: 25%;}
.master-section2-con5 table td:nth-child(3) {width: 25%;}


.master-section2-con6 div {aspect-ratio: 300 / 97;width: 100%;margin: 0 auto 10px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-img04.jpg") no-repeat center center;background-size: cover;}
.master-section2-con7 div {aspect-ratio: 300 / 170;width: 100%;margin: 0 auto 10px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-img05.jpg") no-repeat center center;background-size: cover;}
.master-section2-con6 p,
.master-section2-con7 p {font-size: 14px;}
.master-section2-con6 p span,
.master-section2-con7 p span {color: #001FCC;}

@media screen and (min-width: 768px) {
    .master-section2-con-wrap {padding: 4rem 5.25rem;}
    .master-section2-con-title {margin-bottom: 1.5rem;font-size: 1.8rem;}
    .master-section2-con-title > span {max-width: 440px;}
    .master-section2-con-title > span > span {font-size: 1.6rem;}
    .master-section2-con-title > span > span::before {width: 3.75rem;}

    .master-section2-con-wrap1 {padding: 0;}
    .master-section2-con-wrap1 .master-section2-con-title {padding-top: 4rem}
    .master-section2-con-wrap1 .master-section2-con {margin-top: 4rem;padding: 0 5.25rem;}

    .master-section2-con1 {margin-bottom: 4rem;}
    .master-section2-con1 p {margin-bottom: .2rem;font-size: 1rem;}
    .master-section2-con1 div {padding:1.7rem 1.6rem;}
    .master-section2-con1 p.master-section2-con1-desc {margin-bottom: 1.2rem;font-size: .8rem;line-height: 1.2rem;}

    .master-section2-con2 {margin-bottom: 4rem;}
    .master-section2-con2 h4 {margin-bottom: 2.5rem;font-size: 1.4rem;}
    .master-section2-con2-box > div {gap: 1.4rem;width: 100%;padding: 2.6rem 0;max-width: 25.9rem;}
    .master-section2-con2-box > div > span {transform: translate(-24px, -20px);width: 4rem;height: 4rem;}
    .master-section2-con2-box > div > span > span {font-size: 1.2rem;}
    .master-section2-con2-box > div > div {width: 7.25rem;min-width: 7.25rem;}
    .master-section2-con2-box > div > p {font-size: .8rem;letter-spacing: normal;}
    .master-section2-con2-box > div > p > strong {font-size: 1.5rem;}
    .master-section2-con2-box > div > p > span {margin: 6px 0 8px;font-size: 1rem;line-height: normal;}

    .master-section2-con3 {padding: 1.8rem 4rem 3.7rem !important; display: flex;justify-content: space-between; align-items: start;}
    .master-section2-con3-imgBox {display: block;aspect-ratio: 138 / 159;width: 138px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-img03.png") no-repeat center center;background-size: cover;}
    .master-section2-con3-textBox {width: calc(97% - 138px);}
    .master-section2-con3-textBox h4 {margin-left: .75rem;font-size: 1.2rem;}
    .master-section2-con3-textBox h4::before {width: 5px;height: calc(1.2rem * 1.2);}
    .master-section2-con3-textBox p {font-size: 1rem}

    .master-section2-con4 {margin-bottom: 3rem;}
    .master-section2-con4 h4 {font-size: 4rem;}
    .master-section2-con4 ul li {font-size: .7rem;}

    .master-section2-con5 h4 {font-size: 1.2rem;}
    .master-section2-con5-text {font-size: 1rem;}
    .master-section2-con5 table {font-size: .9rem;}
    .master-section2-con5 table caption {margin-bottom: 1rem;font-size: .8rem;}
    .master-section2-con5 table td:nth-child(3) {width: 20%;font-size: .8rem;}
    .master-section2-con5 table td:last-child {padding: 10px 24px;}

    .master-section2-con6 div {width: 80%;}
    .master-section2-con7 div {width: 60%;}
    .master-section2-con6 p,
    .master-section2-con7 p {font-size: 1rem;}
}
/*******************************************************************************
                                       장점
********************************************************************************/
.master-section3-row {padding: 30px 20px;margin-bottom: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #fff;text-align: left;}
.master-section3-row:last-of-type {margin-bottom: 0;}
.master-section3-row div h3 {display: flex;align-items: start;margin-bottom: 4px;font-size: 18px;color: #D82900;line-height: 1.2;}
.master-section3-row div h3::before {content: '1';display: block;width: 24px;height: 24px;margin-right: 4px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #D82900;font-size: 18px;color: #fff;font-weight: 700;line-height: 24px;text-align: center;}
.master-section3-row:nth-of-type(2) div h3::before {content: '2';}
.master-section3-row:nth-of-type(3) div h3::before {content: '3';}
.master-section3-row:nth-of-type(4) div h3::before {content: '4';}
.master-section3-row:nth-of-type(5) div h3::before {content: '5';}
.master-section3-row:nth-of-type(6) div h3::before {content: '6';}
.master-section3-row div p {font-size: 14px;}
@media screen and (min-width: 768px) {
    .master-section3-row {padding: 2rem 4rem;margin-bottom: 1rem;}
    .master-section3-row div {width: 80%;margin-left: auto;position: relative;}
    .master-section3-row div::before {content: '';position: absolute;right: 100%;top: 50%;transform: translate( -4.4rem, -50%);width: 4.2rem;aspect-ratio: 1 / 1;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon.svg") no-repeat center center;background-size: cover;}
    .master-section3-row:nth-of-type(2) div::before {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon02.svg") no-repeat center center;background-size: cover;}
    .master-section3-row:nth-of-type(3) div::before {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon03.svg") no-repeat center center;background-size: cover;}
    .master-section3-row:nth-of-type(4) div::before {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon04.svg") no-repeat center center;background-size: cover;}
    .master-section3-row:nth-of-type(5) div::before {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon05.svg") no-repeat center center;background-size: cover;}
    .master-section3-row:nth-of-type(6) div::before {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section3-icon06.svg") no-repeat center center;background-size: cover;}
    .master-section3-row div h3 {margin-bottom: .5rem;font-size: 1.4rem; align-items: center;}
    .master-section3-row div h3::before {width: 1.9rem;height: 1.9rem;font-size: 1.4rem;line-height: 1.9rem;}
    .master-section3-row div p {font-size: 1rem;}
}
/*******************************************************************************
                                   석사 지원 정보
********************************************************************************/
.master-section4 .master-sub-title {color: #000;}
.master-section4 .master-sub-title strong {color: #001FCC;}
.master-solution-table {border-collapse: collapse;width: 100%;border-top: 1px solid #DBDBDB;border-bottom: 1px solid #DBDBDB;margin-bottom: 40px;}
.master-solution-table th,
.master-solution-table td {padding: 10px;border-bottom: 1px solid #DBDBDB;font-size: 14px;}
.master-solution-table th {background: #F0F0F0; text-align: center;}
.master-solution-table td {background: #fff;text-align: left;}
.master-solution-table td span {display: block;color: #001FCC;font-size: 13px;}
.master-solution-table td span::before {content: '※ ';}
.master-solution-table td ul > li {position: relative;padding-left: 16px;}
.master-solution-table td ul > li::before {content: 'ㆍ';position: absolute;left: 0;top: 0;}
.master-solution-table th + td {border-left: 1px solid #DBDBDB;}
@media screen and (min-width: 768px) {
    .master-solution-table {margin-bottom: 4rem;}
    .master-solution-table th {width: 20%;}
    .master-solution-table td {width: 80%;}
    .master-solution-table th,
    .master-solution-table td {padding: 1rem;font-size: 1rem;}
    .master-solution-table td span {font-size: .9rem;}
    .master-solution-table td ul > li {padding-left: 20px;}
    .master-solution-uk .video-wrap {box-shadow: 0 0 2rem #00000030;}
}
/*******************************************************************************
                                   프리마스터 지원 정보
********************************************************************************/
.master-section5 .master-sub-title {color: #000;}
.master-section5 .master-sub-title span {color: #333333;}
.master-section5 .master-sub-title strong {color: #F47035;}
.master-section5-con {margin-bottom: 60px;text-align: left;}
.master-section5-con h3 {color: #000000;font-size: 18px;}
.master-section5-con p {font-size: 14px;margin-bottom: 20px;}
.master-section5-con p > span {color: #F47035;}

.master-section5-con2 h3 {margin-bottom: 20px;font-size: 24px;color: #000;}
.master-section5-con2 h3 strong {color: #F47035;}
.master-section5-con-row {position: relative;padding: 30px 20px;margin-bottom: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #fff;box-shadow: 2px 2px 10px #00000010;}
.master-section5-con-row:last-of-type {margin-bottom: 0;}
.master-section5-con-row > span {position: absolute;left: 50%;top: 0;transform: translateX(-50%);display: inline-block;aspect-ratio: 22 / 18;width: 22px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section5-icon.svg") no-repeat center center;background-size: cover;}
.master-section5-con-row h4 {margin-bottom: 5px;font-size: 18px;font-weight: 500;color: #000;}
.master-section5-con-row p {font-size: 14px;}

@media screen and (min-width: 768px)  {
    .master-section5-con {margin-bottom: 4rem;}
    .master-section5-con h3 {font-size: 1.2rem;margin-bottom: .7rem;}
    .master-section5-con p {font-size: .9rem;margin-bottom: 1.5rem;}

    .master-section5-con2 h3 {margin-bottom: 2rem;font-size: 1.6rem;}
    .master-section5-con-row {position: relative;padding: 2.4rem 20px 1.6rem;}
    .master-section5-con-row > span {width: 1.7rem;}
    .master-section5-con-row h4 {margin-bottom: .5rem;font-size: 1.2rem;}
    .master-section5-con-row p {font-size: .9rem; max-width: 85%;margin: 0 auto;}

}
/*******************************************************************************
                                   수속 혜택
********************************************************************************/
.master-section6-con {padding: 40px 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #FFFFFF;margin-bottom: 20px;}
.master-section6-con:last-of-type {margin-bottom: 0;}
.master-section6-con h3 {margin-bottom: 21px;font-size: 24px;color: #000;}
.master-section6-con h3 strong {color: #F47035;}
.master-section6-con h4 {font-size: 24px;}
.master-section6-con h4 strong {color: #001FCC;}
.master-section6-con ul {margin-bottom: 30px;font-size: 13px;color: #888888;text-align: left;}
.master-section6-con ul li::before {content: '※';}

.master-section6 .master-solution-table {margin-bottom: 1rem;}
.master-section6 .master-solution-table th + th,
.master-section6 .master-solution-table td + td {border-left: 1px solid #DBDBDB;}
.master-section6 .master-solution-table td {text-align: center;}
.master-section6 .master-solution-table .color {color: #F53D1C;}

.master-section6-con2 h3 {background: linear-gradient(90deg, #070B4C00 0%, #070B4C 34%, #070B4C 49%, #070B4C 64%, #070B4C00 100%) ;}
.master-section6-con2 h3 > span {color: #fff;}
.master-section6-con2 h3 > span strong {color: #FFD700;}
.master-section6-con2 > p {font-size: 18px;margin-bottom: 20px;}
.master-section6-con2 > p span {color: #001FCC;}
.master-section6-con2 .imgBox {margin-bottom: 28px;}
.master-section6-con2 .imgBox div {aspect-ratio: 794 / 319;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;width: 100%;margin-bottom: 4px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section6-img.jpg") no-repeat center center;background-size: cover;}
.master-section6-con2 .imgBox p {font-size: 13px;}
.master-section6-con2 .imgBox p::before {content: '※';}
.master-section6-con2 .gridBox {display: grid;grid-gap: 26px ;position: relative;}
.master-section6-con2 .gridBox::before {content: '+';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) ;font-size: 30px;font-weight: 700;line-height: 1;}
.master-section6-con2 .gridBox div {display: flex;align-items: center;justify-content: center;padding: 20px;background: #F0F1F6;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
.master-section6-con2 .gridBox div p {font-size: 18px;font-weight: 700;}
.master-section6-con2 .gridBox div p strong {color: #EB4900;}

@media screen and (min-width: 768px) {
    .master-section6-con {padding: 4rem 7rem;}
    .master-section6-con h3 {margin-bottom: 2rem;font-size: 1.8rem;}
    .master-section6-con h4 {font-size: 1.6rem;}
    .master-section6-con ul {margin-bottom: 3rem;font-size: .8rem;}

    .master-section6-con2 > p {font-size: 1.4rem;margin-bottom: 2rem;}
    .master-section6-con2 .imgBox {margin-bottom: 2.25rem;}
    .master-section6-con2 .imgBox div {margin-bottom: .5rem;}
    .master-section6-con2 .imgBox p {font-size: .8rem;}
    .master-section6-con2 .gridBox {grid-template-columns: repeat(2,1fr);grid-gap: 4rem ;padding: 0 2.5rem;}
    .master-section6-con2 .gridBox::before {font-size: 3rem;}
    .master-section6-con2 .gridBox div {padding: 1.5rem;}
    .master-section6-con2 .gridBox div p {font-size: 1.2rem;}
}
/*******************************************************************************
                                   합격 후기
********************************************************************************/
.master-section7 .master-sub-title {color: #000;}
.master-section7 .master-sub-title span {color: #333;}
.master-section7 .master-sub-title strong {color: #001FCC;}
.master-section7 > div > p {color: #000;font-size: 24px;}
.master-section7-row {padding: 10px;margin-bottom: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background: #fff;text-align: left;}
.master-section7-row:last-of-type {margin-bottom: 40px;}
.master-section7-row .imgBox {display: none;}
.master-section7-row .textBox > h3 {font-size: 18px;color: #000;}
.master-section7-row .textBox > span {display: inline-block;margin-bottom: 10px;color: #888888;}
.master-section7-row .textBox > p {font-size: 14px;}
.master-section7-row .textBox > p > span {background: #FFEDA2;}

@media screen and (min-width: 768px)  {
    .master-section7 > div > p {font-size: 1.6rem;}
    .master-section7-row {padding: 1.5rem 3rem;margin-bottom: 1rem;display: flex;justify-content: space-between;align-items: center;}
    .master-section7-row:last-of-type {margin-bottom: 4rem;}
    .master-section7-row .imgBox {display: block;width: 7rem;aspect-ratio: 14 / 13;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section7-reveiw.jpg") no-repeat center center;background-size: cover;}
    .master-section7-row:nth-of-type(2) .imgBox {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section7-reveiw2.jpg") no-repeat center center;background-size: cover;}
    .master-section7-row:nth-of-type(3) .imgBox {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section7-reveiw3.jpg") no-repeat center center;background-size: cover;}
    .master-section7-row:nth-of-type(4) .imgBox {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section7-reveiw4.jpg") no-repeat center center;background-size: cover;}
    .master-section7-row .textBox {width: calc(100% - 9rem);}
    .master-section7-row .textBox > h3 {font-size: 1.6rem;}
    .master-section7-row .textBox > span {margin-bottom: 1rem;}
    .master-section7-row .textBox > p {font-size: 1rem;}
}
/*******************************************************************************
                            영국 석사 합격 노하우
********************************************************************************/
.master-section8 {
    background: #DBF2FF;
}
.master-section8 .master-sub-title {
    color: #000;
}
.master-section8 .master-sub-title > span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #3329FF;
    border-radius: 8px;
    font-size: 1.3rem;
    color: #251AFF;
    font-weight: 700;
}
.master-section8 .master-sub-title > strong {
    color: #251AFF;
}
.master-section8-con {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 24px;
}
.master-section8-con #youtube-con {
    grid-column: 3 span;
}
.master-section8-con > div {
    box-shadow: 0 0 20rem rgba(0, 0, 0, 28%);
}
.master-section8-con > div > img  {
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .master-section8-con {
        grid-gap: 8px;
    }
    .master-section8 .master-sub-title > span {
        padding: 8px 16px;
        font-size: calc(1rem + 1.9446vw);
    }

}
/*******************************************************************************
                                   합격 후기
********************************************************************************/
.pharmacy-section09 > div {text-align: left;position: relative;padding: 6rem 0;}
.pharmacy-section09-img {position: absolute;right: 0;bottom: 0;width: 85%;}
.pharmacy-section09-img > img {width: 100%;}
.pharmacy-section09-logo {display: inline-block;text-align: left;line-height: 1;}
.pharmacy-section09-logo > span {font-size: 1.6rem;display: block;color: #fff;margin-bottom: .4rem;}
.pharmacy-section09-logo > svg {width: 100%;}

@media screen and (max-width: 767px) {
    .pharmacy-section09 > div {padding-bottom: 70.0000vw !important;text-align: center;}
    .pharmacy-section09-img {width: 140%;}
    .pharmacy-section09-logo > span {font-size: calc(1rem + 3.0558vw);}
}
@media screen and (max-width: 1200px) {
    .pharmacy-section09 > div {padding: 6rem 1.5rem;}
}



/*
    241016
*/
.master-section1.newType{background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section1-bg_241016.png");}
.master-section1.newType .max-width{padding-top: 3.5rem; padding-bottom: 4rem;}
.master-section1.newType h1 strong{color: #FFD83B; line-height: 1; text-shadow: 0 0 8px #50080B; margin-bottom: 2.5rem;}
.master-section1.newType h1 strong > span{color: #fff;}
.master-section1.newType h1 > span{background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section1-point_241016.png'); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: transparent; border-radius: 0; width: auto; height: auto; font-size: 1.8rem; padding: 16px 88px 8px; color: #000; font-weight: 800; margin-bottom: 2rem;}
.master-section1.newType h1 > span em{color: #D80000;}
.master-section1.newType > div > p{color: #000; margin-bottom: 5rem;}
.master-section1.newType > div > p strong{display: inline-block;}
.master-section1.newType .master-section-col{background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section1-point2_241016.png'); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: transparent;  border-radius: 0;}
.master-section1.newType .master-section-col p{color: #000; font-size: 1.7rem; font-weight: 500; line-height: 1.2;}
.master-section1.newType .master-section-col p > strong{color: #D71923; font-size: 2.1rem; font-weight: 900; margin-top: 10px;}

.master-section6.newType .master-section6-con ul li::before{content: '*';}
.master-section6.newType .master-solution-table{ color: #888888; font-weight: 500;}
.master-section6.newType .master-solution-table th{font-size: 1.2rem; color: #000;}
.master-section6.newType .master-solution-table td{font-size: 1.1rem;}

@media screen and (max-width: 767px) {
    .master-section1.newType .max-width{padding-top: 4.846rem; padding-bottom: 6.153rem;}
    .master-section1.newType h1 > span{padding: 6px 36px 2px; font-size: 1.846rem; margin-bottom: 10px;}
    .master-section1.newType h1 strong{line-height: 1.15; margin-bottom: 20px;}
    .master-section1.newType .master-section-col p{font-size: 1.153rem;}
    .master-section1.newType .master-section-col p > strong{font-size: 1.23rem;}
    .master-section1.newType > div > p{margin-bottom: 50px;}
    .master-section1.newType .master-section-col{height: 7.69rem;}

    .master-section6.newType .master-solution-table th,
    .master-section6.newType .master-solution-table td{font-size: 1.23rem;}
}

.master-solution-uk .emergency {padding: 4rem 0;background: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/emergency-bg.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.master-solution-uk .emergency .box {position: relative;padding: 2rem 1.2rem;background-color: #fff;border-radius: 24px;box-shadow: 0px 8px 20px 0px #0000001F;text-align: center;}
.master-solution-uk .emergency .box:after {position: absolute; top: 0; right: -1.8rem; width: 11rem; aspect-ratio: 220/150; background: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/emergency-img.png'); background-size: cover; background-position: center; background-repeat: no-repeat;content:"";}
.master-solution-uk .emergency .tag em {display: inline-block; width: 5.1rem; height: 2rem; background-color: #E60000; border-radius: 24px; text-align: center; font-size: var(--f-fontSize04); font-weight: 700; line-height: 2rem; color: #fff;}
.master-solution-uk .emergency .textWrap {margin-top: 1.2rem; font-size: 1.5rem; font-weight: 600; line-height: 130%; color: var(--c-text01);}
.master-solution-uk .emergency .textWrap > strong {display: block; margin-bottom: .2rem; font-weight: 600; line-height: 130%; color: #E60000; }
.master-solution-uk .emergency .box > strong {display: block; margin-top: .8rem;font-size: var(--f-fontSize01); line-height: 130%; color: var(--c-text01);}
.master-solution-uk .emergency .box > strong > em {line-height: 130%; color: #E60000;}

@media screen and (max-width: 768px) {
    .master-solution-uk .emergency {padding: 40px 0; background: #F47035;}
    .master-solution-uk .emergency .box {padding: 24px 16px; border-radius: 16px;}
    .master-solution-uk .emergency .box:after {top: -24px;right: -15px; width: 100px; height: 68px;}
    .master-solution-uk .emergency .tag em {width: 4.93rem; height: 2.7rem; border-radius: 16px; line-height: 2.7rem;}
    .master-solution-uk .emergency .textWrap {margin-top: 16px;font-size: var(--f-fontSize05);line-height: 130%;}
    .master-solution-uk .emergency .textWrap > strong {margin-bottom: 4px;line-height: 130%;}
    .master-solution-uk .emergency .box > strong {margin-top: 12px;}
}
