@charset "utf-8";
/****************** sld_gallery 서브 상단 배너 *************************/
/* ### 기본 스타일 커스터마이징 시작 ### */
.bo_top_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    text-align: center;
}
.bo_top_img img {
    display: none;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
    height: auto;
    transform: scale(1.5);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
svg.swiper-navigation-icon {
    display: none;
}

/* ### 이미지 오버레이 효과 - 제목만 표시 ### */
.gall_img_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gall_img_wrap .gall_img {
    display: block;
    position: relative;
}

.gall_img_wrap .gall_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.gall_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    z-index: 2;
    text-decoration: none;
}

.gall_img_wrap:hover .gall_overlay {
    opacity: 1;
}

.gall_img_wrap:hover .gall_img img {
    transform: scale(1.05);
}

.overlay_content {
    text-align: center;
    color: white;
    padding: 20px;
}

.overlay_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

/* 오버레이 링크 스타일 */
.gall_overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.gall_overlay:hover .overlay_content h3 {
    color: #fff;
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

/* 게시판 목록 공통 */
#nav {
    position: relative; /* top:30px; */ /* right:10px; */
    color: #333;
    z-index: 10;
    font-size: 14px;
    width: 100%;
    padding: 20px 0px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}
#nav a {
    color: #555;
}
#bo_cate h2 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_cate {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#bo_cate::-webkit-scrollbar {
    display: none;
}
#bo_cate ul {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_cate li {
    display: inline-block;
}
#bo_cate li a {
    display: block;
    padding: 0 15px;
    line-height: 55px;
    color: #999;
    font-size: 18px;
    font-weight: 500;
}
#bo_cate #bo_cate_on {
    position: relative;
    font-weight: 700;
    color: var(--color-primary);
}
#bo_cate #bo_cate_on:before {
    width: 100%;
    content: "";
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#bo_sch {
    display: none;
    background: #fff;
    position: relative;
    margin: 20px 10px;
    border-radius: 3px;
}
#bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#bo_sch select {
    border: 0;
    height: 42px;
    border: 1px solid #cfcfcf;
    vertical-align: top;
    padding-left: 10px;
}
#bo_sch .sch_input {
    height: 42px;
    border: 1px solid #cfcfcf;
    padding: 0;
    background-color: transparent;
    padding: 0 40px 0 10px;
    vertical-align: top;
}
#bo_sch .sch_input:focus {
    outline: none;
    border-bottom: 2px solid #e32464;
}
#bo_sch .sch_btn {
    height: 42px;
    position: absolute;
    color: #aaa;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
    background: none;
    font-size: 15px;
    vertical-align: top;
}
#bo_list_total {
    display: none;
    position: absolute;
    top: 300px;
    color: #fff;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-size: 0.923em;
    width: 100%;
}
#bo_gallery {
    margin: 0px auto;
    max-width: 100%;
    padding: 20px 40px 40px;
    clear: both;
}
#bo_gallery .all_chk {
    float: left;
    margin: 10px 0;
}
#gall_ul {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 10px;
}
#gall_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#gall_ul li {
    /* float:left; */
    width: 100%;
    padding: 0px; /* min-height: 300px; */
    margin-bottom: 20px;
}
li.gall_li img {
    padding: 0;
    max-width: 100%;
}
/*#gall_ul li:nth-child(4n+1){clear:both}*/
#gall_ul .gall_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
#gall_ul .gall_txt {
    margin: 8px 0;
    text-align: center;
}
#gall_ul .gall_li_tit {
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}
#gall_ul .notice_icon {
    color: #6683be;
}
#gall_ul .bo_cate_link {
    color: #777;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    display: none;
}
#gall_ul .fa-download {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #e89f31;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
}
#gall_ul .fa-link {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ad68d8;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
}
#gall_ul .fa-heart {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ff66b0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
}
#gall_ul .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ffff00;
    background: #6db142;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}
#gall_ul .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
}
#gall_ul .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #262b88;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #262b88;
}

#gall_ul .gall_info {
    display: none;
    line-height: 20px;
    color: #86909a;
}
#gall_ul .gall_info .sv_member {
    color: #86909a;
    font-weight: normal;
}
#gall_ul .gall_info img {
    vertical-align: top;
    border-radius: 8px;
}
#gall_ul .gall_info i {
    margin-left: 5px;
}
.bo_fx {
    margin: 20px 10px;
}
.bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.bo_fx li {
    display: inline-block;
}
.btn_bo_adm {
    float: left;
}
.btn_wr {
    float: right;
}
.list-content {
    color: #acacac;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.bo_cnt {
    display: block;
    color: #acacac;
    line-height: 18px;
}
ul.bo_v_left {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

#bo_v_top {
    margin-bottom: 40px;
    padding: 0 15px;
}

div#bo_v_share {
    margin: 20px 0;
}

#bo_v_info {
    padding: 15px;
}

h2#bo_v_title {
    padding: 0 15px 15px;
}
div#bo_v_img {
    display: none;
}
section#bo_v_atc,
ul.bo_v_nb {
    padding: 15px 40px;
}

/* 게시판 댓글 */

button.cmt_btn,
section#bo_vc,
aside#bo_vc_w {
    display: none;
}

.cmt_btn {
    text-align: left;
    width: 100%;
    background: none;
    border: 0;
    color: #000;
    font-weight: bold;
    margin: 20px 0 0px;
    cursor: pointer;
}
#bo_vc h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_vc article {
    margin: 20px 0;
    position: relative;
}
#bo_vc article .profile_img img {
    border-radius: 50%;
}
#bo_vc article header {
    color: #b5b5b5;
    padding-left: 50px;
    line-height: 20px;
}
#bo_vc .comment_profile_img {
    position: absolute;
    top: 0;
    left: 0;
}
#bo_vc .comment_profile_img img,
#bo_vc .profile_img img {
    border-radius: 50%;
}
#bo_vc .sv_member,
#bo_vc .sv_guest {
    font-weight: bold;
}
#bo_vc .sv_member img {
    display: none;
}
.bo_vc_hdinfo {
    display: block;
}
#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_vc .cmt_contents {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    line-height: 1.8em;
}
#bo_vc p a {
    text-decoration: underline;
}
#bo_vc p a.s_cmt {
    text-decoration: underline;
    color: #ed6479;
}
#bo_vc_empty {
    margin: 0;
    padding: 80px 0 !important;
    color: #777;
    text-align: center;
}
#bo_vc #bo_vc_winfo {
    float: left;
}

.bo_vc_act {
    text-align: right;
    margin: 0;
    list-style: none;
    zoom: 1;
}
.bo_vc_act:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.bo_vc_act li {
    display: inline-block;
}
.bo_vc_act li a {
    padding: 0 5px;
    line-height: 23px;
}

.bo_vc_w {
    position: relative;
    margin: 20px 0;
    display: block;
}
.bo_vc_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 5px;
}
.bo_vc_w textarea {
    padding: 5px;
    width: 100%;
    height: 120px;
}
.bo_vc_w_info {
    margin: 10px 0;
}
.bo_vc_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.bo_vc_w_info .frm_input {
    width: 100%;
    margin: 3px 0;
    margin-right: 5px;
}
.bo_vc_w_info #captcha {
    padding-top: 10px;
    display: block;
    clear: both;
}
.bo_vc_w .btn_confirm {
    margin-top: 10px;
    line-height: 25px;
}
.bo_vc_w .btn_confirm .li_chk {
    float: left;
}
.bo_vc_w .btn_confirm input {
    vertical-align: middle;
}
.bo_vc_w .btn_confirm label {
    display: inline-block;
}
.bo_vc_w .btn_submit {
    float: right;
    padding: 0 20px;
    font-weight: bold;
}
.bo_vc_w_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_vc_send_sns {
    display: inline-block;
    float: left;
}
#bo_vc_sns {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
#bo_vc_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#bo_vc_sns li {
    float: left;
    margin: 0 5px 0 0;
}
#bo_vc_sns .sns_li_f {
    border-radius: 3px;
    background: #3a589b;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_t {
    border-radius: 3px;
    background: #00aced;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_off {
    background: #bbb;
}
#bo_vc_sns a {
    display: inline-block;
    padding: 0 15px 0 5px;
}
#bo_vc_sns input {
    margin: 0 5px 0 0;
}

.bo_vl_opt {
    position: absolute;
    top: 0;
    right: 0;
}
.bo_vl_opt .cmt_opt {
    background: none;
    border: 0;
    width: 20px;
    height: 30px;
    color: #86949a;
    font-size: 15px;
}
.bo_vl_opt .cmt_opt:hover {
    color: #447eec;
}
.bo_vl_act {
    display: none;
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 0;
    background: #fff;
    z-index: 10;
    text-align: center;
    -webkit-box-shadow: 2px 2px 6px #f3f3f3;
    -moz-box-shadow: 2px 2px 6px #f3f3f3;
    box-shadow: 2px 2px 6px #f3f3f3;
}
.bo_vl_act li {
    padding: 5px 0;
}

/*글쓰기*/
#bo_w {
    max-width: 1200px;
    margin: 70px auto;
    padding: 10px;
}
#bo_w .form_01 {
    margin: 10px 0;
}
#bo_w .bo_w_select select {
    border: 1px solid #3497d9;
    background: #fff;
    width: 100%;
}
#bo_w .bo_w_link label {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    background: #eee;
    text-align: center;
}
#bo_w .bo_w_link .frm_input {
    padding-left: 50px;
}
#bo_w .bo_w_flie .lb_icon {
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    background: #eee;
    text-align: center;
}
#bo_w .bo_w_flie .frm_file {
    /* padding-left:50px; */
}
#bo_w .bo_w_flie .file_wr {
    /* border:1px solid #ccc; */
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 40px;
    margin: 0; /* width: 50%; */
    text-align: left;
}
#bo_w .bo_w_flie .frm_input {
    max-width: 300px;
    padding: 0 10px;
}
.write_div {
    margin: 20px 0;
    text-align: right;
}

.write_div a {
    vertical-align: top;
}
.write_div .btn_submit {
    vertical-align: top;
}

li.leftmenu_s {
    margin-right: 1px;
    display: inline-block;
    font-size: 0.9rem;
    color: #000000;
    background-color: #fff !important;
    padding: 15px 15px;
    line-height: 1.2rem;
    min-width: 90px;
    border: 1px solid #ddd;
}
li.leftmenu_s:hover {
    background-color: #333 !important;
}
h2#bo_v_title::after {
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    display: block;
    margin: 0 auto;
}
.sld_galleryw {
    background: #000000;
}

/**Swiper**/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    /* border-radius: 8px; */
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-free-mode > .swiper-wrapper {
    margin: 10px 0 !important;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
    /* overflow: hidden; */
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/**가격표 테이블**/

.table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}
.table th {
    background: #eee;
}
.table td,
.table th {
    padding: 10px 20px;
    border-top: 1px solid #eee;
    word-break: break-all;
}
.table--min {
    min-width: 700px;
    font-size: 14px;
}
p.bo_v_nb_title {
    padding: 0 15px;
}
table caption {
    margin-bottom: 15px;
}
@media (max-width: 1024px) {
    #nav {
        padding: 20px 15px;
    }
    #bo_sch select {
        width: 30%;
        float: left;
    }
    #bo_sch .sch_input {
        width: 68%;
        float: right;
    }
    #bo_list .all_chk {
        margin: 10px 0;
    }
    form#fboardlist {
        margin-top: 0;
    }
    #bo_v_con {
        padding: 0 15px;
        margin-top: 15px;
    }
    .bo_top_img {
        height: 150px;
    }
    .bo_v_tit {
        font-size: 16px;
    }
    div#bo_v_con p {
        font-size: 15px;
    }
    #bo_cate ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .overlay_content h3 {
        font-size: 16px;
    }
    section#bo_v_atc,
    ul.bo_v_nb {
        padding: 15px 15px;
    }
    #bo_gallery {
        padding: 20px 15px 40px;
    }
}
@media screen and (max-width: 768px) {
    /*normal*/
    .table-box {
        overflow-x: auto;
    }
}
@media (max-width: 767px) {
    #gall_ul li {
        width: 100% !important;
    }
    form#fboardlist {
        margin-top: 0;
    }
    #bo_cate ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    #gall_ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .gall_overlay {
        opacity: 0; /* 모바일에서는 약간 투명하게 */
    }

    .overlay_content {
        padding: 15px;
    }

    .overlay_content h3 {
        font-size: 14px;
    }
}
