/* MAIN STYLE */

@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700;900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', 'sans-serif';
    font-weight: 100;
    letter-spacing: -1px;
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
    word-wrap: break-word;
}

body.reveal {
    opacity: 1;
}

body.hidden {
    opacity: 0
}


hr {
    border: 0px;
    height: 1px;
    background-color: lightgrey;
}

a {
    color: black;
    text-decoration: none;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

p {
    margin: 0;
}

button {
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}


.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    top: 0px;
    position: fixed;
    transition: all 0.2s ease-in-out;
}

.header.scroll {
    top: -80px;
}

.header > #HeaderArticle_1 {
    margin-top: 10px;
    display: flex;
}

.header > #HeaderArticle_1 > a {
    vertical-align: middle;
    width: 130px;
    margin-top: 20px;
    margin-left: 30px;
    padding-right: 15px;
    height: max-content;
    border-right: 1px solid lightgrey;
}

.header > #HeaderArticle_1 > ul {
    list-style: none;
    display: flex;
    margin-left: -10px;
}

.header > #HeaderArticle_1 > ul > li {
    padding-right: 12px;
    letter-spacing: -1px;
    font-weight: 700;
}

.header > #HeaderArticle_1 > ul > li > a {
    color: auto;
    transition: all 0.1s ease;
}

.header > #HeaderArticle_1 > ul > li > a:hover {
    color: black !important;
    transition: all 0.2s ease;
}

.header > #HeaderArticle_2 {
    margin-top: 7px;
    color: black;
}

.header > #HeaderArticle_2 > ul {
    list-style: none;
    display: flex;
}

.header > #HeaderArticle_2 > ul > li {
    font-size: 23px;
    padding-right: 15px;
}

#MainSection {
    width: 100%;
    height: 35vw;
    filter: opacity(80%);
    background-image: url('../images/bg/contradict_background.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    text-align: center;
}

.uppertitle {
    width: 100%;
    top: 0;
    position: relative;
}

.maintitle {
    position: absolute;
    width: 100%;
    color: white;
    font-size: 50px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    top: 50%;
    filter: drop-shadow(0 0 0.7rem black);
    z-index: 0;
}

#ContentsSection {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    margin-bottom: 160px;
    background-color: white;
}

#ContentsSection > p {
    text-align: center;
    padding-top: 12%;
    font-size: 2vw;
    letter-spacing: -1px;
    font-weight: 200;
}

footer {
    width: 100%;
    height: 100px;
    bottom: 0;
    top: 15%;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.5px;
    position : relative;
    transform : translateY(100%);
    background-color: rgb(240, 240, 240);

}

footer > p {
    padding-top: 35px;
}

.Lang_menu {
    background-color: white;
    width: max-content;
    height: 90px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 0.15);
    margin-left: -15px;
    padding-bottom: 85px;
    display: none;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.Lang_menu > ul {
    list-style: none;
    padding-top: 10px;
    margin-top: -173px;
    margin-left: -20px;
}

.Lang_menu > ul > li {
    padding-right: 20px;
    text-align: left;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.Lang_btn {
    cursor: pointer;
}

.Lang_sel {
    margin-left: 55px;
    margin-top: -20px;
    cursor: pointer;
    text-align: left;
    width: max-content;
}

.Lang_sel > img {
    margin-left: 35px;
}

.Lang_menu.onclick {
    display: block;
}

.Lang_menu:hover {
    display:block;
    transition: all 0.2s ease-in-out;
}

.counter {
    font-size: 15px;
    margin-top: 6px;
    color: grey;
    font-weight: 200;
}

#nav-icon4 {
    width: 30px;
    height: 45px;
    position: relative;
    margin: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    float: right;
    z-index: 12;

}
  
#nav-icon4 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: rgb(36, 36, 36);
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
top: 3px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
top: 11px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
top: 19px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 0px;
}

#nav-icon4.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 0px;
}

#mobile-menu {
    background: white;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
  }

#toggle {
    display: none;
  }
  
  #toggle:checked + #mobile-menu {
    display: block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
  }
  
#mobile-menu > div {
height: 80%;
text-align: right;
font-weight: 400;
margin: 40px;
}

#mobile-menu > div > ul {
display: inline;
font-size: 30px;
margin: 0;
letter-spacing: -1px;
line-height: 70px;
list-style: none;
}

#mobile-menu > div > ul > hr {
    width: 50%;
    }


#NewsTap {
    margin: 75px;
    width: 33.3%;
    height: auto;
}

#Home_Top {
    display: flex;
    justify-content: space-evenly;
    height: max-content;
    width: 100%;
}

#NewsTapContents {
    display: flex;
    justify-content: space-between;
}

#NewsTap > div > p {
    width: max-content;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -1px;
    clear:left;
}

.NewsContentsInfo {
    display: flex;
}

#NewsDate {
    font-size: 11px;
    margin-top: 6px;
    color: grey;
    font-weight: 200;
}

.Newsday {
    font-size: 11px;
    margin-top: 6px;
    color: grey;
    font-weight: 200;
}

#NewsTap > hr {
    width: auto;
    height: 5px;
    background-color: black;
    margin-bottom:0;
}

#NewsMore {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.5px; 
    margin-top: 17px;
}

.NewsContents {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 100px;
    padding-left: 15px;
    border-bottom: 1px solid rgb(218, 218, 218);
    background-color: white;
    letter-spacing: -0.5px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: block;
    clear:both;
}

.New_icon {
    font-size: 9px;
    border-radius: 5px;
    background-color: red;
    width: max-content;
    padding: 2px 5px;
    color:white;
    margin-top: 5px;
    margin-right: 8px;
}

.New_icon_inpage {
    font-size: 9px;
    border-radius: 5px;
    background-color: red;
    width: max-content;
    padding: 2px 5px;
    color:white;
    margin-bottom: 5px;
}

.NewsContents:hover {
    background-color: rgb(240, 240, 240);
    transition: all 0.2s ease-in-out;
}

#Home_hr {
    width: 90%;
}

#Home_Second {
    margin: 75px;
    border: 1px solid lightgrey;
    background-color: rgb(250, 250, 250);
    padding: 24px;
    border-radius: 24px;
}

.Home_Title {
    font-size: 35px;
    font-weight: 700;
}

.Home_SubTitle {
    font-size: 20px;
    font-weight: 300;
    margin-top: 7px;
}

.Photo {
    letter-spacing: -5px;
    margin-top: 20px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

.Photo img {
    vertical-align: bottom;  
}

.Info {
    margin-top: 24px;
    width: 100%;
}

.Home_Second_Icon {
    letter-spacing: 0;
    margin-top: 25px;
    font-weight: 300;
}

/* PORTFOLIO STYLE */

#MainSection_PFO {
    width: 100%;
    height: 35vw;
    filter: opacity(80%);
    background: url('https://portfolio.gyeong.net/static/media/honey_moon.9e198d58.png') fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    text-align: center;
}

#MainSection_PFO > p {
    width: 100%;
    color: white;
    font-size: 50px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    padding-top: 17%;
    filter: drop-shadow(0 0 0.7rem black);
}

.ScrollDown_icon {
    visibility: hidden;
}

#PFO_SECTION_1 {
    display: flex;
    justify-content: space-evenly;
}

#SelectArticle {
    width: 50%;
    margin-top: 40px;
    margin-left: 2%;
}

#SelectArticle > div > ul {
    list-style: none;
    display: flex;
}

#SelectArticle > div > ul > li {
    padding-right: 12px;
}

#SelectArticleSide {
    float: right;
    width: 30%;
    height:max-content;
    margin-top: 60px;
    margin-right: 5%;
}

#PFO_SIDE_BAR {
    width: 100%;
    height: 194px;
    border-left: 1px solid lightslategrey;
    padding: 12px 12px;
    float: right;
}

#PFO_SIDE_BAR > p {
    margin-left: 25px;
}

#portfolio_btn {
    padding: 8px 20px;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    font-weight: 700;
}

#portfolio_btn:hover {
    background-color: rgb(250, 250, 250);
    transition: all 0.1s ease-in-out;
}

#portfolio_btn > p {
    font-weight: 700;
}

#portfolio_contents_1{
    background-color: rgb(250, 250, 250);
    border: 1px solid lightgrey;
    border-radius: 20px;
    padding: 12px 12px;
    width: 90%;
    display: block;
}

#portfolio_contents_2 {
    border: 1px solid lightgrey;
    background-color: rgb(250, 250, 250);
    border-radius: 20px;
    padding: 12px 12px;
    margin-left: -12px;
    width: 90%;
    display: none;
    /* box-shadow: 0px 0px 30px hsl(0deg 0% 0% / 0.15); */
}

#portfolio_contents_3 {
    border: 1px solid lightgrey;
    background-color: rgb(250, 250, 250);
    border-radius: 20px;
    padding: 12px 12px;
    margin-left: -24px;
    width: 90%;
    display: none;
    /* box-shadow: 0px 0px 30px hsl(0deg 0% 0% / 0.15); */
}

.portfolio_contents_title {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.portfolio_contents_contents {
    font-weight: 200;
    padding-top: 20px;
    letter-spacing: -0.5px;
}

.portfolio_contents_link {
    font-size: 13px;
    font-weight: 400;
    padding-top: 20px;
    letter-spacing: -0.5px;
}

/* News Page */

#NewsPage {
    display: flex;
    width: 100%;
    height: max-content;
    flex-flow: row nowrap;
}

#NewsSideTitle {
    width: 25%;
    padding-right: 5%;
    height: max-content;
    padding-right: 0;
    writing-mode: vertical-rl;
    position: sticky;
    left: 0;
    top: 20%;
    background-color: #fff;
}

#NewsTitle {
    height: 100%;
    font-weight: 100;
    letter-spacing: -3px;
    font-size: 80px;
    text-align: center;
    padding-right: 15%;
}

#NewsRightContents {
    padding: 75px;
    width: 100%;
}

.NewsInPages {
    height:auto;
    width: max-content;
}

.NewsInPages > p {
    letter-spacing: -1px;
    font-weight: 200;
    font-size: 40px;
}

.NewsInPages > hr {
    width: 100%;
    float: left;
    background-color: lightgrey;
    height: 1px;
    margin: 30px 0;
}

.NewsInPages_Content {
    width: max-content;
    font-weight: 200;
    font-size: 17px;
    clear: left;
    line-height: 25px;
}

#NewsControls {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin-bottom: 75px;
    font-weight: 200;
}

/* Download Page */

.download_title {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -1px;
}

.download_title > div > ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.download_info {
    font-size: 18px;
    margin: 20px 0;
}

.download_article {
    border: 1px solid lightgrey;
    border-radius: 20px;
    background-color: rgb(240, 240, 240);
    padding: 50px;
    text-align: center;
    width: max-content;
}

#FontSection {
    padding: 0 14%;
}

#FontTitle {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1;
}

.download_title > div > ul > li {
    padding: 8px 30px;
    border: 1px solid rgb(0, 183, 255);
    border-radius: 50px;
    margin-right: 8px;
    background-color: skyblue;
    font-size: 15px;
}

#modal_button {
    cursor: pointer;
    width: max-content;
    font-weight: 700;
    margin-bottom: 20px;;
}

#modal_button::after {
    content: " ▼";
}

.btnactive + #dialog_overlay {
    display: block;
}

#modal_button.btnactive::after {
    content: " ▲";
}

#dialog_overlay {
    width: max-content;
    padding: 20px;
    height: max-content;
    justify-content: center;
    display: none;
    margin-top: -20px;
}

#dialog_overlay > hr {
    width: max-content;
}

.version_title {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 5px;
}
.version_desc {
    margin-bottom: 20px;
}

#now_version_icon {
    font-size: 12px;
    background-color: blue;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    border: none;
    margin-left: 10px;
}

/* discography page */

#disco_nav {
    float: right;
    margin-right: 100px;
    font-size: 23px;
    font-weight: 700;
    z-index: 5;
}

#disco_nav > ul {
    list-style: none;
    display: flex;
}

#disco_nav > ul > li {
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid black;
    border-style: hidden solid hidden hidden;
    
}

#disco_btn {
    cursor: pointer;
    transition: all 0.2s ease;
}

#disco_btn:hover {
    color: lightgray;
    transition: all 0.2s ease;
}

#disco_contents {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
}

#disco_contents_child {
    display: flex;
    flex-wrap: wrap;
}

.disco_article {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.disco_article:hover .disco_cover > img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.disco_cover {
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.disco_cover > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.disco_cover_big {
    width: 650px;
    height: 650px;
    overflow: hidden;
    
}

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

#disco_digital > ul {
    list-style: none;
}

.disco_info {
    display: flex;
    justify-content:space-between;
    padding: 12px;
}

.disco_info_info {
    padding: 50px;
    width: max-content;
}

.disco_info_main {
    margin-bottom: 17px;
}

.disco_info_info > hr {
    padding: 0;
    margin: 0;
}

.disco_info_title {
    font-weight: 700;
    font-size: 2vw;
}

.disco_info_date {
    font-weight: 400;
    font-size: 1.5vw;
}

.disco_info_track {
    justify-content: space-between;
    display: flex;
    font-size: 1vw;
    padding: 17px;
    border-bottom: 1px solid lightgray;
}

.disco_info_credits {
    margin-top: 17px;
    font-size: 11px;
    letter-spacing: 0;
}

.disco_info_article {
    width: max-content;
    display: flex;
}

.popupmodal {
    position: absolute;
    display: none;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid lightgray;
    font-size: 13px;
}

.popupindex:hover ~ .popupmodal {
    display: block;
}

.popupmodal:hover {
    display: block;
}
    
@media (max-width: 768px) {

    html, body {
        height: 100%;
    }

    .header {
        display: block;
        justify-content: none;
    }

    .header > #HeaderArticle_1 > a {
        width: 30%;
        margin-top: 17px;
        margin-left: 30px;
        padding-right: 15px;
        border: 0;
    }

    #HeaderArticle_1 {
        justify-content: space-between;
    }
    
    #nav-icon4 {
        display: block;
    }

    #HeaderArticle_1 > ul {
        display: none !important;
    }

    .ScrollDown_icon {
        position: absolute;
        top: 85%;
        left: 42vw;
        visibility: visible;
        filter: drop-shadow(0 0 0.7rem black);
    }

    .ScrollDown_icon > a { 
        color: white;
        font-size: 40px;
    }

    .ScrollDown_icon > a > p {
        color: white;
        font-size: 13px;
        margin-bottom: -10px;
        font-weight: 200;
    }

    #HeaderArticle_2 {
        display: none;
    }

    .uppertitle {
        margin-bottom: -20vh;
    }

    #MainSection {
        height: 100vh;
        background-attachment: local;
        
    }

    .maintitle {
        top: 50%;
        word-break: normal;
        font-size: 10vw;
    }

    #MainSection_PFO {
        height: 100vh;
        background-attachment: local;
        background-position: center;
    }

    #MainSection_404 {
        height: 100vh;
        background-attachment: local;
    }

    #MainSection_PFO > p {
        padding-top: 50vh;
        word-break: normal;
        font-size: 10vw;
    }

    #HeaderArticle_1 > a {
        width: 100%;
    }

    #ContentsSection {
        height: max-content;
        padding-bottom: 500px;
        margin-top: 160px;
    }

    #ContentsSection > p {
        font-size: 4.5vw;
        padding-top: 30%
    }

    #Home_Top {
        display: block;
    }

    #PFO_SECTION_1 {
        display: block;
        margin-top: 50px;
    }

    #SelectArticleSide {
        height:max-content;
        margin-top: 60px;
        margin-left: 18%;
        float: none;

    }

    #SelectArticle {
        width: 95%;
        margin-top: 40px;
        margin-left: 2%;
    }

    #PFO_SIDE_BAR {
        width: 100%;
        height: 194px;
        border-left: 1px solid lightslategrey;
        padding: 12px 12px;
    }

    #NewsPage {
        display: block;
        width: 100%;
        height: 100%;
    }

    #NewsSideTitle {
        width: 100%;
        height: 150px;
        text-align: center;
        writing-mode:unset;
        text-align: center;
        position: static;
        border-bottom: 1px solid rgb(240, 240, 240);
        word-break: keep-all;
    }

    #NewsTitle {
        padding-right: 0;
        font-weight: 200;
        letter-spacing: -1px;
        font-size: 55px;
    }

    #NewsRightContents {
        width: 75%;
        margin: 0;
        padding: 14%;
    }

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

    .NewsInPages {
        line-height: 50px;
    }

    .NewsInPages_Content {
        width: 100%;
        word-break: break-all;
    }

    #NewsControls {
        width: 100%;
    }

    #NewsTap {
        width: 75%;
        margin: 14%;
    }

    #disco_nav {
        float: none;
        width: 100%;
        font-size: 25px;
        font-weight: 700;
        margin: 0;
        position: static;
    }

    #disco_contents {
        margin-top: 5vh;
        margin-left: -15%;
        display: block;
    }

    #disco_digital {
        margin-top: 130px;
    }

    #disco_nav > ul {
        list-style: none;
        display:contents;
    }

    #disco_nav > ul > li {
        padding-top: 5%;
        padding-bottom: 5%;
        border: 1px solid lightgray;
        border-style: hidden hidden solid hidden;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .disco_article {
        width: 100%;
    }
    
    .disco_cover {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #disco_contents_child {
        width: 100%;
    }

    .disco_cover_big {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-top: -10vh;
    }
    
    .disco_cover_big > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .disco_info_article {
        width: 100%;
        display:block;
    }
    
    .disco_info_info {
        width: 100%;
        padding: 25px 0 0 0;
    }
    
    .disco_info_main {
        margin-bottom: 17px;
    }
    
    .disco_info_info > hr {
        padding: 0;
        margin: 0;
    }
    
    .disco_info_title {
        font-weight: 700;
        font-size: 3vh;
    }
    
    .disco_info_date {
        font-weight: 400;
        font-size: 2vh;
    }
    
    .disco_info_track {
        justify-content: space-between;
        display: flex;
        font-size: 1.5vh;
        padding: 17px;
        border-bottom: 1px solid lightgray;
    }
    
    .disco_info_credits {
        width: 100%;
        margin-top: 17px;
        font-size: auto;
        letter-spacing: 0;
    }

    .Lang_sel {
        margin-left: 37%;
        margin-top: -70px;
        text-align: left;
        width: 100%;
    }

    #Home_Second {
        margin: 14%;
        border: 1px solid lightgrey;
        background-color: rgb(250, 250, 250);
        padding: 24px;
        border-radius: 24px;
    }

    .Photo {
        letter-spacing: -5px;
        height: auto;
    }

    footer {
        padding-top: 40px;
        top: 0;
        margin-top: -100px;
    }
    
}