        @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

        * {
            margin: 0;
            padding: 0;
            font-family: 'Noto Sans KR', sans-serif;
        }

        html,
        body {
            height: 100%;
        }

        #content {
            top: 15vh;
            position: relative;
            width: 1200px;
            height: 700px;
            margin: 0 auto;
        }

        #albumInfo {
            position: absolute;
            width: 400px;
        }

        #cover {
            width: 400px;
            height: 400px;
            border-radius: 22px;
            box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);

        }

        #title {
            font-size: 25px;
            font-weight: 900;
            font-family: 'Noto Sans KR', sans-serif;
            margin-top: 15px;

        }

        #artist {
            font-weight: 500;
            color: #848484;
            font-size: 18px;
            margin-top: 5px;
            width: 66%;
        }

        #shareLinksWrap {
            position: relative;
            float: right;
            width: 700px;
            padding-bottom:15vh;
        }

        .shareArea {
            width: 300px;
            height: 88px;
            float: left;
            border-radius: 9px;
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
            background-color: #ffffff;
            margin: 7px;
            background: 40px 23px no-repeat;
            background-size: 120px;
            background-color: white;
        }
        h4 {
            margin: 0 7px 5px 7px;
        }

        .none {
            opacity: 0.3;
        }

        .none > a {
            cursor: default;
            background: none;

        }

        .none > a:hover {
            background-color: #fff;

        }

        .shareBtn {
            display: inline-block;
            float: right;
            width: 110px;
            height: 88px;
            border-radius: 9px;
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
            cursor: pointer;
            transition: 0.3s;
            background: url(../images/share-page/share_btn_image_gray.png) 35px 25px no-repeat;
            background-color: white;
            background-size: 40px 40px;
        }

        .shareBtn:hover {
            background-color: #4f4f4f;
            background-image: url(../images/share-page/share_btn_image_white.png);
        }
        .physicalBtn {
            background-image: url(../images/share-page/physical_btn_image_gray.png);
            background-color: white;
        }
        .physicalBtn:hover {
            background-color: #4f4f4f;
            background-image: url(../images/share-page/physical_btn_image_white.png);
        }

        .info {
            display: block;
            margin-top: 15px;
            color: #ccc;
            font-size: 16px;
            opacity: 0.8;
        }

        .web_copyright {
            color: #9e9e9e;
        }

        .mInfo {
            display: none;
        }

        .p {
            margin: 0 7px 5px 7px;
        }
        .artist_album_text {
            float: left;
            padding-top: 10px;
        }
        .toolbar_wrap {
            color:gray;
            border-top: 1px solid #eee;
            margin-top: 15px;
            min-height: 50px;
        }
        .toolbar {
            float: right;display: flex;padding-top: 5px; margin-top: -45px;
        }
        .selection {
            color:#999;
            font-weight: 300;
            font-size: 16px;
            margin-bottom: 7px;
        }
        .selection > span {
            cursor: pointer;
        }
        .selection > .active {
            font-weight: bold;
            color: black;
        }

        @media screen and (max-width: 768px) {

            #artist {
                width: 100%;
            }
            .toolbar {
                float: none;
                margin-bottom: 15px;
                margin-top: 10px;
                justify-content: center;
            }

            .selection {
                text-align: center;
            }
            .artist_album_text {
                float: none;
            }
            #content {
                top: 50px;
                width: 100%;
                height: auto;

            }

            #albumInfo {
                position: relative;
                width: 100%;
                text-align: center;
            }

            #cover {
                width: 60%;
                height: auto;
            }

            #shareLinksWrap {
                position: relative;
                margin: 0 auto;
                width: 100%;
                padding: 25px;
                box-sizing: border-box;
            }

            .shareArea {
                width: calc(50% - 14px);
                height: 50px;
            }

            .shareBtn {
                width: 60px;
                height: 50px;
            }

            .shareArea {
                background-position: 15px 12px;
                background-size: 70px;
            }

            .shareBtn {
                background-position: 18px 12.5px;
                background-size: 25px;

            }

            .info {
                display: none;
            }

            .mInfo {
                display: block;
                text-align: center;
                margin-top: 15px;
                font-size: 15px;
            }
        }


        @media screen and (max-width: 320px) {
            #artist {
                width: 100%;
            }
            .artist_album_text {
                float: none;
            }
            .selection {
                text-align: center;
            }
            .shareArea {
                width: 100%;
                height: 50px;
            }

        }

        /*@media (prefers-color-scheme: dark) {*/
        /*    .selection > .active {*/
        /*        color: white;*/
        /*    }*/
        /*    body {*/
        /*        background-color: #131313;*/
        /*    }*/

        /*    #title, h4, .p {*/
        /*        color: white;*/
        /*    }*/

        /*    .shareBtn {*/
        /*        background-color: #fcfcfc;*/
        /*        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);*/
        /*    }*/
        /*    .toolbar_wrap {*/
        /*        border-color: #222;*/
        /*    }*/

        /*}*/
