<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    min-width: 576px;
}

.container-fluid{
    width: 1350px !important;
}

.header {
    min-width: 1319px;
    min-height: 140px;
    padding: 0px 16px;
}

/*.header p {
    line-height: 40px;
    font-size: 37px;
    font-family: 'Nanum Pen Script', serif;
    float: left;
    padding: 50px 2px 0px 80px;
}*/

.header .logo-area {
    float: left;
    max-width: 600px;
    /* transform: translate(-50%, -50%); */
    transform: translate(-5%, -0%);
}
.logo{
  max-width: 600px;
}
.logo li{
  float: left;
  list-style-type: none;
  max-width: 600px;
}
.main-logo{
    height: 75px;
    width: auto;
    margin-top: 30%;
    margin-left: auto;
}

.logo-text{
  padding-top: 10%;
  font-size: 50px;
  color: #0c0c73;
}

.language {
    float: right;
    padding-top: 26px;
}

.language .panel{
    float: left;
    width: 100px;
    height: 36px;
    color: #0c0c73;
    text-align: center;
    padding-top: 3px;
}

.language .jap{
    border-top: solid 1.5px;
    border-bottom: solid 1.5px;
    border-left: solid 1.5px;
}

.language .kor{
    border-top: solid 1.5px;
    border-bottom: solid 1.5px;
    border-right: solid 1.5px;
}

.language .active {
    background-color: #0c0c73;
    border-color: #0c0c73;
    color: white;
}

.navi {
    float: right;
    padding-top: 22px;
}

.navi ul {
    padding-left: 3px;
    height: 42px;
    max-width: 680px;
    list-style-type: none;
    overflow: hidden;
    box-shadow: 0px 6px #0c0c73;
}

ul li:hover ul {
    display: block;
}

.navi li {
    float: left;
    width: 120px;
    height: 45px;
    margin-left: 14px;
    background-color: #fafafb;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.navi li a {
    display: block;
    width: 120px;
    height: 45px;
    padding-top: 10px;
    color: #0c0c73;
    text-decoration: none;
}

.navi li:hover {
    background-color: #0c0c73;
}

.navi li a:hover {
    color: white;
}

.navi-active {
    background-color: #0c0c73 !important;
}

.navi-active a {
    color: white !important;
}


@media (max-width: 767.98px) {
    .navi ul li {
        float: none;
        width: auto;
    }
}

.content {
    min-width: 1319px;
    min-height: 644px;
}

.line-title{
    font-size: 22px;
    color: #0c0c73;
    font-weight: bold;
    border-bottom: inset 6px #0c0c73;
    width: 916px;
    margin-top: 25px;
    padding-bottom: 4px;
    padding-left:5px;
}

.footer {
    min-width: 1319px;
    min-height: 100px;
    border-top: 6px solid;
    border-color: #ebebf9;
    padding: 16px 0px;
}

.footer .image {
    float: left;
    padding: 0px 116px 0px 286px;
}

.footer .text-area {
    padding-top: 20px;
}

.clear{
    clear: both;
}
</pre></body></html>