@charset "UTF-8";
@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');
/* font-family: 'Nanum Pen Script', cursive;  */


/*******************************************************************************
                                    애니메이션
********************************************************************************/
@keyframes bgImg {
    0% {
        width: 120%;
        height: 120%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
@keyframes btn {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30%);
    }
}
@keyframes text {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}


/*******************************************************************************
                                  layout
********************************************************************************/
html,body {scroll-behavior: smooth}
.pandemic-section01 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pandemic-section01::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #DFFCEF url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section01-bg01-221021.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
    animation: bgImg 3s forwards;
}
.pandemic-section02 {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pandemic-section02::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%,-50%);
    background: #DFFCEF url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section02-bg01-221021.jpg") no-repeat center bottom;
    background-size: cover;
    z-index: -1;
}
.pandemic-section02.active::before {
    animation: bgImg 3s forwards;
}
.pandemic-section03 {
    background: linear-gradient(to top ,#FFE9BF, #FFE9BF00 30%);
    padding-bottom: 6rem;
    text-align: center;
}
.pandemic-section04 {
    background: #ECFCFF;
}
.pandemic-section05 {
    background: linear-gradient(to bottom, #ECFCFF 20%, #6D453B 20%);
}

.pandemic-report * {
    box-sizing: border-box;
}

.pandemic-width {
    width: 1080px;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
}
.pandemic-section-btn {
    animation: btn 2s alternate infinite;
    display: inline-block;
}
.pandemic-section-btn > svg {
    width: 32px;
}
[class^='mo-'] {display:none;}
@media screen and (max-width: 1200px) {
    .pandemic-width {
        width: 100%;
        padding: 5.5556vw 2.7778vw;
    }
}
@media screen and (max-width: 768px) {
    .pandemic-section01::before {
        background: #DFFCEF url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section01-bg02-221021.jpg") no-repeat center center;
        background-size: cover;
    }
    .pandemic-section05 {
        background: #6D453B;
    }
    [class^='mo-'] {display:block;}

}
/*******************************************************************************
                                메인 타이틀
********************************************************************************/
.pandemic-section01-title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.2;
    width: 100%;
}
.pandemic-section01-title > span {
    font-size: 40px;
    color: #565697;
    overflow: hidden;
    display: inline-block;
}
.pandemic-section01-title > span > span {
    display: inline-block;
    transform: translateY(1.4em);
    animation: text 1.6s forwards;
}
.pandemic-section01-title > strong {
    font-size: 64px;
    color: #fff;
    overflow: hidden;
    display: inline-block;
}
.pandemic-section01-title > strong > strong {
    display: inline-block;
    transform: translateY(100%);
    animation: text 1.6s .2s forwards;
}
.pandemic-section01-con {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .pandemic-section01-title {
        transform: translate(-50%,-100%);
    }
    .pandemic-section01-title > span {
        font-size: calc(13px + 3.6vw);
    }
    .pandemic-section01-title > strong {
        font-size: calc(13px + 4.7222vw);
    }
    .pandemic-section01-con {
        bottom: 15%;
    }
}
/*******************************************************************************
                            안전한 유학 문화 정착
********************************************************************************/
.pandemic-section02 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pandemic-section02-title {
    font-size: 54px;
    margin-bottom: 26px;
    color: #333;
    overflow: hidden;
}
.pandemic-section02-title > span {
    display: inline-block;
    transform: translateY(100%);
}
.pandemic-section02.active .pandemic-section02-title > span {
    animation: text 1.6s forwards;
}
.pandemic-section02-text {
    margin-bottom: 20px;
    font-size: 26px;
    color: #333;
    overflow: hidden;
}
.pandemic-section02-text > span  {
    display: inline-block;
    transform: translateY(100%);
}
.pandemic-section02.active .pandemic-section02-text > span {
    animation: text 3.2s .4s forwards;
}
.pandemic-section02.active .pandemic-section02-text2 > span {
    animation: text 3.2s .8s forwards;
}
.pandemic-section02-text:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .pandemic-section02-title {
        font-size: calc(13px + 5.3vw);
    }
    .pandemic-section02-text {
        font-size: calc(13px + .9vw);
    }
}
/*******************************************************************************
                    코로나19로 인한 어학연수 취소 고객 환불 완료
********************************************************************************/
.pandemic-section03-title {
    margin-bottom: 40px;
    font-size: 54px;
    color: #333;
    text-align: left;
}
.pandemic-section03-con {
    position: relative;
    margin-bottom: 200px;
    z-index: 1;
}
.pandemic-section03-con-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #000;
    z-index: -1;
}
.pandemic-section03-con-textBox {
    width: 1080px;
    margin: 0 auto;
    text-align:left;
}
.pandemic-section03-con-title {
    color: #0F4FC8;
    font-size: 42px;
    margin-bottom: 30px;
}
.pandemic-section03-con-title > strong {
    color: #0EB4C2;
}
.pandemic-section03-con-text {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    width: 60%;
}
.pandemic-section03-con-text > strong {
    color: #0F4FC8;
}
.pandemic-section03-con-text > small {
    color: #777;
    font-size: 18px;
}
.pandemic-section03-con-text > small::before {
    content: '*';
}
.pandemic-section03-bottom-text {
    font-size: 34px;
    color: #555555;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.pandemic-section03-bottom-text::after,
.pandemic-section03-bottom-text::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 32px;
    height: 22px;
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-icon01-221021.png") no-repeat center center;
    background-size: cover;
}
.pandemic-section03-bottom-text::after {
    left: 100%;
    right: auto;
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-icon02-221021.png") no-repeat center center;
    background-size: cover;
}
.pandemic-section03-bottom-text > strong {
    color: #C15424;
}
.pandemic-section03-con1 .pandemic-section03-con-img {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-img01-221021.jpg") no-repeat center center;
    background-size: cover;
}
.pandemic-section03-con2 .pandemic-section03-con-img {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-img02-221021.jpg") no-repeat center center;
    background-size: cover;
}
.pandemic-section03-con3 .pandemic-section03-con-img {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-img03-221021.jpg") no-repeat center center;
    background-size: cover;
}
.pandemic-section03-con4 .pandemic-section03-con-img {
    background: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/r/v1/pages/pandemic/pandemic-section03-img04-221021.jpg") no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .pandemic-section03 .pandemic-width {
        padding: 7.4074vw 2.7778vw;
    }
    .pandemic-section03-title {
        margin-bottom: 0;
    }
    .pandemic-section03-con {
        position: relative;
        margin-bottom: 16.6667vw;
    }
    .pandemic-section03-con-img {
        position: static;
        height: 27.7778vw;
        width: calc(100% - 2.7778vw);
        margin: 0 0 2rem auto;
        z-index: 1;
    }
    .pandemic-section03-con-textBox {
        width: 100%;
        padding: 0 2.7778vw;
    }
    .pandemic-section03-con-text {
        width: 100%;
    }
    .pandemic-section03-bottom-text {
        display: inline-block;
    }
    .pandemic-section03-title {
        font-size: calc(13px + 5.3vw);
    }
    .pandemic-section03-con-title {
        font-size: calc(13px + 2.4vw);
    }
    .pandemic-section03-con-text {
        font-size: calc(13px + .9vw);
    }
    .pandemic-section03-con-text > small {
        font-size: calc(13px + .3vw);
    }
    .pandemic-section03-bottom-text {
        font-size: calc(13px + 1vw);
    }
    .pandemic-section03-bottom-text::after,
    .pandemic-section03-bottom-text::before {
        right: auto;
        left: 50%;
        top: 102%;
        transform: translateX(-50%);
        width: 22px;
        height: 15px;
    }
    .pandemic-section03-bottom-text::after {
        bottom: 102%;
        top: auto;
    }
}
