@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*******************************************************************************
                                  애니메이션
********************************************************************************/
@keyframes move {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    10% ,90%{
        opacity: 1;
    }
    100%{
        transform: translateY(45vw);
        opacity: 0;
    }
}

/* 리뉴얼 커스터마이징 */
: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 : 3.375rem; /* 54px */
    --f-fontSize01 : 2.5rem; /* 40px */
    --f-fontSize02 : 2rem; /* 32px */
    --f-fontSize03 : 1.625rem; /* 26px */
    --f-fontSize04 : 1.375rem; /* 22px */
    --f-fontSize05 : 1.25rem; /* 20px */
    --f-body1 : 1.125rem; /* 18px */
    --f-body2 : 1rem; /* 16px */
    --f-detail : 0.875rem; /* 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 : 1.75rem; /* 28px */
        --f-fontSize01 : 1.563rem; /* 25px */
        --f-fontSize02 : 1.38rem; /* 22px */
        --f-fontSize03 : 1.25rem; /* 20px */
        --f-fontSize04 : 1.13rem; /* 18px */
        --f-fontSize05 : 1rem; /* 16px */
        --f-body1 : .94rem; /* 15px */
        --f-body2 : .88rem; /* 14px */
        --f-detail : .813rem; /* 13px */
    }
}

/*******************************************************************************
                            영국 대학원 무료 수속 레이아웃
********************************************************************************/

.master-solution-uk {font-size: 20px;}
.master-solution-uk ul {padding: 0; list-style: none; margin: 0;}
.master-solution-uk * {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 !important; overflow: initial; line-height: 150%;}
.master-section2 {background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section02_bg.png") no-repeat center center;background-size: cover;}
.master-section3 {background: #FFE6C4;}
.master-section4 {background: #EBE3FF;}
.master-section5 {background: #FFF6D9;}
.master-section6 {background: #2635B1;}
.master-section7 {background: #D1F7FB;}
.pharmacy-section09 {background: #6D453B;}

.max-width {max-width: 1248px;margin: 0 auto;padding: 7.5rem 1rem;box-sizing: content-box;text-align: center;}
.master-solution-uk .titleCommon {font-size: var(--f-display);color: #000;margin-top: 0;margin-bottom: 3.75rem;position: relative;line-height: 130%;letter-spacing: -2px;font-weight: 700;}
.master-solution-uk .titleCommon strong {line-height: 130%;}
.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 (max-width:1100px) {
    .master-solution-uk {font-size:19px;}
}
@media screen and (max-width:1000px) {
    .master-solution-uk {font-size:18px;}
}
@media screen and (max-width:900px) {
    .master-solution-uk {font-size:17px;}
}
@media screen and (max-width:800px) {
    .master-solution-uk {font-size:16px;}
}
@media screen and (max-width:768px) {
    .max-width {padding: 3.125rem 16px;}
    .master-solution-uk .titleCommon {margin-bottom: 1.875rem;line-height: 129%;}
}
@media screen and (max-width:700px) {
    .master-solution-uk {font-size:15px;}
}
@media screen and (max-width:600px) {
    .master-solution-uk {font-size:14px;}
}
@media screen and (max-width:500px) {
    .master-solution-uk {font-size:13px;}
}

@media screen and (min-width: 768px) {
    .master-sub-title {margin-bottom: 4rem;font-size: 3rem;}
    .master-sub-title span {font-size: 1.7rem;}
}



.master-solution-uk .contactBtn{color: #FFD700; background-color: #2E200F; font-size: 24px; font-weight: bold; margin-top: 0; display: inline-block; padding: 0.7rem 2.2rem;}
.master-solution-uk .pc-br{display: none;}



/*******************************************************************************
                                       상단 타이틀
********************************************************************************/
.master-section1 {position: relative;width: 100%;height: 28.5rem;padding: 6.25rem 0;}
.master-section1 h1{font-size: var(--f-display);font-weight: 700;line-height: 130%;letter-spacing: -1.08px;}
.master-section1 .max-width {position: relative;padding: 0;}
.master-section1 .bgImage {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_mainBanner.png');background-repeat: no-repeat;background-size: cover;background-position: center;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.master-section1 .titleWrap {position: absolute;text-align: left;z-index: 1;}
.master-section1 .titleWrap > span {display: inline-block;font-size: var(--f-body1);color: #fff;background: #FF6D12;border-radius: 8px;padding: 2px 8px;font-weight: 700;}
.master-section1 .titleWrap > span + span {margin-left: 0.5rem;}
.master-section1 .titleWrap .title {margin-top: .5rem;margin-bottom: 0;color: #000;}
.master-section1 .titleWrap .title strong {line-height: 130%;color: #FF5900;}
.master-section1 .titleWrap .sub {font-size: var(--f-fontSize05);color: #fff;}
.master-section1 .textWrap {margin-top: 1.5rem;font-size: var(--f-body2);font-weight: 400;line-height: 130%;color: #000;}
.master-section1 .textWrap .box {display: flex;gap: .75rem;font-weight: 500;line-height: 130%;color: #333;}
.master-section1 .textWrap .box + .box {margin-top: 0.75rem;}
.master-section1 .textWrap .box strong {height: 24px;padding: 0 .5rem;border: 1px solid #000;border-radius: 4px;font-weight: 500;line-height: 24px;color: #000;}
.master-section1 .textWrap .contact-btn {width: 8.4rem;margin-top: 2rem;display: block;border-radius: 999999px;background-color: var(--c-text01);color: #fff;font-size: var(--f-detail);height: 32px;line-height: 150%;font-weight: 400;display: flex;align-items: center;justify-content: center;}
.master-section1 .textWrap .contact-btn .arrow {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;width: 1rem;height: 1rem;margin: 0;margin-left: 0.2rem;}
.master-section1 .contactWrapBox {width: 100%;height: 100%;}
.master-section1 .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-section1 .contactWrap .box {position: relative;padding-left: 4.13rem;font-size: var(--f-body2);line-height: 150%;}
.master-section1 .contactWrap .box + .box {margin-top: 0.75rem;}
.master-section1 .contactWrap strong {width: 4.13rem;padding-left: 1rem;position: absolute;left: 0;font-weight: 500;display: block;}
.master-section1 .contactWrap p {color: var(--c-text02);}
.master-section1 .contactWrap .contact-btn {margin-top: 1rem;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-section1 .contactWrap .contact-btn:hover {background-color: #18A149;}
.master-section1 .contactWrap .contact-btn .arrow {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;width: 1rem;height: 1rem;margin-left: 0.2rem;}

@media screen and (min-width: 768px) {
    .master-solution-uk .mo-br{display: none;}
    .master-solution-uk .pc-br{display: block;}
    .master-solution-uk .contactBtn{font-size: 2.5rem;padding: 1.4rem 5rem;margin-top: 0;}

    .master-section-con {padding: 0 2rem;}
    .master-section-col {width: 17.5rem;height: 17.5rem;margin: 0 .75rem;}
    .master-section-col p {font-size: 2rem;}
    .master-section-col p > strong {font-size: 1.8rem;}
}

@media screen and (max-width: 1280px) {
    .master-section1 .max-width {padding: 0 24px;}
    .master-section1 .contactWrap{right: 16px;}
}

@media screen and (max-width: 800px) {
    .master-section1 .contactWrap {width: 360px;}
 }

 @media screen and (max-width: 768px) {
    .master-section1 {height: 25.88rem;padding: 2.5rem 0 1rem;}
    .master-section1 .bgImage {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_mainBanner_mo.png');background-position: bottom center;}
    .master-section1 .titleWrap {position: relative;z-index: 1;}
    .master-section1 .titleWrap .title {margin-top: 8px;line-height: 36px;}
    .master-section1 .titleWrap .title strong {line-height: 36px;}
    .master-section1 .titleWrap span {font-size: var( --f-body2);line-height: 22px;padding: 2px 6px;}
    .master-section1 .titleWrap span + span {margin-left: 8px;}
    .master-section1 .titleWrap .sub {line-height: 24px;margin-top: 8px;}
    .master-section1 .textWrap {font-weight: 500;}
    .master-section1 .textWrap .box + .box {margin-top: 8px;}
    .master-section1 .textWrap .box strong {height: 21px;padding: 0 3px;font-size: var(--f-body1);line-height: 21px;}
    .master-section1 .textWrap .contact-btn {display: none;}
    .master-section1 .contactWrapBox {height: auto;}
    .master-section1 .contactWrap {position: relative;transform: none;width: 100%;top: 0;left: 0;padding: 16px 24px;margin-top: 8.7rem;}
    .master-section1 .contactWrap strong {width: 4.46rem;padding-left: 0;}
    .master-section1 .contactWrap .box {padding-left: 3.62rem;}
    .master-section1 .contactWrap .box + .box {margin-top: 12px;}
    .master-section1 .contactWrap .contact-btn {display: none;}
 }


/*******************************************************************************
어학연수 든든 패키지
********************************************************************************/
.master-section-promotion {position: relative; z-index: 1; overflow: hidden; background: #D1F7FB;}
.master-section-promotion .titleCommon > span {font-size: 2rem;} 
.master-section-promotion .titleCommon > strong {color: #8150FF;} 

.master-section-promotion .boxWrap {display: grid; grid-template-columns: repeat(12,1fr); grid-gap: 1.5rem; margin-bottom: 1.9rem; row-gap: 2.75rem;} 
.master-section-promotion .boxWrap > li {grid-column: 4 span; padding: 2.5rem 1rem; background: #fff; border-radius: .75rem; box-shadow: 0px 4px 4px 0px #CCEDF0; position: relative;} 
.master-section-promotion .boxWrap > li .date{position: absolute; right: 0.625rem; top: 0.625rem; background-color: #FFE867; font-size: 1.125rem; font-weight: bold; border-radius: 8px; padding: 2px 8px; line-height: 145%;}
.master-section-promotion .boxWrap > li > span {display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; width: 30px; margin: 0 auto .75rem; background: #94D9E0; border-radius: 50%; font-weight: 700; font-size: 16px; color: #fff;} 
.master-section-promotion .boxWrap > li p {font-size: 1.625rem; font-weight: 700; line-height: 138%; color: #000;} 
.master-section-promotion .boxWrap > li p em {color: #0064FA; font-style: normal;} 
.master-section-promotion .boxWrap > li:nth-child(n + 4) {grid-column: 3 span;} 
.master-section-promotion .boxWrap > li:nth-child(1)::after{content: '※ 指定方案'; position: absolute; bottom: -2.3rem; left: 0; width: 100%; font-size: 1rem; color: #807D95;}

.master-section-promotion .textBox {display: flex; gap: 8px; justify-content: center; align-items: center; padding: 1.9rem 0; background: #BBECF3; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; font-size: var(--f-body1); font-weight: 400; color: #000; line-height: 1.2; position: relative; margin-bottom: 2rem; border-radius: .75rem;} 
.master-section-promotion .textBox figure {display: inline-block; margin: 0; content: ''; width: 24px; height: 24px; background: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/iconNoti.svg') no-repeat center center; background-size: cover; vertical-align: middle;} 
.master-section-promotion .textBox p {line-height: 178%;}
.master-section-promotion .textBox strong {color: #FD4A34; font-style: normal; font-weight: 400;} 

.master-section-promotion .linkBox {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 1.5rem;} 
.master-section-promotion .linkBox > a {display: flex; justify-content: center; align-items: center; padding: 1.25rem 0; border-radius: 9999px; background: #0664F0; font-size: var(--f-fontSize03); font-weight: 700; line-height: 147%; color: #fff;} 
.master-section-promotion .linkBox > a figure {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/buttonArrow_x24.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 1.5rem; height: 1.5rem; margin: 0; margin-left: 4px;}

@media screen and (max-width:1200px){
    .dndn-package-section03 { padding: 5rem 0 8rem; } 

    .master-section-promotion .title::before { right: 0; transform: translate(30%,-40%); top: 0; } 
    .master-section-promotion .textBox::before { transform: translate(0,0); } 
}

@media screen and (max-width:768px){
    .master-section-promotion .title{font-size: 2rem;}
    .master-section-promotion .title::before { bottom: auto; top: 0; transform: translateY(-50%); width: 40%; } 

    .master-section-promotion .boxWrap { grid-template-columns: repeat(2,1fr); row-gap: 1rem; grid-gap: 0.5rem; row-gap: 1rem;} 
    .master-section-promotion .boxWrap > li { grid-column: 2 span; padding: 2rem 16px;} 
    .master-section-promotion .boxWrap > li:nth-child(n + 4) { grid-column: 1 span; } 
    .master-section-promotion .boxWrap > li:nth-child(1){margin-bottom: 1.815rem;}
    .master-section-promotion .boxWrap > li:nth-child(1)::after{font-size: var( --f-body2); bottom: -1.75rem;}
    .master-section-promotion .boxWrap > li > span { width: 24px; margin-bottom: .5rem; font-size: 14px; } 
    .master-section-promotion .boxWrap > li p { font-size: 1.25rem; line-height: 150%; } 
    .master-section-promotion .boxWrap > li p strong { display: inline-block; } 
    .master-section-promotion .boxWrap > li .date{right: 8px; top: 8px; padding: 4px 8px; font-size: var(--f-body1);}
    
    .master-section-promotion .textBox { display: block; padding: 1.25rem 16px; margin-bottom: 1.9rem; font-size: var(--f-fontSize04);} 
    .master-section-promotion .textBox::before { height: 4.2rem; top: 2rem; left: 50%; transform: translate(-50%,0); }
    .master-section-promotion .textBox figure { display: block; margin: 0 auto; }
    .master-section-promotion .textBox p { margin-top: 2px; line-height: 155%; }
    .master-section-promotion .textBox > span { display: inline-block; margin-bottom: 16px; }
    .master-section-promotion .textBox strong {color: #FC1D01;}

    .master-section-promotion .linkBox { grid-template-columns: repeat(1,1fr); gap: 1rem; } 
    .master-section-promotion .linkBox > a { padding: .75rem 0; font-size: var(--f-fontSize03); line-height: 150%; } 
    .master-section-promotion .linkBox > a > svg { aspect-ratio: 24 / 30; font-size: calc(1rem + 2.5002vw); } 
}

/*******************************************************************************
                                       edm유학센터!
********************************************************************************/
.master-section2-con-wrap {padding: 40px 10px;margin-bottom: 10px;-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;background: #fff;box-shadow: 0px 4px 10px 0px #0000001F;}
.master-section2-con-wrap:last-of-type {margin-bottom: 0;}
.master-section2-con-title {margin-top: 0;margin-bottom: 2.5rem;color: #000;}
.master-section2-con-title em {display: block;width: 10rem;margin: 0 auto;margin-bottom: 1rem;background-color: #FFE867;font-size: var(--f-fontSize04);font-weight: bold;font-style: normal;border-radius: 8px;padding: 2px 14px;line-height: 200%;}
.master-section2-con-title .titleCommon {margin-bottom: 2.5rem; font-size: var(--f-display);line-height: 129%;}
.master-section2-con-title .titleCommon > strong {color: #0086FA; font-weight: inherit;}

.master-section2-con-wrap1 {padding: 0;}
.master-section2-con-wrap1 .master-section2-con {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: 10px;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-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;}
.master-section2-con2-box > div {position: relative;width: 45%;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;border: 1px solid #EBEBEB;box-shadow: 2px 2px 5px #00000020;padding: 24px 6px ;}
.master-section2-con2-box > div > span {position: absolute;left: 0;top: 0;transform: translate(-10px, -10px);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;line-height: 1.2;}
.master-section2-con2-box > div > div {aspect-ratio: 80 / 79;width: 80px;margin: 0 auto 15px;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section2-img01.jpg") no-repeat center center;background-size: cover;}
.master-section2-con2-box > div:nth-child(2) > div {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: 14px;color: #888888;}
.master-section2-con2-box > div > p > strong {display: block;font-size: 16px;color: #000;}

.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: 2.875rem;margin-bottom: 12px;}
.master-section2-con4 h4 > strong {color: #E60000;}
.master-section2-con4 ul li {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: 14px;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 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:nth-child(2){width: 34%;}
.master-section2-con5 table td:nth-child(1){width: 29%;}

.master-section2-con7{font-size: 1rem; color: #333;}
.master-section2-con7 strong{display: block; margin-bottom: .5rem; color: #000;}
.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: 310 / 171;width: 95%;margin: 0 auto 1rem;background: url("/images/uk-postgraduate-program/uk-postgraduate-program_certificationAward.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: 3.75rem 5.25rem; margin-bottom: 20px;}
    .master-section2-con-title > span > span {font-size: var(--f-fontSize04);}

    .master-section2-con-wrap1 {padding: 0;}
    .master-section2-con-wrap1 .master-section2-con-title {padding-top: 4rem}
    .master-section2-con-wrap1 .master-section2-con {padding: 0 5.25rem;}

    .master-section2-con1 {margin-bottom: 4rem;}
    .master-section2-con1 p {margin-bottom: 1rem;font-size: 1rem;}
    .master-section2-con1 div {padding:1.7rem 1.6rem;}

    .master-section2-con2 {margin-bottom: 4rem;}
    .master-section2-con2 h4 {margin-bottom: 2.5rem;font-size: 1.4rem;}
    .master-section2-con2-box > div {width: 100%;padding: 1rem 0 ;max-width: 240px;}
    .master-section2-con2-box > div > span {transform: translate(-50%, -20%);width: 4rem;height: 4rem;}
    .master-section2-con2-box > div > span > span {font-size: 1.2rem;}
    .master-section2-con2-box > div > div {width: 60%;margin: 0 auto 1rem;}
    .master-section2-con2-box > div > p {font-size: .8rem;}
    .master-section2-con2-box > div > p > strong {font-size: 1rem;}

    .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-con5 table th{font-size: 1.3rem; }
    .master-section2-con5 table td{font-size: 1.15rem;}
    .master-section2-con5 table td:nth-child(2){width: 29%;}
    .master-section2-con5 table td:nth-child(1){width: 19%;}

    .master-section2-con4 {margin-bottom: 3rem;}
    .master-section2-con4 h4 {font-size: 5rem;}
    .master-section2-con4 ul li {font-size: 1rem;}

    .master-section2-con5 h4 {font-size: 1.2rem; padding: 0.5rem 0;}
    .master-section2-con5 h4 > span{font-size: 1.5rem;}
    .master-section2-con5 table {font-size: .9rem;}
    .master-section2-con5 table caption {margin-bottom: 1rem;font-size: .8rem;}

    .master-section2-con6 div {width: 80%;}
    .master-section2-con7{font-size: var(--f-body2);}
    .master-section2-con7 strong{font-size: var(--f-fontSize04);line-height: 145%;}
    .master-section2-con7 div {width: 51.66%;margin-bottom: 2.5rem;font-size: var(--f-body1);}
    /* .master-section2-con6 p,
    .master-section2-con7 p {font-size: 1.25rem;} */
}

@media screen and (max-width: 768px) {
    .master-section2 {background: #C0E5FF;}
    .master-section2-con-title {margin-bottom: 1.5rem;}
    .master-section2-con-title .titleCommon {margin-bottom: 1.5rem;}
    .master-section2-con-wrap {padding: 2rem 16px;}
    .master-section2-con-title em {width: 6.625rem;margin-bottom: .75rem;padding: 4px;font-size: var(--f-body1);line-height: 145%;}
    .master-section2-con7 div {margin: 0 auto 1.5rem;}
    .master-section2-con7 p {font-size: var( --f-detail);}
}


/*******************************************************************************
                                       신청 서비스
********************************************************************************/
.master-section-application{background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_application_bg.png") no-repeat center center;background-size: cover;}
.master-section-application .titleCommon{margin-bottom: 2.5rem;}

.master-section-application .dotTxt{margin-top: .75rem;padding-left: 10px; position: relative; color: #333; text-align: left; margin-bottom: 0; font-size: 0.875rem;}
.master-section-application .dotTxt::before{content: ''; position: absolute; left: 0; top: 9px; width: 2px; height: 2px; background-color: #666666; border-radius: 50%;}

.master-section-application .info{background-color: #fff; border-radius: 24px; padding: 3.8rem 5rem;font-size: 0.937rem; box-shadow: 0px 4px 4px 0px #ADDBEB;}
.master-section-application .info + .info {margin-top: 2.5rem;}
.master-section-application .info ul{display: grid; grid-template-columns: repeat(4,1fr); gap: 3.5rem; margin-top: 2.5rem;}
.master-section-application .info ul > li{width: 100%; position: relative; font-size: 0.937rem;}
.master-section-application .info ul > li .box::before{content: ''; position: absolute; width: 2rem; height: 2rem; left: auto; right: calc(0% - 2.75rem); transform: translate(0,-50%); top: 50%; background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/iconNext.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; border-radius: 50%;}
.master-section-application .info ul > li:last-child .box::before {display: none;}
.master-section-application .info ul > li .box{display: flex; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap; color: #006BC8; height: 6.4rem; padding: 0 .5rem; border: 1px solid #0086FA;border-radius: 8px; font-weight: 700; margin-bottom: 1.5rem; position: relative;}
.master-section-application .info ul > li .box span{font-weight: 400; }

.master-section-application .info2Wrap {width: 100%;background-color: #F0F0F0;border-radius: 10px;}
.master-section-application .info2{display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.75rem 2rem;align-items: center;width: 100%; max-width: 844px; text-align: left; margin: 0 auto; padding: 1.5rem; font-size: 1.125rem; line-height: 1.15;}
.master-section-application .info2 > div{width: 100%;}
.master-section-application .info2 .dotTxt {margin-top: 0;padding-left: 0; text-align: center; line-height: 150%;}
.master-section-application .info2 .dotTxt:before {display: none;}

.master-section-application .bottomTxt{font-size: 0.875rem; margin-top: 1rem;}

.master-section-application .contactBtn {display: flex; justify-content: center; align-items: center; width: 100%; max-width: 25rem; margin: 0 auto; padding: .91rem 0; border-radius: 9999px; background: #0664F0; font-size: var(--f-fontSize03); font-weight: 700; line-height: 150%; color: #fff;} 
.master-section-application .contactBtn figure {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/common/buttonArrow_x24.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 1.5rem; height: 1.5rem; margin: 0; margin-left: 4px;}

@media screen and (min-width: 768px) {
    .master-section-application .title{font-size: 3.75rem;}
    .master-section-application .dotTxt{font-size: var( --f-detail);}
    .master-section-application .dotTxt::before{top: 12px;}
    
    .master-section-application .info{font-size: var( --f-body2);}
    .master-section-application .info ul > li{font-size: 1.125rem;}
    
    .master-section-application .bottomTxt{font-size: var(--f-body2);}
}

@media screen and (max-width: 1024px) {
    .master-section-application .info {padding: 3.8rem 2.5rem;}
}

@media screen and (max-width: 768px) {
    .master-section-application {background: #C0E5FF;}
    .master-section-application .titleCommon {margin-bottom: 1.25rem;}
    .master-section-application .info {padding: 1.5rem 16px;font-size: var( --f-body2);}
    .master-section-application .info + .info {margin-top: 1.25rem;}
    .master-section-application .info ul {grid-template-columns: repeat(1, 1fr); margin-top: 2rem;}
    .master-section-application .info ul > li .box {display: block; height: auto;margin-bottom: .75rem;padding: .75rem 1rem;border-color: #66B6FC;font-size: var(--f-fontSize05);}
    .master-section-application .info ul > li .box::before {display: none;}
    .master-section-application .info ul > li::before {content: ''; position: absolute; width: 2rem; height: 2rem; left: 50%; bottom: calc(0% - 2.75rem); margin-left: -1rem; transform: rotate(90deg); background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/iconNext.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; border-radius: 50%;}
    .master-section-application .info ul > li:last-child::before {display: none;}
    .master-section-application .dotTxt {margin-top: .5rem;font-size: var(--f-detail);}
    .master-section-application .info2Wrap {border-radius: 8px;}
    .master-section-application .info2 {grid-template-columns: repeat(2,1fr);gap: 1rem .75rem;padding: 1rem;}
    .master-section-application .contactBtn {padding: .81rem 0;}
}


/*******************************************************************************
                                       장점
********************************************************************************/
.master-section3-con-wrap .titleCommon strong {color: #FD4A34;}
.master-section3-list {display: grid; grid-template-columns: repeat(2,1fr);gap: 1.5rem;text-align: left;}
.master-section3-list > li {display: flex;gap: 1.2rem;padding: 2.5rem 3.75rem;border-radius: 12px;background-color: #fff;box-shadow: 0px 4px 4px 0px #F4DDB3;}
.master-section3-list > li figure {display: block;width: 5.5rem;margin: 0;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section03_img01.png") no-repeat center center;background-size: cover;aspect-ratio: 1/1;}
.master-section3-list > li figure.img02 {width: 5.75rem;background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section03_img02.png");aspect-ratio: 23/22;}
.master-section3-list > li figure.img03 {background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section03_img03.png");}
.master-section3-list > li figure.img04 {background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section03_img04.png");}
.master-section3-list .textWrap {width: calc(100% - 5.5rem - 1.2rem);}
.master-section3-list .textWrap strong {display: block;margin-bottom: .5rem;font-size: var(--f-fontSize04);line-height: 145%;color: #FF5900;}
.master-section3-list .textWrap p {font-size: var( --f-body2);}

@media screen and (max-width: 1024px) {
    .master-section3-list > li {padding: 2.5rem;}
}

@media screen and (max-width: 768px) {
    .master-solution-uk ul {grid-template-columns: repeat(1,1fr);gap: .75rem;}
    .master-section3-list > li {padding: 1.5rem 16px;gap: .9rem;}
    .master-section3-list > li figure {width: 4.375rem;}
    .master-section3-list > li figure.img02 {width: 4.375rem;}
    .master-section3-list .textWrap {width: calc(100% - 4.375rem - .9rem);}
    .master-section3-list .textWrap strong {margin-bottom: .25rem;font-size: var( --f-body1);line-height: 160%; color: #FF6200;}
    .master-section3-list .textWrap p {font-size: var(--f-detail);line-height: 162%;}
}

/*******************************************************************************
                                   석사 지원 정보
********************************************************************************/
.master-section4-con-wrap .titleCommon strong {color: #6E31F5;}
.master-section4-con-wrap .master-solution-table th {background-color: #594DFA;}
.master-solution-table {width: 100%;border: 1px solid #DBDBF9;background-color: #fff;}
.master-solution-table tr {border-bottom: 1px solid #DBDBF9;}
.master-solution-table th {width: 20%;border-right: 1px solid #DBDBF9;background-color: #594DFA;font-size: var(--f-fontSize04);color: #fff;}
.master-solution-table td {height: 120px;padding: 1.5rem;font-size: var(--f-body2);text-align: left;}
.master-solution-table td.minLine {padding: 3rem 1.5rem;}
.master-solution-table td p {margin: 0;}
.master-solution-table td span {display: block;font-size: var(--f-detail);color: #0086FA;}
.master-solution-table td p,.master-solution-table td li {position: relative;padding-left: 16px;}
.master-solution-table td p::before,.master-solution-table td li::before {content: ' \2022';position: absolute;left: 0;top: 0;width: 16px;text-align: center;}
.master-solution-table td span:before {display:inline-block;width: 16px;text-align: center;content:'\002A';}

@media screen and (max-width: 768px) { 
    .master-section4 .max-width {padding: 3.125rem 0;}
    .tblWrap {overflow-y: auto; margin-left: 16px; padding-right: 16px;}
    .master-solution-table {width: 100%; min-width: 456px; margin: 0 auto;}
    .master-solution-table th {width: 116px; font-size: var(--f-fontSize05);}
    .master-solution-table td {height: auto; padding: .75rem .5rem; font-size: var( --f-fontSize05);}
    .master-solution-table td span {font-size: var(--f-detail);}
}
/*******************************************************************************
                                   프리마스터 지원 정보
********************************************************************************/
.master-section5 .titleCommon strong {color: #FD4A34;}
.master-section5-con {text-align: left;}
.master-section5-con h3 {margin-bottom: .5rem;font-size: var(--f-fontSize03);font-weight: 700;}
.master-section5-con .textWrap > p {margin-bottom: 1.2rem;font-size: var( --f-body2);color: #333;}
.master-section5-con .textWrap > p > strong {font-weight: 400;color: #FC1D01;}
.master-section5 .master-solution-table {border: 1px solid #E2DED5;}
.master-section5 .master-solution-table th {background-color: #FD7C37;text-align: center;}
.master-section5 .master-solution-table tr {border-bottom: 1px solid #E2DED5;}
.master-section5-con2 {margin-top: 3.8rem;}
.master-section5-con2 h3 {margin-bottom: 1.5rem;font-size: var(--f-fontSize03);font-weight: 700;line-height: 125%;color: #000;}
.master-section5-con2 h3 strong {line-height: 125%;color: #FD4A34;}
.master-section5-con-row {position: relative;padding: 2.5rem;margin-bottom: 1rem;-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;background: #fff;box-shadow: 0px 4px 4px 0px #F6ECC8;}
.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: .8rem;font-size: var(--f-body1);font-weight: 700;color: #000;}
.master-section5-con-row p {font-size: var(--f-body2);color: #333;}

@media screen and (max-width: 768px) { 
    .master-section5 .max-width {padding: 3.125rem 0;}
    .master-section5-con .textWrap {margin-bottom: 1rem;padding: 0 16px;}
    .master-section5-con h3 {font-size: var(--f-fontSize04);}
    .master-section5-con .textWrap > p > strong {color: #FD4A34;}
    .master-section5-con2 {margin-top: 2.875rem; padding: 0 16px;}
    .master-section5-con2 h3 {margin-bottom: 1rem;}
    .master-section5-con-row {padding: 1.5rem 16px;}
    .master-section5-con-row h4 {margin-bottom: .5rem;}
    .master-section5-con-row p {font-size: var(--f-detail);line-height: 154%;}
}
/*******************************************************************************
                                   수속 혜택
********************************************************************************/
.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 {display: flex;align-items: center;gap: 2.5rem;padding: 2.5rem 6.25rem;margin-bottom: 1.5rem;-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;box-shadow: 0px 4px 4px 0px #CCEDF0;background: #fff;text-align: left;}
.master-section7-row:last-of-type {margin-bottom: 40px;}
/* .master-section7-row .imgBox {display: none;} */
.master-section7-row .imgBox {display: block; width: 9.375rem;}
.master-section7-row .imgBox figure {margin: 0;aspect-ratio: 1/1;background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section07_img01.png") no-repeat center center;background-size: 100%;}
.master-section7-row .imgBox figure.img02 {background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section07_img02.png");}
.master-section7-row .textBox {width: calc(100% - 9.375rem - 2.5rem);}
.master-section7-row .textBox > h3 {margin-bottom: .25rem;font-size: var(--f-body1);font-weight: 700;color: #0086FA;}
.master-section7-row .textBox > span {display: block;margin-bottom: .75rem;font-size: var(--f-detail);color: #666;}
.master-section7-row .textBox > p {font-size: var(--f-detail);letter-spacing: -.4px;color: #333;}
.master-section7-row .textBox > p > span {background: #FFEDA2;}

.master-section7 .videoWrap{aspect-ratio: 950/534;  margin: 1.875rem auto 0;}
.master-section7 .videoWrap *{width: 100%; height: 100%; object-fit: cover;}
.master-section7 .videoWrap iframe {aspect-ratio: 950/534;}

@media screen and (min-width: 768px)  {
    .master-section7 > div > p {font-size: 1.6rem;}
    .master-section7-row:last-of-type {margin-bottom: 4rem;}
    .master-section7-row:nth-of-type(2) .imgBox figure{background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_section07_img02.png") no-repeat center center;background-size: cover;}

    .master-section7 .videoWrap{width: 100%;max-width: 59.375rem;margin: 3.75rem auto 0;}
}

@media screen and (max-width: 1024px)  {
    .master-section7-row {padding: 2.5rem;}
}

@media screen and (max-width: 768px)  {
    .master-section7-row {display: block;margin-bottom: 1.875rem;padding: 1.5rem 16px;text-align: center;}
    .master-section7-row .imgBox {width: 5rem;margin: 0 auto .75rem;}
    .master-section7-row .textBox {width: 100%}
    .master-section7-row .textBox > span {margin-bottom: 1rem;}
    .master-section7 .videoWrap {aspect-ratio: 320 / 180;}
}
/*******************************************************************************
                                   
********************************************************************************/
.master-section8 {
    background: #2E200F;
}
.master-section8 .master-solution-table {
    margin-bottom: 0;
}
.master-section8 .master-solution-table td {
    border-left: 1px solid #DBDBDB;
}
.master-section8-con {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem 3.5rem;
}
.master-section8-con.g2 {
    grid-template-columns: repeat(2,1fr);
}
.master-section8-col.g1 {
    grid-column: 2 span;
    width: 50%;
    margin: 0 auto;
    padding: 1rem 0;
}
.master-section8-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
}
.master-section8-col + .master-section8-col::before {
    content: '';
    position: absolute;
    right: calc(100% + 1.75rem);
    top: 50%;
    transform: translate(50%, -50%);
    aspect-ratio: 22 / 26;
    width: 1.2rem;
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/master-section8-arrow.png") no-repeat center center;background-size: cover;
}
.master-section8-col > span {
    font-size: 14px;
}

.bg-1 {background: #C7D9F7; grid-column: 2 span;}
.bg-2 {background: #94B9F5; padding: 1rem 0;}
.bg-3 {background: #2462C7; color: #fff;}

@media screen and (min-width: 768px){
    .master-section8 .master-solution-table td {
        width:auto;
    }
    .master-section8-con {
        grid-template-columns: repeat(3,1fr);
    }
    .master-section8-col.g1 {
        grid-column: 1 span;
        width: 100%;
    }
    .master-section8-col > span {
        font-size: 20px;
    }
}


/*******************************************************************************
                            리얼 후기
********************************************************************************/
#real-review-section {background: url('/images/uk-postgraduate-program/master-section-application_real-review_bg.jpg') no-repeat center center;background-size: cover;padding: 3.125rem 0;}
#real-review-section .max-width{padding: 0 16px;}
#real-review-section .real-review-section-con {text-align: left;}
#real-review-section .real-review-section-con2 {grid-column: 12 span;}
#real-review-section .real-review-section-con p {margin-bottom: 0.2rem;font-size: 1.1rem;font-weight: normal;color: #fff;}
#real-review-section .real-review-section-con h2 {margin: 0 0 1.5rem;text-shadow: 0 2px 6px #000000;color: #fff;font-size: var(--f-fontSize01);text-align: left;font-weight: bold;line-height: .8;}
#real-review-section .real-review-section-con h2 > strong {color: #FFEE03;}
#real-review-section .real-review-section-con h2 em{color: #F6E700; font-style: normal;}
#real-review-section .real-review-section-con a {display: inline-block;padding: .5rem 1.5rem;border-radius: 8px;background: #1EC95B;font-size: var(--f-body2);font-weight: 400;color: #fff;border-radius: 8px;}

@media screen and (max-width: 1080px) {
    #real-review-section .real-review-section-con{padding: 0 16px;}
}

@media screen and (max-width:767px) {
    #real-review-section{padding: 1.625rem 0;position: relative;background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/programs/master-solution-uk/tw_uk_review_bg_mo.png');}
    #real-review-section::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(90deg, #000 47%, transparent);}
    #real-review-section .max-width{position: relative;z-index: 2;}
    #real-review-section .real-review-section-con {grid-column: 1 span;text-align: left;}
    #real-review-section .real-review-section-con2 {grid-column: 1 span;text-align: left;}
    #real-review-section .real-review-section-con p {font-size: 1.2rem;}
    #real-review-section .real-review-section-con h2 {margin: 0 0 1rem;font-size: var(--f-fontSize02);line-height: 1.13;letter-spacing: -1.8px;}
    #real-review-section .real-review-section-con a {padding: 0.25rem 1rem;border-radius: 4px;font-size: 1rem;}
}