@charset "utf-8";

#header_pc .nt-container {background: none !important;}

.top-header {
    display: flex;
    justify-content: center;

}
#nt_lnb ul > li.event { padding: 0!important;}

a {
    color:#000 !important;
}

#nt_menu .me-a {
    color:#000 !important;
    font-weight: bold !important;
}
#nt_menu .me-a:hover{

    color: #0064ff !important;
}


#nt_menu {
    -webkit-box-shadow: 0px 5px 5px -2px rgb(0 127 255) !important;
}


#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
    background: none !important;
}

a:hover {
    text-decoration: none!important;

}

#nt_body  {
    background-color: #f1f1f1 !important;
}

.widgetmaker
{
    background-color: #ffffff7a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}



#nt_lnb ul > li.header-search-wrap {padding:0;}
#nt_lnb ul > li.header-search-wrap .header-search {}
#nt_lnb ul > li.header-search-wrap .header-search input.form-control {width:160px; border:0; border-radius:5px; background:#e7e7e7; font-size:13px; padding:7px 33px 7px 10px;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] {position:absolute; top:0; right:3px; width:30px; height:30px; font-size:12px; z-index:3;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] i {color:#626266 !important;}


#nt_lnb ul > li { list-style: none;}


/* 회원가입 버튼 */
.button-join {
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-join:hover,
.button-join:focus {
    background-color: #07c;
}

.button-join:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-join:active {
    background-color: #0064bd;
    box-shadow: none;
}
#nt_lnb ul > li img.event-icon { height:30px;



}


/* 로그인 버튼 */
.button-login {
    background-color: #ffffff;
    border: 1px solid #0076ca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #0076ca;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

body {
    font-family: pretend !important;
}

.button-login:active {
    background-color: #0064bd;
    box-shadow: none;
}

.button-login:hover,
.button-login:focus {
    background-color: #07c;
    color:#ffffff;
}


/* 내정보 버튼 */
.button-myinfo {
    background-color: #0172c1;
    border: 1px solid #0076ca;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}



.button-myinfo:active {
    background-color: #002950;
    box-shadow: none;
}

.button-myinfo:hover,
.button-myinfo:focus {
    background-color: #0096ff;
    color:#ffffff;
}




/* 이벤트 버튼 */
.button-event {
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
    text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}
.button-event:hover,
.button-event:focus-visible {
    --_p: 0%;
    --_i: 1;
}

.button-event:active {
    text-shadow: none;
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

.button-event {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    cursor: pointer;
    padding: .1em .3em;
}

/********************************************************
새글 + 새댓글 위젯
********************************************************/


.wg_head_tabs {display:flex; position:relative; border-bottom:1px solid #eaebed; align-items:center;}
.wg_head_tab {position:relative; flex-grow:1; padding:10px 0; text-align:center; cursor:pointer; font-size:17px; font-weight:bold;}
.wg_head_tab.active {color:#db3232;}
.wg_head_tab.active:after {content:''; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:100%; height:4px; background:#db3232; max-width:90px;}
#wg_latest_wr_n_cmt .wg_head_tab.active:after {max-width:70px;}



ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
}

.tab button:hover {
    background-color: #ddd;
    color: #5a79ff;
}



.tab button.active {
    color: #5a79ff;
}

.tabcontent, .tabcontent2 {
    display: none;
    padding: 0 10px;
}
.tabcontent.active, .tabcontent2.active {
    display: block;
    padding: 0 10px;
}



/* 새글 위젯 게시판명 */
.na-subjects {
    font-family: neon;
    font-size: 0.9em !important;
    color: #5a79ff !important;
    font-weight: 600;

}

.na-subjects-title {

    line-height: 0.7;
}

.na-subject {
    font-family: nanumsquare;

}

.bg_gray_boxshadow_slope {position:relative;
    box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #fff;
    -webkit-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #0000000a;
    -moz-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.25), -3px -3px 6px #fff;
    background:#f7f8fa; overflow:hidden; border-radius:10px; margin-bottom:30px;}

.bg_gray_boxshadow_slope img {max-width:100%;}

#row-area-side .bg_gray_boxshadow_slope:last-child {margin-bottom:0 !important;}

.bg_gray_boxshadow_half {position:relative; box-shadow:5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);


    background:#fff; overflow:hidden; border-radius:10px;}

#row-area-side {-ms-flex:0 0 26.6%; flex:0 0 26.6%; max-width:26.6%;}
#row-area-content {-ms-flex:0 0 73.4%; flex:0 0 73.4%; max-width:73.4%;}
@media (max-width: 767px) {
    #row-area-side,
    #row-area-content {-ms-flex:unset; flex:unset; max-width:unset;}
}


/* 이벤트 위젯 */
.widget-top-event {background: #0076ca; color:#fff; font-weight:bold; text-align:center; padding:6px 0;}
.widget-top-event-icon img {display:inline-block; vertical-align:top;}
.widget-top-event-dc {color: #dc0000;}


@media (min-width: 768px) {
    .col-md-4 {

        max-width: 32% !important;
    }
}


/* 메인 페이지 배너 아이콘 */
.main-banner-title {
    display: flex;
    align-items: stretch; /* 중요: 자식 요소 높이를 부모에 맞춤 */
    gap: 5px;
    padding: 10px 0;
    min-height: 60px; /* 필요 시 강제 높이 설정 */
}

.main-banner-title img {
    height: 100%;         /* 부모 div의 높이에 맞게 */
    width: auto;          /* 비율 유지하면서 가로 자동 */
    object-fit: contain;  /* 잘리지 않게 비율 맞춤 */
    display: block;
}

/* 텍스트 묶음 (두 줄) */
.main-banner-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 큰 제목 */
.main-banner-title-text {
    color: #9c0000;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;
}
.main-banner-title-text-point {

    color:#e98500;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;

}

.main-banner-title-text-check {

    color:#000;
    font-size: 33px;
    font-family: 'egro';
    font-weight: 500;
    line-height: 1;

}
/* 부제목 */
.main-banner-text {
    color: #000000;
    font-family: neon;
    font-size: 12px;
}

/* 메인 배너 h2 타이틀 */
.main-banner-tt {
    display: flex;
    align-items: center; /* 세로 중앙 정렬 */
    gap: 10px;            /* 이미지와 텍스트 사이 여백 */
    padding: 40px 0 2px 0;
    justify-content: center;
}

.main-banner-icon {

    object-fit: contain;
    display: block;
}

.main-banner-title-text-h2 {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin: 0;
}


/* 메인 페이지 보증 타이틀  */
h2 {

    text-align: center;


    &.retroshadow {
        color: #000000;

        letter-spacing: .05em;
        text-shadow:
                4px 4px 0px #d5d5d5,
                7px 7px 0px rgba(0, 0, 0, 0.2);
    }

}


/* 메인 페이지 광고 배너  */

.coo-4 {

    flex: 0 0 33.333333%;
    max-width: 33.333333%;

    position: relative;
    width: 100%;
    padding:2px;

}

.row-banner {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}


/* tail 문의하기 버튼  */




                                                     /* CSS */
                                                 .askqa {
                                                     background-color: #0095ff;
                                                     border: 1px solid transparent;
                                                     border-radius: 3px;
                                                     box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
                                                     box-sizing: border-box;
                                                     color: #fff;
                                                     cursor: pointer;
                                                     display: inline-block;
                                                     font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
                                                     font-size: 13px;
                                                     font-weight: 400;
                                                     line-height: 1.15385;
                                                     margin: 0;
                                                     outline: none;
                                                     padding: 8px .8em;
                                                     position: relative;
                                                     text-align: center;
                                                     text-decoration: none;
                                                     user-select: none;
                                                     -webkit-user-select: none;
                                                     touch-action: manipulation;
                                                     vertical-align: baseline;
                                                     white-space: nowrap;
                                                 }




.askqa:hover,
.askqa:focus {
    background-color: #07c;
}

.askqa:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.askqa:active {
    background-color: #0064bd;
    box-shadow: none;
}


/* Tail PC/모바일 버전  */





                                                 .pcmob {
                                                     background-color: #e1ecf4;
                                                     border-radius: 3px;
                                                     border: 1px solid #7aa7c7;
                                                     box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
                                                     box-sizing: border-box;
                                                     color: #39739d;
                                                     cursor: pointer;
                                                     display: inline-block;
                                                     font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
                                                     font-size: 13px;
                                                     font-weight: 400;
                                                     line-height: 1.15385;
                                                     margin: 0;
                                                     outline: none;
                                                     padding: 8px .8em;
                                                     position: relative;
                                                     text-align: center;
                                                     text-decoration: none;
                                                     user-select: none;
                                                     -webkit-user-select: none;
                                                     touch-action: manipulation;
                                                     vertical-align: baseline;
                                                     white-space: nowrap;
                                                 }

.pcmob:hover,
.pcmob:focus {
    background-color: #b3d3ea;
    color: #2c5777;
}

.pcmob:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.pcmob:active {
    background-color: #a0c7e4;
    box-shadow: none;
    color: #2c5777;
}

/* 메인 페이지 공지/이벤트 글  */
.na-title-no-ev {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    font-weight: 600;

}


.na-title-no-ev .na-subject {
    max-width: 100%;
    min-width: 0;
}

.na-title-no-ev .na-subject .subject-text {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


/* 윙 이미지  */
.wing-img {
    border-radius: 10px;
}