@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* 
SUMMARY :

01 BODY
02 COMMON
03 ICON
04 LOGIN
05 BOARD
*/

/* body */

body {
    font-family: "Roboto", sans-serif;
    word-break: keep-all;
}

/* header */

#header-navbar {
    /* height: 80px; */
}

.sticky-top {
    position: fixed;
    /* top: 40px; */
    width: 100%;
    border-bottom: 1px solid #eee;
}

/* container */

.container {
    max-width: 1200px !important;
    padding: 0 !important;
}

/* nav */

.site-nav .has-sub > a {
    font-size: 16px;
}

.site-nav .has-sub > a:before {
    display: none;
}

/* main */

#main-wrap {
    margin-top: 80.38px
}

/* sidebar */

.row {
    margin: 0;
}

._left {
    width: 250px;
    padding: 0;
}

._right {
    width: 900px;
    padding: 0;
}

._right ._tit.line-bottom {
    border-bottom: 1px solid #ccc !important;
}

.snb-wrap {
    width: 100%;
    height: 80px;
    /* ackground-color: var(--bs-primary);
    background: linear-gradient(to right, #5CA3DB 0%, #64D0CB 100%); */
}

h2.snb-tit {
    display: block;
    font-size: 24px;
    font-weight: 700;
    /* color: #fff; */
}

p.snb-txt {
    color: #fff;
}

.que-wrap {
    overflow: hidden;
    /* margin: 10px 0 0;
    padding: 15px 0 70px; */
    /* border: 1px solid #eee;
    border-width: 1px 1px 1px 1px; */
    background: #fff;
}

.que-wrap .que {
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.que-wrap .que span a {
    display: block;
    position: relative;
    padding: 12px 0 12px 20px;
    /* border-bottom: 1px solid #eee; */
    font-size: 16px;
    color: #222;
}

.que-wrap .que span a:hover {
    font-weight: 700;
    color: var(--bs-primary);
}

.que-wrap .que span a.active {
    position: relative;
    background-color: #EFF6FF;
    color: var(--bs-primary);
}

.que-wrap .que span a.active::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #0056B3;
}

/* footer */

.site-footer-wrap {
    background-color: #1B1D24 !important;
    color: #9CA3AF;
    text-align: left;
}

.site-footer-wrap a {
    color: #9CA3AF;
}

.site-footer-wrap i.bar:after {
    background-color: #9CA3AF;
}

.site-footer-wrap .bar-sm:after {
    background-color: #9CA3AF;
}

._f-1.line-bottom {
    border-bottom: 1px solid #D9D9D9 !important;
}

/* quick */

nav.quick_menu {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

nav.quick_menu a {
    font-size: 14px;
    color: #fff;
}

nav.quick_menu>ul>li {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 10px;
}

nav.quick_menu>ul>li>p {
    overflow: hidden;
    max-width: 0;
    height: 50px;
    background-color: #004071;
    color: #fff;
    line-height: 50px;
    transition: max-width 0.3s, padding 0.3s;
    margin-bottom: 0 !important;
}

nav.quick_menu>ul>li:hover>p {
    max-width: 100%;
    padding: 0 10px;
}

nav.quick_menu>ul>li>i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #39B54A;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

nav.quick_menu>ul>li:nth-child(1)>p,
nav.quick_menu>ul>li:nth-child(1)>i {
    background-color: #39B54A;
}

nav.quick_menu>ul>li:nth-child(2)>p,
nav.quick_menu>ul>li:nth-child(2)>i {
    background-color: #1480B4;
}

nav.quick_menu>ul>li:nth-child(3)>p,
nav.quick_menu>ul>li:nth-child(3)>i {
    background-color: #FBB03B;
}

nav.quick_menu>ul>li:nth-child(4)>p,
nav.quick_menu>ul>li:nth-child(4)>i {
    background-color: #666666;
}

nav.quick_menu>ul>li:hover>i { }

.quick_menu_Tab {
    overflow: hidden;
    /* 내용이 넘칠 경우 숨김 */
    transition: max-height 0.5s ease;
    /* 슬라이드 애니메이션 */
    max-height: 500px;
    /* 최대 높이 설정 (내용에 맞게 조정) */
}

.quick_menu_Tab.collapsed {
    max-height: 0;
    /* 숨김 상태 */
}

/* Modal */

#exampleModal .list-group-item {
    padding: 0.4rem 1rem;    
    border: 0;
    font-size: 14px;
}

#exampleModal .btn {
    font-size: 18px;
}

#exampleModal ._abs {
    position: absolute;
    top: 15px;
    right: 10px;
}

/* Icon */

.na-icon.na-file {
    width: 14px;
    height: 16px;
    background: url(../img/page/ico_file.png) no-repeat 0 0;
    background-size: 14px 16px;
} 

.i-com {
    flex-shrink: 0;
    display: inline-block;
    /* margin: 0 10px 0 0; */
}

.i-home {
    width: 14px;
    height: 16px;
    background: url(../img/home/ico_home.png) no-repeat 0 0;
}

.i-plus {
    width: 20px;
    height: 20px;
    background: url(../img/home/ico_plus.png) no-repeat 0 0;
    background-size: 20px 20px;
}

.i-sns1 {
    width: 28px;
    height: 25px;
    background: url(../img/home/ico_sns1.png) no-repeat 0 0;
}

.i-sns2 {
    width: 32px;
    height: 25px;
    background: url(../img/home/ico_sns2.png) no-repeat 0 0;
}

.i-sns3 {
    width: 25px;
    height: 25px;
    background: url(../img/home/ico_sns3.png) no-repeat 0 0;
}

.i-sns4 {
    width: 25px;
    height: 25px;
    background: url(../img/home/ico_sns4.png) no-repeat 0 0;
}

.i-map1 {
    width: 18px;
    height: 26px;
    margin-right: 7px;
    background: url(../img/home/ico_map1.png) no-repeat 0 0;    
    background-size: 18px 26px;
}

.i-map2 {
    width: 16px;
    height: 24px;
    margin-right: 7px;
    background: url(../img/home/ico_map2.png) no-repeat 0 0;    
    background-size: 16px 24px;
}

.i-map3 {
    width: 26px;
    height: 31px;
    background: url(../img/home/ico_map3.png) no-repeat 0 0;    
}

.i-map4 {
    width: 33px;
    height: 30px;
    background: url(../img/home/ico_map4.png) no-repeat 0 0;    
}

.i-square {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(../img/page/ico_square.png) no-repeat 0 0;
}

.i-arr {
    display: block;
    width: 120px;
    height: 12px;
    background: url(../img/page/bg_arrow.png) no-repeat 0 0;
}

.i-prev {
    width: 10px;
    height: 20px;
    background: url(../img/home/ico_prev.png) no-repeat 0 0;
}

.i-next {
    width: 10px;
    height: 20px;
    background: url(../img/home/ico_next.png) no-repeat 0 0;
}

/* board */



/* popup */

.swiper-wrapper {
    text-align: center;
}

.popup-wrap .btn-light {
    border-radius: 999px;
    background-color: transparent;
    color: #fff;
}

.popup-wrap .modal-dialog {
    max-width: 1600px;
}

.popup-wrap .modal-header img {
    width: 200px;
}

.popup-wrap .modal-header,
.popup-wrap .modal-footer {
    border: 0;
}

.popup-wrap .modal-content {
    margin: 0 auto;
    background-color: transparent;
}

.popup-wrap .swiper-button-prev, 
.popup-wrap .swiper-button-next {
    width: 64px;
    height: 64px;
    background: var(--bs-primary);
    border-radius: 999px;
}

.popup-wrap .swiper-button-next:after, 
.popup-wrap .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}

.popSwiper {
    max-width: 1566px;
}

.popSwiper .swiper-pagination {
    top: inherit; 
    bottom: -40px; 
    color: #fff;
}

/* */

.sw-wrap #bo_v_title {
    color: var(--bs-primary);
}

.sw-wrap .list-group-flush>.list-group-item {
    border: 0;
}