/*@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/
html body {
    /*  font-family: 'Inter', 'Nanum Myeongjo', serif !important;*/
    overflow-y: hidden !important;
    font-family: 'Hahmlet' !important;
    font-display: block;
}

::selection {
    color: none;
    background: none;
}
::-webkit-scrollbar {
    display: none !important;
}


p {}

button {
    cursor: pointer !important;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;

    font-size: 17px;
    width: 100%;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

/*
p.typing-txt {
    display: none;
}*/


.typing-txt {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    border-right: 1px solid #000;
    padding-right: 2px;
    color: white;
    text-align: center;
    animation: cursor 0.4s infinite;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 105px;
    z-index: 910009 !important;
}

.typing-txt1 {
    /*       position: absolute;*/
    display: inline-block;
    animation-name: cursor;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    z-index: 999 !important;
    font-weight: 400;
    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    color: white;
    top: 135px;
    font-size: 25px;
    -webkit-animation-timing-function: linear;

    animation-timing-function: linear;
}

.subtext {
    z-index: 999 !important;

    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    color: white;
    font-size: 18px;
    top: 210px;
    display: none;

}

.copy_name {
    z-index: 999 !important;

    position: fixed;


    text-align: center;
    color: white;
    font-size: 19px;
    font-weight: 700;
    right: 60px;
    bottom: 40px;
    font-family: 'Noto Serif JP', serif !important;
}

.left_name {
    z-index: 999 !important;

    position: fixed;


    text-align: left;
    color: #eeebe2;
    font-size: 20px;
    font-weight: 700;
    left: 100px;
    top: 105px;
    font-family: 'Noto Serif KR', serif !important;
}


.left_name_sub {
    z-index: 999 !important;

    position: fixed;


    text-align: left;
    color: #eeebe2;
    font-size: 20px;
    font-weight: 700;
    left: 100px;
    top: 150px;
    line-height: 25px;
    font-family: 'Noto Serif KR', serif !important;
}

.menu1 {
    color: #eeebe2;
    font-size: 18px;
    z-index: 999 !important;
    font-family: 'Noto Serif KR', serif !important;
    position: fixed;
    text-align: center;
    left: 25%;
    width: 10%;
    font-weight: 600;
    top: 167px;
    cursor: pointer !important;
}

.menu2 {
    color: #eeebe2;
    font-size: 18px;
    z-index: 999 !important;
    font-family: 'Noto Serif KR', serif !important;
    position: fixed;
    text-align: center;
    left: 65%;
    width: 10%;
    font-weight: 600;
    top: 167px;
    cursor: pointer !important;
}

.menu_bar {
    position: fixed;
    top: 200px;
    width: 50%;
    left: 25%;
    height: 1px;
    border-bottom: 1px solid #eeebe2;
}

.menu2 :hover {
    color: white;
    text-decoration: none !important;
}

.menu1 :hover {
    color: white;
    text-decoration: none !important;
}

.dis1,
.dis2,
.dis3,
.dis4,
.dis5 {
    display: none;
}

@keyframes cursor {
    0% {
        border-right: 1px solid transparent;
    }

    50% {
        border-right: 1px solid transparent;
    }

    100% {
        border-right: 1px solid transparent;
    }
}

@media screen and (min-width:1751px) {
    .t_button {
        color: black;
        text-align: center;
        border: none;
        background: none;
        cursor: pointer !important;

        line-height: 34px;
        font-size: 30px;
        font-family: 'Hahmlet' !important;
        transition: all 1s;
    }

}

@media screen and (min-width:1300px) and (max-width:1750px) {
    .t_button {
        color: black;
        text-align: center;
        border: none;
        background: none;
        cursor: pointer !important;

        line-height: 37px;
        font-size: 21px;
        font-family: 'Hahmlet' !important;
        transition: all 1s;
    }

}

@media screen and (max-width:1299px) {
    .t_button {
        color: black;
        text-align: center;
        border: none;
        background: none;
        cursor: pointer !important;

        line-height: 32px;
        font-size: 20px;
        font-family: 'Hahmlet' !important;
        transition: all 1s;
        padding: 0 !important;
    }


}


.t_button:active {
    border: none !important;
}

.t_button:hover {
    color: white !important;
}

.blink_t {
    animation: color-change 1s infinite;
}

.blink_t1 {
    animation: color-change1 1s infinite;
}

@keyframes color-change {
    0% {
        color: white;
    }

    100% {
        color: black;
    }

}

@keyframes color-change1 {
    0% {
        color: white;
    }

    100% {
        color: blue;
    }

}

.tt_right {
    float: right;
    position: absolute;
    float: right;
    right: 10px;
    top: 0px;
}

.blue_back {
    background: blue !important;
}

.f_blue {
    color: blue !important;
}

button:focus {
    outline: none !important;
}
@media screen and (min-width:1300px)
{
button
{ 
    padding: 1px 6px !important;
}
}