@charset "utf-8";

@font-face {
    font-family: 'NEXONFootballGothicBA1';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXONFootballGothicBA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WarhavenB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/WarhavenB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    padding:0;
    margin:0;
}

html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #181818;
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif;
    font-weight: 400;
    color: #b6b6b6;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
label,
input,
button,
select,
img {
    vertical-align: middle;
}
input,
button,
select,
textarea {
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, 'Noto Sans', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-weight: 400;
    -webkit-border-radius: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select {
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
hr {
    display: none;
}
pre {
    overflow-x: scroll;
    font-size: 1.1em;
}
em {
    font-style: normal;
}
a {
    color: #b6b6b6;
    text-decoration: none;
}
a:link,
a:visited {
    color: #b6b6b6;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #b6b6b6;
    text-decoration: none;
}

input, button, select {
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif;
    font-weight: 400;
    -webkit-border-radius: 0;
    border: 0;
    outline: 0;
    background: transparent;
}


.wrapper {
    width:1180px;
    margin: 0 auto;
    display:flex;
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}




#app {
    zoom: 1;
    min-height: 100%;
    min-width: 1248px;
}

#topHeader {
    display:flex;
    justify-content:space-between;
    padding:5px 0 0 0;
    & .wrapper {
        justify-content:space-between;
    }

    & .col-left {
    }
    & .col-right {
        display:flex;
        justify-content:right;
        & .member-action {
            display:flex;
            align-items:center;
            & a {
                display:block;
                color:#666;
                padding:2px 5px;
                font-size:11px;
                text-align:center;
            }
        }
    }

}

#midHeader {
    display:flex;
    justify-content:space-between;
    & .wrapper {
        justify-content:space-between;
    }
}

#header {
    max-height: 100%;
    background-color: #212121;
    display: inline-block;
    width: 100%;
    min-width: 1248px;
    max-width: 100%;
    position: fixed;
    top: 0;
    z-index: 10001;
    & .col-logo {
        height: 100%;
        flex:2;
        & .logo-inner {
            display: flex;
            align-items: center;
            height: 100%;
            & .folding-menu {
                display: flex;
                padding-right: 16px;
                & .folding {
                    height: 14px;
                    vertical-align: middle;
                    display: inline-block;
                    font-size:18px;
                    & .iconify {
                        color:#fff;
                    }
                }
            }
            & .logo {
                height: 100%;
                display: flex;
                align-items:center;
            }
        }
    }
    & .col-nav {
        flex:6;
        display:flex;
        align-items: center;
        & .gnb {
            display:flex;
            align-items: center;
            width:100%;
            & .nav-list {
                display:flex;
                align-items: center;
                justify-content: space-between;
                width:100%;
                & li {
                    position: relative;
                    & a {
                        font-size:16px;
                        color: #e6e6e6;
                        font-weight: 600;
                    }
                    &.has-dropdown:hover > .dropdown-menu {
                        display: block;
                    }
                    & .dropdown-menu {
                        display: none;
                        position: absolute;
                        top: 100%;
                        left: 50%;
                        transform: translateX(-50%);
                        background: #1a1a1a;
                        min-width: 120px;
                        padding: 8px 0;
                        z-index: 1000;
                        border-radius: 4px;
                        box-shadow: 0 4px 12px rgba(0,0,0,0.5);
                        & li {
                            padding: 0;
                            & a {
                                display: block;
                                padding: 8px 16px;
                                font-size: 14px;
                                color: #ccc;
                                white-space: nowrap;
                                &:hover {
                                    color: #fff;
                                    background: #2a2a2a;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    & .col-search {
        flex:2;
        height: 100%;
        position: relative;
        flex-grow: 2;
        display: flex;
        justify-content: right;
        align-items:center;
        & .search-inner {
            display: flex;
            align-items: center;
            height: 100%;
            & form {
                display: flex;
                & .search-form {
                    background-color: #141414;
                    position: relative;
                    height: 36px;
                    width: 150px;
                    display: flex;
                    align-items: center;
                    & input {
                        padding-left: 15px;
                        width: 100%;
                        height: 100%;
                        color: #e2e2e2;
                        padding-right: 70px;
                    }
                    & .search-res {
                        position: absolute;
                        right: 15px;
                        top: 10px;
                        & .submit {
                            & .iconify {
                                color: #b9b9b9;
                                font-size: 15px;
                                font-size: 0.9375rem;
                            }
                        }
                    }
                }
            }
        }
    }
}

#container {
    float:initial;
    width:auto;
    min-width: 1180px;
    max-width: 100%;
    position: relative;
    padding: 75px 0;
    &:after {
        clear:both;
        display:block;
    }
    & .banner {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap:5px;
        &.banner-long {
            grid-template-columns: repeat(2, 1fr);
            gap:5px;
            margin-top:5px;
        }
        &.banner-bottom {
            margin-top:15px;
        }
        & .banner-row {
            background:#333;
            min-height:77px;
            & img {
                height:77px;
                max-width:100%;
            }
        }
    }
    & .content {
        width: 1180px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 40px;
        min-height: 600px;
        padding:25px 0;
    }
    & .sec-policy-1 {
        height: 43px;
        display: flex;
        background-color: #932020;
        & .inner {
            width: 1248px;
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            & a {
                color: #fff;
                display: block;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }
    }
    & .sec-policy-2 {
        height: 43px;
        display: flex;
        background-color: #525252;
        & .inner {
            width: 1248px;
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            & a {
                color: #fff;
                display: block;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }
    }
}

#movie-remocon {
    position: fixed;
    z-index: 999999;
    display:none;
    left: 49%;
    bottom: 30px;
    & .remocon {
        border-radius: 33px;
        background-color: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px 20px;
        & .remocon-controller {
            display: flex;
            flex-direction: column;
            & button {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #aaa;
                & .iconify {
                    font-size:28px;
                }
                & span {
                    font-size: 13px;
                    padding-top: 2px;
                }
            }
        }
    }
}

#movie-container {
    position:relative;
}

#movie-container {
    &:after {
        clear:both;
        display:block;
        content:'';
    }
    & > .movie-header, > .series-header {
        display: flex;
        align-items: center;
        height: 107px;
        max-height: 100%;
        & .subject {
            float: left;
            flex: 1;
            & h1 {
                font-size: 22px;
                color: white;
                font-weight: 400;
            }
        }
        & .category {
            float: right;
        }
    }
    & .movie-list, & .series-list {
        overflow: hidden;
        display:grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 15px;
        & li {
            max-width: 100%;
            transition: transform 0.3s;
            margin-bottom: 50px;
            & a.thumb {
                position: relative;
                width: 100%;
                max-width: 100%;
                overflow: hidden;
                padding-top: 140%;
                display: block;
                border-radius: 3px;
                & .no-img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 50px;
                    background-color: #292929;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    flex-direction: column;
                    color:#fff;
                    & .icon {
                        & .iconify {
                            font-size: 68px;
                        }
                    }
                    & .text {
                        display:flex;
                        & span {
                            font-size:14px;
                        }
                    }

                }
                & img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            & .title {
                padding:10px 0;
                & strong {
                    color:#fff;
                }
            }

            & .star {
                & span {
                    margin-right:5px;
                }
                & strong {
                    color:red;
                }
            }
        }
    }
}

#movie-container {
    & .movie-view, & .series-view {
        &:after {
            clear:both;
            display:block;
            content:'';
        }
        border-bottom: 1px solid #282828;
        width: 100%;
        max-height: 100%;
        margin-top: 20px;
        position: relative;
        & .movie-player {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            & .shadow {
                position:relative;
                display:block;
                background:#000;
                height: 568px;
                width:100%;
                background:#000;
                z-index:1;
            }
            & .noonoo-frame {
                position:absolute;
                top:0;
                left:0;
                right:0;
                bottom:0;
                z-index:0;
                max-width:100%;
            }
            & .movie-frame {
                z-index:100;
                &:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    background-image: url(data:image/gif;base64,R0lGODlhAQABAIABAEdJRgAAACwAAAAAAQABAAACAkQBAA==);
                    background-position: top;
                    background-repeat: repeat-x;
                    height: 60px;
                    padding-bottom: 50px;
                    width: 100%;
                    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
                }
                &:after {
                    content: "";
                    display: block;
                    padding-bottom: calc(100% / (16 / 9));
                }
                background:#000;
                width:100%;
            }

        }

        & .movie-header {
            padding: 10px 0;
            border-bottom: 1px solid #282828;
            overflow: hidden;
            display: flex;
            align-items: center;
            & .movie-info {
                float: left;
                position: relative;
                display: flex;
                flex-direction: column;
                flex: 1;
                & h1 {
                    font-size: 22px;
                    color: white;
                }
                & .info {
                    display: flex;
                    & span {
                        padding-right: 7px;
                        position: relative;
                        color: #b6b6b6;
                    }
                }
            }
            & .movie-utility {
                justify-content: center;
                position: relative;
                display: flex;
                padding:25px 0;
                & a {
                    padding-right: 40px;
                    min-width:80px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    text-align: center;
                    &:hover {
                        color:#fff;
                    }
                    & .iconify {
                        color:#fff;
                        font-size:18px;
                        text-align:center;
                        width:100%;
                    }
                    & span {
                        color: #b6b6b6;
                        font-size: 14px;
                        padding-top: 3px;
                        & em {
                            padding:0 5px;
                        }
                    }
                }
            }
        }
        & .movie-posted {
            padding: 30px 0;
            border-bottom: 1px solid #282828;
            overflow: hidden;
            & .posted {
                position: relative;
                & .summary {
                    display: flex;
                    flex-direction: column;
                    padding-bottom: 0;
                    & h1 {
                        display: block;
                        font-size: 20px;
                        font-weight: 600;
                        color: white;
                    }
                    & .tag {
                        line-height: 220%;
                        font-size: 14px;
                        color: #aaaaaa;
                    }
                }
                & .overview {
                    width: 100%;
                    overflow: hidden;
                    padding-top: 18px;
                    & p {
                        line-height: 220%;
                        font-size: 14px;
                       color: #aaaaaa;
                    }
                }
            }
        }
        & .movie-episode {
            padding: 30px 0 0px 0;
            border-bottom: 1px solid #282828;
            overflow: hidden;
            & .movie-episode-header {
                display: flex;
                padding-bottom: 20px;
                & h1 {
                    display: flex;
                    flex: 1;
                    font-size: 20px;
                    font-weight: 600;
                    color: white;
                }
                & .movie-search {
                    display: flex;
                    border: 1px solid #282828;
                    height: 40px;
                    position: relative;
                    width:200px;
                    & input {
                        padding-left: 15px;
                        height: 100%;
                        width: 90%;
                        color: white;
                        padding-right: 30px;
                    }
                    & .iconify {
                        position: absolute;
                        right: 13px;
                        top: 10px;
                        font-size:18px;
                    }
                }
            }
            & .movie-episode-list {
                & li {
                    width: 50%;
                    float: left;
                    margin-bottom: 20px;
                    padding-right: 30px;
                    & .thumb {
                        width: 170px;
                        max-width: 100%;
                        margin-right: 25px;
                        position: relative;
                        float: left;
                        & a {
                            position: relative;
                            width: 100%;
                            max-width: 100%;
                            overflow: hidden;
                            padding-top: 65%;
                            display: block;
                            border-radius: 3px;
                            & img {
                                display: block;
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                left: 0;
                                top: 0;
                            }
                        }
                    }
                    & .post-episode {
                        display: flex;
                        flex-direction: column;
                        height: 100%;
                        justify-content: center;
                        & h1 {
                            font-weight: 400;
                            font-size: 18px;
                            padding-bottom: 8px;
                            & a {
                                &.active {
                                    color: #ff2d2d;
                                }
                                color: white;
                                display: -webkit-box;
                                -webkit-line-clamp: 1;
                                -webkit-box-orient: vertical;
                                text-decoration: none;
                            }
                        }
                        & .story {
                            font-size: 0.875rem;
                            color: #646464;
                            line-height: 140%;
                            height: 3.4375rem;
                            overflow: hidden;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            white-space: normal;
                            text-overflow: clip;
                            display: -webkit-box;
                            word-wrap: break-word;
                        }
                    }
                }
            }
        }
        & .movie-cast {
            padding: 30px 0;
            border-bottom: 1px solid #282828;
            overflow: hidden;
            & h1 {
                display: block;
                font-size: 20px;
                font-weight: 600;
                color: white;
                padding-bottom: 30px;
            }
            & .cast-list {
                overflow: hidden;
                position: relative;
                & li {
                    width: 135px;
                    max-width: 100%;
                    float: left;
                    margin-right: 24px;
                    & .thumb {
                        &:after {
                            content: "";
                            display: block;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 20px;
                            z-index: 1;
                            background: linear-gradient(transparent, rgba(20, 20, 20, 0) 20%, rgba(20, 20, 20, 0.2) 50%, rgba(20, 20, 20, 0.5));
                        }
                        position: relative;
                        width: 100%;
                        max-width: 100%;
                        overflow: hidden;
                        padding-top: 120%;
                        display: block;
                        border-radius: 7px;
                        & img {
                            display: block;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                        }
                    }
                    & .actor-name {
                        position: relative;
                        display: flex;
                        padding-top: 15px;
                        flex-direction: column;
                        & p {
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            text-decoration: none;
                            &.real-name {
                                font-size: 15px;
                                color: white;
                            }
                            & .role-name {
                                color: #aaa;
                                font-size: 13px;
                            }
                        }
                    }
                }
            }
        }
    }
}

#index {
    padding:10px 0;
    display:flex;

    & .suggession-list {
        flex:7;
        padding-right:20px;
        & .suggession {
            &.main {
                border-bottom: 1px solid #282828;
                width: 100%;
                max-height: 100%;
                padding: 0px 0 45px 0;

                & .section {
                    display: flex;
                    width: 100%;
                    & .inner {
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                        background-color: #000;
                        border-radius: 10px;
                        align-items: center;
                        & h1 {
                            flex: 9;
                            padding: 10px 20px;
                            border: none;
                            color:#84C9E5;
                        }

                        & .more {
                            flex: 2;
                            display: flex;
                            justify-content: right;
                            align-items: center;
                            padding: 10px 10px 15px 10px;
                        }
                    }
                }
            }

            & + .suggession {
                margin-top: 30px;
            }

            position: relative;

            & > .section {
                padding: 10px 0;
                display: flex;
                align-items: center;
                width: 100%;
                & .inner {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    background-color: #000;
                    border-radius: 10px;
                    width: 100%;
                    & h1 {
                        font-size: 20px;
                        font-weight: 400;
                        flex: 8;
                        padding: 10px 20px;
                        border: none;
                        color: #84C9E5;
                    }

                    & .more {
                        flex: 2;
                        display: flex;
                        justify-content: right;
                        align-items: center;
                        padding: 10px 10px 15px 10px;
                    }
                }
            }

            & .rolling-list {
                position: relative;
                width: 100%;

                & .latest-list {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
                    grid-gap: 10px;

                    & li {
                        width: 100%;

                        & .thumb {
                            &:after {
                                content: "";
                                display: block;
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 20px;
                                z-index: 1;
                                background: linear-gradient(transparent, rgba(20, 20, 20, 0) 20%, rgba(20, 20, 20, 0.2) 50%, rgba(20, 20, 20, 0.5));
                            }

                            position: relative;
                            width: 100%;
                            max-width: 100%;
                            overflow: hidden;
                            height: 216px;
                            display: block;
                            border-radius: 7px;

                            & a {
                                width: 100%;
                                height: 100%;
                                display: flex;
                            }

                            & .no-img {
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                left: 0;
                                top: 0;
                                font-size: 50px;
                                background-color: #292929;
                                align-items: center;
                                justify-content: center;
                                display: flex;
                                flex-direction: column;
                                color: #fff;

                                & .icon {
                                    & .iconify {
                                        font-size: 68px;
                                    }
                                }

                                & .text {
                                    display: flex;

                                    & span {
                                        font-size: 14px;
                                    }
                                }

                            }

                            & img {
                                display: block;
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                left: 0;
                                top: 0;
                            }
                        }

                        & .title {
                            position: relative;
                            display: flex;
                            padding-top: 15px;
                            flex-direction: column;

                            & p {
                                display: -webkit-box;
                                -webkit-line-clamp: 1;
                                -webkit-box-orient: vertical;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                text-decoration: none;

                                &.real-name {
                                    font-size: 15px;
                                    color: white;
                                }
                            }
                        }

                        & .good {
                            display: flex;
                            align-items: center;

                            & .iconify {
                                margin-right: 5px;
                            }
                        }
                    }
                }
            }
        }
    }
    & .special-list {
        flex:3;
        padding:10px;
        & .banner-box {
            margin-bottom:10px;
            & a {
                & img {
                    bordeborder-radiusr-radius: 1rem;
                }
            }
        }
        & .special-box {
            background: #000;
            border-radius: 1rem;
            & .special-row {
                border-bottom: 1px solid #666;

                & h1 {
                    font-size: 20px;
                    font-weight: 400;
                    flex: 8;
                    background-color: #000;
                    border-radius: 10px;
                    padding: 10px 20px;
                    border: none;
                    color:#84C9E5;
                    font-family: 'NEXONFootballGothicBA1';
                }
                & .special-movie-list {
                    padding:15px;
                    & li {
                        margin-bottom:10px;
                        & a {
                            display:flex;
                            & .thumb {
                                margin-right:10px;
                                & img {
                                    width: 40px;
                                }
                            }
                            & .subject {
                                display:flex;
                                align-items: center;
                            }
                        }
                    }
                }
            }
        }
    }
}

#footer {
    position: relative;
    margin-top: 80px;
    & .notice-content {
        height: 57px;
        background-color: #141414;
        width: 100%;
        max-width: 100%;
        & .inner {
            width: 1248px;
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            height: 100%;
        }
    }
    & .footer-content {
        width: 1248px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100%;
        padding: 20px 0;
        & .link-list {
            display: flex;
            align-items: center;
            & a {
                &:first-child {
                    padding-right: 10px;
                }
                position: relative;
                font-weight: 700;
            }
            & a.liner {
                padding: 0 10px;
                &:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 1px;
                    height: 11px;
                    margin-top: -5px;
                    background-color: #323232;
                }
            }
        }
        & .contactus {
            padding: 5px 0;
            text-align:center;
            & a {
                color:#84C9E5;
            }
        }
        & .copyright {
            padding: 20px 0;
            justify-content: center;
            text-align:center;
            & p {
                color: #949494;
                line-height: 1.9rem;
                display: block;
                font-size: 13px;
            }
        }
    }
}

#search {
    padding: 0 14px;
    position: relative;
    & .search-result {
        & .result-header {
            height: 50px;
            display: flex;
            align-items: center;
            & h1 {
                font-size:18px;
                & strong {
                    color: #ff1f45;
                }
            }
        }
        & .result-list {
            display: flex;
            flex-direction: column;
            width: 100%;
            & .result-row {
                display: flex;
                border-bottom: 1px solid #2b2b2b;
                padding-bottom: 15px;
                & .row {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    & .info {
                        display:flex;
                        padding:15px 0;
                        & .info-left {
                            margin-left:15px;
                            flex:1;
                            & h1 {
                                & a {
                                    font-size: 22px;
                                    color: #fff;
                                }
                            }
                            & h2 {
                                font-size:14px;
                                font-weight:normal;
                                margin-top:5px;
                            }
                            & .overview {
                                margin-top:15px;
                                line-height:35px;
                                font-size: 14px;
                                color: #aaaaaa;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                text-decoration: none;
                            }
                        }
                        & .info-thumb {
                            & .thumb {
                                width: 150px;
                                max-width: 100%;
                                float: left;
                                & a {
                                    position: relative;
                                    width: 100%;
                                    max-width: 100%;
                                    overflow: hidden;
                                    display: block;
                                    border-radius: 3px;
                                    padding-top: 125%;
                                    & img {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                        position: absolute;
                                        left: 0;
                                        top: 0;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        & .result-paging {
            display:flex;
            justify-content: center;
            padding:25px 0;
        }
    }
}

#scrap {
    padding: 0 14px;
    position: relative;
    & .scrap-box{
        & .scrap-header {
            height: 50px;
            display: flex;
            align-items: center;
            & h1 {
                font-size:18px;
                color:#fff;
                & strong {
                    color: #ff1f45;
                }
            }
        }
        & .scrap-list {
            display: flex;
            flex-direction: column;
            width: 100%;
            & .scrap-row {
                display: flex;
                border-bottom: 1px solid #2b2b2b;
                padding-bottom: 15px;
                & .row {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    & .info {
                        display:flex;
                        padding:15px 0;
                        & .info-left {
                            margin-left:15px;
                            flex:1;
                            & h1 {
                                & a {
                                    font-size: 22px;
                                    color: #fff;
                                }
                            }
                            & h2 {
                                font-size:14px;
                                font-weight:normal;
                                margin-top:5px;
                            }
                            & .overview {
                                margin-top:15px;
                                line-height:35px;
                                font-size: 14px;
                                color: #aaaaaa;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                text-decoration: none;
                            }
                        }
                        & .info-thumb {
                            & .thumb {
                                width: 150px;
                                max-width: 100%;
                                float: left;
                                & a {
                                    position: relative;
                                    width: 100%;
                                    max-width: 100%;
                                    overflow: hidden;
                                    display: block;
                                    border-radius: 3px;
                                    padding-top: 125%;
                                    & img {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                        position: absolute;
                                        left: 0;
                                        top: 0;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        & .result-paging {
            display:flex;
            justify-content: center;
            padding:25px 0;
        }
    }
}

#mypage {
    & .mypage-header {
        & h1 {
            color: white;
            padding: 50px 0 30px 0;
            font-size: 19px;
            font-size: 1.1875rem;
        }
    }
    & .mypage-content {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        & .rows {
            display: flex;
            padding-bottom: 20px;
            align-items: center;
            & .name {
                width: 150px;
                color: white;
            }
            & span {
                & input {
                    height: 35px;
                    color: #e2e2e2;
                    background-color: #212121;
                    padding-left: 10px;
                }
            }
        }
        & .submit {
            padding-top: 10px;
            & .btn-submit {
                border: 1px solid #343434;
                color: white;
                width: 130px;
                height: 45px;
            }
        }
    }
}

& .content-banner {

}

& .content-banner + & .content-banner {
    margin-top:15px;
}

& .window-scroll {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-color: #1348d5;
    border-radius: 33px;
    display:none;
    & a {
        display: flex;
        border-radius: 33px;
        width: 55px;
        height: 55px;
        align-items: center;
        justify-content: center;
        & .iconify {
            color:#fff;
            font-size:22px;
        }
    }
}

& .paging {
    display:flex;
    justify-content: center;
    padding:25px 0;
}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {text-align:center}
.pg_page, .pg_current {
    border-radius: 33px;
    padding: 8px 0;
    color: white;
    background-color: #303030;
    margin: 0 5px;
    min-width: 35px;
    text-align: center;
}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

#chat {
    z-index:100;
    position:fixed;
    right:30px;
    bottom:35px;
}


#tabbedPage .tab-box .tab-wrapper .tab-list {
    white-space: nowrap;
    position: relative;
    padding: 15px 10px 15px 0px;
    max-width: 100%;
}

#tabbedPage .tab-box .tab-wrapper .tab-list li {
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    padding: 0 14px;
    margin-right: 8px;
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    min-width:120px;
}

#tabbedPage .tab-box .tab-wrapper .tab-list li a {
    color: #fff;
}