<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans KR', dotum, sans-serif;background:#fff; overflow-x:hidden; }
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; font-family:'Noto Sans KR', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;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;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
#bo_v_title { margin-top:20px;}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}



#loadings {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: #fff;z-index: 999999;}
#loadings_spin {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .1); /* 컬러 */
    border-radius: 50%;
    border-top-color: #1E90FF; /* 컬러 */
    animation: spin 0.5s ease-in-out infinite;
    -webkit-animation: spin 0.5s ease-in-out infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.placeholdersjs {color:#aaa !important}
/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#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; border-radius:10px; overflow:hidden; box-shadow:0 5px 15px rgba(0,0,0,0.1);}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#f8f9fa;color:#333;text-align:left;position:relative; display:flex; justify-content:space-between;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {font-weight:500; transition:0.2s ease all; margin:10px; padding:10px 15px; border:0; color:#333; border-radius:5px; cursor:pointer;}
.hd_pops_footer button:hover { background:#1E90FF; color:#fff; transition:0.2s ease all; }
.hd_pops_footer .hd_pops_reject {background:#f1f1f1; text-align:left;}
.hd_pops_footer .hd_pops_close {background:#f1f1f1; position:relative;}

/* 상단 레이아웃 */
#hd {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 최상단 정보 영역 - TNB */
#tnb {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: #f9f9f9;
}

#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto; display:flex; letter-spacing:-0.5px; justify-content:space-between; padding:0 20px;}

/* 최상단 좌측 정보 */
#hd_tnb {
    display:flex;
    align-items:center;
}

#hd_tnb:after {display:block;visibility:hidden;clear:both;content:""}

#hd_tnb li {
    position:relative;
    margin:0 15px 0 0;
    padding:10px 0;
    font-size:13px;
    border-right: none;
}

#hd_tnb li:last-child {
    margin-right:0;
}

#hd_tnb li a {
    color:#555;
    font-weight:500;
    transition:all 0.2s ease;
    display:flex;
    align-items:center;
    font-size: 12px;
}

#hd_tnb li a:hover {
    color:#1E90FF;
}

#hd_tnb li a.company-info {
    color:#666;
}

/* 최상단 우측 정보 */
#hd_qnb {
    display:flex;
    align-items:center;
}

#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}

#hd_qnb li {
    position:relative;
    margin:0 0 0 15px;
    padding:10px 0;
    font-size:13px;
    border-right: none;
}

#hd_qnb li:first-child {
    margin-left:0;
}

#hd_qnb li a {
    color:#555;
    font-weight:500;
    transition:all 0.2s ease;
    display:flex;
    align-items:center;
    font-size: 12px;
}

#hd_qnb li a:hover {
    color:#1E90FF;
}

#hd_qnb li a i {
    margin-right:3px;
    font-size:11px;
}

#hd_qnb li a.bookmark-link {
    color:#031cff;
}

#hd_qnb li a.bookmark-link:hover {
    color:#f9a825;
}

#hd_qnb li a.alert-link {
    color:#e74c3c;
}

#hd_qnb li a.alert-link:hover {
    color:#c0392b;
}

#hd_qnb li a .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #4169E1 0%, #1E90FF 100%);
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 4px;
}

/* 로고/검색 영역 */
#hd_wrapper {
    position: relative;
    width: 100%;
    background: #fff;
}

.hd_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
}

#logo {
    flex: 0 0 auto;
    padding: 0;
    margin-right: 20px;
    transition: transform 0.3s ease;
    float: none;
}

#logo:hover {
    transform: translateY(-2px);
}

#logo img {
    max-height: 60px;
    width: auto;
}

/* 검색 영역 */
.header_search_area {
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 700px;
    gap: 12px;
}

/* 사이트 검색 영역 */
.hd_sch_wr {
    flex: 1;
    width: 100%;
    padding: 0;
    float: none;
}

#hd_sch {
    position: relative;
    overflow: visible;
    display: block;
    height: auto;
    width: 100%;
    transition: all 0.3s ease;
}

.input_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgba(62, 89, 232, 0.2);
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
    transition: all 0.3s ease;
    position: relative;
}

.input_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #1E90FF, #6495ED, #1E90FF);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    animation: gradientMove 2s infinite linear;
}

.input_wrapper:focus-within::before,
.select_wrapper:focus-within::before {
    opacity: 1;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

#hd_sch #sch_stx {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    border: none;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: calc(100% - 48px);
    box-sizing: border-box;
    float: none;
}

#hd_sch #sch_stx::placeholder {
    color: #999;
}

#hd_sch #sch_stx:focus {
    outline: none;
}

#hd_sch #sch_submit {
    width: 48px;
    height: 48px;
    border: 0;
    background: #fff;
    color: #1E90FF;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s;
    flex-shrink: 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hd_sch #sch_submit:hover {
    background: rgba(62, 89, 232, 0.05);
}

/* 업체 검색 드롭다운 */
.company_search_box {
    position: relative;
    width: 200px;
    flex-shrink: 0;
}

.select_wrapper {
    position: relative;
    height: 48px;
    border: 1px solid rgba(62, 89, 232, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.select_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #1E90FF, #6495ED, #1E90FF);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    animation: gradientMove 2s infinite linear;
}

.select_wrapper:hover::before,
.input_wrapper:hover::before {
    opacity: 0.5;
}

.company_search_box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 48px;
    padding: 0 35px 0 15px;
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.company_search_box select:focus {
    outline: none;
}

.company_search_box .fa-building {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #1E90FF;
    pointer-events: none;
    font-size: 13px;
    z-index: 2;
}

/* 로그인/유틸리티 영역 */
.hd_login {
    display: flex;
    margin-left: auto;
    gap: 5px;
    position: static;
    top: auto;
    right: auto;
}

.hd_login li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    float: none;
    color: #333;
}

.hd_login li:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.hd_login .icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    border-radius: 50%;
     background: linear-gradient(135deg, rgba(112, 169, 255, 0.1) 0%, rgba(159, 122, 234, 0.1) 100%);
    color: #1E90FF;
    font-size: 16px;
    transition: all 0.2s ease;
}

.hd_login li:hover .icon_wrap {
    background: linear-gradient(135deg, rgba(112, 169, 255, 0.2) 0%, rgba(159, 122, 234, 0.2) 100%);
    transform: scale(1.04);
}

.hd_login p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
white-space: nowrap;
}

.hd_login a {
    text-decoration: none;
    color: inherit;
}

.badge_count {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    color: white;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(62, 89, 232, 0.3);
}

/* 최근 본 게시물 */
#stv {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 320px;
    margin-top: 5px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    display: none;
    border: 1px solid rgba(0,0,0,0.05);
}

#stv_list {
    padding: 10px;
}

#stv #stv_pg {
    display: block;
    margin: 10px 0 0;
    padding: 10px;
    background: #f8f8f8;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* 메인메뉴 - 네비게이션 */
#gnb {
    position: relative;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

#gnb:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}

#bo_vc { 
    position: relative; 
    z-index: 99; 
}

.right_menu_container {
    display: flex;
    margin-left: auto;
}

.right_menu { 
    margin-left: 5px;
}

#gnb &gt; h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#gnb .gnb_wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#gnb .gnb_wrap:hover, 
#gnb .gnb_wrap:focus, 
#gnb .gnb_wrap:active {
    z-index: 3;
}

#gnb #gnb_1dul {
    display: flex;
    align-items: center;
    font-size: 1.083em;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
}

#gnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#gnb .gnb_1dli {
    float: left;
    line-height: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

#gnb .gnb_1dli:hover &gt; a {
    color: #1E90FF;
    transition: all 0.3s ease;
}

#gnb .gnb_1dli:hover &gt; a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    transform: translateX(-50%);
    animation: widthGrow 0.3s forwards;
}

@keyframes widthGrow {
    from { width: 0; }
    to { width: 70%; }
}

#gnb .gnb_1dli img { 
    vertical-align: middle; 
    transition: all 0.3s ease;
}

.gnb_1dli .bg {
    position: absolute;
    top: 22px;
    right: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url('../img/gnb_bg2.gif') no-repeat 50% 50%;
    text-indent: -999px;
}

.gnb_1da {
    display: flex;
    align-items: center;
    font-weight: 500; 
    font-size: 15px; 
    letter-spacing: -0.5px; 
    font-family: 'Noto Sans KR', sans-serif; 
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 50px;
    position: relative;
    box-sizing: border-box;
}

.menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.gnb_1dli:hover .menu-icon {
    opacity: 1;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1E90FF 0%, #4169E1 100%);
    background-size: 200% 200%;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 3px;
    margin-left: 6px;
    line-height: 1;
    height: 14px;
    animation: 
        pulse 2s infinite, 
        gradient-shift 2s infinite alternate,
        wiggle 1s infinite;
    box-shadow: 0 0 5px rgba(62, 89, 232, 0.5);
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 89, 232, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(62, 89, 232, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(62, 89, 232, 0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
    padding-right: 25px;
}

.gnb_2dli:first-child {
    border: 0;
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 50px;
    min-width: 180px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    z-index: 100;
}

.gnb_1dli:hover .gnb_2dul {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.gnb_2dul .gnb_2dul_box {
    border: none;
    padding: 0;
}

.gnb_2da {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    background: #fff;
    color: #555;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s ease;
}

a.gnb_2da:hover {
    color: white;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    padding-left: 20px;
    transition: all 0.2s ease;
}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus, 
.gnb_2da:hover {
    color: #fff;
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
}

.gnb_wrap .gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2.7em;
    color: #777;
}

.gnb_wrap .gnb_empty a {
    color: #3a8afd;
    text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty, 
.gnb_wrap .gnb_al_ul .gnb_empty a {
    color: #555;
}

#gnb .gnb_menu_btn {
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    transition: all 0.3s ease;
}

#gnb .gnb_menu_btn:hover {
    background: linear-gradient(135deg, #1E90FF 0%, #4169E1 100%);
}

#gnb .gnb_close_btn {
    background: #fff;
    color: #b6b9bb;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}

#gnb .gnb_close_btn:hover {
    color: #1E90FF;
}

#gnb .gnb_mnal {
    float: right;
    padding: 0;
}

#gnb_all {
    display: none;
    position: absolute;
    border: none;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 0 0 15px 15px;
}

#gnb_all h2 {
    font-size: 1.3em;
    padding: 20px 20px;
    border-bottom: 1px solid #f1f3f6;
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#gnb_all .gnb_al_ul &gt; li:nth-child(5n+1) {
    border-left: 0;
}

#gnb_all .gnb_al_li {
    float: left;
    width: 20%;
    min-height: 150px;
    padding: 20px;
    border-left: 1px solid #f1f3f6;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li:hover {
    background: #f8f9fa;
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 1.2em;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1E90FF;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li .gnb_al_a:hover {
    color: #1E90FF;
}

#gnb_all .gnb_al_li li {
    line-height: 2em;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li li:hover {
    transform: translateX(5px);
}

#gnb_all .gnb_al_li li a {
    color: #555;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li li a:hover {
    color: #1E90FF;
}

#gnb_all_bg {
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

/* Active 메뉴 상태 스타일 */
#gnb .gnb_1dli.active &gt; a {
    color: #1E90FF;
    font-weight: 600;
}

#gnb .gnb_1dli.active &gt; a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    height: 2px;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    transform: translateX(-50%);
}

#gnb .gnb_1dli.active .menu-icon {
    opacity: 1;
}

/* 호버 상태와 액티브 상태 모두 적용될 때 */
#gnb .gnb_1dli.active:hover &gt; a::after {
    animation: none; /* 이미 활성화된 메뉴에서는 애니메이션 제거 */
}

/* 서브메뉴 액티브 스타일 */
.gnb_2dul .gnb_2dli.active &gt; a {
    color: white;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    padding-left: 20px;
}


/* 반응형 미디어 쿼리 */
@media (max-width: 1024px) {
    .gnb_1da {
        padding: 0 15px;
        font-size: 14px;
    }
    
    #gnb #gnb_1dul {
        flex-wrap: wrap;
    }
    
    .right_menu_container {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }
    
    .hd_inner {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 20px;
    }
    
    #logo {
        margin-bottom: 15px;
    }
    
    .header_search_area {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        order: 2;
    }
    
    .hd_login {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        order: 3;
    }
}

@media (max-width: 768px) {
    #gnb #gnb_1dul {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    
    .gnb_1dli {
        width: 100%;
    }
    
    .right_menu_container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .right_menu {
        margin-left: 0;
    }
    
    #gnb .gnb_menu_btn {
        display: block;
    }
    
    #gnb_all {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
    }
    
    #gnb_all .gnb_al_li {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #f1f3f6;
    }
    
    .header_search_area {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .company_search_box {
        width: 100%;
    }
    
    .hd_login {
        justify-content: space-around;
    }
    
    .hd_login li {
        padding: 8px 10px;
    }
    
    #hd_tnb li, #hd_qnb li {
        margin: 0 8px;
    }
    
    .hd_login .icon_wrap {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    #hd_qnb li a i {
        font-size: 10px;
    }
}


/* 메인메뉴 - 트렌디 디자인 */
#gnb {
    position: relative;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

#gnb:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}

#bo_vc { 
    position: relative; 
    z-index: 99; 
}

.right_menu_container {
    display: flex;
    margin-left: auto;
}

.right_menu { 
    margin-left: 5px;
}

#gnb &gt; h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#gnb .gnb_wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#gnb .gnb_wrap:hover, 
#gnb .gnb_wrap:focus, 
#gnb .gnb_wrap:active {
    z-index: 3;
}

#gnb #gnb_1dul {
    display: flex;
    align-items: center;
    font-size: 1.083em;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
}

#gnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#gnb .gnb_1dli {
    float: left;
    line-height: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

#gnb .gnb_1dli:hover &gt; a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    transform: translateX(-50%);
    animation: widthGrow 0.3s forwards;
}

@keyframes widthGrow {
    from { width: 0; }
    to { width: 70%; }
}

#gnb .gnb_1dli:hover &gt; a {
    color: #1E90FF;
    transition: all 0.3s ease;
}

#gnb .gnb_1dli img { 
    vertical-align: middle; 
    transition: all 0.3s ease;
}

.gnb_1da {
    display: flex;
    align-items: center;
    font-weight: 500; 
    font-size: 15px; 
    letter-spacing: -0.5px; 
    font-family: 'Noto Sans KR', sans-serif; 
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 50px;
    position: relative;
    box-sizing: border-box;
}

.menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.gnb_1dli:hover .menu-icon {
    opacity: 1;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1E90FF 0%, #4169E1 100%);
    background-size: 200% 200%;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 3px;
    margin-left: 6px;
    line-height: 1;
    height: 14px;
    animation: 
        pulse 2s infinite, 
        gradient-shift 2s infinite alternate,
        wiggle 1s infinite;
    box-shadow: 0 0 5px rgba(62, 89, 232, 0.2);
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 89, 232, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(62, 89, 232, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(62, 89, 232, 0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
    padding-right: 25px;
}

.gnb_2dli:first-child {
    border: 0;
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 50px;
    min-width: 180px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    z-index: 100;
}

.gnb_1dli:hover .gnb_2dul {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.gnb_2dul .gnb_2dul_box {
    border: none;
    padding: 0;
}

.gnb_2da {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    background: #fff;
    color: #555;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s ease;
}

a.gnb_2da:hover {
    color: white;
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    padding-left: 20px;
    transition: all 0.2s ease;
}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus, 
.gnb_2da:hover {
    color: #fff;
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
}

.gnb_wrap .gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2.7em;
    color: #777;
}

.gnb_wrap .gnb_empty a {
    color: #3a8afd;
    text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty, 
.gnb_wrap .gnb_al_ul .gnb_empty a {
    color: #555;
}

#gnb .gnb_menu_btn {
    background: linear-gradient(135deg, #1E90FF 0%, #6495ED 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    transition: all 0.3s ease;
}

#gnb .gnb_menu_btn:hover {
    background: linear-gradient(135deg, #1E90FF 0%, #4169E1 100%);
}

#gnb .gnb_close_btn {
    background: #fff;
    color: #b6b9bb;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}

#gnb .gnb_close_btn:hover {
    color: #1E90FF;
}

#gnb .gnb_mnal {
    float: right;
    padding: 0;
}

#gnb_all {
    display: none;
    position: absolute;
    border: none;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 0 0 15px 15px;
}

#gnb_all h2 {
    font-size: 1.3em;
    padding: 20px 20px;
    border-bottom: 1px solid #f1f3f6;
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#gnb_all .gnb_al_ul &gt; li:nth-child(5n+1) {
    border-left: 0;
}

#gnb_all .gnb_al_li {
    float: left;
    width: 20%;
    min-height: 150px;
    padding: 20px;
    border-left: 1px solid #f1f3f6;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li:hover {
    background: #f8f9fa;
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 1.2em;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1E90FF;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li .gnb_al_a:hover {
    color: #1E90FF;
}

#gnb_all .gnb_al_li li {
    line-height: 2em;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li li:hover {
    transform: translateX(5px);
}

#gnb_all .gnb_al_li li a {
    color: #555;
    transition: all 0.3s ease;
}

#gnb_all .gnb_al_li li a:hover {
    color: #1E90FF;
}

#gnb_all_bg {
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

/* 반응형 미디어 쿼리 */
@media (max-width: 1024px) {
    .gnb_1da {
        padding: 0 15px;
        font-size: 14px;
    }
    
    #gnb #gnb_1dul {
        flex-wrap: wrap;
    }
    
    .right_menu_container {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    #gnb #gnb_1dul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gnb_1dli {
        width: 100%;
    }
    
    .right_menu_container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .right_menu {
        margin-left: 0;
    }
    
    #gnb .gnb_menu_btn {
        display: block;
    }
    
    #gnb_all {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
    }
    
    #gnb_all .gnb_al_li {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #f1f3f6;
    }
}
/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0; margin-top:0; height:500px;font-size:1em;width:1200px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto ;display:block;line-height:30px}

#container_title { text-align:center; color:#333; margin:30px 0px; font-size:30px; letter-spacing:-1px; font-weight:600; }


.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr { margin-top:15px; display:flex; width:100%; }
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
/* 깔끔한 모던 푸터 레이아웃 */
#ft {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #eaeaea;
  font-family: 'Noto Sans KR', sans-serif;
}

/* 푸터 메인 메뉴 영역 */
#ft_link {
  width: 100%;
  background: #1a6ed8;
  padding: 20px 0;
}

#ft_link .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#ft_link .menu_links {
  display: flex;
  flex-wrap: wrap;
}

#ft_link .menu_links a {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
  padding: 5px 0;
  font-weight: 500;
  transition: all 0.2s;
}

#ft_link .menu_links a:hover {
  color: #e8f1ff;
}

#ft_link .menu_links a:last-child {
  margin-right: 0;
}

#ft_link .special_notice {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  max-width: 400px;
}

/* 푸터 콘텐츠 컨테이너 */
.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

/* 고객센터 섹션 */
.footer_section {
    text-align: left;
}

.footer_section h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.footer_section h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    background: #1a6ed8;
}

/* 전화번호 정보 */
.contact_info {
    margin-bottom: 15px;
}

.contact_info .phone_item {
    margin-bottom: 5px;
}

.contact_info .phone_label {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}

.contact_info .phone_number,
.contact_info .direct_number {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.3;
}

.contact_info .phone_number i,
.contact_info .direct_number i {
    color: #1a6ed8;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.contact_info .phone_number {
    font-size: 22px;
    font-weight: 700;
    color: #1a6ed8;
}

.contact_info .phone_number i {
    font-size: 22px;
}

.contact_info .direct_number {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.contact_info .direct_number i {
    font-size: 24px;
}

/* 운영 정보 */
.operation_info {
    margin-bottom: 15px;
}

.operation_info p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

.operation_info p i {
    color: #1a6ed8;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.operation_info p strong {
    color: #333;
    font-weight: 600;
    margin-right: 5px;
    min-width: 70px;
}

/* 계좌 정보 */
.account_info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

.account_info p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.account_info p i {
    color: #1a6ed8;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.account_info p strong {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

/* 반응형 조정 */
@media (max-width: 768px) {
    .contact_info .phone_number {
        font-size: 20px;
    }
    
    .contact_info .direct_number {
        font-size: 16px;
    }
    
    .operation_info p,
    .account_info p {
        font-size: 13px;
    }
}
/* 회사 정보 섹션 */
.company_info p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}

.financial_info p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* 더 컴팩트한 주의사항 섹션 */
.warning_container {
  width: 100%;
  padding: 20px 0;
  background: #f7f9fc;
}

.warning_box {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e9f0;
  overflow: hidden;
}

.warning_header {
  padding: 10px 15px;
  border-bottom: 1px solid #eaedf2;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #f5f8ff, #f0f3f9);
}

.warning_header .warning_icon {
  color: #e74c3c;
  font-size: 16px;
  margin-right: 8px;
}

.warning_header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.warning_logo {
  width: 70px;
  text-align: right;
}

.warning_logo img {
  max-width: 100%;
  height: auto;
}

.warning_content {
  padding: 12px 15px;
  display: flex;
  flex-wrap: wrap;
}

.warning_item {
  width: 33.33%;
  padding: 5px 10px;
  box-sizing: border-box;
}

.warning_item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align:left;
  color: #555;
  padding-left: 8px;
  position: relative;
}

.warning_item p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #e74c3c;
  border-radius: 50%;
}

/* 반응형 조정 */
@media (max-width: 992px) {
  .warning_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .warning_item {
    width: 100%;
  }
  
  .warning_content {
    padding: 8px 10px;
  }
}

/* 회사 상세정보 - 심플한 버전 */
.company_details {
  background: #f9f9f9;
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  color: #777;
  position: relative;
  overflow: hidden;
}

.details_container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.company_logo {
  margin-right: 20px;
  flex-shrink: 0;
}

.footer_logo {
  height: 35px;
  width: auto;
}

.company_info_wrap {
  flex-grow: 1;
}

.company_info_line {
  margin-bottom: 3px;
  line-height: 1.7;
  text-align:left;
  animation: fadeIn 0.4s forwards;
  opacity: 0;
  color: #777;
}

.company_info_line:nth-child(1) { animation-delay: 0.1s; }
.company_info_line:nth-child(2) { animation-delay: 0.2s; }
.company_info_line:nth-child(3) { animation-delay: 0.3s; }
.company_info_line:nth-child(4) { animation-delay: 0.4s; }
.company_info_line:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

.copyright {
  font-size: 11px;
  width:100%;
  color: #999;
  margin-top:5px;
  animation: fadeIn 0.6s forwards;
  animation-delay: 0.5s;
}

/* 반응형 디자인 */
@media (max-width: 1000px) {
  .details_container {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .company_logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .company_info_line {
    line-height: 1.6;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .company_info_line {
    font-size: 11px;
  }
}

/* 상단 이동 버튼 */
#top_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1a6ed8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all 0.3s;
}

#top_btn:hover {
  background: #0d59b9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

/* 반응형 설정 */
@media (max-width: 992px) {
  .footer_container {
    grid-template-columns: 1fr 1fr;
  }
  
  .warning_logo, .warning_content {
    width: 100%;
  }
  
  .warning_logo {
    margin-bottom: 20px;
    padding-right: 0;
  }
  
  #ft_link .wrap {
    flex-direction: column;
    justify-content: center;
  }
  
  #ft_link .menu_links {
    margin-bottom: 15px;
    justify-content: center;
  }
  
  #ft_link .special_notice {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .contact_info .phone {
    font-size: 24px;
  }
  
  .warning_content h3 {
    font-size: 20px;
  }
  
  .warning_content ul li {
    font-size: 15px;
  }
  
  #ft_link .menu_links a {
    margin-right: 15px;
    font-size: 14px;
  }
}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative; width:100%; margin-top:10px;}
#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}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:300;border:0;font-size:13px;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#ff8847; transition:0.3s ease all;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#ff752b;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;word-break:break-all}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:140px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.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 {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.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:#031cff;border:1px solid #031cff;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.swiper-container { z-index:0 !important; }

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.local_find { width:280px; float:left; margin:0px 0px;position:relative;  }
.local_find h2 { width:100%; background:#fff; text-align:left; padding:10px; color:#333333; font-size:18px; font-weight:600; letter-spacing:-1px; vertical-align:middle;}

.loan_find { width:280px; float:left; margin:0px 0px; margin-left:0; position:relative;  }
.loan_find h2 { width:100%; background:#fff; text-align:left; padding:10px; color:#333333; font-size:18px; font-weight:600; letter-spacing:-1px; vertical-align:middle;}

.loan_real_search { width:280px; float:left; margin:0px 26px; margin-left:0; position:relative;  }
.loan_real_search h2 { width:100%; background:#fff; text-align:left; padding:10px; color:#333333; font-size:18px; font-weight:600; letter-spacing:-1px; vertical-align:middle;}

.find_box { width:100%; border-radius:5px; float:left; background:#f3f4f8; padding:27px 25px; }
.find_box li { width:50%; text-align:left; float:left; list-style: none; font-size:15px; letter-spacing:-0.5px; font-weight:500; color:#666; line-height:36px;}
.find_box li a {color:#666;}
.find_box li a.active { color:#031cff; }
.find_box li a:hover { color:#031cff; cursor:pointer; }



#main_form { width:100%; display:inline-block;}
#main_form .main_subject{ width:100%; position:relative; text-align:center; margin:50px 0px; font-size:30px; letter-spacing:-1px; font-weight:600; }
#main_form .main_subject b{color:#3f51b5; vertical-align:baseline; margin-right:5px;}

@keyframes pulseLight {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
}

@keyframes pulseAccent {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 160, 255, 0.4);
  }
  100% {
    transform: scale(1.08);
    box-shadow: 0 6px 15px rgba(0, 160, 255, 0.6);
  }
}

@keyframes lightSweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  70% {
    opacity: 1;
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* 트렌디한 대출몽 배너 CSS - 향상된 버전 */
.mongkey_banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0046a5, #0072e5, #00a1ff);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 99, 204, 0.2);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

/* 첫 번째 장식 요소 - 부드러운 빛 효과 */
.mongkey_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(120deg, 
      rgba(255, 255, 255, 0) 20%, 
      rgba(255, 255, 255, 0.1) 40%, 
      rgba(255, 255, 255, 0.05) 60%, 
      rgba(255, 255, 255, 0) 80%);
  background-size: 200% 200%;
  animation: gradientMove 8s ease infinite;
  pointer-events: none;
}

/* 두 번째 장식 요소 - 물결 패턴 */
.mongkey_banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
  pointer-events: none;
}

/* 부유하는 입자 장식 요소들 */
.mongkey_banner .particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.mongkey_banner .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
}

.mongkey_banner .particle:nth-child(1) {
  top: 20%;
  left: 10%;
  width: 6px;
  height: 6px;
  opacity: 0.6;
  animation: float 20s infinite ease-in-out;
}

.mongkey_banner .particle:nth-child(2) {
  top: 60%;
  left: 20%;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  animation: float 15s infinite ease-in-out reverse;
}

.mongkey_banner .particle:nth-child(3) {
  top: 30%;
  left: 85%;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  animation: float 18s 2s infinite ease-in-out;
}

.mongkey_banner .particle:nth-child(4) {
  top: 70%;
  left: 70%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  animation: float 12s 1s infinite ease-in-out reverse;
}

.mongkey_banner .particle:nth-child(5) {
  top: 40%;
  left: 40%;
  width: 4px;
  height: 4px;
  opacity: 0.6;
  animation: float 22s 3s infinite ease-in-out;
}

.mongkey_banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 99, 204, 0.3);
}

.mongkey_banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}

.mongkey_banner .left_logo {
  flex: 0 0 220px;
  position: relative;
  transition: transform 0.5s ease;
}

.mongkey_banner .left_logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));
  animation: floatLogo 4s infinite ease-in-out;
  transform-origin: center center;
}

.mongkey_banner .left_logo::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  bottom: -15px;
  left: -20%;
  border-radius: 50%;
  filter: blur(5px);
  animation: pulseShadow 4s infinite ease-in-out;
  opacity: 0.6;
}

.mongkey_banner .middle_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.mongkey_banner .badge-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.mongkey_banner .badge-item {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  animation: pulseLight 2s infinite alternate;
}

.mongkey_banner .badge-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: lightSweep 3s infinite;
}

.mongkey_banner .badge-item.accent {
  background: rgba(0, 160, 255, 0.6);
  color: #ffffff;
  font-weight: 700;
  animation: pulseAccent 2s infinite alternate;
  box-shadow: 0 4px 10px rgba(0, 160, 255, 0.4);
}

.mongkey_banner .cta-button {
  background: linear-gradient(90deg, #0082e6, #00b2ff);
  color: white;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 15px rgba(0, 130, 230, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(30px);
  opacity: 0;
  animation: bounceUp 0.5s 0.6s forwards;
}

.mongkey_banner .cta-button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 130, 230, 0.4);
}

.mongkey_banner .cta-text {
  position: relative;
}

.mongkey_banner .cta-icon {
  transition: transform 0.3s ease;
}

.mongkey_banner .cta-button:hover .cta-icon {
  transform: translateX(4px);
}

.mongkey_banner .right_text {
  flex: 0 0 300px;
  text-align: right;
}

.mongkey_banner .title {
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s 0.2s forwards;
  position: relative;
}

.mongkey_banner .title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  animation: expandWidth 1.5s 0.5s forwards ease;
}

.mongkey_banner .title2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1.5px;
  background: linear-gradient(to right, #ffffff, #d6edff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s 0.4s forwards;
  position: relative;
  display: inline-block;
}

.mongkey_banner .title2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite linear;
}

/* 애니메이션 키프레임 */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(1deg);
  }
  75% {
    transform: translateY(3px) rotate(-1deg);
  }
}

@keyframes pulseShadow {
  0%, 100% {
    opacity: 0.6;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.4;
    transform: scaleX(0.85);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes shine {
  0% {
    background-position: -100px;
  }
  100% {
    background-position: 200px;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-5px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .mongkey_banner .wrap {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  
  .mongkey_banner .left_logo {
    flex: 0 0 auto;
    margin-bottom: 20px;
    width: 180px;
  }
  
  .mongkey_banner .middle_content {
    margin: 10px 0 15px;
  }
  
  .mongkey_banner .badge-container {
    justify-content: center;
  }
  
  .mongkey_banner .badge-item {
    font-size: 14px;
    padding: 5px 10px;
  }
  
  .mongkey_banner .cta-button {
    font-size: 15px;
    padding: 8px 18px;
  }
  
  .mongkey_banner .right_text {
    flex: 0 0 auto;
    padding-left: 0;
    text-align: center;
  }
  
  .mongkey_banner .title {
    font-size: 20px;
  }
  
  .mongkey_banner .title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
  
  .mongkey_banner .title2 {
    font-size: 34px;
  }
}
.board_list_title { text-align:center; color:#333; margin:15px 0px; margin-top:30px; font-size:30px; letter-spacing:-1px; font-weight:600; }
.board_list_title b{color:#3f51b5}

.tail_wrap_latast { width:100%; display:inline-block; margin-top:50px;}

.main_board { width:100%; display:inline-block; font-weight:400; margin-top:20px; }
.main_board .board_box { width:49%; float:left; }
.main_board .board_box:nth-child(1) { margin-right:2% }



@charset "utf-8";

/* 공통 */
.check_box input[type="checkbox"]{display:none;}
.check_box input[type="checkbox"] + label{position:relative;font-size:13px;margin-left:30px}
.check_box input[type="checkbox"] + label:before{content:"";display:block;position:absolute;background:#dddddd url(./img/check.svg) no-repeat center;background-size:100%;width:20px;height:20px;border:solid 1px #dddddd;border-radius:50%;top:-2px;left:-30px}
.check_box input[type="checkbox"]:checked + label:before{border-color:#222222;background-color:#222222}

/* 로그인 */
.mem03_skin {width:960px;margin:0 auto;padding-bottom:50px;}
.mem03_skin .title {padding:55px 0 45px;font-size:35px;text-align:center;font-weight:normal;border-bottom:solid 1px #222222}

.login_wrap {width:540px;margin:0 auto;padding-top:60px}
.login_wrap .intro_txt {margin-bottom:20px;font-size:30px;line-height:40px}

#login_fs .login_box .input_wrap {width:380px}
#login_fs .login_box .btn_wrap {width:150px;margin-left:10px}
#login_fs .login_box .btn_wrap .btn_submit {width:100%;height:100px;background:#222222;color:#ffffff;font-size:13px}
#login_fs .info_wrap {display:flex;align-items:center;justify-content:space-between;margin-top:30px}
#login_fs .info_wrap #lost_password a {border-bottom:solid 1px transparent}
#login_fs .info_wrap #lost_password a:hover {border-bottom:solid 1px #222222;color:#222222}

#login_fs .login_box {display:flex}
#login_fs .frm_input {width:100%;height:45px;border:solid 1px #dddddd;padding-left:20px;font-size:13px}
#login_fs .frm_input:focus {border:solid 1px #222222}
#login_fs .frm_input::placeholder {color:#999999}
#login_fs #login_pw {margin-top:10px}

#lost_password {display:flex;align-items:center;justify-content:space-between}
#lost_password a {font-size:13px;color:#999999;position:relative}
#lost_password #join:hover {color:#ff5000}

.sns_login {margin-top:50px;border-top:solid 1px #dddddd}
.sns_login .sns_list {margin-top:30px;display:flex;align-items: center;justify-content:center}
.sns_login .sns_list li {width:50%;border:solid 1px #dddddd}
.sns_login .sns_list li + li {margin-left:10px;}
.sns_login .sns_list li a {display:flex;align-items:center;justify-content:center;width:100%;height:45px}
.sns_login .sns_list li a img {width:24px;}
.sns_login .sns_list li a span {font-size:13px;margin-left:7px}

#login_password_lost { margin:0px 10px; }

.mpc { max-width:100%; width:180px; max-height:90px; border-radius:10px 10px 0 0; }
.quick_box3 p { display: inline-block; width: 100%; padding:10px; }


.pd_top_215{padding-top:215px;}
.top_bar_fix{position:fixed !important; z-index:50000; top:0; left:0; width:100%;}


#stv_open {cursor:pointer;}
.quick_box { background:url('../../../img/main/e01.png') no-repeat center center; float:left; font-size:14px; margin-bottom:10px; margin-top:10px; font-weight:500; letter-spacing:-1px; padding:10px; color:#000; text-align:center;width:180px; border-radius:10px; border:1px solid #dcdcdc;}
.quick_box img { float:left;  margin-right:10px; }

.quick_box h2 { display:inline; vertical-align:middle; line-height:1.2em;}

.quick_box2 { background:url('../../../img/main/e02.png') no-repeat center center; float:left; font-size:13px; margin-bottom:10px;font-weight:500; letter-spacing:-1px; padding:10px; color:#000; text-align:center;width:180px; border-radius:10px; border:1px solid #dcdcdc;}
.quick_box2 img { float:left;  margin-right:10px; }
.quick_box2 h2 { display:inline; vertical-align:middle; line-height:1.4em;}

.quick_box3 { background:url('../../../img/main/e02.png') no-repeat center center; background-size:cover; float:left; font-size:13px; margin-bottom:10px;font-weight:500; letter-spacing:-1px;  color:#000; text-align:center;width:180px; border-radius:10px; border:1px solid #dcdcdc; border-bottom:0;}
.quick_box3 h2 { display:inline; vertical-align:middle; line-height:1.4em;}


.quick_box:hover, .quick_box2:hover { transition:0.3s ease all;
-webkit-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.1)}

 @media (max-width: 1600px){
#floatR { display:none; }
 }
.board_arrow{vertical-align:baseline; top:23px; right:20px; position:absolute;}

.company_head .right_wrap .main a li img:nth-child(1) { height:32px; }

.footer_monkey { display:none; background: -webkit-linear-gradient(to top, #fbe058, #fae986);  
background: linear-gradient(to top, #fbe058, #fae986); padding:15px; position:fixed; bottom:5px; left:5px; font-weight:350; z-index:99999; border-radius:5px; padding:5px; }
.footer_monkey .foo_con { background:#fbe058; padding:15px 10px; text-align:center; font-size:13px; border-radius:0px 0px 5px 5px }
.footer_monkey .foo_con .con01 { display:inline-block; font-weight:500; letter-spacing:-1px; min-width:165px; padding:5px 10px; background:#f2f3f8; }
.footer_monkey .foo_con .con02 { display:inline-block; font-weight:500; letter-spacing:-1px; min-width:70px;padding:5px 10px; background:#f2f3f8; }
.footer_monkey .foo_con .con03 { display:inline-block; font-weight:500; letter-spacing:-1px; min-width:165px; padding:5px 10px; background:#f2f3f8; }
.footer_monkey .foo_con .con04 { display:inline-block; font-weight:500; letter-spacing:-1px; min-width:70px;padding:5px 10px; background:#f2f3f8; }
.footer_monkey .foo_con b { margin:3px 0px; }
.footer_monkey .title_foo { padding:7px 10px; font-size:15px; font-weight:400; color:#fff;}
.footer_monkey .title_foo b.close_ad { background:#fbe058; float:right; font-weight:900; font-size:12px; border-radius:100%; padding:0px 6px; }


.ad_status_display { display:inline-block; }
.ad_status { width:100%;}
.ad_status .ad_title { padding:5px 20px; padding-bottom:10px; font-size:14px; font-weight:350; letter-spacing:-1px; }
.ad_status .ad_title i { margin-right:3px; }

.ad_status ul { width:100%; left:0; color:#000; background:#fff; padding:10px 15px;}
.ad_status ul li { display:block; padding:2px 0px;}
.ad_status ul li p {display:inline-table; font-weight:350; font-size:12px; letter-spacing:-1px; line-height:16px;} 
.ad_status ul li p b { font-weight:600; }
.ad_status ul li img { background:#f2f3f7; padding:7px; vertical-align:text-top; border-radius:5px; margin-right:5px; }


.tab{
    width:280px;
    height:auto;
    overflow:hidden;
	background:#f9f9f9;
	float:left;
	margin:0px 26px;
	font-weight:500;
	letter-spacing:-1px;
	vertical-align:middle;
	border:1px solid #dcdcdc;

}
 
.tab ul{
    padding:0;
    margin:0;
    list-style:none;
    width:100%:
    height:auto;
    overflow:hidden;
}
 
.tab ul li{
    display:inline-block;
    width:calc( 50% - 1px );
    float:left;
    line-height:40px;
    text-align:center;
    cursor:pointer;
	border-bottom:1px solid #dcdcdc;

}
 
.tab ul li:hover,
.tab ul li.on{
	border-bottom:2px solid #031cff;
}

.tab ul li:nth-child(1):hover,
.tab ul li:nth-child(1).on{
	border-right:1px solid #dcdcdc;
}
.tab ul li:nth-child(2):hover,
.tab ul li:nth-child(2).on{
	border-left:1px solid #dcdcdc;
}
 
.tab .conBox{
    width:100%;
    height:auto;
    overflow:hidden;
    min-height:200px;
    background:#fff;
    display:none;
    text-align:center;
}
 
.tab .conBox.on{
    display:block;
}

#mypage { width:80%; float:left; display:inline-block; } 
#mypage .wrapper { width:100%; max-width:100%; margin:0 auto; } 
#mypage .wrapper .mypage_left { width:100%; float:left; margin-right:0px; } 

#mypage .wrapper .mypage_left .boxing { width:100%; background:#fae986; padding:20px; text-align:center; font-weight:400; font-size:14px; letter-spacing:-1px; }
#mypage .wrapper .mypage_left .boxing b { font-size:16px; }

#mypage .wrapper .mypage_left ul { width:100%; margin-left:20px; padding:10px; display:inline-block; border:1px solid #dcdcdc; margin-top:15px;}
#mypage .wrapper .mypage_left ul li { width:100%; letter-spacing:-0.8px; font-weight:300; padding:5px 0px; border-bottom:1px solid #dcdcdc;}
#mypage .wrapper .mypage_left ul li:nth-last-child(1) { border-bottom:none; } 
#mypage .wrapper .mypage_left ul li h1 { font-size:12px; color:#4169e1; font-weight:600;}
#mypage .wrapper .mypage_left ul li h2 { font-size:14px; color:#000; font-weight:500; }

#mypage .wrapper .mypage_right { width:100%; margin-top:20px; float:left; margin-left:20px; } 
#mypage .wrapper .mypage_right .adbox { width:100%; display:inline-block; background:#f2f3f8; color:#222; text-align:left; font-size:14px; font-weight:500; border-radius:5px; letter-spacing:-0.5px; padding:15px;  }
#mypage .wrapper .mypage_right .box_01 { width:100%; border:1px solid #eee; text-align:left; float:left; background:#f9f9f9; border-top:2px solid #000; margin:10px 0px; padding:10px; }
#mypage .wrapper .mypage_right .box_02 { width:50%; border:1px solid #eee; text-align:center; min-height:215px; float:left; background:#f9f9f9; border-top:2px solid #000; margin:10px 0px; padding:10px; }


.mypage_wrap { width:100%; display:inline-block; }  

#mypage_menu { width:20%; max-width:250px; padding:20px; float:left; height:auto; background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#mypage_menu h1 { font-size:16px; line-height:20px; border-bottom:1px solid rgba(255,255,255,.5);  padding-bottom:20px; letter-spacing:-1px; color:#fff; width:100%; text-align:center; font-weight:400;}
#mypage_menu h1 b {color:#fff5bb; font-weight:500; } 

#mypage_menu ul { width:100%; display:inline-block; }
#mypage_menu ul li { width:100%; font-weight:500; letter-spacing:-1px; color:#333; font-size:15px; vertical-align:middle; text-align:left; background:#fff; border-radius:10px; padding:10px 15px; display:inline-block; margin:10px 0px; margin-bottom:5px;}
#mypage_menu &gt; ul.dmong_ad_status li:nth-child(1) { margin-top:20px; }
#mypage_menu &gt; ul.dmong_ad_status li:hover { color:#4169e1; cursor:pointer; transition:0.3s ease all;} 
#mypage_menu ul li i { margin-right:5px; }

#mypage_menu ul li ul { margin:0; }
#mypage_menu ul li ul li { margin:5px 0px; border-radius:5px; font-size:13px; margin-bottom:0px; background:#f2f3f8; }
#mypage_menu ul li ul li:hover { color:#4169e1; cursor:pointer; transition:0.3s ease all; }




 @media (max-width: 1024px){
#mypage { width:100%; float:left; display:inline-block; } 
#mypage .wrapper { width:100%; max-width:100%; margin:0 auto; } 
#mypage .wrapper .mypage_left { width:100%; float:left; margin-right:0px; padding:10px;} 

#mypage .wrapper .mypage_left .boxing { width:100%; background:#fae986; padding:20px; text-align:center; font-weight:400; font-size:14px; letter-spacing:-1px; }
#mypage .wrapper .mypage_left .boxing b { font-size:16px; }

#mypage .wrapper .mypage_left ul { width:100%; margin-left:0px; padding:10px; display:inline-block; border:1px solid #dcdcdc; margin-top:15px;}
#mypage .wrapper .mypage_left ul li { width:100%; letter-spacing:-0.8px; font-weight:300; padding:5px 0px; border-bottom:1px solid #dcdcdc;}
#mypage .wrapper .mypage_left ul li:nth-last-child(1) { border-bottom:none; } 
#mypage .wrapper .mypage_left ul li h1 { font-size:12px; color:#4169e1; font-weight:600;}
#mypage .wrapper .mypage_left ul li h2 { font-size:14px; color:#000; font-weight:500; }

#mypage .wrapper .mypage_right { width:100%; margin-top:20px; float:left; margin-left:0px; padding:10px; } 
#mypage .wrapper .mypage_right .adbox { width:100%; display:inline-block; background:#f2f3f8; color:#222; text-align:left; font-size:14px; font-weight:500; border-radius:5px; letter-spacing:-0.5px; padding:15px;  }
#mypage .wrapper .mypage_right .box_01 { width:100%; border-right:1px solid #eee; text-align:left; min-height:215px; float:left; background:#f9f9f9; border-top:2px solid #000; margin:10px 0px; padding:10px; }
#mypage .wrapper .mypage_right .box_02 { width:100%; border-right:1px solid #eee; text-align:center; min-height:215px; float:left; background:#f9f9f9; border-top:2px solid #000; margin:10px 0px; padding:10px; }


.mypage_wrap { width:100%; display:inline-block; }  

#mypage_menu { width:100%; max-width:inherit; padding:20px; float:left; height:inherit; background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#mypage_menu h1 { font-size:16px; line-height:20px; border-bottom:1px solid rgba(255,255,255,.5);  padding-bottom:20px; letter-spacing:-1px; color:#fff; width:100%; text-align:center; font-weight:400;}
#mypage_menu h1 b {color:#fff5bb; font-weight:500; } 

#mypage_menu ul { width:100%; display:inline-block; }
#mypage_menu ul li { width:100%; font-weight:500; letter-spacing:-1px; color:#333; font-size:15px; vertical-align:middle; text-align:left; background:#fff; border-radius:10px; padding:10px 15px; display:inline-block; margin:10px 0px; margin-bottom:5px;}
#mypage_menu &gt; ul &gt; li:nth-child(1) { margin-top:20px; }
#mypage_menu &gt; ul &gt; li:hover { color:#4169e1; cursor:pointer; transition:0.3s ease all;} 
#mypage_menu ul li i { margin-right:5px; }

#mypage_menu ul li ul { margin:0; }
#mypage_menu ul li ul li { margin:5px 0px; border-radius:5px; font-size:13px; margin-bottom:0px; background:#f2f3f8; }
#mypage_menu ul li ul li:hover { color:#4169e1; cursor:pointer; transition:0.3s ease all; }



}

/* 마이페이지 일괄점프 */
.alljump { background:#FF512F; color:#fff; border:none; padding:5px 10px; border-radius:5px; float:right; }
.alljump:disabled {
  background: #ccc;
}

.black_headline {padding:10px; font-size:16px; letter-spacing:-1px; border:1px solid #e1e1e1; text-align:right; float:right; margin-top:10px; background:#222; color:#fff;}
.black_headline b { color:#fae986}
.black_headline b.jump_tic { color:#222; background:#fae986; border-radius:50%; padding:0px 7px; font-weight:600; margin:0px 5px; }



.red_headline { display:none; padding:10px; font-size:16px; letter-spacing:-1px;  text-align:right; float:left; margin-top:10px; background:red; color:#fff;}
.red_headline b { color:#fae986}
.red_headline b.jump_tic { color:#222; background:#fae986; border-radius:50%; padding:0px 7px; font-weight:600; margin:0px 5px; }
.red_headline i { margin-right:5px; }



.admun { display:none; padding:10px; font-size:16px; letter-spacing:-1px;  text-align:right; float:left; margin-top:10px; background:#F09819; color:#fff;}


.company_info_bold {color:#4169e1}
.modal-content .content { border-top:1px solid #4169e1;}

.btn_list_01 { width:100%; text-align:right;   }

.jump_button_sb { background:#ff5d00 !important; color:#fff !important; max-width:160px; min-width:144px;}

.mypage_ads { width:100%; display:inline-block; }

{ width:100%;}
.ad_title { padding:5px 20px; padding-bottom:10px; font-size:14px; font-weight:350; letter-spacing:-1px; }
.ad_title i { margin-right:3px; }

ul.mypage_ads { width:100%; left:0; color:#000; background:#fff;}
ul.mypage_ads li { display:block; padding:2px 0px; }
ul.mypage_ads li p {display:inline-table; font-weight:350; font-size:12px; letter-spacing:-1px; line-height:16px;} 
ul.mypage_ads li p b { font-weight:600; }
ul.mypage_ads li img { background:#fff; padding:7px; vertical-align:text-top; border-radius:5px; margin-right:5px; }
ul.mypage_ads li:hover { color:#000 !important; font-weight:600 !important; cursor:pointer; transition:0.3s ease all; }





#katalk_info { background:#fde51c !important; color:#222 !important; }


.mp_head { width:calc(100% - 250px); color:#fff; position:relative; border-bottom:1px solid #223390; padding:15px; display:inline-block; background:#223390; }
.mp_head b { padding:2px 15px; margin-left:5px; line-height:16px; font-weight:600;vertical-align:middle; background:#FF512F; border-radius:3px; color:#fff; }
.mp_head b:nth-child(2) { background:#fae986; color:#222; font-weight:600; }

#memo_list { width:calc(96% - 250px); display:inline-block; margin-left:2%; margin-top:25px; }
#memo_view { width:calc(96% - 250px); display:inline-block; margin-left:2%; margin-top:25px; }



#inform_bg { width:100%; height:auto; background:url('../../../img/board/inform_bg.png') no-repeat center center; }
#inform_bg .wrap { width:100%; max-width:1200px; margin:0 auto; display:flex; padding:70px 0 ; }



.mongkey_banner2 { width:100%; margin-top:5px; margin-bottom:30px; display:inline-block; background:#fff;}
.mongkey_banner2 .wrap {width:100%; font-size:0; max-width:1200px; background:url('../../../img/main/banner_main.png') no-repeat center center; margin:0 auto; padding:30px 70px;}
.mongkey_banner2 .wrap .left_logo { width:50%; font-size:20px; display:inline-block; vertical-align:middle; text-align:left;}
.mongkey_banner2 .wrap .left_logo p { color:#000; font-size:24px; font-weight:500; letter-spacing:-2px;}

.mongkey_banner2 .wrap .right_text {width:50%; display:inline-block; vertical-align:middle; text-align:center;}
.mongkey_banner2 .wrap .right_text p.title {font-size: 16px; background:#fff; display:inline-block; padding:0px 40px; border-radius:30px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: 36px; letter-spacing: -1px; text-align: left; color: #333333;}
.mongkey_banner2 .wrap .right_text .banner_inner { width:100%; display:inline-block; padding-top:10px; }
.mongkey_banner2 .wrap .right_text .banner_inner p.first {font-size: 24px; margin-right:10px; vertical-align:middle; font-weight: 500; display:inline-block; font-stretch: normal; font-style: normal; line-height: 48px; letter-spacing: -1px; text-align: left; color: #ff8208;}
.mongkey_banner2 .wrap .right_text .banner_inner p.second {font-size: 40px; vertical-align:middle; font-weight: 700; display:inline-block; font-stretch: normal; font-style: normal; line-height: 48px; letter-spacing: -1.5px; text-align: left; color: #fff;}
.mongkey_banner2 .wrap .right_text .banner_inner p.second:nth-child(2) { margin-right:15px; }
.mongkey_banner2 .wrap .left_logo p u { font-size:30px; color:#ff8e43; font-weight:600; text-underline-position: under; }  

.newmemo { padding:0 2px; background:#ff7c05; color:#fff; border-radius:2px; font-size:11px;}


.search_inform { padding:0 20px; margin-right:10px; color:#fff; background:#fe831e; border-radius:3px; line-height:46px; font-size:20px; font-weight:600; letter-spacing:-1px; }

#mong_check { width:100%; background:#f9f9f9; padding:50px 0; }
#mong_check .wrap { width:100%; max-width:1200px; margin:0 auto; text-align:center;}
#mong_check .wrap h1 { font-size:20px; letter-spacing:10px; line-height:30px; color:#444; font-weight:400; } 
#mong_check .wrap h2 { font-size:50px; letter-spacing:-2.5px; line-height:60px; font-weight:500; color:#fc9b4c} 
#mong_check .wrap ul { width:100%; display:flex; margin-top:0px; }
#mong_check .wrap ul li { width:calc(100% / 3); margin-right:20px; background:#fff; padding:30px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1); }
#mong_check .wrap ul li p { margin-top:20px; padding-top:20px; border-top:1px solid #dcdcdc; width:100%; font-size:15px; letter-spacing:-1px; }
#mong_check .wrap ul li p b { color:#fc9b4c; }

#real_map { margin-top:20px; }

/* 팝업 공통 스타일 */
.popup-container {
    position: absolute;
    z-index: 10000;
    width: 650px;
    visibility: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    border: none;
z-index:11;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
}

.popup-content {
    background: #fff;
}

.popup-header {
    padding: 22px 28px;
    border-bottom: 1px solid #eaeaea;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.popup-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #333;
    letter-spacing: -0.5px;
    position: relative;
}

.popup-header h4 span {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.popup-body {
    padding: 25px 28px 18px;
}

.popup-body p {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    padding-left: 32px;
    color: #444;
    letter-spacing: -0.3px;
    word-break: keep-all;
}

.warning-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gray-text {
    color: #868e96;
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
}

.highlight {
    color: #e8590c;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(232, 89, 12, 0.2);
    border-radius: 2px;
    z-index: -1;
}

.popup-footer {
    background: #343a40;
    padding: 15px 28px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-footer label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.popup-footer input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.popup-footer button {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.popup-footer button:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .popup-container {
        width: 90%;
        left: 5% !important;
        right: 5% !important;
        top: 50px !important;
    }
    
    .popup-header h4 {
        font-size: 18px;
    }
    
    .popup-header h4 span {
        position: static;
        display: block;
        margin-top: 5px;
        font-size: 11px;
    }
    
    .popup-body {
        padding: 20px;
    }
    
    .popup-body p {
        font-size: 13px;
        padding-left: 28px;
    }
    
    .warning-number {
        width: 20px;
        height: 20px;
        line-height: 16px;
    }
}

/* 첫 번째 팝업 특정 스타일 */
#popupCaution .popup-header {
    background: linear-gradient(to right, #f1f3f5, #dee2e6);
}

/* 두 번째 팝업 특정 스타일 */
#popupGuidance .popup-header {
    background: linear-gradient(to right, #e9ecef, #dee2e6);
}

/* 나타나는 애니메이션 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-container[style*="visible"] {
    animation: fadeIn 0.3s ease forwards;
}


.lbl_test.box_list &gt; li {
    padding: 0 !important;
}
div.main_24_pop_02_scrollBox ol li {list-style:none;
}
.box_list_wrap .box_list &gt; li:first-child {
    border-top: 0 none;
}

.box_list_wrap .box_list &gt; li {
    padding: 10px 15px 15px;
    border-top: 1px solid #dee3eb;
}

.lbl_test .ques {
    position: relative;
    padding: 10px;
}

.lbl_test li * {
    font-size: 13px;
}

.lbl_test .ques .span1 {
    display: block;
    padding-right: 170px;
    position: relative;
}

.lbl_test .ques .span1.bold {
    font-size: 15px;
}

.lbl_test .ans {
    padding: 20px 25px;
    border-top: 1px solid #ccc;
    background: #f2f4f7;
    position: relative;
}

.lbl_test.type2 .ans {
    padding: 20px 25px 20px 5px;
}

.phone_box000 {
    font-family: "Malgun Gothic","돋움",Dotum,sans-serif;
    font-size: 14px;
    overflow: hidden;
    margin-top: 30px;
    background-color: #f2f4f7;
    border: 1px solid #ccc;
    padding: 9px 0;
}

.phone_box000 p {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 47px;
    letter-spacing: -1px;
    height: 30px;
    line-height: 28px;
}

.phone_box000 p:before {
    content: '';
    display: block;
    background: url(../img/cs/s1332_sp.png) no-repeat 0 0;
}

.phone_box000 p:before {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-position: -150px -60px;
}

.phone_box000 p.folder:before {
    background-position: -120px -60px;
}

.phone_box000 p span.tt {
    font-weight: bold;
}

.tit1 {
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    padding-left: 29px;
    text-indent: -29px;
}

.tit1, .tit2 {
    height: auto;
    font-weight: bold;
    text-align: left;
}

.tit1:before, .tit2:before, .dlist dt:before, .dlist li:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.tit1:before {
    content: '';
    background: url(../img/cs/s1332_sp.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    background-position: 0 -60px;
    margin-right: 10px;
    vertical-align: -4px;
}

.tit1:after, .tit2:after {
    clear: both;
    content: "";
    display: block;
}

.tit1 + .ulist, .tit1 + .box_cont, .tit1 + .tb_data, .tit1 + .box_ul {
    margin-top: 20px;
}

.ulist + .tit1 {
    margin-top: 30px;
}

.box_list_wrap .box_list {
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}

.lbl_test.box_list &gt; li {
    padding: 0 !important;
}

.box_list_wrap .box_list &gt; li:first-child {
    border-top: 0 none;
}

.box_list_wrap .box_list &gt; li {
    padding: 10px 15px 15px;
    border-top: 1px solid #dee3eb;
}
/*불법대출중개수수료*/
.bpoint {
    color: #0076b7;
    font-weight: bold;
}

/*피싱사기*/
div.bx_img img {
    margin: 30px 0px;
}

.tit1 + .tit2, .tit2 + .tb_data, .box_ul + .ulist {
    margin-top: 14px;
}

.tit2, .dlist dt {
    height: auto;
    padding-left: 32px;
    font-size: 15px;
    color: #0076b7;
    line-height: 23px;
    text-indent: -23px;
    font-weight: bold;
}

.tit2:before {
    content: '';
    background: url(../img/cs/s1332_sp.png) no-repeat 0 0;
}

.tit2:before, .dlist dt:before {
    width: 12px;
    height: 11px;
    background-position: -30px -60px;
    margin-right: 10px;
    vertical-align: 0px;
}

.tit2 {
    margin-bottom: 10px;
}

p.phone_box000_bttxt {
    font-family: "Malgun Gothic","돋움",Dotum,sans-serif;
    font-size: 14px;
    text-align: right;
    color: #999;
    margin-top: 5px;
}

/* 모던 탭 UI 스타일 - 개선 버전 */
:root {
    --primary: #1E90FF;
    --primary-dark: #b83280;
    --primary-light: #fdf0f7;
    --secondary: #4169E1;
    --border-color: #e2e8f0;
    --border-radius: 10px;
    --shadow: 0 4px 16px rgba(0, 0, 0, 0.058);
    --transition: all 0.25s ease;
}

/* 검색 컨테이너 */
.search-container {
    width: 280px;
    margin: 0 auto 0px;
    padding: 0;
}


/* 탭 컨테이너 */
.search-tabs {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
	border:1px solid #4169e1;
}

/* 탭 헤더 */
.tab-header {
    display: flex;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.tab-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to left, rgba(213, 63, 140, 0.08), transparent);
}

.tab-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #edf2f7;
}

/* 탭 버튼 */
.tab-button {
    flex: 1;
    padding: 11px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #777;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
    gap: 6px;
    position: relative;
}

.tab-button:hover {
    color: var(--primary);
}

.tab-button.active {
    color: var(--primary);
    font-weight: 600;
}

.tab-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--primary);
    transition: all 0.25s ease;
    opacity: 0;
    transform: translateX(-50%);
}

.tab-button:hover::after {
    width: 25px;
    opacity: 0.4;
}

.tab-button.active::after {
    width: 100%;
    opacity: 1;
}

.tab-button i {
    font-size: 14px;
}
/* 탭 내용 컨테이너 */
.tab-body {
    position: relative;
    background: #fff;
}

/* 탭 콘텐츠 */
.tab-content {
    display: none;
    padding: 15px 10px;
    animation: fadeIn 0.25s ease forwards;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 검색 그리드 */
.search-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

/* 검색 아이템 */
.search-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 4px;
    background-color: #f8fafc;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: #4a5568;
    transition: var(--transition);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    gap: 5px;
    overflow: hidden;
}
#tab-product .search-grid { grid-template-columns: repeat(3, 1fr); }
#tab-product { padding:16px 10px; }
#tab-product .search-grid .search-item { padding: 7px 4px; }
.search-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.search-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(213, 63, 140, 0.15);
    color: var(--primary);
    background-color: var(--primary-light);
    border-color: rgba(213, 63, 140, 0.2);
}

.search-item:hover::after {
    transform: scaleX(1);
}

/* 아이콘 래퍼 */
.item-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: var(--transition);
}

.search-item:hover .item-icon-wrapper {
    transform: scale(1.15);
}

.item-icon-wrapper i {
    font-size: 14px;
}

/* 특별 아이템 스타일 */
.search-item.featured {
    background: linear-gradient(145deg, var(--primary-light), #fff);
    border-color: rgba(213, 63, 140, 0.2);
    grid-column: span 1;
    justify-content: center;
    padding: 6px 4px;
}

.search-item.featured .item-icon-wrapper {
    color: var(--primary);
    margin-right: 2px;
}

.search-item.featured span {
    font-weight: 600;
    font-size: 12px;
    color: var(--primary-dark);
}

.search-item.featured:hover {
    background: linear-gradient(145deg, #fde6f2, var(--primary-light));
    transform: translateY(-1px);
}

/* 텍스트 오버플로우 처리 */
.search-item span {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: var(--transition);
}

/* 긴 텍스트 항목 처리 */
.search-item[href*="카드소지자"] span,
.search-item[href*="저신용자"] span,
.search-item[href*="자동차담보"] span,
.search-item[href*="부동산담보"] span {
    font-size: 11px;
    letter-spacing: -0.5px;
}

/* 반응형 디자인 - 기본적으로 모두 280px 고정 */
@media (min-width: 768px) {
    .search-container {
        width: 280px;
    }
    
    .search-tabs {
        border-radius: var(--border-radius);
    }
}

@media (max-width: 480px) {
    .search-container {
        width: 280px;
    }
}


/* 모달 기본 스타일 */
.warning-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
}

.warning-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 모달 헤더 */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(90deg, #3764b9, #5a87d5);
    border-radius: 10px 10px 0 0;
}

.modal-header h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.modal-close-btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s;
}

.modal-close-btn:hover {
    transform: scale(1.2);
}

/* 모달 본문 */
.modal-body {
    padding: 15px 20px;
}

/* 경고 박스 */
.warning-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.warning-box p {
    position: relative;
    margin-bottom: 15px;
    padding-left: 24px;
    line-height: 1.4;
    font-size: 12.5px;
}

.warning-num {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #3764b9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
}

.num-2digit {
    font-size: 9px;
}

.indent {
    display: inline-block;
}

.highlight {
    color: #13439b;
    font-weight: 500;
}

.gry {
    color: #777;
    font-size: 11px;
}

/* 배너 */
.modal-banner {
    background: linear-gradient(135deg, #f5f0ff, #edf4ff);
    border-left: 4px solid #3764b9;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
}

.modal-banner p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.modal-banner strong {
    color: #3764b9;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
    .warning-modal-content {
        width: 95%;
        margin: 20px auto;
    }
    
    .modal-header h4 {
        font-size: 16px;
    }
    
    .warning-box {
        padding: 12px;
    }
    
    .warning-box p {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .modal-banner p {
        font-size: 12px;
    }
}

/* Material Design 기반 메인 헤더 스타일 */
.material_header {
   background: #fff;
   margin-top: 30px;
   border-radius: 4px;
   overflow: hidden;
}

.material_wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0;
   letter-spacing: -0.5px;
}

.material_info {
   display: flex;
   align-items: center;
   gap: 20px;
}

.material_title {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 20px;
   letter-spacing:-1px;
   font-weight: 500;
   color: #333;
}

.material_title .material-icons {
   color: #1e88e5;
   font-size: 24px;
}

.material_random {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 13px;
   letter-spacing:-0.5px;
   color: #666;
   padding-left: 20px;
   border-left: 1px solid #eee;
}

.material_random .material-icons {
   color: #4caf50;
   font-size: 18px;
}

.rotating {
   animation: rotate 2s linear infinite;
}

@keyframes rotate {
   from { transform: rotate(0deg); }
   to { transform: rotate(360deg); }
}
/* 깔끔하고 현대적인 버튼 스타일 */
.material_button {
   display: inline-flex;
   align-items: center;
   padding: 4px 8px;
   background: transparent;
   color: #777;
   border-radius: 3px;
   border:1px solid #e1e1e1;
   border-left: 2px solid #eee;
   font-size: 12px;
   font-weight: 400;
   text-decoration: none;
   transition: all 0.2s ease;
   letter-spacing: -0.5px;
   margin-left: 10px;
}

.material_button:hover {
   color: #333;
   background: #f9f9f9;
   border-left-color: #1e88e5;
}

.material_button .material-icons {
   font-size: 14px;
   margin-right: 4px;
   color: #999;
}

.material_button:hover .material-icons {
   color: #1e88e5;
}

/* 물결 효과 */
.ripple {
   position: relative;
   overflow: hidden;
}

.ripple:after {
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   pointer-events: none;
   background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
   background-repeat: no-repeat;
   background-position: 50%;
   transform: scale(10, 10);
   opacity: 0;
   transition: transform .5s, opacity 1s;
}

.ripple:active:after {
   transform: scale(0, 0);
   opacity: .3;
   transition: 0s;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
   .material_wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
   }
   
   .material_info {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      width: 100%;
   }
   
   .material_random {
      padding-left: 0;
      border-left: none;
   }
   
   .material_button {
      align-self: stretch;
      justify-content: center;
   }
}
</pre></body></html>