@charset "utf-8";

@font-face {
    font-family: 'noonnu';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
}

html.on,
body.on {
    overflow: hidden;
}

#wrap {
    width: 100%;
}

.txt {
    line-height: 150%;
}

.mobile {
    display: none;
}

.mMod2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}


video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.vid{
    border-radius: 0;
}

.dim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.267);
    z-index: 1;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.maintitlebx {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    text-align: center;
    z-index: 2;
}

.mMod0 {
    font-size: 25px;
    color: #fff;
}

.mMod3 {
    color: #fff;
    margin-top: 63px;

    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mMod3 h2 {
    font-size: 45px;
    line-height: 120%;
    width: 470px;
    margin: 0 auto;
    font-family: 'noonnu';

}

.mMod3 .txt {
    width: 674px;
    margin: 0 auto;
    font-size: 25px;
    margin-top: 48px;
}

.mMod1 {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 92px;
    background-color: #fff;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.mMod1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    object-fit: cover;
}


.content{
    margin-top: 100vh;
}

.qrbx .mMod3{
    margin: 0;
}

.qrbx .mMod3 h2{
    color: #000;
    margin: 0;
    width: 100%;
}