
a{
    background-image: url(../namu13-notice/notice.html)
}
@font-face {
    font-family: 'SoukouMincho';
    src: url(../fonts/SoukouMincho.ttf) format('truetype');
}

@font-face {
    font-family: 'digital-7';
    src: url(../fonts/digital-7mono.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'FiraSansExtraCondensed-Bold';
    src: url('../fonts/FiraSansExtraCondensed-Bold.ttf') format('truetype');
}



/* 전체 초기화 */
* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR Regular';
}

body {
    overflow: hidden;
    background-color: pink;

}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a:any-link {
    text-decoration: none;
    color: #fff;
}

.no-scroll {
    overflow: hidden;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
}

.hidden {
    position: absolute;
    left: -9999px;
}


header {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 170px;
    z-index: 10;
}

header img {
    width: 100%;
    vertical-align: top;
}

#lnb {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #226fc1;
    z-index: 8;
    display: none;
}

.hamburger {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.bar1,
.bar2,
.bar3 {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    transition: all 0.2s;
}

.bar1 {
    top: 0;
}

.deg45 {
    transform: translateY(13px) rotate(45deg) scaleX(1.3);
}

.bar2 {
    top: 13px;
}

.y90deg {
    transform: rotateY(90deg);
}

.bar3 {
    bottom: 0;
}

.deg-45 {
    transform: translateY(-13px) rotate(-45deg) scale(1.3, 1);
}



/******* menu *********/
.menu {
    position: absolute;
    left: 20px;
    width: 60%;
    height: 60vh;
    bottom: 0;
    font-size: 62px;
    z-index: 7;
}

.menu li {
    height: 23%;
}

.menu li a {
    display: block;
    height: 100%;
    font-family: 'FiraSansExtraCondensed-Bold';
    -webkit-text-stroke: 2px #fff;
    letter-spacing: 5px;
    color: transparent;
    padding: 20px 0;
}

.menu li a:hover {
    -webkit-text-stroke: 2px #f4acbb;
    color: #f4acbb;
}




.gnb {
    position: absolute;
    right: 8px;
    top: 70px;
    z-index: 8;
    text-align: right;
}

.gnb > li {
    float: left;
}

.gnb > li > a {
    display: block;
    font-size: 16px;
    font-family: 'digital-7';
    color: #fff;
    padding: 5px 15px;
}

.gnb > li > a:hover {
    color: #f4acbb;
}





/*
.sns_menu {
    height: 300px;
    position: fixed;
    right: -150px;
    bottom: 245px;
    z-index: 8;
    float: right;
    transform: rotate(90deg);
}
*/

.sns_menu {
    position: fixed;
    right: -140px;
    bottom: 30%;
    z-index: 8;
    float: right;
    transform: rotate(90deg);
}

.sns_menu > li {
    float: left;
    margin-left: 20px;

}

.sns_menu > li > a {
    float: left;
    margin-left: 20px;
    font-family: 'digital-7';
    font-size: 16px;
    color: #fff;
}

.sns_menu > li > a:hover {
    color: #f4acbb;
}

/****** left-vertical-menu ******/

.left-vertical-menu {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 2;
    transform-origin: bottom left;
    transform: rotate(90deg);

}



.left-vertical-menu ul li {
    float: left;
    padding: 0 20px;
}

.left-vertical-menu ul li a {
    font-size: 20px;
    color: #fff;
}

.left-vertical-menu ul li:nth-child(2) a {
    color: #ea375c;
    font-weight: bold;
}

.left-vertical-menu ul li:nth-child(1):hover a {
    color: #ea375c;
    font-weight: bold;
}


/***** text-block *****/
.text-block {
    position: absolute;
    top: 25%;
    left: 10px;
    width: auto;
    height: 10vh;
}

.text-block h2 {
    font-size: 32px;
    font-family: 'SoukouMincho';
    color: #fff;
}


.text-block p {
    font-size: 20px;
    color: #fff;
}





/************************************/
@media (min-width:700px) {
    .menu {
        bottom: 0;
        left: 20px;
        width: 60%;
        font-size: 82px;
        z-index: 7;
    }
    
    .menu li {
        height: 25%;
    }

   .text-block {
        top: 25%;
    }

    .text-block h2 {
        font-size: 48px;
    }


    .text-block p {
        font-size: 32px;
    }

    .gnb {
        position: absolute;
        right: 75px;
        top: 20px;
        z-index: 8;
        text-align: right;
        
    }
    
    .gnb li a {
        font-size: 20px;
    }
    
    .sns_menu {
      bottom: 23%;
        
    }
    
    .sns_menu > li > a {
        font-size: 20px;
    }


}

/************************************/


@media (min-width:1024px) {

    .hamburger {
        display: none;
    }

    #lnb {
        position: absolute;
        height: 6em;
        background-color: transparent;
        display: block;
    }

    .menu {
        display: none;
    }


    .sns_menu {
        height: 50px;
        position: fixed;
        right: 60px;
        top: 30px;
        z-index: 8;
        float: right;
        transform: rotate(0deg);
    }


    .sns_menu > li {
        position: relative;
        float: left;
        margin-left: 150px;
        padding: 0 10px;

    }

    .sns_menu li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -140px;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 1.5px;
        background-color: #fff;
    }


    .sns_menu > li > a {
        float: left;
        margin-left: 20px;
        font-family: 'digital-7';
        font-size: 20px;
        color: #fff;
    }

    .sns_menu > li > a:hover {
        color: #f4acbb;
    }




    .gnb {
        top: 150px;
    }

    .gnb > li {
        clear: left;
        clear: left;
        width: 100%;

    }

    .gnb > li > a {
        font-size: 32px;
        color: #fff;
        font-family: 'digital-7';
        padding: 15px 0;
    }


    .text-block {
        display: none;
    }

    .left-vertical-menu {
        left: auto;
        right: 60%;
        top: 25px;
        z-index: 10;
        transform: rotate(0deg);
        font-size: 24px;
    }





}
