* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-style: normal;
    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;
}

body,
.wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 320px;
}

.subBg {
    background: #b1d1e6;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.bg {
    width: 100%;
    height: 100vh;
    max-height: 950px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(http://sonyeonkyung.dothome.co.kr/img/videoBg2.png) center no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -10;
    overflow: hidden;
    display: flex;
    justify-content: center;

    object-position: center bottom;

}


#vid {
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: 1;
    object-position: center bottom;
}

.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    background: url(/img/loading.gif)#B9CEED center no-repeat;
}



.page1 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    height: 100vh;
    max-height: 950px;
    width: 100%;
    padding: 60px 100px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
}

.page1 .titleWrap {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page1 .title {
    font-size: 140px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    text-align: center;
    width: 100%;
}

.page1 .subTitle {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page1 .subTitle > div {
    width: 33.333333%;
}

.leftT {
    text-align: left;
}

.middleT {
    text-align: center;
}

.rightT {
    text-align: right;
}

.box {
    width: 100%;
    padding: 100px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.down {
    margin-bottom: 50px;
}

.icon_down {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 24px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 52px;
    height: 55px;
    -webkit-animation: spotArrow 0.5s linear 0s infinite alternate;
    animation: spotArrow 0.5s linear 0s infinite alternate;
    margin-top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 10;
    content: '';

}



.down img {
    display: inline-block;
    width: 80%;
    object-fit: contain;
    height: 100%;
}

.page2 {
    height: auto;
    width: 100%;
    max-height: 950px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background: #fff;

    /*background: rgba(255, 255, 255, 0.2);*/
    /*backdrop-filter: blur(50px);*/

}

.page2 .title {
    font-size: 60px;
    font-weight: 200;
    line-height: 1.3;
    width: 100%;
}

.page2 .subTitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
}

.page2 .text {
    font-size: 16px;
    line-height: 1.5;
}

.page2 .text > img {
    width: 30px;
    margin-right: 2px;
    border-radius: 4px;
    display: inline-block;
}

.page2 .contentWrap {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page2 .content {
    width: 50%;

    text-align: left;
}

.page2 .titleWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page2 .profile {
    display: inline-block;
    width: 250px;
    height: 250px;
    position: relative;
    object-fit: contain;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.page2 .profile .img {
    width: 100%;
    height: 100%;
}

.page2 .profile .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}


.page2 .con {
    width: 100%;

    margin-bottom: 40px;
}

.page3 {
    width: 100%;
    min-height: 100vh;
    background: #F4F6F8;
}

.page3 .title {
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 800;
}

.hideme {
    opacity: 0;
}

.hideme1 {
    opacity: 0;
}

.contents_wrap {
    width: 100%;
    font: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    overflow: hidden;
}

.portfolio_area {
    width: 100%;
    vertical-align: top;
    text-align: center;

}

.portfolio {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    aspect-ratio: 1 / 1;
}

.footer a {
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    align-content: center;

}

.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_title {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 14px;
    position: absolute;
    bottom: 0;
}

.portfolio_title > .text_bold {
    margin-bottom: 5px;
}

.portfolio_title > .text_ko {
    margin-bottom: 0px;
}

.text_bold {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    word-break: keep-all;
}

.text_ko {
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.portfolio_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    aspect-ratio: 1 / 1;
}

.portfolio {
    width: 100%;
    height: 100%;
}

.innerWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio_inner .inner {
    width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px 15px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio_inner .inner > a {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.portfolio_inner .icon_area {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.btn_wrap {
    margin-top: 10px;

}

.btn_wrap button {
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    margin: 0 3px;
}

.btn_wrap button:hover {
    background: #6ea6ea;
    color: #fff;
}

.portfolio:hover .portfolio_inner {
    opacity: 1;
}

.portfolio:hover .portfolio_inner .inner {
    opacity: 1;
}

.portfolio:hover .portfolio_inner .inner > a {
    opacity: 1;
}

.footer {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    min-width: 280px;
    padding: 0 20px;
    padding: 30px;
    line-height: 1.5;

}

.title2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 100;
    margin-top: 20px;
}

.popupWrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    padding: 20px;

    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

.popupClose {
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 200;
}

.iconClose {
    width: 18px;
    height: 18px;
    background: url(../img/iconClose.svg) center no-repeat;
    background-size: contain;
}

.popup {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    max-height: 90%;
    max-width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;

}

.popup::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 6px;
}

.popup::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.popup::-webkit-scrollbar-track {
    background-color: #e9e9e9;
    border-radius: 6px;
    width: 6px;
}

.popupSlide {
    font-size: 0;
    display: flex;
}

.SlideWrap {
    width: 60vw;
    background: #fff;
    aspect-ratio: auto 1.414 / 1;
    display: flex;
    font-size: 0;

}

.SlideWrap img {
    max-width: 100%;
    display: inline-block;
    object-fit: cover;
    width: 100%;
}
.SlideWrap > img{
    object-fit: cover;
}

.popupCon {
    width: 340px;
    padding: 40px;
    position: relative;
    margin-left: -1px;
}

.popupCon .tag {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.popupCon .subTitle {
    font-size: 30px;
    font-weight: 600;
    word-break: keep-all;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}

.popupCon .text {
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
}

.table {
    margin-top: 30px;
}

.tableTitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 4px;
    word-break: keep-all;
}

.tableText {
    font-size: 14px;
    margin-bottom: 10px;
    word-break: keep-all;
    background: #f8f8f8;
    padding: 10px;
}

.btnPdf {
    line-height: 50px;
    border-radius: 25px;
    color: #8dbaef;
    border: solid 1px #8dbaef;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 16px;
}

.btnPdf .iconOpen {
    width: 24px;
    height: 24px;
    background: url(../img/paper.svg) center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.btnPdf.btnlink {
    border: none;
    line-height: 1;
    border-radius: 0;
    width: fit-content;
    margin-top: 0;
    background: none;
    margin-bottom: 0;
    text-align: left;
    padding: 2px;
}

.btnPdf.btnlink p {

    color: #000;
    border-bottom: solid 1px #000;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnPdf.btnlink .iconOpen {
    background: url(../img/open.svg) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.btnPdf:hover {
    color: #fff;
    background: #6ea6ea;
    border: solid 1px #6ea6ea;
}

.btnPdf.btnlink:hover {
    background: none;
    border: none;
}

.btnPdf.btnlink:hover p {
    color: #6ea6ea;
    border-bottom: solid 1px #6ea6ea;
}

.btnPdf:hover .iconOpen {
    background: url(../img/paper_aft.svg) center no-repeat;
    background-size: contain;

}

.btnPdf.btnlink:hover .iconOpen {
    background: url(../img/open_aft.svg) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper img {
    max-width: 100%;
    height: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    width: 32px;
    height: 32px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
    content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
    content: "";

}

.swiper-button-next img,
.swiper-rtl .swiper-button-prev img {
    width: 32px;
    height: 32px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    z-index: 600 !important;
    transform: translate3d(0, 0, 0);
}

.swiper-button-next img {
    transform: rotate(-180deg);
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer .iconOpen {
    width: 18px;
    height: 18px;
    background: url(../img/open_w.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 2px;
}

.top {
    width: 50px;
    height: 50px;
    background: #B9CEED;
    position: fixed;
    bottom: 20px;
    right: 16px;
    display: none;
    padding: 8px;
    border: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    z-index: 50;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
}

.top.end {
    bottom: 60px;
}

.top:hover {
    background: #6ea6ea;
}

.arrow_top {
    width: 100%;
    height: 34px;
    background: url(http://sonyeonkyung.dothome.co.kr/img/up.svg) center no-repeat;
    margin-bottom: 0px;
    background-size: cover;
}

.swiper-wrapper {
    background: #fff;
}

.swiper-zoom-container img {
    background: #fff;
}

.buttonWrap {
    margin-top: 20px;
}

.popup > .buttonWrap {
    display: none;
    z-index: 500;
    position: sticky;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    margin-bottom: 50px;
}

@media all and (max-width:1279px) {
    .swiper-wrapper {
        height: fit-content;
    }

    .swiper {
        height: auto;
    }

    .popup > .buttonWrap {
        display: block;
    }

    .icon_down {
        bottom: 16px;
        width: 36px;
        height: 38px;
        -webkit-animation: spotArrow2 0.5s linear 0s infinite alternate;
        animation: spotArrow2 0.5s linear 0s infinite alternate;
        margin-top: 0;
    }

    .buttonWrap {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bg {
        height: 80vh;
    }

    .page1 {
        padding: 40px 20px;
        height: 80vh;
    }

    .page1 .title {
        font-size: 100px;
    }

    .page1 .subTitle {
        font-size: 18px;
        font-weight: 400;
    }

    .box {
        padding: 60px 20px;

        text-align: center;
    }


    .textHide {
        display: none;
    }

    .page2 .title {
        font-size: 40px;
    }

    .page2 .content {
        width: 100%;
        text-align: center;
    }


    .page2 .con {
        margin-bottom: 20px;
    }

    .page2 .profile {
        margin-top: 30px;
    }

    .page2 .titleWrap {
        flex-direction: column;
    }

    .page2 .contentWrap {
        margin-top: 40px;
    }

    .contents_wrap {
        gap: 10px;
    }

    .page3 .title {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .btn_wrap button {
        margin: 3px 0;
    }

    .btn_wrap {
        display: flex;
        flex-direction: column;
    }

    .title2 {
        font-size: 40px;
    }

    .popup {
        flex-direction: column;
        display: inline-block;
        max-height: 80%;
        width: 90%;
        max-width: 760px;
    }

    .popupCon {
        width: 100%;
        padding: 30px 30px 0 30px;
        margin-left: 0;
    }

    .popupCon .subTitle {
        font-size: 20px;
    }

    .SlideWrap {
        width: 100%;
        aspect-ratio: auto;
    }

    .popupWrap {
        height: 100%;
    }

    .footerBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .8;
        backdrop-filter: blur(50px);

    }

    .footer {
        position: relative;
        background: #000;
    }

    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        backdrop-filter: blur(30px);
    }

    .footer::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        opacity: .8;
        background: url(http://sonyeonkyung.dothome.co.kr/img/videoBg.png)#000 center no-repeat;
        background-size: cover;
    }

    .swiper img {
        height: auto;
        max-height: 100%;
    }

    .swiper-zoom-container {
        height: auto;
    }

    .swiper-slide {
        height: fit-content;
    }

    .btnFix {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .btnPdf {
        background: #8dbaef;
        color: #fff;
        width: fit-content;
        width: 240px;
        max-width: 100%;
        margin: auto;
    }

    .btnPdf .iconOpen {
        background: url(../img/paper_aft.svg) center no-repeat;
    }

    .btnPdf.btnlink {
        margin: 0;
        text-align: left;
    }


}

@media all and (max-width:767px) {
    .bg {
        height: 550px;
    }

    .page1 {
        padding: 40px 20px;
        height: 550px;
    }

    #vid {
        /*
    height: 120vw;
    width: 80vh;
    transform: rotate(-90deg);
*/
        height: 550px;
    }

    .page1 .title {
        font-size: 60px;
    }

    .page1 .subTitle {
        font-size: 16px;
    }

    .page1 .subTitle > div {
        width: auto;
    }

    .page2 .contentWrap {
        flex-direction: column;
        margin-top: 40px;
    }

    .page2 .title {
        font-size: 30px;
    }

    .contents_wrap {
        grid-template-columns: 1fr 1fr;
    }

    .text_bold {
        font-size: 16px;
    }

    .text_ko {
        font-size: 14px;
    }

    .page2 .text.tool {
        max-width: 200px;
        display: inline-block;
    }

    .btn_wrap {
        margin-top: 0;
    }

    .btn_wrap button {
        padding: 4px 14px;
        font-size: 14px;
    }

    .title2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .popupCon {
        padding: 20px 20px 0 20px;
    }

    .footer a {
        justify-content: center;

    }

    .top {
        right: 10px;
        bottom: 10px;
    }

    .top.end {
        bottom: 10px;
    }

    .footer {
        flex-direction: column;
        text-align: center;
    }

    .btnPdf {
        width: 100%;
    }



}
@media all and (max-width:374px) {
.page2 .title {
    font-size: 24px;}
    .page1 .title{
        font-size: 50px;
    }
    .page2 .text{
        font-size: 14px;
    }
    .title2{
        font-size: 26px;
    }
}

@keyframes spotArrow {
    0% {
        bottom: 24px;
    }

    100% {
        bottom: 38px;
    }
}

@keyframes spotArrow2 {
    0% {
        bottom: 16px;
    }

    100% {
        bottom: 30px;
    }
}