/*Web Font*/
@font-face {

    font-family: 'NEXON Lv1 Gothic';
    font-style: 'Regular';
    src: local("NEXON Lv1 Gothic"), format('opentype'),
    url('./source/font/NEXON Lv2 Gothic OTF.otf');
}

@font-face {
    font-family: 'NotoSansKR';
    font-size: 'Regular';
    src: local("NotoSansKR"), format('truetype'),
    url('./source/font/NotoSansKR-Regular.ttf');
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-size: 'Regular';
    src: local("NanumSquareNeo"), format('opentype'),
    url('./source/font/NanumSquareNeo/NanumSquareNeoOTF-Rg.otf');
}

@font-face {
    font-family: 'NanumSquareNeo-Bold';
    font-size: 'Bold';
    src: local("NanumSquareNeo"), format('opentype'),
    url('./source/font/NanumSquareNeo/NanumSquareNeoOTF-Bd.otf');
}

@font-face {
    font-family: 'NanumSquareNeo-Heavy';
    font-size: 'Heavy';
    src: local("NanumSquareNeo"), format('opentype'),
    url('./source/font/NanumSquareNeo/NanumSquareNeoOTF-Hv.otf');
}


    
html {
    scroll-behavior: smooth;
    
}

a, span, th, td {
    transform:rotate(-0.03deg);
}


@media (max-width: 1024px){
    .App{
        white-space: pre-line
    }

    body {
        background-color: white;
        margin: 0px;
        font-family: 'NanumSquareNeo';
        max-width: 100%;
        max-height: 100%;
    }

    nav{
        background-color: rgb(250,250,252);
        display: block;
    }
    
    .home {
        display: none;
    }

    .navigaion a{
        padding: 5px;
        font-weight: 400;
        font-weight: 500;
        text-decoration-line : none;
        color: inherit;
    }
    
    .navigaion{
        line-height: 40px;
        text-align: center;
    }
    
    
    .main{
        margin-top: 8%;
        font-size: 70px;
        font-weight: 800;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main a{
        font-size: 30px;
    }
    
    .main-sub-text{
        display: flex;
        font-size: 15px;
        font-weight: 400;
        justify-content: center;
        align-items: center;
    }

    .main-sub-text-for-ppp{
        display: flex;
        font-size: 7px;
        font-weight: 400;
        justify-content: center;
        align-items: center;
    }
    
    .main-link{
        display: none;
    }

    .main-link-a{
        display: flex;
    }

    .ppp{
        text-align: left;
        font-size: 10px;
        width: 80%;
        margin: 0 auto;
    }
    
    .main img{
        display: none;
    }
    
    footer{
        font-family: " NanumSquareNeo";
        font-weight: 400;
        text-align: center;
        margin: 50px;
    }
    
    .foot{
        margin-top: 8%;
    }
    
    .inquiry-input{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1%;
    }
    
    .inquiry-input input {
        font-family: ' NanumSquareNeo';
        width: 50%;
        height: 40px;
        font-size: 17px;
        border: 0;
        border-radius: 15px;
        outline: none;
        padding-left: 10px;
        background-color: rgb(233, 233, 233);
    }
    
    .inquiry-input-des{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1%;
    }
    
    .inquiry-input-des textarea {
        font-family: ' NanumSquareNeo';
        width: 50%;
        height: 100px;
        font-size: 17px;
        border: 0;
        border-radius: 15px;
        outline: none;
        padding-left: 10px;
        background-color: rgb(233, 233, 233);
        resize: none;
    }
    
    .inquiry-input-check{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1%;
    }
    
    .inquiry-input-check input {
        font-family: ' NanumSquareNeo';
        font-size: 17px;
        border: 0;
        border-radius: 15px;
        outline: none;
        padding-left: 10px;
        background-color: rgb(233, 233, 233);
    }
    
    .inquiry-input-sumbit{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1%;
    }
    
    .inquiry-input-sumbit input {
        font-family: ' NanumSquareNeo';
        width: 50%;
        height: 40px;
        font-size: 17px;
        border: 0;
        border-radius: 15px;
        outline: none;
        padding-left: 10px;
        background-color: rgb(233, 233, 233);
    }
    
    .description{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        text-align: left;
    }

    .channel-list{
        display: flex;
        justify-content: center;
    }
    
    .mariel-des{
        text-align: center;
        width: 100%;
        padding-top: 15%;
        font-size: 25px;
    }

    .mariel img{
        width: 130px;
    }

    .work-list-warp-vertical{
        width: 80%;
        overflow: scroll;
        overflow: auto;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
    }
    
    .work-list-warp-vertical iframe {
        padding: 1%;
    }
    
    .work-list-name{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 1%;
        font-size: 15px;
    }

    .inquiry-input-sclect-option{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1%;
    }
    
    .inquiry-input-sclect-option select {
        font-family: ' NanumSquareNeo';
        width: 50%;
        height: 40px;
        font-size: 17px;
        border: 0;
        border-radius: 15px;
        outline: none;
        padding-left: 10px;
        background-color: rgb(233, 233, 233);
    }

    .work-selector{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 2%;
        font-size: 20px;
    }
    
    .work-selector a{
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .music-player-box{
        background-color: rgb(241, 243, 244);
        width: 80%;
        height: 60px;
        margin: 0 auto;
        display: flex;
        border-radius: 15px;
        text-align: center;
    }
    
    .song-image {
        display: none;
    }
    
    .song-title{
        width: 120px;
        margin: auto;
        margin-left: 5%;
        margin-right: 10%;
        font-size: 18px;
    }
    
    .singer{
        display: none;
    }
    
    .audio-player{
        margin: auto;
        margin-left: 0%;
        margin-right: 3%;
        width: 80%;
    }

    .page-selector{
        text-align: center;
        font-size: 20px;
    }
    
    .page-selector a{
        margin: 7px;
        text-decoration-line: none; 
    }
    
    /*공지 글 양식*/

.notice-title{
    font-size: 55px;
   
}

.notice-hr{
    width: 80%;
}


/*프로필 페이지*/

.Profile {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    margin-top: 55px;
}

.name {
    font-size: 25px;
}

.name a {
    line-height: 40px;
    font-weight: bold;
}

.name li {
    font-weight: normal;
}

.name-des {
    font-size: 20px;
    line-height: 30px;
}

.academic{
    font-size: 25px;
}

.academic a{
    font-weight: bold;
}

.academic-des{
    font-size: 20px;
    line-height: 30px;
}

.Career{
    font-size: 25px;
}

.Career a{
    font-weight: bold;
}

.Career li{
    font-size: 20px;
}

.Career-des {
    font-size: 20px;
    line-height: 30px;

}

.Other {
    font-size: 25px;
}

.Other a{
    font-weight: bold;
}

.Other-link{
    font-size: 20px;
    line-height: 30px;
    color: black;
}

.fav-games{
    font-size: 25px;
}

.fav-games a{
    font-weight: bold;
}

.fav-games li{
    font-size: 20px;
}

.fav-games-des{
    font-size: 20px;
    line-height: 30px;
}


.fav-games-rythem{
    font-size: 25px;
}

.fav-api{
    font-size: 25px;
}

.fav-games-rythem1{
    font-size: 20px;
}

.BDGBP {
    width: 350px;
}

.WACCA-img{
    width: 100px;
}

.maimai-img{
    width: 200px;
}

.naruto-img{
    width: 300px;
}

footer {
    line-height: 25px;
}

.chzzk-api-table {
    border-collapse: collapse;
    width: 100%;
}

.chzzk-api-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.chzzk-api-table th{
    background-color: #ffdec8;
}

.up-to{
    position: fixed;
    display: flex;
    padding: 14px 19px;
    align-items: center;
    left: 80%;
    background-color: rgb(250,250,252);
    bottom: 80px;
    border-radius: 24px;
    transition: linear 0.2s;
    transform: translateX(-50%) scale(1.0);
    gap: 8px;
    cursor: pointer;
    outline: solid 1px rgb(139, 139, 139);
    user-select:none;
}

.up-to:hover {
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.2);
    transition: linear 0.2s;
    transform: translateX(-50%) scale(1.04);
}

.up-to:active{
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.2);
    transition: linear 0.1s;
    transform: translateX(-50%) scale(0.8);
}

    }



@media all and (min-width: 1024px)    {

    .App{
        white-space: pre-line
    }



body {
    background-color: white;
    margin: 0px;
    font-family: 'NanumSquareNeo';
    max-width: 100%;
    max-height: 100%;
    
}


nav{
    background-color: rgb(250,250,252);
    display: block;
}


.navigaion a{
    padding: 5px;
    font-weight: 400;
    font-weight: 500;
    text-decoration-line : none;
    color: inherit;
}

.navigaion{
    line-height: 250%;
    text-align: center;
}


.main{
    margin-top: 8%;
    font-size: 70px;
    font-weight: 800;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sub-text{
    display: flex;
    font-size: 30px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.main-sub-text-for-ppp{
    display: flex;
    font-size: 30px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.main-link{
    display: none;
}

.main-link-a{
    display: flex;
}

.ppp{
    text-align: left;
    font-size: 18px;
    width: 800px;
    margin: 0 auto;
}

.main img{
    width: 60%;
    filter: drop-shadow(10px 6px 6px #c3c3c3);
}

footer{
    font-family: ' NanumSquareNeo';
    font-weight: 400;
    text-align: center;
    margin: 50px;
}

.foot{
    margin-top: 8%;
}

.inquiry-input{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}

.inquiry-input input {
    font-family: ' NanumSquareNeo';
    width: 20%;
    height: 40px;
    font-size: 17px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(233, 233, 233);
}

.inquiry-input-des{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}

.inquiry-input-des textarea {
    font-family: ' NanumSquareNeo';
    width: 20%;
    height: 100px;
    font-size: 17px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(233, 233, 233);
    resize: none;
}

.inquiry-input-check{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}

.inquiry-input-check input {
    font-family: ' NanumSquareNeo';
    font-size: 17px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(233, 233, 233);
}

.inquiry-input-sumbit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}

.inquiry-input-sumbit input {
    font-family: ' NanumSquareNeo';
    width: 20%;
    height: 40px;
    font-size: 17px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(233, 233, 233);
}

.inquiry-input-sclect-option{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}

.inquiry-input-sclect-option select {
    font-family: ' NanumSquareNeo';
    width: 20%;
    height: 40px;
    font-size: 17px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(233, 233, 233);
}



.description{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    text-align: left;
}

.channel-list{
    display: flex;
    justify-content: center;
}

.mariel-des{
    text-align: center;
    width: 100%;
    padding-top: 15%;
    font-size: 25px;
}

.timer-a {
    text-align: center;
    color: rgb(233, 233, 233);
}

.work-list-warp-vertical{
    width: 80%;
    overflow: scroll;
    overflow: auto;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.work-list-warp-vertical iframe {
    padding: 1%;
}

.work-list-name{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 2%;
    font-size: 30px;
}

.work-selector{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 2%;
    font-size: 30px;
}

.work-selector a{
    margin-left: 5%;
    margin-right: 5%;
}

.music-player-box{
    background-color: rgb(241, 243, 244);
    width: 80%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    border-radius: 15px;
    text-align: center;
}

.song-image {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-left: 2%;
    margin-right: 0%;
}

.song-title{
    width: 150px;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 22px;
}

.singer{
    width: 150px;
    margin: auto;   
    margin-left: 30px;
    margin-right: 5%;
    font-size: 22px;
}

.audio-player{
    margin: auto;   
    margin-left: 10%;
    margin-right: 3%;
    width: 50%;
}

.page-selector{
    text-align: center;
    font-size: 20px;
}

.page-selector a{
    margin: 7px;
    text-decoration-line: none; 
}

/*공지 글 양식*/

.notice-title{
    font-size: 55px;
   
}

.notice-hr{
    width: 1200px;
}


/*프로필 페이지*/

.Profile {
    width: 1200px;
    margin-top: 55px;
    padding-left: 15%;
}

.name {
    font-size: 30px;
}

.name a {
    line-height: 40px;
    font-weight: bold;
}

.name li {
    font-weight: normal;
}

.name-des {
    font-size: 20px;
    line-height: 30px;
}

.academic{
    font-size: 30px;
}

.academic a{
    font-weight: bold;
}

.academic-des{
    font-size: 20px;
    line-height: 30px;
}

.Career{
    font-size: 30px;
}

.Career a{
    font-weight: bold;
}

.Career li{
    font-size: 20px;
}

.Career-des {
    font-size: 20px;
    line-height: 30px;

}

.Other {
    font-size: 30px;
}

.Other a{
    font-weight: bold;
}

.Other-link{
    font-size: 20px;
    line-height: 30px;
    color: black;
}

.fav-games{
    font-size: 30px;
}

.fav-games a{
    font-weight: bold;
}

.fav-games li{
    font-size: 20px;
}

.fav-games-des{
    font-size: 20px;
    line-height: 30px;
}

.fav-games-rythem{
    font-size: 25px;
}

.fav-api{
    font-size: 25px;
}

.fav-games-rythem1 {
    font-size: 18px;
}

.BDGBP {
    width: 500px;
}

.WACCA-img{
    width: 200px;
}

.naruto-img{
    width: 500px;
}

footer {
    line-height: 25px;
}

.chzzk-api-table {
    border-collapse: collapse;
    width: 75%;
}

.chzzk-api-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.chzzk-api-table th{
    background-color: #ffdec8;
    font-weight: 400;
}

.up-to{
    position: fixed;
    display: flex;
    padding: 14px 19px;
    align-items: center;
    left: 80%;
    background-color: rgb(250,250,252);
    bottom: 125px;
    border-radius: 24px;
    transition: linear 0.2s;
    transform: translateX(-50%) scale(1.0);
    gap: 8px;
    cursor: pointer;
    outline: solid 1px rgb(139, 139, 139);
    user-select:none;
}

.up-to:hover {
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.2);
    transition: linear 0.2s;
    transform: translateX(-50%) scale(1.04);
}

.up-to:active{
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.2);
    transition: linear 0.1s;
    transform: translateX(-50%) scale(0.8);
}

}