<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.starter-template p img {
    max-width: 100% !important;
}

.mn-title {
    /*border: 1px dotted #0bd275;*/
    padding: 12px 17px;
    margin-bottom: 24px;
    /* box-shadow: 0px 0px 20px rgb(255 150 0 / 20%); */
    /*background-color: midnightblue;*/
    border-radius: 5px;
    font-size: 1.1rem;
    color: white;
    /* font-family: SDMiSaeng !important; */
    /* font-weight: bold;*/
    /* overflow-x: scroll; */
    text-align: center;

}

.scroll-to-top {
    position: fixed;
    bottom: 1em;
    right: 0px;
    background: url(../../../img/scroll-to-top.png) no-repeat;
    width: 55px;
    height: 55px;
    padding-right: 1em;
    display: none;
    z-index: 1000;
}

.scroll-to-top2 {

}

.mn-content {
    /*border: 1px solid #dfdfdf;*/
    /*border-radius: 8px;*/
    /*box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);*/
    padding: 12px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 70px;
}

.mn-content img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #dfdfdf;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 10%);
}

body {
    /*font-family: 'RIDIBatang' !important;*/
    font-family: 'NEXON Lv2 Gothic' !important;
    /*margin-top: 70px*/
}

.footer {
    zoom: 0.8;
    background-color: #f7f7f7;
}

#textsizer-embed {
    margin-bottom: 12px;
    text-align: center;
}

.bg-dark {
    background-color: #4d87d6 !important;
}

@media screen and ( min-width: 1281px ) {
    .container {
        max-width: 1000px;
    }

    .mn-content {
        border: 1px solid #dfdfdf;
        border-radius: 8px;
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
        padding: 100px;
        /*text-align: justify;*/
        /*word-break: break-all;*/
        /*margin-bottom: 100px;*/
    }

}

@media screen and (max-width: 1280px) {
    /*.container {*/
    /*    width: 100%;*/
    /*}*/
    /*.img-margin-001{*/
    /*    margin: 0px -80px;*/
    /*}*/
    .mn-content {
        border: 1px;
        box-shadow: none;
    }
}

.navbar-toggler {
    /*display: none;*/
}

a.medium-text {
    text-decoration: none !important;
}

i.axi {
    /*color: deepskyblue;*/
    /*color: darkgrey;*/
}

@media screen and ( min-width: 769px ) {
    .myshowhide {
        /*display: none;*/
    }
}


/*.navbar-dark .navbar-nav .nav-link {*/
/*    color: darkred;*/
/*}*/

/*.navbar-dark .navbar-brand {*/
/*    color: darkred;*/
/*}*/

u {

text-decoration: none;
    color: forestgreen;
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 2px solid rgba(34, 139, 34, 0.27);

	}</pre></body></html>