﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic"); @font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-color: #f72f6e;
    --highlight-color: #c32557;
    --head-title-color: #eca8be;
    --view-title-color: #ffebf2;
}

body {
    font-family: "SBAggroL";
    line-height: 22px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.is-pc .ko {
    font-size: 12px;
}

a {
    color: rgb(51, 51, 51);
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: crimson;
    text-decoration: none;
}

fieldset legend {
    display: none;
}

label {
    font-weight: normal;
}

label.checkbox, label.radio {
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
    display: block;
}

blockquote {
    font-size: 12px;
    margin: 0px 0px 20px;
}

.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
    font-family: "SBAggroL";
}

.ko, .ko small {
    font-family: "SBAggroL";
}

.sns-share-icon img {
    width: 30px;
    max-width: 34px;
    border-radius: 50%;
}

.wrapper {
    margin: 0px auto;
    background: rgb(255, 255, 255);
}

.at-container {
    margin: 0px auto;
    padding: 0px;
}

.is-pc .at-body {
    min-height: 600px;
}

.at-body .at-container {
    padding: 0px 15px;
    overflow: hidden;
}

.boxed.wrapper .at-body .at-container {
    padding: 0px 20px;
}

.at-content {
    position: relative;
    padding: 20px 0px;
}

.at-row {
    margin-left: -15px;
    margin-right: -15px;
}

.at-col {
    position: relative;
    padding: 5px;
}

.nav-fixed .at-menu {
    width: 100%;
    z-index: 10;
    left: 0px;
    opacity: 0.9;
}

.at-menu{
    position:sticky ;
    top: 0;
    background-color: white; /* 선택 사항: 배경색 설정 */
    z-index: 100; /* 선택 사항: 다른 요소와의 겹침 순서 설정 */
}
@media (max-width: 991px) {
    .responsive .at-body .at-container {
        padding: 0px !important;
    }

    .responsive .at-body .at-row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .responsive .at-body .at-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive .pull-right.at-main, .responsive .pull-left.at-side {
        float: none !important;
    }
}

.at-lnb {
    width: 100%;
}

.en .at-lnb {
    font-size: 12px;
}

.at-lnb ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 5px;
}

.at-lnb ul > li {
    float: left;
    padding: 0px 15px;
}

.at-lnb ul > li::after {
    float: right;
    color: rgb(204, 204, 204);
    content: "/";
    margin-right: -17px;
}

.at-lnb ul > li:last-child::after {
    content: "";
    margin-right: 0px;
}

.at-lnb ul > li > a {
    color: rgb(255, 255, 255);
    float: left;
}

@media (max-width: 991px) {
    .responsive .at-lnb .at-container {
        display: none;
        visibility: visible;
    }
}

.pc-header {
    padding: 10px 0px 0px;
    text-align: center;
}

.pc-header .at-container {
    padding: 0px 20px 15px;
}

.pc-header .header-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
}

.pc-header .header-logo a {
    font-size: 30px;
    line-height: 100px;
    font-family: Georgia, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.pc-header .header-logo a:hover {
    color: rgb(255, 255, 255);
}

.pc-header .header-logo img {
    display: block;
    max-width: 100%;
    max-height: 60px;
}

.pc-header .header-desc {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    color: rgb(136, 136, 136);
    margin-top: 2px;
}

.pc-header .header-search {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.pc-header .header-search form {
    padding: 0px;
    margin-top: 4px;
    border: 4px solid rgb(17, 17, 17);
    background: rgb(17, 17, 17);
}

.pc-header .header-search input {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(17, 17, 17);
}

.pc-header .header-search .btn {
    color: rgb(255, 255, 255) !important;
    background: rgb(17, 17, 17) !important;
}

.pc-header .header-keyword {
    padding-top: 4px;
}

.en .pc-header .header-keyword {
    font-size: 12px;
}

@media (max-width: 991px) {
    .responsive .pc-header {
        display: none;
    }
}

.m-header {
    display: none;
    background: rgb(50, 60, 70);
}

.m-header a {
    color: rgb(255, 255, 255);
}

.m-header .at-container {
    padding: 0px;
}

.m-header .header-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

.m-header .header-icon, .m-header .header-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.m-header .header-icon {
    width: 44px;
}

.m-header .header-icon a {
    display: block;
}

@media (max-width: 991px) {
    .responsive .m-header {
        display: block;
    }
}

.pc-menu {
    position: relative;
    background-color: var(--main-color);
    border: 0px;
    z-index: 3;
    box-shadow: rgba(25, 25, 25, 0.15) 0px 5px 5px -2px;
}

.pc-menu .at-container {
    position: relative;
}

.pc-menu .sub-slide, .pc-menu .sub-shows {
    display: none;
    visibility: visible;
}

.pc-menu .sub-icon::after {
    font-family: FontAwesome;
    float: right;
    position: relative;
    content: "";
}

.pc-menu .menu-a {
    font-size: 15px;
    font-family: "SBAggroL";
}

.pc-menu .nav-home .menu-a {
    font-size: 20px;
}

.pc-menu .nav-right {
    font-size: 16px;
}

@media (max-width: 991px) {
    .responsive .pc-menu, .responsive .pc-menu-all {
        display: none;
    }
}

.pc-menu .nav-top.nav-both .menu-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
}

.pc-menu .nav-top.nav-both .menu-li {
    display: table-cell;
    vertical-align: top;
}

.pc-menu .nav-top.nav-both .menu-a {
    padding: 0px;
    text-align: center;
}

.pc-menu .nav-top.nav-both .sub-1div::before {
    left: 20px;
    margin-left: -8px;
}

.pc-menu .nav-top.nav-both .sub-1div {
    position: relative;
}

.pc-menu .nav-top.nav-float .menu-ul {
}

.pc-menu .nav-top.nav-float .menu-li {
    float: left;
}

.pc-menu .nav-top.nav-float .sub-1div {
    position: absolute;
}

.pc-menu .nav-top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
}

.pc-menu .nav-top .menu-a {
    display: block;
    color: white;
    font-weight: bold;
}

.pc-menu .nav-top .menu-li:hover .menu-a, .pc-menu .nav-top .menu-li.on .menu-a {
    background: rgb(0 0 0 / 21%);
}

.pc-menu .nav-top .menu-li.nav-home {
    text-align: center;
    width: 60px !important;
}

.pc-menu .nav-top .menu-li.nav-home .menu-a {
    padding: 0px;
}

.pc-menu .nav-top .new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-1div::before {
    top: -8px;
    border-width: 0px 8px 8px;
    border-color: var(--main-color) transparent;
    display: block;
    width: 0px;
    content: "";
    position: absolute;
    border-style: solid;
}

.pc-menu .nav-top .sub-1div {
    background: rgb(255, 255, 255);
    border-top: 3px solid var(--highlight-color);
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}

.pc-menu .nav-top .sub-1dul, .pc-menu .nav-top .sub-1dli {
    position: relative;
}

.pc-menu .nav-top .sub-1da[href*="officer"] {
    display: block;
    color: rgb(255, 120, 0);
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-1da {
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-1dli.on .sub-1da, .pc-menu .nav-top .sub-1dli:hover .sub-1da {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: var(--highlight-color);
    border-color: hsl(0deg 0% 0% / 17%);
}

.pc-menu .nav-top .sub-1new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-1line {
    position: relative;
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 12px;
    font-weight: bold;
    background: rgb(250, 250, 250);
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2div {
    left: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}

.pc-menu .nav-top .sub-2dul {
}

.pc-menu .nav-top .sub-2dli {
}

.pc-menu .nav-top .sub-2da {
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2dli.on .sub-2da, .pc-menu .nav-top .sub-2dli:hover .sub-2da {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: rgb(76, 175, 80);
    border-color: rgb(76, 175, 80);
}

.pc-menu .nav-top .sub-2new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-2line {
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 12px;
    font-weight: bold;
    background: rgb(250, 250, 250);
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-right {
    background: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
}

.pc-menu .nav-right > ul {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu .nav-right > ul > li {
    float: left;
    position: relative;
    width: 42px;
}

.pc-menu .nav-right > ul > li > a {
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

.pc-menu .nav-right > ul > li > a:hover {
    background: rgb(51, 51, 51);
}

.pc-menu .nav-right .label {
    position: absolute;
    top: 15%;
    right: 7px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: 0.25em !important;
}

.pc-menu .nav-rw {
    width: 170px;
}

.pc-menu-all {
    position: relative;
    background: rgb(250, 250, 250);
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 10px -10px inset;
}

.pc-menu-all .at-container {
    padding: 20px 15px 0px;
}

.pc-menu-all .table {
    margin-bottom: 20px !important;
}

.pc-menu-all .table td {
    width: 1%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 0px;
    line-height: 20px;
}

.pc-menu-all .menu-a {
    display: block;
    color: rgb(0, 0, 0);
    padding: 6px 12px;
    background: rgb(245, 245, 245);
    border-bottom: 1px solid rgb(221, 221, 221);
    font-weight: bold;
    text-align: center;
}

.pc-menu-all .table td.on .menu-a {
    color: crimson;
}

.pc-menu-all .sub-1div {
    padding: 8px 0px;
}

.pc-menu-all .sub-1dul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu-all .sub-1dli .sub-1da {
    display: block;
    padding: 2px 12px;
    color: rgb(51, 51, 51);
}

.pc-menu-all .sub-1dli.on .sub-1da, .pc-menu-all .sub-1dli:hover .sub-1da {
    color: crimson;
}

.pc-menu-all .new {
    color: rgb(140, 195, 70);
}

.pc-menu-all .new-sub1 {
    color: rgb(140, 195, 70);
}

.pc-menu-all .sub-1line {
    display: block;
    color: rgb(0, 0, 0);
    padding: 5px 12px;
    margin: 4px 0px;
    font-weight: bold;
    background: rgb(250, 250, 250);
}

.pc-menu-all .menu-all-btn {
    text-align: center;
}

.m-menu {
    display: none;
    overflow: hidden;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 20;
    box-shadow: rgba(25, 25, 25, 0.15) 0px 5px 5px -2px;
}

.m-menu .m-wrap {
}

.m-menu .m-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

.m-menu .m-icon, .m-menu .m-list {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    border-width: 0px 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
}

.m-menu .m-icon {
    width: 44px;
    text-align: center;
    font-size: 18px;
}

.m-menu .m-icon a {
    display: block;
    position: relative;
}

.m-menu .m-icon .label {
    position: absolute;
    top: 15%;
    right: 5px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: 0.25em !important;
}

.m-menu .m-nav {
    overflow: hidden;
    margin: 0px 10px;
}

.m-menu .m-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav ul li.active a {
    color: orangered;
    font-weight: bold;
}

.m-menu .m-sub {
    background: rgb(250, 235, 215);
    border-top: 1px solid rgb(221, 221, 221);
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
}

.m-menu .m-nav-sub {
    width: 100%;
    overflow: hidden;
    margin: 0px;
}

.m-menu .m-nav-sub ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav-sub ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav-sub ul li.active a {
    color: orangered;
    font-weight: bold;
}

@media (max-width: 991px) {
    .responsive .m-menu {
        display: block;
    }
}

.at-title {
    height: 80px;
    position: relative;
    color: rgb(0, 0, 0);
    background-color: rgb(250, 250, 250);
    border-bottom: 1px solid rgb(223, 223, 223);
}

.at-title .at-container {
    height: 100%;
    position: relative;
    background: var(--head-title-color);
    border-radius: 5px;
}

.at-title .page-title {
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1;
}

.at-title .page-title .explain {
    font-size: 16px;
    color: var(--main-color);
    font-weight: bold;
}

.at-title .page-desc {
    color: rgb(136, 136, 136);
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

@media (max-width: 767px) {
    .responsive .at-title {
        height: 50px;
    }

    .responsive .at-title .page-title {
        font-size: 20px;
        left: 15px;
        bottom: 10px;
    }
}

.en .at-footer .at-links {
    font-size: 12px;
}

.at-footer .at-links {
    min-height: 50px;
    background: rgb(250, 250, 250);
    padding: 8px 0px;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
}

.at-footer .at-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.at-footer .at-links ul > li {
    float: left;
    padding: 0px 15px;
}

.at-footer .at-links ul > li::after {
    float: right;
    color: rgb(204, 204, 204);
    content: "/";
    margin-right: -17px;
}

.at-footer .at-links ul > li:last-child::after {
    content: "";
}

.at-footer .at-links ul > li > a {
    color: rgb(136, 136, 136);
}

@media (max-width: 991px) {
    .responsive .at-footer .at-links ul.pull-left {
        display: none;
    }

    .responsive .at-footer .at-links ul.pull-right {
        text-align: center;
        float: none !important;
    }

    .responsive .at-footer .at-links ul.pull-right > li {
        float: none;
        display: inline-block;
    }
}

.en .at-footer .at-infos {
    font-size: 12px;
}

.at-footer .at-infos .media {
    padding: 15px 20px 20px;
}

.at-footer .at-infos .pull-left {
    font-size: 70px;
    color: rgb(221, 221, 221);
}

.at-footer .at-infos .copyright {
    float: left;
    margin-left: 10px;
}

.at-footer .at-infos .copyright span {
    color: rgb(136, 136, 136);
}

.at-footer .at-about {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.at-footer .at-about > li {
    float: left;
    padding: 0px 15px;
    color: rgb(136, 136, 136);
}

.at-footer .at-about > li > a {
    color: rgb(136, 136, 136);
}

.at-footer .at-help {
    list-style: none;
    margin: 0px 0px 5px;
    padding: 0px;
}

.at-footer .at-help::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.at-footer .at-help > li {
    float: left;
    padding: 0px 15px;
}

.at-footer .at-help > li::after {
    float: right;
    font-size: 12px;
    color: rgb(221, 221, 221);
    content: "|";
    margin-right: -17px;
}

.at-footer .at-help > li:last-child::after {
    content: "";
}

.at-footer .at-help > li > a {
    float: left;
}

@media (max-width: 767px) {
    .responsive .at-footer .at-infos .media {
        padding: 15px 0px 20px;
        text-align: center;
    }

    .responsive .at-footer .at-infos .copyright {
        float: none;
        margin: 0px;
    }
}

.at-footer .at-copyright {
    text-align: center;
    padding: 15px 0px;
    color: rgb(136, 136, 136);
}

.at-footer .at-copyright strong {
    color: rgb(51, 51, 51);
}

.at-go .go-btn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 25px;
    z-index: 2;
}

.at-go .go-btn span {
    display: block;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.5);
    margin: 5px 0px;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 19px;
    line-height: 42px !important;
}

.at-go .go-btn .go-bottom {
    display: block;
}

@media (max-width: 768px) {
    .at-go .go-btn {
        bottom: 80px;
        right: 5px;
    }
}

@media (min-width: 660px) {
    .at-go .go-btn {
        bottom: 0px;
    }
}

.btn {
    font-family: "SBAggroL";
}

.ryan-login-daum .btn-login:focus {
    background-color: var(--highlight-color);
}

.ryan-login-daum .btn-login:hover {
    background-color: var(--highlight-color);
}

.ryan-login-daum .btn-login {
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 21%);
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-lg i {
    top: 3px;
    font-size: 24px;
    position: relative;
}

.btn-xs {
    padding: 4px 10px;
}

.is-pc .ko .btn-xs, .is-pc .ko .btn-sm {
    font-family: dotum, sans-serif;
}

.list-group-item {
    word-break: break-all;
    border-radius: 0px !important;
}

.pagination {
    font-family: Roboto, sans-serif;
}

.pagination li a {
    border-radius: 0px !important;
    color: rgb(51, 51, 51) !important;
}

.pagination li.active a {
    color: rgb(255, 255, 255) !important;
    background: rgb(68, 68, 68) !important;
    border-color: rgb(68, 68, 68) !important;
}

.progress {
    position: relative;
    border-radius: 0px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
}

.progress .sr-only {
    font-family: Roboto, sans-serif;
    margin: 0px 15px;
    left: 0px;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clip: auto;
}

.sr-score {
    font-family: Roboto, sans-serif;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-right: 8px;
}

.at-container .input-group-btn>.btn.main-search {
    height: 34px;
}

.input-group-btn>.btn.main-search {
    height: 38px;
    width: 50px;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 11%);
}

#sm {
    background-color: white;
    font-family: "SBAggroL", 돋움, Dotum;
    margin: 0px 0 10px 0;
    width: 100%;
}

#sm .sm_border {
    border: 0px solid #efefef;
}

#sm .sm_margin {
    border: 0px solid #ccc;
    padding: 0px;
}

#sm .sm_margin .title {
    height: 40px;
    line-height: 30px;
    background-color: #262626;
    border-bottom: 1px rgb(0 0 0 / 17%) solid;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#sm .sm_margin .item-sort-loc {
    height: 40px;
    line-height: 30px;
    background-color: #000000;
    border-bottom: 1px #adceb6 solid;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#sm .sm_item {
    font-size: 14px;
    padding: 0px;
    margin: 0 0 0 0;
}

#sm .sm_title {
    font-size: 16px;
    padding: 0px 0 0 3px;
    height: 28px;
    font-weight: bolder;
}

#sm .sm_sub {
    padding-left: 10px;
    border-bottom: 1px #bad7c2 dotted;
}

#sm .sm_sub_continue {
    border-bottom: 0px !important;
}

#sm .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

#sm .sm_sub.active {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

#sm .sm_sub a {
    margin: 2px 0 0 0;
    float: initial;
    width: 100%;
}

#sm .sm_sub.selected a {
    font-weight: bold;
}

#sm .sm_sub {
    margin: 0 0 0 0px;
    --background: url(/host/home3/jjamton3/html/thema/Basic/sdmenu/menu.gif) left top no-repeat;
}

#sm .main_sub_menu {
    vertical-align: middle;
    text-align: center;
    font-size: small;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    border: 1px #cddad2 solid;
    height: 40px;
    width: 100px;
    line-height: 40px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 0px;
    color: #505a70;
    /*background-color: #eeeadd;*/
    margin: 5px 0 0 5px;
}

#sm .main_sub_menu a {
    color: white;
}

#sm .main_sub_menu.menu_on {
    color: crimson ;
}

#sm .main_sub_menu:hover {
    color: white;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 9%);
}

#sm .sidemenu-btn:hover {
    color: white;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 9%);
}

#sm .sidemenu-btn.active {
    color: white;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 9%);
}

#sm .side_menu_company {
    display: inline-block;
    color: #118a34;
    font-size: 15px;
    font-weight: bolder;
}

#sm .menu_company .sm_sb {
    color: orange;
    font-size: large;
}

#sm .menu_company .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.list-category {
}

@media all and (min-width: 320px) {
    .nav-tabs {
        width:297px;
    }
}

@media all and (min-width: 375px) {
    .nav-tabs {
        width:372px;
    }
}

@media all and (min-width: 425px) {
    .nav-tabs {
        width:380px;
    }
}

@media all and (min-width: 625px) {
    .nav-tabs {
        width:100%;
    }
}

@media all and (max-width: 625px) {
    .nav-tabs {
        text-align:left;
        border: 0px;
        margin: auto;
    }

    .nav-tabs > li {
        display: inline-block;
        float: none;
    }

    .nav-tabs>li>button {
        color: white;
        border: 1px black solid;
        border-radius: 3px ;
        margin: 3px;
        width: 60px;
        height: 36px;
        line-height: 15px;
        text-align: center;
        background-color: #859c8c;
        border-color: #acbcb1;
    }
}

.nav-tabs>li>button {
    color: white;
    border: 1px black solid;
    border-radius: 3px ;
    margin: 3px;
    width: 99.15px;
    height: 38px;
    line-height: 17px;
    text-align: center;
    background-color: var(--head-title-color);
    border-color: rgb(0 0 0 / 10%);
}

.nav-tabs>li.active>button {
    color: white;
    border: 1px black solid;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 14%);
}

.nav-tabs>li.active>button:hover {
    color: white;
    border: 1px black solid;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.nav-tabs>li>button:hover {
    color: white;
    border: 1px black solid;
    background-color: var(--main-color);
    border-color: rgb(0 0 0 / 23%);
}

.nav-tabs > li > .fav {
    color: white;
    border: 3px orange solid ;
}

.main-box.onboard {
    font-family: "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", 돋움, Dotum;
}

.main-box.onboard.dummy .gallery {
    display: none;
}

.main-box.onboard.dummy:before {
    content: "모집중";
    display: block;
    position: absolute;
    margin-top: 172px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #c81010;
}

.main-box.onboard.dummy button {
    display: none;
}

.main-box.onboard .item_name_wrap {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
}

.main-box.onboard .item_cat {
    color: #808080;
    font-size: 12px;
    font-weight: 900;
}

.main-box.onboard .item_name {
    word-break: break-all;
    color: #ff490f;
    font-size: 17px;
    font-weight: 900;
}

.main-box.onboard .item_addr {
    color: #000;
    font-size: 13px;
    min-height: 20px;
}

.main-box.onboard .item_contact {
    color: #808080;
    font-size: 12px;
    min-height: 20px;
}

.main-box.onboard .gallery_fadder {
    width: 100%;
    height: 143.11px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: rgba(54,59,67, 0);
    transition: background 400ms;
    z-index: 2;
}

.main-box.onboard {
    width: 215px;
    margin: 6px;
    border-radius: 10px;
    background-color: white;
    height: 260px;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
    border: 1px #dadcda solid;
    text-align: left;
    float: none;
}

@media (max-width: 768px) {
    .main-box.onboard {
        height:250px;
        min-width: 190px;
        margin: 10px;
        padding: 0px;
        display: inline-block;
        overflow: hidden;
        margin-top: 0px;
    }
}

.main-box.onboard img {
    width: 100%;
    height: 100%;
}

.main-box.onboard .gallerybtn {
    border-color: #d4d4d4;
    font-weight: bold;
}

.main-box.onboard .gallerybtn:hover {
    border-color: #65a277;
    background-color: #65a277;
    font-weight: bold;
    color: white;
}

.main-box.onboard .gallery_fadder:before {
    content: "\e02f";
    font-family: 'Iconano';
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 13;
    transition: opacity 400ms;
    opacity: 0;
}

.main-box.onboard .gallery {
    height: 105px;
    margin-bottom: -41px;
    padding-left: 10px;
    position: absolute;
    bottom: 41px;
    width: 100%;
    background: rgb(255 255 255 / 67%);
}

.main-box.onboard .gallery :hover .gallery_fadder {
    background: rgba(255, 255, 255, 0.27);
}

.bizBtn {
    width: 6.6%;
    height: 38px;
    font-weight: bold;
    font-size: 13px;
    margin: 5px;
    white-space: normal;
    background-color: #859c8c;
    border-color: #859c8c;
    color: white;
    line-height: 14px;
}

.bizBtn.on {
    background-color: #3dbf62;
    border-color: #3dbf62;
    color: white;
    line-height: 14px;
}

.bizBtn:focus {
    background-color: #3dbf62;
    border-color: #3dbf62;
    color: white;
}

.bizBtn:hover {
    background-color: #3dbf62;
    border-color: #3dbf62;
    color: white;
}

.coupon-box {
    border-color: #eed591;
    border-width: 2px;
}

.ticker-container ul div li a {
    font-family: "SBAggroL";
}

#sm.partner_menu {
    background-color: white;
    font-family: "SBAggroL";
    margin: 0px 0 10px 0;
    width: 100%;
}

#sm.partner_menu .sm_border {
    border: 0px solid #efefef;
}

#sm.partner_menu .sm_margin {
    border: 0px solid #ccc;
    padding: 0px;
}

#sm.partner_menu .sm_item {
    font-size: 14px;
    padding: 0px;
    margin: 0 0 0 0;
}

#sm.partner_menu .sm_title {
    font-size: 16px;
    padding: 0px 0 0 3px;
    height: 28px;
    font-weight: bolder;
}

#sm.partner_menu .sm_sub {
    padding-left: 10px;
    border-bottom: 1px #bad7c2 dotted;
}

#sm.partner_menu .sm_sub_continue {
    border-bottom: 0px !important;
}

#sm.partner_menu .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

#sm.partner_menu .sm_sub.active {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

#sm.partner_menu .sm_sub a {
    margin: 2px 0 0 0;
    float: initial;
    width: 100%;
}

#sm.partner_menu .sm_sub.selected a {
    font-weight: bold;
}

#sm.partner_menu .sm_sub {
    margin: 0 0 0 0px;
    --background: url(/host/home3/jjamton3/html/thema/Basic/sdmenu/menu.gif) left top no-repeat;
}

#sm.partner_menu .main_sub_menu {
    vertical-align: middle;
    text-align: center;
    font-size: small;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    border: 1px #cddad2 solid;
    height: 40px;
    width: 100px;
    line-height: 40px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 0px;
    color: #505a70;
    /*background-color: #eeeadd;*/
    margin: 5px 0 0 5px;
}

#sm.partner_menu .main_sub_menu a {
    color: white;
}

#sm.partner_menu .main_sub_menu.menu_on {
    color: crimson ;
}

#sm.partner_menu .title {
    height: 40px;
    line-height: 30px;
    background-color: var(--highlight-color);
    /* border-bottom: 1px #3dbf62 solid; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

#sm.partner_menu .main_sub_menu:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

#sm.partner_menu .sidemenu-btn:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

#sm.partner_menu .sidemenu-btn.active {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

#sm.partner_menu .side_menu_company {
    display: inline-block;
    color: #118a34;
    font-size: 15px;
    font-weight: bolder;
}

#sm.partner_menu .menu_company .sm_sb {
    color: orange;
    font-size: large;
}

#sm.partner_menu .menu_company .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

#tg_onoff button {
    font-size: 11px;
}

.view-content img {
    --width: auto !important;
    height: initial !important;
    max-width: 800px !important ;
}

.title_btn {
    color: white;
    border: 1px rgb(0 0 0 / 16%) solid;
    border-radius: 3px;
    height: 40px;
    width: 130px;
    background-color: var(--main-color);
}

.title_btn:hover {
    color: white;
    /* border: 1px #4fad6a solid; */
    background-color: var(--highlight-color);
}

.view-wrap h1.board-view-title {
    background-color: var(--view-title-color);
}

.btn.btn-write {
    position: absolute;
    right: 20px;
    bottom: 6.5px;
    height: 40px;
    width: 100px;
    background-color: var(--main-color);
    line-height: 30px;
    border-color: rgb(0 0 0 / 14%);
}

.btn.btn-write:hover {
    background-color: var(--highlight-color);
}


.side-menu .btn-agent {
    color: #ffffff;
    /* text-shadow: 1px 1px 6px #ffe500; */
    background: #5e8ccb;
    padding: 7px 10px;
    display: inline;
    border-radius: 3px;
    border: 1px solid rgb(0 0 0 / 17%);
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}

.side-menu .btn-agent.modi-contact {
    background: #f89e1f;
}

.side-menu .btn-agent.check-profile {
    background: #ffe500;
}

.side-menu .btn-agent.check-profile {
    background: #898989;
}

.side-menu .btn-agent.check-review {
    background: #898989;
}

.side-menu {
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", 돋움, Dotum;
    margin: 0px 0 10px 0;
    width: 100%;
}

.side-menu {
    /* border: 1px solid #d2dad4; */
    border-radius: 7px;
    /* margin-left: -5px; */
    /* overflow: hidden; */
}

.side-menu.comp-by-loc .sm_item {
    padding-bottom: 5px;
}

.side-menu .sm_border {
    border: 0px solid #efefef;
}

.side-menu .sm_margin {
    border: 0px solid #ccc;
    padding: 0px;
}

.side-menu .sm_margin .item-sort-loc {
    height: 40px;
    line-height: 30px;
    background-color: #7d827e;
    border: 1px solid rgb(0 0 0 / 5%);
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.side-menu .sm_margin .item-sort-comp {
    height: 40px;
    line-height: 30px;
    border: 1px solid rgb(0 0 0 / 5%);
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.side-menu .sm_margin .item-sort-comp.op {
    background-color: #518bd6 ;
}

.side-menu .sm_item {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    margin: 0 0 0 0;
    border: 1px solid #d2dad4;
    border-radius: 0 0 7px 7px;
}

.side-menu .sm_item.list-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
    padding-left: 7px;
}

.side-menu .sm_title {
    font-size: 16px;
    padding: 0px 0 0 3px;
    height: 28px;
    font-weight: bolder;
}

.side-menu .sm_sub:last-child {
    border-bottom: none
}

.side-menu .sm_sub_continue {
    border-bottom: 0px !important;
}

.side-menu .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.side-menu .sm_sub.active {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.side-menu .sm_sub a {
    margin: 2px 0 0 0;
    float: initial;
    width: 100%;
}

.side-menu .sm_sub.selected a {
    font-weight: bold;
}

.side-menu .sm_sub {
    margin: 0 0 0 0px;
    /* --background: url(/host/home3/jjamton3/html/thema/Basic/sdmenu/menu.gif) left top no-repeat; */
    /* height: 50px; */
    /* line-height: 50px; */
    padding: 9px 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 10px;
    border-bottom: 1px #bad7c2 dotted;
}

.side-menu .sm_sub .menu-name {
    vertical-align: middle;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: inline-block;
    /* width: 104px; */
    flex-grow: 1;
}

.side-menu .sm_sub .sidemenu-btn {
    border-radius: 5px;
    padding: 0px;
    width: 45px;
    height: 35px;
    /* float: right; */
}

.side-menu .sm_sub .menu-info-btn {
}

.side-menu .sm_sub .menu-review-btn {
}

.side-menu .sm_sub .btns-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.side-menu .sm_item.list-style .main_sub_menu {
    width: calc( 50% - 6px );
    margin: 0;
}

.side-menu .main_sub_menu {
    vertical-align: middle;
    text-align: center;
    font-size: small;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    border: 1px #cddad2 solid;
    height: 40px;
    width: 100px;
    line-height: 40px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 0px;
    color: #505a70;
    /*background-color: #eeeadd;*/
    margin: 5px 0 0 5px;
}

.side-menu .main_sub_menu a {
    color: white;
}

.side-menu .main_sub_menu.menu_on {
    color: crimson;
}

.side-menu .main_sub_menu:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu .sidemenu-btn:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu .sidemenu-btn.active {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu .side_menu_company {
    display: inline-block;
    color: #118a34;
    font-size: 15px;
    font-weight: bolder;
}

.side-menu .menu_company .sm_sb {
    color: orange;
    font-size: large;
}

.side-menu .menu_company .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.at-title .page-title .explain {
    font-size: 16px;
    color: #579a6a;
    font-weight: bold;
}

.side-menu .sm_margin .title {
    height: 40px;
    line-height: 30px;
    background-color: #5a6d5f;
    /* border-bottom: 1px #adceb6 solid; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.side-menu.partner_menu .status {
    font-size: 17px;
}

.side-menu.partner_menu .status.over-due {
    color: red;
}

.side-menu.partner_menu .status.pause {
    color: red;
}

.side-menu.partner_menu {
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", 돋움, Dotum;
    margin: 0px 0 15px 0;
    width: 100%;
}

.side-menu.partner_menu .sm_border {
    border: 0px solid #efefef;
}

.side-menu.partner_menu .sm_margin {
    border: 0px solid #ccc;
    padding: 0px;
}

.side-menu.partner_menu .sm_item {
    font-size: 14px;
    padding: 0px;
    margin: 0 0 0 0;
}

.side-menu.partner_menu .sm_title {
    font-size: 16px;
    padding: 0px 0 0 3px;
    height: 28px;
    font-weight: bolder;
}

.side-menu.partner_menu .sm_sub {
    padding-left: 10px;
    border-bottom: 1px #bad7c2 dotted;
}

.side-menu.partner_menu .sm_sub_continue {
    border-bottom: 0px !important;
}

.side-menu.partner_menu .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.side-menu.partner_menu .sm_sub.active {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.side-menu.partner_menu .sm_sub a {
    margin: 2px 0 0 0;
    float: initial;
    width: 100%;
}

.side-menu.partner_menu .sm_sub.selected a {
    font-weight: bold;
}

.side-menu.partner_menu .sm_sub {
    margin: 0 0 0 0px;
    --background: url(/host/home3/jjamton3/html/thema/Basic/sdmenu/menu.gif) left top no-repeat;
    padding: 5px 0px;
}

.side-menu.partner_menu .sm_sub > a {
    margin-left: 20px;
}

.side-menu.partner_menu .main_sub_menu {
    vertical-align: middle;
    text-align: center;
    font-size: small;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    border: 1px #cddad2 solid;
    height: 40px;
    width: 100px;
    line-height: 40px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 0px;
    color: #505a70;
    /*background-color: #eeeadd;*/
    margin: 5px 0 0 5px;
}

.side-menu.partner_menu .main_sub_menu a {
    color: white;
}

.side-menu.partner_menu .main_sub_menu.menu_on {
    color: crimson;
}

.side-menu.partner_menu .main_sub_menu:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu.partner_menu .title {
    height: 40px;
    line-height: 30px;
    background-color: #3dbf62;
    /* border-bottom: 1px #3dbf62 solid; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.side-menu.partner_menu .sidemenu-btn:hover {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu.partner_menu .sidemenu-btn.active {
    color: white;
    background-color: #3dbf62;
    border-color: #3dbf62;
}

.side-menu.partner_menu .side_menu_company {
    display: inline-block;
    color: #118a34;
    font-size: 15px;
    font-weight: bolder;
}

.side-menu.partner_menu .menu_company .sm_sb {
    color: orange;
    font-size: large;
}

.side-menu.partner_menu .menu_company .sm_sub:hover {
    background-color: #e4e4e4;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.side-menu .side-m-title {
    text-align: center;
}

.side-menu .side-m-title .side-m-title-text {
    color: white;
    font-weight: bolder;
    font-size: 16px;
}