@media (min-width: 768px) and (max-width: 1023px) {

    .green {
        color: green !important;
    }

    .red {
        color: red !important;
    }

    .skyblue {
        color: #0091ea !important;
    }


    body {
        line-height: 1;
        margin: 0;
        padding: 0;
        background-color: #fff;
        font-size: 12px;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .only-lg {
        display: none !important;
    }

    .nav {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #0091ea !important;
    }

    .header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 96%;
        /*  */
        height: 40px;
        margin: 0 auto;
    }

    .sub-nav {
        width: 100%;
        position: relative;
        background: #fbfbfb;
        border-bottom: 1px solid #dfdfdf;
    }

    .sub-header {
        width: 100%;
        margin: 0 auto;
        height: 25px;

        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-wrap {
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        padding-bottom:20px !important;
    }

    .left-section {
        width: 100%;
        padding-top: 10px;
        position: relative;
        display: none;
        flex-direction: row;
        justify-content: space-between;
        order: 1;
    }

    .middle-section {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        order: 2;
    }

    .right-section {
        width: 100%;
        padding-top: 10px;
        position: relative;
        display: none;
        flex-direction: row;
        justify-content: center;
        order: 3;
    }

    .main-tab-div {
        background-color: #ffffff;
        width: 100%;
        display: none;
        /* border: 1px solid #dfdfdf; */
    }

    .main-tab {
        width: 20%;
        height: 40px;
        border-top: 1px solid #dfdfdf;
        background: #fbfbfb;
        align-items: center;
        justify-content: center;
        position: relative;
        display: flex;
        float: left;
        font-size: 15px;
        font-weight: 600;
    }

    .main-tab a {
        color: black;
        text-decoration: none;
    }

    .main-tab a:hover {
        color: #0091ea;
        text-decoration: underline;
    }

    .main-tab.active {
        border: none;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-top: 2px solid #0091ea;
        background-color: #fff;
        color: #0091ea;
    }

    .main-tab.end {
        border-right: 1px solid #dfdfdf;
    }

    .main-tab.start {
        border-left: 1px solid #dfdfdf;
    }

    .main-tab.no {
        width: 39.4%;
        border: none;
        border-bottom: 1px solid #dfdfdf;
        background-color: #fff;
    }

    .main-tab-body {
        width: 100%;
        min-height: 300px;
        position: relative;
        display: block;
        border: 1px solid #dfdfdf;
        opacity: 1;
        visibility: visible;
    }

    .main-tab-body.active {
        display: block;
    }

    .main-row {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .main-col {
        width: 49%;
        position: relative;
        display: block;
    }

    .main-col.rank {
        width: 100%;
    }

    .main-col p small {
        float: right;
        color: #9e9e9e;
    }

    .main-col a {
        text-decoration: none;
        color: black;
    }

    .main-col a strong {
        color: red;
    }

    .main-col a:hover {
        text-decoration: underline;
    }

    .main-col h4 small {
        float: right;
        text-decoration: underline;
        cursor: pointer;
    }

    .main-col h4 small a {
        color: black;
    }

    .side-col {
        display: block;
        width: 49%;
        outline: 1px solid #dfdfdf;
        height: 180px;
        margin-bottom: 10px;
    }

    .side-col p small {
        float: right;
        color: #9e9e9e;
    }

    .side-col a {
        text-decoration: none;
        color: black;
    }

    .side-col a:hover {
        text-decoration: underline;
    }

    .side-col h4 small {
        float: right;
        text-decoration: underline;
        cursor: pointer;
    }

    .side-col h4 small a {
        color: black;
    }


    .side-tab {
        width: 100%;
        min-height: 180px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        outline: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }

    .profile-line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .profile-line img {
        width: 80px;
        border-radius: 50%;
    }

    .profile-line .profile {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .pr-name {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .pr-name img {
        width: 12px;
        height: 12px;
        border-radius: 0;
    }

    .pr-name {
        font-size: 17px;
        font-weight: bold;
    }

    .pr-body {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pr-body a {
        font-size: 10px;
        color: #9e9e9e;
    }

    .pr-body strong {
        font-size: 12px;
        color: #9e9e9e;
    }

    progress {
        width: 100%;
    }

    .my-line {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: left;
    }

    .my-line a {
        border: 1px solid #dfdfdf;
        padding: 4px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 2px;
        color: black;
        text-decoration: none;
    }

    .my-line a:hover {
        text-decoration: underline;
    }

    .nav-menu {
        display: flex;
        justify-content: end;
        width: 400px;
    }

    .nav-logo {
        display: flex;
        justify-content: left;
        width: 400px;
    }

    .nav-logo a {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .nav-menu a {
        font-size: 15px;
        margin-left: 15px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .nav-menu a:hover {
        text-decoration: underline;
    }

    .only-sm {

    }

    .menu {
        width: 100%;
        background-color: #0091ea;
        min-height: 200px;
        position: absolute;
        top: 40px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* outline: 1px solid #dfdfdf; */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .x {
        position: absolute;
        top: 10px;
        right: 30px;
        color: black;
        font-size: 20px;
        font-weight: bold;
    }

    .menu.on {
        opacity: 1;
        visibility: visible;
    }

    .menu .middle {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .middle .menu-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        font-size: 12px;
    }

    .menu-col a {
        margin-bottom: 10px;
        text-decoration: none;
        color: #fff;
    }

    .menu-col a:hover {
        text-decoration: underline;
    }

    .none {
        /* opacity: 0; */
        display: none !important;
    }

    .main-title {
        width: 100%;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dfdfdf;
        min-height: 60px;
        overflow-wrap: break-word;
        overflow-x: hidden;
        font-size: 0.9rem;
    }

    .main-title .profile-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .main-title .level {
        width: 12px;
        height: 12px;
    }

    .main-title a {
        color: #9e9e9e;
    }

    .main-content {
        box-sizing: border-box;
        width: 100%;
        min-height: 200px;
        overflow-wrap: break-word;
        /* overflow-x: hidden; */
        font-size: 13px;
        line-height: 1.5;
        padding: 10px !important;
    }

    .main-content img {
        max-width: 70%;
        width:auto;
    }

    .main-comment {
        width: 100%;
        display: block;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding-top: 10px !important;
        min-height: 300px;
    }

    .comment-block {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        /* outline: 1px solid #dfdfdf; */
        height: auto;
    }

    .comment-top {
        width: 100%;
        height: 40px;
        font-size: 0.9rem;
        padding-bottom: 10px;
    }

    .comment-top img {
        border-radius: 50%;
        width: 30px;
    }

    .comment-top img.level {
        border-radius: 0;
        width: 12px;
    }

    .comment-top strong {
        line-height: 0.5;
    }

    .comment-top small {
        color: #9e9e9e;
        float: right;
        line-height: 2;
    }

    .comment-bottom {
        width: 100%;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        margin-bottom: 5px;
        font-size: 0.9rem;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .comment-bottom img {
        cursor: zoom-in;
        width: 40%;
    }

    .reply-block {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 90%;
        margin-left: auto;
    }

    .button-line {
        width: 97%;
        display: flex;
        justify-content: end;
        white-space: normal;

    }

    .button-line a {
        cursor: pointer;
        outline: 1px solid #dfdfdf;
        padding: 6px 10px 6px 10px;
        margin-left: 10px;
        font-weight: bold;
        color: black;
        text-decoration: none;

    }

    .button-line img {
        width: 25px;
        height: 25px;
        opacity: 0.8;
    }

    .input-block {
        width: 100%;
        padding-bottom: 10px;
    }

    .input-block textarea {
        width: 97%;
        height: 300px;

        border: 1px solid #dfdfdf;
        resize: vertical;
    }

    .input-block input {
        width: 100%;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }

    .blue {
        background-color: #0091ea !important;
        color: #fff !important;
        border: 1px solid #0091ea;
    }


    .main-category {}

    .main-list {}

    .main-list table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .main-list table th {

        border-bottom: 2px solid #dfdfdf;
    }

    .main-list table td {
        padding: 10px;
        border-bottom: 1px solid #dfdfdf;
        line-height: 1.5;
    }

    .main-list table small {
        color: #9e9e9e;
    }

    .main-list table img {
        width: 10px;
    }


    .main-list tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
    }

    .main-list table td a {
        color: black;
        text-decoration: none;
    }

    .main-list table td a:hover {
        font-weight: bold;
        text-decoration: underline;
    }

    .main-list table td strong {
        color: red;
    }

    .center {
        text-align: center;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination a {
        border: 1px solid #dfdfdf;
        padding: 7px;
        color: black;
        text-decoration: none;
        margin: 2px;
    }

    .pagination a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

    .pagination a.on {
        font-weight: bold;
    }

    .main-bg {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: flex-start;
        align-items: end;
        padding-bottom: 10px;
        position: relative;
    }

    .main-bg img {
        cursor: zoom-in;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .main-bg strong {
        font-size: 20px;
        color: #fff;
        font-weight: bolder;
        -webkit-text-stroke-width: 1px;
        
    }

    .main-bg img.level {
        border-radius: 0;
        width: 15px;
        height: 15px;
    }

    .main-bg .bg-btn {
        cursor: pointer;
        background-color: #fff;
        padding: 10px;
        outline: 1px solid #dfdfdf;
        color: black;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .main-bg .profile-btn {
        cursor: pointer;
        background-color: #fff;
        padding: 10px;
        outline: 1px solid #dfdfdf;
        color: black;
        position: absolute;
        bottom: 40px;
        left: 70px;
    }

    .main-bg h1 {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bolder;
        -webkit-text-stroke-width: 1px;
    }

    .main-bg img.download {
        width: 100px;
        height: auto;
        border-radius: 0;
        cursor: pointer;
    }

    .main-bg .download-box {
        font-size: 20px;
        position: absolute;
        bottom: 70px;
        right: 20px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        font-weight: bold;
    }

    .main-bg .intro-box {
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 60px;
        left: 10px;
        font-size: 17px;
    }

    .main-bg .intro-box a {
        color: orangered;
        font-weight: bold;
    }

    .main-bg .download-box p.grey {
        color: #9e9e9e;
    }

    .main-bg small {
        color: #9e9e9e;
        font-size: 20px;
        -webkit-text-stroke-width: 1px;
        
    }

    .main-bg small.orange {
        color: orangered;
    }

    .main-form {
        padding: 10px;
        width: 97%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .main-form .form-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: start;
        min-height: 60vh;

        padding: 20px;
        box-sizing: border-box;

        outline: 1px solid #dfdfdf;
    }

    .main-form input {
        width: 95%;
        border: 1px solid #dfdfdf;
        height: 15px;

        margin-bottom: 10px;
    }

    .main-form textarea {
        width: 95%;
        border: 1px solid #dfdfdf;
        height: 100px;

        resize: vertical;
        margin-bottom: 10px;
    }

    .main-form a {
        width: 95%;
        border: 1px solid #0091ea;
        background-color: #0091ea;
        color: #fff;
        padding: 10px;
        vertical-align: center;
        height: 20px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }

    .main-form a:hover {
        text-decoration: underline;
    }

    .editable {
        cursor: pointer !important;
    }

    .main-input input {
        width: 80%;
        height: 20px;
        padding: 8px;
        color: black;
        background-color: #fff;
        border: none;
        outline: 2px solid #0091ea;
    }

    .pre-screen progress {
        width: 30%;
        height: 25px;
    }

    .pre-screen::-webkit-progress-bar {
        background: #fff;
        border-radius: 10px;
    }

    .pre-screen::-webkit-progress-value {
        background: #0091ea;
        border-radius: 10px;
    }

    .pre-screen img {
        width: 20%;
    }

    .pre-screen img.loading {
        width: 10%;
    }

    .popup-info {
        width: 100%;
        min-height: 200px;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        position: relative;
    }

    /* #NAVER {
        width: 100%;
    }

    #KAKAO {
        width: 100%;
    } */

}