@charset "utf-8";

/* Pre-loader Css*/

#loader {
    background-color: transparent;
    height: 100% !important;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    z-index:99999;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #ffc514;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:nth-child(2n+0) {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}


/* Pre-loader Css*/




/*calender*/
table.tb_calender0{width:100%; border-collapse: collapse;}
table.tb_calender0 th{border-top:1px solid #f0f3f5; box-sizing: border-box; padding-top:15px; padding-bottom:15px; background-color: #f8f9fb; font-weight:normal; text-align: center; font-size:11px; font-size:1.1rem; line-height:1.7rem; }
table.tb_calender0 td{border:1px solid #f0f3f5; border-bottom:none; box-sizing: border-box; height:100px; background-color: #fff; padding:1.5%; vertical-align: top; font-size:11px; font-size:1.1rem; line-height:1.7rem; position:relative;}
table.tb_calender0 td.today{background: url(../img/icon_triangle.png) top left no-repeat;}
table.tb_calender0 .schedule_list_con{overflow: hidden;}
table.tb_calender0 .border_left_none{border-left:none;}
table.tb_calender0 .border_right_none{border-right:none;}
table.tb_calender0 .schedule_on{background-color: #fbfcfd;}
table.tb_calender0 .schedule_count_con{float:right; margin-top:5px; margin-bottom:10px;}
table.tb_calender0 .schedule_count{float:left; margin-left:2px; margin-right:2px; width:6px; height:6px; background-color: #d9e1e5; border-radius: 50%;}
table.tb_calender0 .schedule_count.on{background-color: #000;}
table.tb_calender0 .schedule_color{color:#01a9db; float:left; margin-bottom:16px;}
table.tb_calender0 .schedule_list_time{font-size:12px; font-size:1.2rem; line-height:1.8rem;}
table.tb_calender0 .schedule_list_contents{font-size:13px; font-size:1.3rem; line-height:1.9rem; font-weight: bold;}
table.tb_calender0 .today_triangle{position:absolute; top:0; left:0; margin-top:-1px; margin-left:-1px;}

/* 공통달력 */
.cal_wrap {padding: 13px 0px; width: 340px; height: 305px;}
.cal_wrap .cal_top {padding: 12px 15px 10px; overflow: hidden; background-color: #f4f6fc; border-top-right-radius: 4px; border-top-left-radius: 4px; border: 1px solid #dfddf1; border-bottom: none;}
.cal_wrap .cal_top > p {text-align: center; font-size: 18px; font-weight: bold; color: #ffffff;}
.cal_wrap .cal_top > p span.prev_btn {padding: 6px 4px; background:url(../img/common_icon/cal_btn_l.png) no-repeat 0px 3px; text-indent: -10000px; float: left;}
.cal_wrap .cal_top > p span.next_btn {padding: 6px 4px; background:url(../img/common_icon/cal_btn_r.png) no-repeat 0px 3px; text-indent: -10000px; float: right;}
.cal_wrap .cal_tb_con { background: #fff; padding: 10px 14px 16px 14px; border: 1px solid #dfddf1; border-top: 0px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.cal_wrap .cal_tb_con .cal_tb {width: 100%;}
.cal_wrap .cal_tb_con .cal_tb th {text-align: center; font-size: 12px; color: #444444; height: 39px;}
.cal_wrap .cal_tb_con .cal_tb th {text-align: center; font-size: 12px; color: #444444; height: 39px;}
.cal_wrap .cal_tb_con .cal_tb td {text-align: center; font-size: 12px; color: #444444; height: 39px; font-weight: 400;}
.cal_wrap .cal_tb_con .cal_tb td span {padding:11px 13px;}
.cal_wrap .cal_tb_con .cal_tb .sunday {border-left: 0px solid #e1e1e1; color: #ff0000; }
.cal_wrap .cal_tb_con .cal_tb .saturday {color : #0000ff; }
.cal_wrap .cal_tb_con .cal_tb td.datepicker_today { background-color: #f4f6fc; font-weight: bold; border-radius: 4px;}
.cal_wrap .cal_tb_con .cal_tb td:hover {cursor: pointer; font-weight: bold;}

/* calendar_style_1_month_con */
.calendar_style_1_month_con .calendar_style_1_month_inner{font-size:0; line-height:0; text-align:center;}
.calendar_style_1_month_con .arrow_box{display:inline-block; vertical-align:middle; cursor:pointer; margin-bottom:1px; width:25px; height:17px; background-repeat: no-repeat; background-position: center center;}
.calendar_style_1_month_con .arrow_box.prev{width:25px;
    background-image: url("data:image/svg+xml,%3Csvg style='width:19px; margin-top:3px;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='레이어_1' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cg%3E%3Crect x='12.7' y='10.8' width='1.4' height='18.3'%3E%3C/rect%3E%3Cpolygon points='26.3,28.8 17.5,20 26.3,11.3 27.3,12.3 19.5,20 27.3,27.8 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    background-size: 21px 21px;  background-position: center top -5px;}
.calendar_style_1_month_con .arrow_box.left{width:25px; background-image: url("data:image/svg+xml,%3Csvg style='width:19px; margin-top:3px;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='레이어_1' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cpath d='M24.3,28.8L15.5,20l8.9-8.9l1,1L17.5,20l7.8,7.8C25.4,27.8,24.3,28.8,24.3,28.8z'%3E%3C/path%3E%3C/svg%3E");background-size: 21px 21px; background-position: center top -5px; margin-right: 20px}
.calendar_style_1_month_con .arrow_box.right{background-image: url("data:image/svg+xml,%3Csvg style='width:19px; margin-top:3px;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='레이어_1' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cpath d='M17.7,28.8l-1-1l7.8-7.8l-7.8-7.9l1-1l8.9,8.9C26.5,20,17.7,28.8,17.7,28.8z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 21px 21px; background-position: center top -5px; margin-left:20px;}
.calendar_style_1_month_con .arrow_box.next{width:25px; background-image: url("data:image/svg+xml,%3Csvg style='width:19px; margin-top:3px;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='레이어_1' x='0px' y='0px' viewBox='0 0 40 40' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='13.7,28.8 12.7,27.8 20.5,20 12.7,12.2 13.7,11.2 22.5,20 '%3E%3C/polygon%3E%3Crect x='25.9' y='10.8' width='1.4' height='18.3'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E"); background-size: 21px 21px; background-position: center top -5px;}
.calendar_style_1_month_con .calendar_month_text{font-size:13px; line-height:22px; vertical-align:middle; color:#000; font-weight:700; width:103px; margin-left:15px; margin-right:15px; display:none;}

.sub.move_in .calendar_style_1_month_con .arrow_box.prev{background-image: url('/weven_service/asset/img/6x11_left_arrow_full_orange_2.png'); display: inline-block;}
.sub.move_in .calendar_style_1_month_con .arrow_box.left{background-image: url('/weven_service/asset/img/6x11_left_arrow_full_orange.png');}
.sub.move_in .calendar_style_1_month_con .arrow_box.right{background-image: url('/weven_service/asset/img/6x11_right_arrow_full_orange.png');}
.sub.move_in .calendar_style_1_month_con .arrow_box.next{background-image: url('/weven_service/asset/img/6x11_right_arrow_full_orange_2.png'); display: inline-block;}

/*.calendar_style_1_month_con .calendar_month_text{font-size:16px; font-size:1.6rem; line-height:32px; line-height:3.2rem; font-weight: 500; color: #353a40; vertical-align:middle; width:103px; margin-left:25px; margin-right:25px; display:none;}*/

input{-webkit-appearance: none; -moz-appearance: none; outline: none;}

@media all and (min-width:992px){
    .h_point0:hover{color:#1fb2b9 !important;}
    .bg_h_point0:hover{background-color:#1fb2b9 !important;}
    .svg_h_point0:hover{fill:#1fb2b9 !important;}
    .border_h_point0:hover{border-color:#1fb2b9 !important;}
}


/* 2021.12.23 ymg - 위븐 게시판 블록 공통부분 */
[data-wv-res-id][data-wv-layout-element-type="bbs"] { font-family: "Pretendard"; }

/* 25.01.22 hyj - 텍스트에디터 스크롤 처리 */
#content_bmeditorEditor {    max-height: 500px;     overflow: hidden auto;}

/*25.01.14 - chojw 프로그램관리 게시판 블록 list 테이블 css*/
[data-wv-type='list'] .nodata > div{margin-top: 12px; }
[data-wv-type='list'] .nodata > svg{width: 47px; height: 47px; fill: rgb(222, 221, 229); margin-left: 4px; }
[data-wv-type='list'] .nodata{float: left; width: 100%; font-size: 1.6rem; line-height: 2.2rem; font-weight: 300; padding-top: 70px; padding-bottom: 120px; color: rgb(190, 189, 204); }
[data-wv-type='list'] ~ .nodata > div{margin-top: 12px; }
[data-wv-type='list'] ~ .nodata > svg{width: 47px; height: 47px; fill: rgb(222, 221, 229); margin-left: 4px; }
[data-wv-type='list'] ~ .nodata{float: left; width: 100%; font-size: 1.6rem; line-height: 2.2rem; font-weight: 300; padding-top: 70px; padding-bottom: 120px; color: rgb(190, 189, 204); }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 tbody .title .title_inner{float: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; position: relative; text-overflow: ellipsis; max-width: calc(100% - 70px); vertical-align: middle; overflow: hidden; font-size: 1.7rem; line-height: 3.4rem; font-weight: 300; letter-spacing: 0em; color: rgb(0, 0, 0); max-height: 3.4rem; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 tbody .title .reply_icon{float: left; font-size: 1.5rem; line-height: 2.5rem; padding-top: 5px; padding-right: 5px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 tbody .title{box-sizing: border-box; font-size: 0px; line-height: 0; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con table.block_bbs_table_style_000 td.index_num{padding-top: 4px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con table.block_bbs_table_style_000 td.number{font-size: 1.5rem; line-height: 3.4rem; letter-spacing: 0px; font-weight: 300; color: rgb(2, 2, 2); font-family: Roboto !important; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con table.block_bbs_table_style_000 td.unanswered{font-size: 1.9rem; line-height: 3.4rem; letter-spacing: 0px; font-weight: 300; color: rgba(18, 0, 144, 0.4); }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con table.block_bbs_table_style_000 td.answered{font-size: 1.9rem; line-height: 3.4rem; letter-spacing: 0px; font-weight: 300; color: rgb(103, 56, 255); }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 tbody tr{border-bottom: 1px solid rgb(226, 224, 242); height: 81px; cursor: pointer; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 thead tr{border-bottom: 2px solid rgb(0, 0, 0); height: 55px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.is_lock .post_icon.lock_icon{display: inline-block; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.is_file .post_icon.file_icon{display: inline-block; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon.lock_icon{display: none; background-image: url("/weven_service/asset/img/post_lock_icon.png"); }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon.file_icon{display: none; background-image: url("/weven_service/asset/img/post_file_icon.png"); }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon:first-child{margin-left: 19px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon{width: 17px; height: 16px; background-size: 17px 16px; background-position: center center; background-repeat: no-repeat; margin-left: 12px; vertical-align: middle; margin-top: 8px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.index_num > .reply{display: inline-block; background-image: url("/weven_service/asset/img/reply_icon.png"); background-size: 34px 16px; background-position: right 20px top 7px; background-repeat: no-repeat; width: 100%; height: 32px; box-sizing: border-box; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.tl{text-align: left; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td{font-size: 1.5rem; line-height: 3.4rem; letter-spacing: 0px; font-weight: 300; text-align: center; font-family: Roboto, "Noto Sans KR"; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 th{font-size: 1.5rem; line-height: 2.8rem; letter-spacing: 0em; font-weight: 500; font-family: Roboto, "Noto Sans KR"; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000{width: 100%; min-width: 670px; margin-bottom: 70px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con{max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; overflow: auto hidden; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .reg_dt_col{width: 140px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .writer_col{width: 90px; }
[data-wv-res-id] .block_bbs_table_style_000_wrap.list .number_col{width: 79px; }

[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon.file_icon{background-image: url("/weven_service/asset/img/post_file_icon_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con::-webkit-scrollbar{display: none; }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td .post_icon.file_icon{background-image: url("/weven_service/asset/img/post_file_icon_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.index_num > .reply{background-image: url("/weven_service/asset/img/reply_icon_mac.png"); }
[data-wv-os="iOS"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.index_num > .reply{background-image: url("/weven_service/asset/img/reply_icon_mac.png"); background-size: 28px 13px; background-position: right 10px top 7px; }
[data-wv-os="Android"] [data-wv-res-id] .block_bbs_table_style_000_wrap.list table.block_bbs_table_style_000 td.index_num > .reply{background-image: url("/weven_service/asset/img/reply_icon_mac.png"); background-size: 28px 13px; background-position: right 10px top 7px; }


[data-wv-res-id] [id ^="list_recent_4_000"] .title {    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 18px; line-height: 24px; margin-bottom: 10px; font-weight: 700; letter-spacing: 0; color: #000; }
[data-wv-res-id] [id ^="list_recent_4_000"] .description {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; font-size: 16px; line-height: 23px; letter-spacing: 0; font-weight: 300;}
[data-wv-res-id] [id ^="list_recent_4_000"] .date{font-size: 15px; line-height: 21px; color: #000; font-weight: 400; letter-spacing: 0; margin-top: 10px;}
[data-wv-res-id] [id ^="list_recent_5_000"] .description {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}

[data-wv-res-id] .block_bbs_search_style_000_wrap { margin-bottom: 45px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
[data-wv-res-id] .block_bbs_search_style_000_wrap > div{max-width: 1200px; padding-left: 30px; padding-right: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_total_count_con{ margin-bottom: 40px; font-size:16px; font-size:1.6rem; line-height:23px; line-height:2.3rem; font-weight: 500; color: #000; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con { font-size: 0px; line-height: 0; display: flex; height: 52px; background-color: #fafafa; border-radius: 8px; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_select_wrap { display: inline-block; height: 100%; text-align: left; float: none; width: 120px; position: relative; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item_con { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; display: inline-block; cursor: pointer; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item_con:last-child { margin-right: 0px; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item { display: flex; align-items: center; position: relative; font-size: 1.5rem; line-height: 2.3rem; letter-spacing: 0px; font-weight: 500; border: none; box-sizing: border-box; padding: 15px 21px; height: 100%; border-radius: 8px; transition: color 0.3s, background-color 0.3s, background-image 0.3s; background-image: url("/weven_service/asset/img/svg/keyboard_arrow_down_24dp_FILL0_wght200_GRAD0_opsz24.svg"); background-size: 24px; background-position: right 13px center !important; background-repeat: no-repeat; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item:hover { background-color: #000; color: #fff; background-image: url("/weven_service/asset/img/svg/keyboard_arrow_down_24dp_FILL0_wght200_GRAD0_opsz24_white.svg"); }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item.active { background-color: #000; color: #fff; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: url("/weven_service/asset/img/svg/keyboard_arrow_down_24dp_FILL0_wght200_GRAD0_opsz24_white.svg"); }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .block_bbs_search_select_con { display: none; position: absolute; background-color: #000; left: 0; width: 100%; padding: 14px 0 15px 0; border-top: 1px solid #353535; border-radius: 0 0 8px 8px; bottom: 1px; transform: translateY(100%); box-sizing: border-box; z-index: 50; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li { text-align: left; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li.active > a { color: rgba(255, 255, 255, 1); }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li > a { font-size: 1.5rem; line-height: 2.5rem; letter-spacing: 0em; color: rgba(255, 255, 255, 0.4); font-weight: 500; display: block; padding: 4px 11px 3px 21px; box-sizing: border-box; transition: color 0.3s; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_input_wrap{max-width: 230px; height: 100%; flex: 1; -ms-flex: 1 1 auto; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_input_style_0 { font-size: 1.7rem; line-height: 32rem; font-weight: 500; color: rgb(0, 0, 0); padding: 15px 0 15px 20px; border: none; width: 100%; height: 100%; vertical-align: top; box-sizing: border-box; background-color: transparent; }
[data-wv-agent="iphone"] [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_input_style_0 { -webkit-appearance: none; -webkit-border-radius: 0px; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con input:focus { outline: none; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con textarea:focus { outline: none; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con input::-webkit-input-placeholder { font-size: 1.5rem; line-height: 4rem; letter-spacing: 0px; font-weight: 300; color: rgb(175, 185, 199); }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_icon { width: 52px; height: 100%; border-radius: 50%; background-color: transparent; transition: background-color 0.2s ease; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; float: left; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_icon > svg{ width: 13px; height: 14px; fill: #000; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_category_btn_con{ height: 52px;margin-left: auto; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_category_btn_con .category_btn{ height: 100%; display: inline-flex; align-items: center; justify-content: center; width: 82px; background-color: #999; border-radius: 5px; margin-right: 5px; font-size: 15px; font-size: 1.5rem; line-height: 25px; line-height: 2.5rem; font-weight: 500; color: #fff; box-sizing: border-box; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_category_btn_con{ height: 45px;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_category_btn_con .category_btn{ height: 100%; display: inline-flex; align-items: center; justify-content: center; width: 82px; background-color: #999; margin-right: 5px; font-size: 15px; font-size: 1.5rem; line-height: 25px; line-height: 2.5rem; font-weight: 500; color: #fff; box-sizing: border-box; }
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_category_contents_con > div::before{ display: inline-block; width: 14px; height: 10px; content:''; background-image: url('/weven_service/asset/js/bm2/example/img/linemap_home_img.png'); background-size: 13px; background-position: center center; background-repeat: no-repeat;}
[data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_category_contents_con > div > span{ letter-spacing: 1px; font-size: 13px; font-weight: 600;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_category_contents_con > div::before{ display: inline-block; width: 14px; height: 10px; content:''; background-image: url('/weven_service/asset/js/bm2/example/img/linemap_home_img.png'); background-size: 13px; background-position: center center; background-repeat: no-repeat;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_category_contents_con > div > span{ letter-spacing: 1px; font-size: 13px; font-weight: 600;}

[data-wv-res-id] .block_bbs_search_style_001_wrap { margin-bottom: 50px; display: flex; flex-wrap: wrap; justify-content: center; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_total_count_con { margin-bottom: 37px; font-size: 1.5rem; line-height: 2.1rem; font-weight: 300; letter-spacing: 0em; color: rgb(0, 0, 0); }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_total_count_con #crudTotalCount { font-weight: 500; }
[data-wv-res-id] .block_bbs_search_style_001_wrap > div { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_style_001_con {background-color: rgb(252, 250, 253); padding: 10px; border: 1px solid #f3f3f3;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_con { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_contents_con { font-size: 0px; line-height: 0; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap { display: inline-block; height: 45px; margin-right: 6px; text-align: left; width: 155px; position: relative; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap select{width: 100%; height: 100%; font-size:15px; font-size:1.5rem; line-height:23px; line-height:2.3rem; font-weight: 500; letter-spacing: -0.0em; color: #000; border: 1px solid rgb(235,232,245); padding-left: 20px; padding-bottom: 2px; padding-right: 40px; appearance: none; -webkit-appearance: none; background-color: #fff; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .selected_item_con { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; display: inline-block; cursor: pointer; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .selected_item_con:last-child { margin-right: 0px; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .selected_item { font-size: 1.5rem; line-height: 2.3rem; letter-spacing: 0px; font-weight: 500; border: 1px solid rgb(235, 232, 245); box-sizing: border-box; padding-top: 11px; padding-left: 20px; padding-right: 32px; height: 100%; background-color: rgb(255, 255, 255); }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select_con { display: none; position: absolute; width: 100%; background-color: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-right-color: rgb(222, 220, 236); border-bottom-color: rgb(222, 220, 236); border-left-color: rgb(222, 220, 236); border-image: initial; border-top-color: initial; box-sizing: border-box; z-index: 50; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li { text-align: left; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li > a { font-size: 1.5rem; line-height: 2.5rem; letter-spacing: 0em; color: rgb(0, 0, 0); font-weight: 300; display: block; padding: 14px 21px 12px; border-bottom: 1px solid rgb(241, 240, 247); box-sizing: border-box; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li:last-child > a{border-bottom: 0px none;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_input_wrap { max-width: 372px; height: 45px; border: 1px solid rgb(235, 232, 245); flex: 1 1 0; background-color: rgb(255, 255, 255); }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_input_wrap .block_bbs_search_icon { z-index: 2; width: 43px; height: 43px; font-size: 0px; line-height: 0; position: absolute; top: 0px; right: 0px; background-color: transparent; transition: background-color 0.2s ease 0s; display: inline-flex; float: left; flex-wrap: wrap; align-items: center; justify-content: center;}
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_input_wrap .block_bbs_search_icon > svg{ width: 15px; height: 15px; fill: #000; }
[data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_input_style_0 { padding: 13px 52px 14px 20px; font-size: 1.5rem; line-height: 4rem; font-weight: 500; color: rgb(0, 0, 0); width: 100%; height: 100%; vertical-align: top; box-sizing: border-box; background-color: transparent; appearance: none; border-radius: 0px; outline: none; border: 0px none; }
[data-wv-res-id] .block_bbs_search_style_001_wrap input:focus { outline: none; }
[data-wv-res-id] .block_bbs_search_style_001_wrap textarea:focus { outline: none; }
[data-wv-res-id] .block_bbs_search_style_001_wrap input::-webkit-input-placeholder { font-size: 1.5rem; line-height: 4rem; letter-spacing: 0px; font-weight: 300; color: rgb(175, 185, 199); }

/*[hjd-2025.05.20] bbs2 게시판 글쓰기 버튼 컨테이너 제한 */
[data-wv-res-id][data-wv-layout-element-type="bbs2"] .read_more_btn_style_000_wrap { max-width: 1400px; }
[data-wv-res-id] .read_more_btn_style_000_wrap { padding-left: 30px; padding-right: 30px; margin-top: 18px;}
[data-wv-res-id] .read_more_btn_style_000_wrap > a { display: block; float: right; margin-top: -32px; width: 35px; height: 35px;
    width: auto; height: auto; padding: 10px 20px; background-color: #000; border-radius: 5px; font-size:15px; font-size:1.5rem; line-height:20px; line-height:2.0rem; font-weight: 500; color: #fff; position: relative; z-index: 1; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a[onclick*="insert"]::after { content: '글쓰기'; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a.en[onclick*="insert"]::after { content: 'Write'; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a.cn[onclick*="insert"]::after { content: 'Write'; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a.jp[onclick*="insert"]::after { content: 'Write'; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a.es[onclick*="insert"]::after { content: 'Write'; }
[data-wv-res-id] .read_more_btn_style_000_wrap .write_icon { display: none; background-color: rgb(0, 0, 0); border-radius: 50%; width: 100%; height: 100%; transition: all 0.2s ease 0s; }

[data-wv-res-id] .read_more_btn_style_001_wrap .read_more_btn_style_001_con { max-width: 99px; float: none; overflow: hidden; clear: both; margin-left: auto; margin-right: auto; }
[data-wv-res-id] .read_more_btn_style_001_wrap .read_more_btn_style_001_con .read_more_btn_style_001 { text-align: center; cursor: pointer; padding: 27px 0; }
[data-wv-res-id] .read_more_btn_style_001_wrap .read_more_btn_style_001_con .read_more_btn_style_001 .read_more_btn_style_001_text { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; letter-spacing: -0.02em; color: #000; font-weight: 500; margin-bottom: 9px;}
[data-wv-res-id] .read_more_btn_style_001_wrap .read_more_btn_style_001_con .read_more_btn_style_001 .read_more_btn_style_001_arrow { margin-left: auto; margin-right: auto; overflow: hidden; float: none;  width: 15px; height: 9px; }
[data-wv-res-id] .read_more_btn_style_001_wrap > a { display: block; float: right; width: 35px; height: 35px; }
[data-wv-res-id] .read_more_btn_style_001_wrap .write_icon { background-color: rgb(0, 0, 0); border-radius: 50%; width: 100%; height: 100%; transition: all 0.2s ease 0s; }

[data-wv-res-id] .button_container { font-size: 0px; white-space: nowrap; text-align: center; }
[data-wv-res-id] .button_container li { position: relative; display: inline-block; text-align: center; cursor: pointer; font-weight: 700; width: 28px; height: 28px; box-sizing: border-box; transition: all 0.3s ease 0s; }
[data-wv-res-id] .button_container li.btn_singlePage { z-index: 0; text-indent: -10000px; width: 30px; height: 30px; border-radius: 50%; background-color: rgb(244, 247, 249); margin-top: -4px; margin-right: 3px; margin-left: 3px; }
[data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage { margin-right: 24px; }
[data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage { margin-left: 24px; }
[data-wv-res-id] .button_container li.btn_page { width: auto; font-size: 1.7rem; line-height: 2.3rem; font-weight: 500; color: #bec4cb; padding-right: 2px; padding-left: 2px; z-index: 1; margin-right: 13px; margin-left: 13px; padding-top: 1px; }
[data-wv-res-id] .button_container li.btn_page.selected { color: rgb(0, 0, 0); }

[data-wv-res-id] .button_container li{background-repeat: no-repeat; background-position: center center; }
[data-wv-res-id] .button_container li.btn_singlePage{background-size: 11px 10px; }
[data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow.png"); }
[data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow.png"); background-size: 6px 10px; }
[data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow.png"); background-position: left 12px center; background-size: 6px 10px; }
[data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow.png"); background-position: left 10px center; background-size: 11px 10px; }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow_mac.png"); transform: rotate(360deg);}
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow_mac.png"); }

[data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow_h.png"); }
[data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow_h.png"); }
[data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow_h.png"); }
[data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow_h.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow_h_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow_h_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow_h_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow_h_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_firstPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_left_arrow_h_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_prevPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_left_arrow_h_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_nextPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_single_right_arrow_h_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .button_container li.btn_singlePage.btn_lastPage:hover{background-image: url("/weven_template/block/bbs_card_style_3_000/resource/img/pagination_style_0_double_right_arrow_h_mac.png"); }


/*게시판블록 내부 에디터 기본 폰트 지정*/
[data-wv-type="insert"] .wveditor_text{ font-size: 1.7rem !important; line-height: 3.0rem !important; }
[data-wv-type="update"] .wveditor_text{ font-size: 1.7rem !important; line-height: 3.0rem !important; }
/**/

[data-wv-res-id] .block_bbs_view_style_000_con.view{ max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; overflow: hidden; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_title_line { padding-bottom: 59px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_title{ font-size: 38px; font-size: 3.8rem; line-height: 46px; line-height: 4.6rem; font-weight: 700; letter-spacing: -0.02em; color: #000; margin-bottom: 14px; max-width: 380px; word-break: keep-all; word-wrap: break-word;}
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul { font-size: 0px; line-height: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li{font-size:16px; font-size:1.6rem; line-height:23px; line-height:2.3rem; font-weight: 600; letter-spacing: -0.0em; color: #989da4; position: relative; display: inline-block; box-sizing: border-box; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li span { position: relative; display: inline-block; padding-right: 16px; margin-right: 15px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li span::after { content: ""; position: absolute; top: 3px; right: 0px; height: calc(100% - 7px); border-right: 1px solid rgb(226, 224, 242); }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li:last-child span { padding-right: 0px; margin-right: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li:last-child span::after{ content: none; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li .unanswered { color: rgba(18, 0, 144, 0.4); }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li.reply_status.hidden{display: none;}
[data-wv-agent="ipad"] [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li:first-child { margin-top: 3px; }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li:first-child { line-height: 2.9rem; }
[data-wv-os="Android"] [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li:first-child { line-height: 2.9rem;}
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_text_con{ font-size: 17px; font-size: 1.7rem; line-height: 30px; line-height: 3.0rem; /* font-weight: 500; */ color: #000; padding-bottom: 60px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_con { margin-bottom: 60px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_title { float: left; position: relative; padding-right: 15px; margin-right: 14px; font-size: 1.7rem; line-height: 2.3rem; font-weight: 700; letter-spacing: 0em; color: rgb(0, 0, 0); }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_title::after { content: ''; width: 1px; height: 16px; background-color: #dce0e3; position: absolute; top: 3px; right: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_list{ display: block; float: none; overflow: hidden; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_list > li { display: block; margin-bottom: 5px; box-sizing: border-box; width: 100%; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_list > li:last-child { margin-bottom: 0px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_file_list > li > a { padding-right: 38px; display: inline-block; position: relative; font-size: 1.7rem; line-height: 2.3rem; font-weight: 500; letter-spacing: 0em; color: rgb(0, 0, 0); }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list_con { border: 1px solid #e2e6e8; border-radius: 8px; padding: 13px 21px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list { padding-top: 5px; padding-bottom: 4px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list .block_bbs_post_list_title{float: left; min-width: 44px; padding-right: 12px; margin-right: 16px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 700; letter-spacing: -0.0em; color: #000; background-position: right 0 top 8px !important;}
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list .block_bbs_post_list_post_name{float: none; overflow: hidden; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 500; letter-spacing: -0.0em; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-width: 90%; max-height: 34px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list .block_bbs_post_list_post_name > *{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-height: 34px; overflow: hidden;}
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button_con{margin-top: 50px; text-align: center; font-size: 0;}
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button{display: inline-flex; align-items: center; justify-content: center; width: 82px; padding: 8px 0 7px 2px; background-color: #000; border-radius: 5px; margin-left: 5px; font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; font-weight: 500; color: #fff; box-sizing: border-box;}
/*[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button::after{ margin-bottom: 2px; position: relative; left: 6px; content: ''; width: 0; height: 13px; transition: width 0.2s ease; }*/
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button:first-child { margin-left: 0px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_qna_state_con { color: white; font-size: 14px; font-weight: 500; padding: 1px 6px; border-radius: 3px; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_qna_state_con.wait { background-color: #4169e1; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_qna_state_con.review { background-color: #ffd400; }
[data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_qna_state_con.complete { background-color: #009900; }

/* ymg - co2network 게시판 상세 타입 */
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line { background-size: cover; background-position: center; padding-top: 50px; padding-bottom: 50px; margin-bottom: 55px; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line .block_bbs_post_textbox { overflow: hidden; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line .block_bbs_post_textbox .block_bbs_post_category { font-family: "Gotham"; font-size:23px; font-size:2.3rem; line-height:33px; line-height:3.3rem; letter-spacing: -0.02em; font-weight: 700; color: #fff; margin-bottom: 13px; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line .block_bbs_post_textbox .block_bbs_post_title { max-width: 916px; font-family: "Carmen Sans"; font-size:35px; font-size:3.5rem; line-height:46px; line-height:4.6rem; letter-spacing: -0.02em; color: #fff; font-weight: 700; word-break: keep-all; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap { clear: both; overflow: hidden; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_con .block_bbs_text_con { font-size:17px; font-size:1.7rem; line-height:34px; line-height:3.4rem; margin-bottom: 66px; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info { padding-bottom: 20px; margin-bottom: 30px; border-left: none; border-bottom: 1px solid #c1cbd2; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info .label { font-family: "Carmen Sans"; font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; font-weight: 400; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info .reg_date { font-family: "Gotham"; font-size:20px; font-size:2.0rem; line-height:26px; line-height:2.6rem; font-weight: 500; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info > ul >  li > span { display: block; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info > ul >  li > span:first-child { margin-bottom: 5px; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con { margin-bottom: 95px; overflow: hidden; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button { position: relative; display: inline-block; width: 138px; padding-left: 25px; box-sizing: border-box; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button > span { display: block; font-family: "Carmen Sans"; font-size:21px; font-size:2.1rem; line-height:27px; line-height:2.7rem; letter-spacing: -0.04em; font-weight: 700; padding: 11px 18px; color: #fff; text-align: center; background-color: #00bd6e; }
[data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button::before { position: absolute; left: 0; top: 0px; content: ''; width: 0px; height: 0px; border-top: 24.5px solid transparent; border-bottom: 24.5px solid transparent; border-right: 25px solid #00bd6e; }

html[lang="en"] [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button{width: 123px;}
html[lang="en"] [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button > span {padding: 9px 14px 9px 12px; letter-spacing: 0;}
html[lang="en"] [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button::before {border-top: 22.5px solid transparent;border-bottom: 22.5px solid transparent;border-right: 25px solid #00bd6e;}

[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap { margin-bottom: 60px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_top_con .bbs_comment_count_box { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; color: rgb(0, 0, 0);}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_top_con .bbs_comment_count_box #commentCount { font-weight: 500; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_byte_limit_box { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; color: rgb(0, 0, 0); float: right;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con { margin-bottom: 10px; margin-top : -21px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con .bbs_comment_write_inner { display: flex; align-items: stretch; flex-wrap: nowrap; border: 1px solid #e2e0f2; margin-top: 21px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con.reply { margin-bottom: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con .bbs_comment_write_box { max-width:calc(100% - 90px); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea { font-size:14px; font-size:1.4rem; line-height:23px; line-height:2.3rem; font-weight: 500; color: #000; width: 100%; height: 94px; padding: 9px 14px; outline: none; box-sizing: border-box; appearance: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none; resize: none;overflow-y: auto; border: none; word-break: break-all; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-input-placeholder { font-size:14px; font-size:1.4rem; line-height:23px; line-height:2.3rem; font-weight: 300; color: #b9c5d8; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-scrollbar-thumb:hover { background: rgb(85, 85, 85); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-scrollbar-thumb { background: rgb(171, 171, 171); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-scrollbar-track { background: rgb(235, 235, 235); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-scrollbar { width: 2px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_insert_btn_con { background-color: #f9f9fd; cursor: pointer; transition: background-color .1s;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_insert_btn { display: flex; justify-content: center; align-items: center; width: 90px; height: 100%; box-sizing: border-box; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400; color: #000; transition: color .1s; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_filter_con { margin-bottom: 47px; margin-top:40px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_filter_con .bbs_comment_filter_box { display: flex; align-items: center; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_filter_con .bbs_comment_filter_box .comment_filter { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 300; letter-spacing: -0.0em; color: #b9c5d8; padding: 3px 10px; border: 1px solid #e3e3e3; transition: .05s; cursor: pointer;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_filter_con .bbs_comment_filter_box .comment_filter:first-child { border-right: none; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_filter_con .bbs_comment_filter_box .comment_filter.active { font-weight: 400; color: #000; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list { padding-bottom: 31px; margin-bottom: 33px; border-bottom: 1px solid #e2e0f2; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.has_reply { border-bottom: none; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_name { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 500; color: #000; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_date { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; color: #000; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_date::before { content: none; position: absolute; top: 3px; left: 0; height: calc(100% - 8px); border-left: 1px solid rgba(0, 0, 0, 0.15);}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list:not(.removed) .comment_title { width: calc(100% - 180px); margin-top: 4px;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.reply .comment_title { width: calc(100% - 100px); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list:not(.removed) .comment_title .comment_name { margin-bottom: 7px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.removed .comment_title { width: auto; margin-top: 0;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.removed .comment_title .comment_name { width: auto; margin-bottom: 0;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.removed .comment_title .comment_date_con { width: auto; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.removed .comment_title .comment_date { padding-left: 13px; margin-left: 13px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.removed .comment_title .comment_date::before { content: '';}
[data-wv-os="Android"] [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_date::before { height: calc(100% - 7px); }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .cmmt_update_text { font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; color: #000; margin-left: 5px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_util_con { display: flex; align-items: center;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_util_con .comment_util_btn { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 300; color: #000; padding: 3px 9px; margin-right: 5px; box-sizing: border-box; border: 1px solid rgba(0,0,0,0.15); background-color: #fff; transition: background-color .1s, color .1s;}
/*[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_util_con .comment_util_btn { padding: 3px 9px; }*/
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_util_con .comment_util_btn:last-child { margin-right: 0; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_contents { font-size:15px; font-size:1.5rem; line-height:28px; line-height:2.8rem; font-weight: 300; color: #000; max-width: 900px; overflow:hidden; word-break: break-all;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .reply_count_con { display: none; margin-top: 10px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; color: #000;}
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list.has_reply .reply_count_con { display: block; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .reply_count_con .reply_count { font-weight: 500; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_reply_list_wrap { width: 100%; float: left; position: relative; box-sizing:border-box; background-color: #fcfcfd; border: 1px solid #e2e0f2; padding: 30px; margin-top: 27px; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_reply_list_wrap .comment_list.reply .reply_count_con { display: none; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_reply_list_wrap .comment_list.reply .add_comment_reply_btn { display: none; }
[data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_paging_wrap > div { margin-top: 50px; }

[data-wv-res-id] [id*="merge_"] { max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; overflow: hidden; padding-left: 30px; padding-right: 30px; }
[data-wv-res-id] [id*="merge_"] h4.block_bbs_section_title { font-size:27px; font-size:2.7rem; line-height:42px; line-height:4.2rem; font-weight: 700; color: #000; margin-bottom: 20px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_section_desc { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; color: #2b8aff; font-weight: 400; margin-bottom: 14px; text-align: right;}
[data-wv-res-id] [id*="merge_"] .block_bbs_section_desc::before { content: '*'; position: relative; top: 4px; left: -5px; font-size:17px; line-height:23px; font-weight: 200; color: #2b8aff;}

/* [data-wv-res-id] [id*="merge_"] .block_bbs_panel_body{border-top: 2px solid #000; margin-bottom: -26px; padding-top: 26px;} */
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0{ display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 26px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title_con{width: 100%; margin-bottom: 15px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title{position: relative; font-size:15px; font-size:1.5rem; line-height:23px; line-height:2.3rem; font-weight: 500; letter-spacing: -0.0em; color: #000;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title.is_essential span{ position: relative; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title.is_essential span::after{content: '*'; position: absolute; top: 0; right: -13px; font-size:17px; line-height:23px; font-weight: 200; color: #2b8aff;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="text"],
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="password"],
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="number"] { position: relative; width: 100%; height: 63px; padding: 2px 15px 0 0; font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; letter-spacing: -0.0em; font-weight: 300; color:#000; text-align: left; border:1px solid transparent; background-color: transparent; outline: none; box-sizing: border-box; -webkit-appearance: none;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="number"].color_input { position: relative; width: 41px; height: 27px; padding: 0; font-size:12px; font-size:1.2rem; line-height:18px; line-height:1.8rem; letter-spacing: -0.0em; font-weight: 300; color:#707f96; text-align: center; border:1px solid #e4ebf5; outline: none; box-sizing: border-box; -webkit-appearance: none; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_input_wrap{width: 100%; box-sizing: border-box;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_input_wrap [data-wv-default-field="editor"] { padding: 0; background: #fff; border-radius: 9px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_form_input_style_0_con:not([data-wv-default-field="editor"]){ background-color: #fafafa; border-radius: 8px; padding-left: 23px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_form_input_style_0_con input[type="text"]{ font-size: 1.5rem; line-height: 2.5rem; font-weight: 500; color: #000; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_form_input_style_0_con input[type="text"]::placeholder{ font-size: 1.5rem; line-height: 2.5rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea{ position: relative; width: 100%; height: 219px; overflow-y: auto; border: none; font-size: 15px; font-size: 1.5rem; line-height: 25px; line-height: 2.5rem; letter-spacing: 0em; font-weight: 500; color: #000; background-color: transparent; text-align: left; outline: none; box-sizing: border-box; -webkit-appearance: none; resize: none;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con textarea{ font-size: 1.5rem; line-height: 2.5rem; font-weight: 500; color: #000; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con textarea::placeholder{ font-size: 1.5rem; line-height: 2.5rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con.editor textarea { padding: 32px 50px 22px 42px; font-size:17px; font-size:1.7rem; line-height:32px; line-height:3.2rem; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar {width: 2px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar-track {background: #ebebeb;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar-thumb {background: #ababab;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar-thumb:hover {background: #555;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_caution_text { font-size:15px; font-size:1.5rem; line-height:30px; line-height:3.0rem; font-weight: 300; letter-spacing: -0.0em; color: #de4896; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_file_button { float: right; display: inline-block; cursor: pointer; box-sizing: border-box; height: 63px; padding: 22px 23px 0 23px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 600; color: #2b8aff; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con { float: left; width: 100%; box-sizing: border-box; min-height: 63px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con input[type="text"] { float: left; padding: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con input[type="file"] { width: 0; height: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_text_con { display: inline-block; padding: 20px 0 18px 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_text{font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; font-weight: 500; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_delete { position: absolute; top: 0; right: 0; box-sizing: border-box; height: 63px; padding: 22px 30px 0 30px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 600; color: #2b8aff; background-color: #fafafa; border-radius: 8px; background-image: none !important; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_placeholder{ font-size: 1.5rem; line-height: 2.5rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con{max-width: 199px; position: relative; box-sizing: border-box; height: 63px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .selected_item{ box-sizing: border-box; padding-top: 15px; height: 100%; font-size:17px; font-size:1.7rem; line-height:34px; line-height:3.4rem; font-weight: 500; letter-spacing: -0.0em; color: #000; display: block; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con{ width: calc(100% + 10px); position: absolute; left: 0; bottom: -12px; transform: translateY(100%); border: 1px solid #e2e0f2; border-bottom: 0px none; display: none;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con ul > li{border-bottom: 1px solid #e2e0f2; display: block;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con ul > li > a{display: block; padding-top: 15px; padding-bottom: 15px; padding-left: 20px; background-color: #fff; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300; letter-spacing: -0.0em; color: #000;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0_con{display: inline-flex; align-items: flex-start; margin-right: 15px; margin-bottom: 10px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0_con:last-child { margin-right: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0{position: absolute; width: 0; height: 0;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0 + label{padding-left: 42px; padding-top: 2px; box-sizing: border-box; font-size:15px; font-size:1.5rem; line-height:23px; line-height:2.3rem; font-weight: 300; letter-spacing: -0.0em; color: #000; position: relative; cursor: pointer; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0 + label::before{content : ""; position: absolute; top: -2px; left: 0; border: 1px solid #e4e2f2; width: 27px; height: 27px; border-radius: 50%;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0 + label::after{content: none; position: absolute; top: 6px; left: 8px; width: 13px; height: 13px; border-radius: 50%; background-color: #000;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0:checked + label{font-weight: 500;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0:checked + label::after{content: '';}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap { padding-top: 14px !important; padding-bottom: 5px !important; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap { padding-top: 13px !important; padding-bottom: 4px !important; margin: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0_con { margin-right: 15px; margin-bottom: 10px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0_con:last-child { margin-right: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0{position: absolute; width: 0; height: 0;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_form_span_style_0_con > span {align-content: center; height: 63px; display: inline-block;}
[data-wv-os="Mac"] [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0{ -webkit-appearance: none; -webkit-border-radius: 0; border: none;}
[data-wv-os="iOS"] [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0{ -webkit-appearance: none; -webkit-border-radius: 0; border: none;}
[data-wv-os="ipad"] [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0{ -webkit-appearance: none; -webkit-border-radius: 0; border: none;}

/* (not_mobile_vertical : 모바일에서도 세로 정렬로 떨어지지 않는 항목 ex.공지글여부 체크박스) */
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0.not_mobile_vertical{ margin-top: -9px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0.not_mobile_vertical .block_bbs_form_title_con{ width: auto; padding-top: 22px; padding-right: 20px; margin: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0.not_mobile_vertical .block_bbs_form_input_wrap{ width: auto; }

[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label{ display: inline-block; padding-left: 42px; box-sizing: border-box; font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; font-weight: 300; letter-spacing: -0.0em; color: #000; position: relative; height: 27px; padding-top: 3px; cursor: pointer;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after{content: ""; width: 40px; height: 40px; box-sizing: border-box; background-color: #fafafa; border-radius: 8px; position: absolute; top: 0; left: 0; background-image: url('/weven_service/asset/img/svg/check_24dp_FILL0_wght300_GRAD0_opsz24_cbccce.svg'); background-size: 24px; background-position: center center; background-repeat: no-repeat; transition: background-color 0.3s, background-image 0.3s; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label:hover::after{ background-image: url('/weven_service/asset/img/svg/check_24dp_FILL0_wght300_GRAD0_opsz24.svg');}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0:checked + label::after{ background-color: #2b8aff; background-image: url('/weven_service/asset/img/svg/check_24dp_FILL0_wght300_GRAD0_opsz24_white.svg');}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0#is_agree_stplat + label { font-size:14px; font-size:1.4rem; line-height:33px; line-height:3.3rem; font-weight: 500; }
[data-wv-res-id] [id*="merge_"] .block_bbs_panel_util { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 4px; font-size: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_panel_util a { display: inline-flex; align-items: center; justify-content: center; width: 82px; padding: 8px 0 7px; background-color: #000; border-radius: 5px; margin-left: 5px; font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; font-weight: 500; color: #fff; box-sizing: border-box; }
/* [data-wv-res-id] [id*="merge_"] .block_bbs_panel_util a::after{ position: relative; left: 6px; content: ''; width: 0; height: 13px; transition: width 0.2s ease;} */
[data-wv-res-id] [id*="merge_"] .block_bbs_panel_util a:first-child{ margin-left: 0; }

/* (block_bbs_stplat_con : 이용약관 부분) */
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con{margin-bottom: 15px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con textarea::-webkit-scrollbar{width: 12px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar-track{border-left: 10px solid #fff;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea::-webkit-scrollbar-thumb{border-left: 10px solid #fff;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_textarea_style_0_con{border: 1px solid #e4ebf5; border-radius: 8px; padding: 25px 15px 22px 35px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_check_btn_style_0_wrap{margin-top: 5px;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0_con{margin-bottom: 0;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after{ width: 30px; height: 30px; border-radius: 4px; background-position: center left 4px; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con textarea#use_stplat {padding: 0; height: 207px; min-height: 207px; font-size: 1.4rem; line-height: 2.2rem; font-weight: 300; text-indent: unset !important;}
[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0#is_agree_stplat + label { font-size:14px; font-size:1.4rem; line-height:23px; line-height:2.3rem; font-weight: 500; padding-top: 3px; padding-left: 42px; }


/* block_bbs_gallery_style_3_000_con */
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .title{    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 18px; line-height: 24px; margin-bottom: 10px; font-weight: 700; letter-spacing: 0; color: #000; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .description{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; font-size: 14px; line-height: 21px; letter-spacing: 0; font-weight: 300; padding-right: 40px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .content_info{margin-top: 9px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .date{font-size: 13px; line-height: 21px; color: #000; font-weight: 400; letter-spacing: 0.03rem;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .tag_con {margin-top: 9px;max-width: none;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .tag_con > a {display:inline-block;font-size: 12px;line-height: 20px;letter-spacing: 0px;font-weight: 500;margin-bottom: 0px;width: fit-content;max-width: 100%;border-color: rgba(0, 0, 0, 0.2);border-style: solid;background-clip: padding-box;border-radius: 20px;color: rgb(0, 0, 0);background-image: none;background-color: transparent;padding: 3px 12px;border-width: 1px;margin-right: 5px;left: 0px;top: 0px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438331520___0"] { display: flex; flex-wrap: wrap; align-items: flex-start; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1618900992407___0"] { max-width: 1200px; float: none; clear: both; overflow: hidden; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_20___0___1619438524750___0"] { font-size: 19px; line-height: 29px; font-weight: 500; text-align: left; letter-spacing: -0.02em; margin-bottom: 6px; max-width: 380px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-height: 29px; overflow: hidden; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_20___0___1619438524750___0"] > [data-wv-layout-element="block_inner"]{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-height: 29px; overflow: hidden;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_20___0___1619438524750___0"] > * { font-size: 19px; line-height: 29px; font-weight: 500; text-align: left; letter-spacing: -0.02em; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___2"]::after { content: ""; position: absolute; top: 3px; left: 0px; width: 1px; height: 12px; background-color: rgba(18, 0, 144, 0.15); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___2"] > * { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___2"] { padding: 0px 0px 0px 12px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; overflow: hidden; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___1"] { padding: 0px 12px 0px 0px; min-width: 53px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___1"] > * { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] img { display: none; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] table { display: none; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] * { font-family: "Roboto","Noto Sans KR" !important; font-size: 1.6rem !important; line-height: 27px !important; font-weight: 300 !important; color: #000 !important; text-decoration: none !important; text-align: left !important; pointer-events: none !important; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] > [data-wv-layout-element="block_inner"] { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 54px; overflow: hidden; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] { font-size: 1.6rem; line-height: 27px; font-weight: 300; letter-spacing: 0em; text-align: left; margin-bottom: 8px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 54px; overflow: hidden; max-width: 390px; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_image_000___0___1619438470026___0"] { margin-bottom: 25px; overflow: hidden; padding-top: 61%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_image_000___0___1619438470026___0"] > [data-wv-layout-element="block_inner"]{position: absolute; top: 0; left: 0;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438331520___0"] > [data-wv-layout-element="block_inner"] { display: flex; flex-wrap: wrap; align-items: flex-start; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"] { margin-bottom: 41px; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1620299059023___0"] { cursor: pointer; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .nodata { float: left; width: 100%; font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; font-weight: 300; padding-top: 65px; padding-bottom: 120px; color: #bebdcc; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .nodata > svg{ width: 47px; height: 47px; fill: #dedde5; margin-left: 4px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .nodata > div{margin-top: 12px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .write_icon { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/20x20_write_icon_ffffff.png"); background-size: 16px 16px; background-position: left 10px center; background-repeat: no-repeat; }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .write_icon { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/20x20_write_icon_ffffff_mac.png"); background-position: left 11px top 9px; }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .write_icon { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/20x20_write_icon_ffffff_mac.png"); background-position: left 14px top 11px; }
[data-wv-agent="ipad"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .write_icon { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/20x20_write_icon_ffffff_mac.png"); background-position: left 14px top 11px; }

[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_bottom.png"); background-repeat: no-repeat; background-size: 12px 7px; background-position: right 1px top 12px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item.active{background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_top.png');}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_bottom_mac.png");}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item.active{background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_top_mac.png');}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_bottom_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .selected_item.active{background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_12x7_000000_top_mac.png');}

[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li { background-repeat: no-repeat; background-position: center center; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage { background-size: 11px 10px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow.png"); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow.png"); background-size: 6px 10px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow.png"); background-position: left 12px center; background-size: 6px 10px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow.png"); background-position: left 10px center; background-size: 11px 10px;}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow_mac.png");}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow_mac.png");}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow_mac.png");}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow_mac.png"); }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow_mac.png");}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow_mac.png");}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow_mac.png");}

[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_file_list > li > a { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/bbs_basic_download_icon.png"); background-repeat: no-repeat; background-position: right 0px top 3px; background-size: 20px 15px; }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_file_list > li > a { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/bbs_basic_download_icon_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_file_list > li > a { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/bbs_basic_download_icon_mac.png"); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_post_list .block_bbs_post_list_title{background-size: 9px 5px; background-position: right 0 top 14px; background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_9x5_000000_top_full.png'); background-repeat: no-repeat; }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_post_list .block_bbs_post_list_title.next { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_9x5_000000_bottom_full.png"); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_view_style_000_con.view .block_bbs_post_button::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_7x13_ffffff_right.png'); background-repeat: no-repeat; background-size: 7px 13px; background-position: right center; }

[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_placeholder{font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; color: rgb(224, 221, 241); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_delete { background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x13_000000_X_icon.png'); background-size: 13px 13px; background-position: center center; background-repeat: no-repeat;}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_delete { background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x13_000000_X_icon_mac.png'); }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_delete { background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x13_000000_X_icon_mac.png'); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .selected_item{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_14x8_000000_bottom.png'); background-repeat: no-repeat; background-size: 14px 8px; background-position: right 0 top 24px;}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .selected_item.active{background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_14x8_000000_top.png');}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_e0ddf1.png'); background-repeat: no-repeat; background-position: center center; background-size: 13px 9px; }
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_e0ddf1_mac.png"); }
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_e0ddf1_mac.png"); }
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0:checked + label::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_ffffff.png');}
[data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0:checked + label::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_ffffff_mac.png');}
[data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0:checked + label::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/13x9_check_box_style_ffffff_mac.png');}
[data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_panel_util a::after{ background-image: url('/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_7x13_ffffff_right.png'); background-repeat: no-repeat; background-size: 7px 13px; background-position: right center; }

@media (min-width: 768px)  {
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]{margin-bottom: 46px; padding-right: 30px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]:nth-child(2n){padding-right: 0px; padding-left: 30px; }
}

@media (min-width: 992px)  {
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .nodata { padding-top: 55px; }

  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1618900992407___0"] { padding-left: 60px; padding-right: 60px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_20___0___1619438524750___0"] { font-size: 17px; line-height: 23px; margin-bottom: 10px; max-width: 320px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_20___0___1619438524750___0"] > * { font-size: 17px; line-height: 23px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___1"] { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___2"] { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="___0___1619438590489___2"]::after { top: 4px; height: 11px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]{margin-bottom: 61px; padding-right: 30px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]:nth-child(2n){padding-left: 0; padding-right: 30px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]:nth-child(3n-1){padding-left: 15px; padding-right: 15px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1619438438488___0"]:nth-child(3n){padding-left: 30px; padding-right: 0px; }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"]{ font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; margin-bottom: 9px; max-width: 300px; max-height: 50px;}
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______font_style_19___0___1619438557316___0"] * { font-size:15px !important; font-size:1.5rem !important; line-height:25px !important; line-height:2.5rem !important;  }

  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .block_bbs_gallery_style_3_000_wrap.list .write_icon{ background-size: 20px 20px; background-position: left 13px center; }

  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow_h.png"); }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow_h.png"); }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow_h.png"); }
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow_h.png"); }
  [data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow_h_mac.png"); }
  [data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow_h_mac.png"); }
  [data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow_h_mac.png"); }
  [data-wv-pc="mobile"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow_h_mac.png"); }
  [data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_firstPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_left_arrow_h_mac.png"); }
  [data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_prevPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_left_arrow_h_mac.png"); }
  [data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_nextPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_single_right_arrow_h_mac.png"); }
  [data-wv-os="Mac"] [data-wv-res-id] .block_bbs_gallery_style_3_000_con .button_container li.btn_singlePage.btn_lastPage:hover { background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/pagination_style_0_double_right_arrow_h_mac.png"); }

  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_admin_crud_file_con .block_bbs_file_placeholder{font-size:17px; font-size:1.7rem; }
}

@media (min-width: 1200px)  {
  [data-wv-res-id] .block_bbs_gallery_style_3_000_con [data-wv-res-id="______basic_layout_000___0___1618900992407___0"] { padding-left: 15px; padding-right: 15px; }
}



/* (board_popup_0_wrap : 팝업 부분) */
.board_popup_0_wrap { display: none; position: fixed; z-index: 999999; background-color: #fff; border-radius: 5px; overflow: visible; max-height: 100vh;}
.board_popup_0_wrap .board_pop_0_con { display: flex; flex-direction: column; }
.board_popup_0_wrap .popup_header { padding-top: 10px; padding-bottom: 11px; border-bottom: 1px solid #e8eef6;}
.board_popup_0_wrap .popup_inner { display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 25px; padding-right: 8px; }
.board_popup_0_wrap .popup_title { font-size:16px; font-size:1.6rem; line-height:21px; line-height:2.1rem; font-weight: 700; letter-spacing: -0.02em; /*margin-top: 8px;*/ padding-top: 10px;}
.board_popup_0_wrap .popup_close_btn > a { text-indent: -10000px; background-image: url("/weven_service/asset/img/svg/icons8-close.svg"); background-size: 19px; background-position: center center;
    background-repeat: no-repeat; font-size: 0px; font-size: 0rem; line-height: 0px; line-height: 0.0rem; /*padding: 9px;*/ display: inline-block; transition: background-color 0.3s; border-radius: 4px; padding: 20px;}
.board_popup_0_wrap .popup_close_btn > a:after{content: ''; width: 31px; height: 31px; background-color: #f2f3f5; border-radius: 4px;
    position: absolute; top: 5px; right: 5px; z-index: -1; opacity: 0; transition: opacity 0.3s;}
.board_popup_0_wrap .popup_close_btn > a:hover:after{ opacity: 1; }
[data-wv-os="Mac"] .board_popup_0_wrap .popup_close_btn > a { background-image: url("/weven_service/asset/img/svg/icons8-close.svg"); }
[data-wv-pc="mobile"] .board_popup_0_wrap .popup_close_btn > a { background-image: url("/weven_service/asset/img/svg/icons8-close.svg"); }
.board_popup_0_wrap .popup_body::-webkit-scrollbar{width: 14px;}
.board_popup_0_wrap .popup_body::-webkit-scrollbar-thumb{background-color: #aaa; background-clip: padding-box; border-left: 6px solid transparent; border-right: 4px solid transparent;}
.board_popup_0_wrap .popup_body::-webkit-scrollbar-track{background-color: transparent;}
.board_popup_0_wrap .popup_body::-webkit-scrollbar-button{display: none;}
.board_popup_0_wrap .popup_body { overflow-y: auto; max-height: 80vh; flex: 1 1 auto; padding: 35px 50px 29px 50px; font-size:14px; font-size:1.4rem; line-height:24px; line-height:2.4rem; font-weight: 400; color: #000; }
.board_popup_0_wrap .popup_body .form_list  { display: table; table-layout: fixed; overflow: visible; }
.board_popup_0_wrap .popup_body .form_list .input_style_0 { width: 100%; color: #2a2a2a; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 600; letter-spacing: -0.02em; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; padding: 10px 15px 9px; box-sizing: border-box; border: 1px solid #dfddf1; border-radius: 3px; overflow: hidden; }
.board_popup_0_wrap .popup_body .form_list .title_con { background-color: transparent; display: table-cell; width: 112px; padding-top: 11px; text-align: initial;}
.board_popup_0_wrap .popup_body .form_list .title_con .title { position: relative; text-align: left; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; letter-spacing: -0.02em; font-weight: 600; color: #464a53;}
.board_popup_0_wrap .popup_body .form_list .input_wrap { display: table-cell; vertical-align: top; }
.board_popup_0_wrap .popup_footer { padding-top: 11px; padding-bottom: 10px; border-top: 1px solid #e8eef6; background-color: white; border-radius: 5px;}
.board_popup_0_wrap .popup_footer .popup_inner {padding-left: 35px;padding-right: 11px;}
.board_popup_0_wrap .btn_style_0_con .btn_style_0 { display: inline-block; font-size: 14px; font-size: 1.4rem; line-height: 21px; line-height: 2.1rem; letter-spacing: -0.02em; font-weight: 500; text-align: center; border-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-sizing: border-box; cursor: pointer; border: 1px solid #b7c7df; color: #000; background-color: #fff; transition: all 0.3s; padding: 7px 15px 6px 15px;}
.board_popup_0_wrap .btn_style_1_con .btn_style_1 { display: inline-block; cursor: pointer; padding: 8px 20px; border: 1px solid #000; border-radius: 4px; background-color: #000; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; letter-spacing: -0.02em; color: #fff;}

/* 카테고리 팝업 설정 */
#bbsCategoryPop .select_category_wrap { background-color: #f6fafb; min-height: 49px; margin-bottom: 10px; border: 1px solid #dbe6ef; border-radius: 6px; padding: 3px 6px 3px 6px;}
#bbsCategoryPop .select_category_desc { margin-bottom: 7px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 700; }
#bbsCategoryPop .select_category_con { margin-bottom: 0; font-size: 13px; }
#bbsCategoryPop .selected-category { background-color: #fff; margin-right: 6px; font-size:13px; font-size:1.3rem; line-height:25px; line-height:2.5rem; font-weight: 500;  margin-bottom: 3px; margin-top: 3px; padding: 4px 3px 4px 8px; border: 1px solid #b1c2d8; border-radius: 3px;  }
#bbsCategoryPop .selected-category .remove-category-btn { background-color: #fff; background-size: 8px 8px; background-position: 13px center; background-image: url("/weven_service/asset/img/11x11_464a53_delete_icon.png"); background-repeat: no-repeat; margin-left: 20px; border-left: 1px solid #e6ecf3; padding: 9px 11px 9px 19px; cursor: pointer; }
#bbsCategoryPop .tree-item { position: relative; margin-right: 6px; }
#bbsCategoryPop .bm_tree_con li .label { width: 310px !important; cursor: pointer; }
#bbsCategoryPop .bm_tree_con li .label.active { border: 1.8px solid rgb(123 130 237);}
#bbsCategoryPop .bm_tree_con li.depth_1:hover .label { background-color: #b5cbf9; }
#bbsCategoryPop .check_btn_style_0 { position: relative;cursor: pointer;width: 39px;height: 39px;background-color: transparent; opacity: 0; z-index: 1; margin: 0; top: 2px;left: 0; }
#bbsCategoryPop .check_btn_style_0 + label:before { content: ""; margin-top: 2px; width: 39px;height: 39px;box-sizing: border-box;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);background-color: #fff;border-radius: 4px;cursor: pointer;border: 1px solid #dfddf1;background-position: center; background-repeat: no-repeat; }
#bbsCategoryPop .bm_tree_con li.depth_1:hover .check_btn_style_0 + label:before { border: 2px solid #476aec; }
#bbsCategoryPop .check_btn_style_0:checked + label:before { background-image: url("/weven_service/asset/img/common/check_style_1_icon.png"); background-size: 15px 11px; background-position: center center; background-repeat: no-repeat; border: 2px solid #476aec; }


/* 게시판 대표 이미지 */
#boardMainImageContent.thumb_select_wrap.tool_thumb { height: auto; max-width: 1170px; overflow: hidden; background-color: #fafafa; padding: 10px; display: flex; align-items: center; border: none; z-index: 631;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_con { display: flex; align-items: center; width: 80px; overflow-x: auto;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_con::-webkit-scrollbar { height: 10px; }
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_con::-webkit-scrollbar-thumb { background-color: #2f3542; border-radius: 10px; background-clip: padding-box; border: 2px solid transparent;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_con::-webkit-scrollbar-track { background-color: grey; border-radius: 10px; box-shadow: inset 0px 0px 5px white;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_drop_area { width: 6px; flex: none; min-height: 100%; background-color: #ffffff78; position: relative; z-index: 36; height: 80px; margin: 0 0 0 11px;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_img_list { margin-left: 10px; width: 80px; height: 80px; cursor: pointer; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; box-sizing: border-box; position: relative; flex: none;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_img_list > img{ width: 100%; height: 100%; }
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_img_list.active { border: 2px solid #3f87f5;}
#boardMainImageContent.thumb_select_wrap.tool_thumb .thumb_img_list:first-child {margin-left: 0;}

.block_bbs_tab_con { padding: 0px 30px; width: 100%; float: left; clear: none; overflow: visible; margin-left: 0px; margin-right: 0px; background-color: transparent; margin-bottom: 30px; left: 0px; top: 0px;}
.block_bbs_tab_con .block_bbs_tab_wrap {display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px; left: 0px; top: 0px; border-width: initial; border-style: none; border-color: initial;}
.block_bbs_tab_con .block_bbs_tab_wrap .tab_con.active { color: rgb(0, 0, 0); border-top: none; border-left: none; border-right: none; border-bottom: 3px solid rgb(0, 0, 0); overflow: hidden; font-weight: 700;}
.block_bbs_tab_con .block_bbs_tab_wrap .tab_con { width: 100%; left: 0px; top: 0px; max-width: none;  transition: 0.2s; letter-spacing: 0em; flex: 1 1 0%; font-size: 17px; line-height: 30px; text-align: center; cursor: pointer; padding: 14px 0px; border-top: none; border-left: none; border-right: none; border-bottom: 3px solid rgb(217, 217, 217); overflow: hidden; color: rgb(217, 217, 217);}
.block_bbs_tab_con .block_bbs_tab_wrap .tab_con .tab_wrap{ font-family: Pretendard; max-width: none; width: 100%; font-size: 17px; letter-spacing: 0px;}
.block_bbs_tab_con .block_bbs_tab_wrap .tab_con .tab_wrap > div{text-align: center; font-family: Pretendard; font-size: 17px; letter-spacing: 0px;}
/* [data-wv-res-id] #qnaModuleMerge [id*="merge_"]{ overflow: visible; } */
[data-wv-res-id][data-wv-qna-module] .ready{color: #e14abc;}
[data-wv-res-id][data-wv-qna-module] .ing{color: #8623c9;}
[data-wv-res-id][data-wv-qna-module] .complete{color: #2b8aff;}
[data-wv-res-id][data-wv-qna-module] {max-width: 1000px; padding-left: 15px; padding-right: 15px; overflow: hidden;}
[data-wv-res-id][data-wv-qna-module] [id*="merge_"]{float: left; clear: none; overflow: unset;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_tab_con{margin-bottom: 56px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_style_0{justify-content: space-between; align-items: stretch;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_style_0.textarea_con{align-items: flex-start;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_style_0 .block_bbs_form_input_wrap.block_bbs_form_input_wrap{width: calc(100% - 150px) !important;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_style_0 .block_bbs_form_title_con.block_bbs_form_title_con{width: 150px !important; padding-top: 0 !important; display: flex; align-items: center;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_style_0.textarea_con .block_bbs_form_title_con.block_bbs_form_title_con{padding-top: 16px !important;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_tab_wrap{display: flex; gap: 8px; justify-content: center; margin-bottom: 0;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_tab_wrap .tab_con{display: inline-flex; max-width: 150px; height: 50px; justify-content: center; align-items: center; background-color: #fff; border: 1px solid #d4e0ea; border-radius: 6px; color: #000;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_tab_wrap .tab_con.active{color: #fff; background-color: #2b8aff; border-color: #2b8aff;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_tab_wrap .tab_con>div{font-size: 16px; font-weight: 800;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_section_title{font-size: 27px; font-weight: 800;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_form_input_style_0_con:not([data-wv-default-field="editor"]){background-color: #f6fafc;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after{ width: 27px; height: 27px; background-color: #fff; border: 1px solid #d7e4ea; background-image: url('/weven_service/asset/img/common/check_24dp_5F6368_FILL0_wght300_GRAD0_opsz24.svg'); background-size: 19px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0:checked + label::after{background-color: #000;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0#is_agree_stplat + label{font-size: 15px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_check_btn_style_0_wrap .block_bbs_check_btn_style_0 + label::after{width: 27px; height: 27px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_stplat_con .block_bbs_textarea_style_0_con{ border-color: #d7e4ea; padding: 18px 15px 22px 26px; background-color: #fff; }
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap{height: 63px; display: flex; gap: 30px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap>div{position: relative;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap>div input{display: inline-block; width: 200px; height: 100%; text-align: center; border-radius: 6px; background-color: #f6fafc; border-radius: 6px; font-size: 15px; font-weight: 500; border: none; margin: 0; box-sizing: border-box; padding-left: 25px; padding-right: 25px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap.email_wrap>div input{text-align: left;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap.email_wrap>div:first-of-type::after{content: '@'; position: absolute; font-size: 14px; font-weight: 500; right: -22px; top: 50%; transform: translateY(-50%);}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.full_wrap.tel_wrap>div:not(:last-child)::after{content: '-'; position: absolute; font-size: 14px; font-weight: 500; right: -22px; top: 50%; transform: translateY(-50%);}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con{width: 200px; max-width: unset;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .selected_item{position: relative; width: 100%; border-radius: 6px; background-color: #f6fafc; padding-left: 25px; border: 1px solid #f6fafc; box-sizing: border-box;cursor:pointer;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .selected_item::before{content: ''; position: absolute; width: 24px; height: 24px; right: 10px; top: 50%; transform: translateY(-50%); background-image: url('/weven_service/asset/img/common/arrow_drop_down_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg'); background-size: cover; background-repeat: no-repeat; background-position: center;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .selected_item.active{border-top: 1px solid #d4e0ea; border-left: 1px solid #d4e0ea; border-right: 1px solid #d4e0ea; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .selected_item.active::before{background-image: url('/weven_service/asset/img/common/arrow_drop_up_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg');}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con{background-color: #f6fafc; padding: 15px 0; display: flex; flex-direction: column; gap: 4px; border-left: 1px solid #d4e0ea; border-bottom: 1px solid #d4e0ea; border-right: 1px solid #d4e0ea; border-top: 1px solid #bbc6cf; display: none; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; max-height: 200px; overflow-y: auto;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con::-webkit-scrollbar{width: 3px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con::-webkit-scrollbar-thumb{ background:rgb(189, 189, 212); border-radius: 3px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con::-webkit-scrollbar-track{border-radius: 3px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con li{display: inline-block; width: 100%;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con a{display: inline-block; width: 100%; box-sizing: border-box; font-size: 15px; font-weight: 600; color: #000; opacity: 0.4; transition: opacity 0.2s ease; padding: 7px 25px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap.select_wrap .selected_item_con .select_style_0_con a:hover{opacity: 1;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_flex_btn_style_0_wrap{padding-top: 0 !important; padding-bottom: 0 !important; display: flex; height: 63px; align-items: center; gap: 25px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_form_input_wrap .block_bbs_flex_btn_style_0_wrap>div{margin-bottom: 0 !important; margin-right: 0 !important;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_panel_util a{width: 102px; box-sizing: border-box; border: 1px solid #000;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_panel_util a.cancel_btn{border-color: #d4e0ea; color: #000; background-color: #fff; margin-left: 8px;}

[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000_con .nodata{color: #000; font-size: 15px; font-weight: 500; text-align: center; padding-top: 200px; padding-bottom: 200px; background-image: url('/weven_service/asset/img/svg/icons8-high-importance_black.svg'); background-repeat: no-repeat; background-size: 26px; background-position: center top 160px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_table_style_000_wrap.list .block_bbs_table_style_000_con{padding-left: 0; padding-right: 0;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000{position: relative; display: flex; gap: 8px; align-items: center; border-bottom: 1px solid #e4eaf0; padding-top: 28px; padding-bottom: 30px; cursor: pointer;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000::before{content: ''; position: absolute; width: 26px; height: 26px; right: 10px; top: 50%; transform: translateY(-50%); background-image: url('/weven_service/asset/img/common/expand_circle_right_24dp_E5EDF1_FILL1_wght500_GRAD0_opsz24.svg'); background-size: cover; background-repeat: no-repeat; background-position: center;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000:hover::before{background-image: url('/weven_service/asset/img/common/expand_circle_right_24dp_000000_FILL1_wght500_GRAD0_opsz24.svg');}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000:last-child{border-bottom: none;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_seq{width: 40px; font-size: 17px; font-weight: 500;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_content{display: flex; flex-direction: column; padding-left: 15px; gap: 12px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_info_con{display: flex; align-items: center; gap: 10px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_title{font-size: 19px; font-weight: 700;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_reg_date{font-size: 14px; font-weight: 500; color: #636363;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_list_style_000 .block_bbs_list_status{font-size: 13px;font-weight: 500; padding: 5px 8px 4px; border: 1px solid #d9e5e8; border-radius: 4px;}

[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap > div {padding-left: 0; padding-right: 0; margin-top: 53px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap{margin-bottom: 34px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap .block_bbs_input_style_0{font-size: 15px; font-weight: 500; padding-top: 12px; padding-bottom: 12px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap .block_bbs_input_style_0::placeholder{font-size: 15px; font-weight: 500; color: rgba(0, 0, 0, 0,4);}
[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con{background-color: #f6fafc; height: 46px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_input_wrap{width: 265px;}

[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view{padding-left: 0; padding-right: 0;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .prev_btn{display: inline-block; font-size: 15px; font-weight: 600; padding-left: 30px; background-image: url('/weven_service/asset/img/svg/chevron_left_FILL0_wght400_GRAD0_opsz20.svg'); background-size: 20px; background-repeat: no-repeat; background-position: left center; margin-left: -7px; margin-bottom: 60px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .view_detail{position: relative; background-color: unset; border: 1px solid #d7e4ea; overflow: hidden; display: flex; flex-direction: column; border-radius: 8px; padding: 36px 60px 33px 33px; gap: 12px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .view_detail::before{content: ''; position: absolute; z-index: -1; background-color: #f6fafc; height: 100%; width: 183px; top: 0; left: 0;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_view_list{display: flex; align-items: center;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_view_list.type_2{align-items: flex-start;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_view_list.type_2 .qna_title{padding-top: 3px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qna_title{width: 150px; font-size: 14px; font-weight: 700;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qna_content{font-size: 17px; font-weight: 300; max-width: calc(100% - 150px); line-height: 28px; padding-left: 34px; word-break: keep-all;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qna_file_list_con{padding-left: 34px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_file_list > li > a{font-size: 17px; font-weight: 300;background-image: url("/weven_service/asset/img/svg/download_24dp_FILL22e8cff_wght400_GRAD-25_opsz20.svg"); background-size: 24px; background-position: right 0px center; background-repeat: no-repeat;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_info_con{display: flex; gap: 12px; align-items: center; margin-bottom: 50px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_status{font-size: 14px; font-weight: 700; border-radius: 4px; border: 1px solid #d4e0ea; box-sizing: border-box; padding: 7px 11px; display: inline-block;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_reg_date{font-size: 17px; font-weight: 600; display: inline-block;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_post_title{margin-bottom: 24px; font-size: 40px; line-height: 48px; }
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_title_line{padding-bottom: 60px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_qna_reply_con{padding-left: 33px; margin-top: 57px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .reply_title{position: relative; color: #2b8aff; font-size: 25px; letter-spacing: -0.02em; font-weight: 700; margin-bottom: 12px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .reply_title::before{content: ''; position: absolute; width: 16px; height: 16px; background-image: url('/weven_service/asset/img/common/reply.png'); background-position: center; background-repeat: no-repeat; background-size: cover; left: -33px; top: -4px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qns_answer_info_con{display: flex; color: #989da4; font-size: 15px; font-weight: 500; gap: 27px; margin-bottom: 21px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qns_answer_info_con div{position: relative;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qns_answer_info_con div+div::before{content: ''; position: absolute; left: -14px; border-left: 1px solid #989da4; height: 16px; top: 0px;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .qna_answer_content{font-size: 17px; line-height: 30px; font-weight: 300; word-break: keep-all; max-width: calc(100% - 40px);}


[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_post_list_title{background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_9x5_000000_top_full.png"); background-size: 9px 5px; background-position: right 0px center; background-repeat: no-repeat;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_post_list_title.next{background-image: url("/weven_template/block/bbs_gallery_style_3_000/resource/img/arrow_9x5_000000_bottom_full.png"); background-size: 9px 5px; background-position: right 0px center; background-repeat: no-repeat;}
[data-wv-res-id][data-wv-qna-module] .block_bbs_view_style_000_con.view .block_bbs_post_button{padding: 8px 10px 7px 12px; width: 102px;}
@media all and (min-width: 768px){
    /* 2021.12.23 ymg - 위븐 게시판 블록 공통부분 */
    [data-wv-res-id] .block_bbs_search_style_000_wrap { margin-bottom: 40px; }
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_total_count_con{ margin-bottom: 35px; }

    [data-wv-res-id] .block_bbs_view_style_000_con.view{ max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; overflow: hidden; }
    [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list_con { border: 1px solid #e2e6e8; border-radius: 8px; padding: 18px 31px; }
    [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_list .block_bbs_post_list_post_name{ max-width: 60%; }

    [data-wv-res-id] [id*="merge_"] { padding-left: 30px; padding-right: 30px; }
}

@media all and (min-width: 992px){
    /* 2021.12.23 ymg - 위븐 게시판 블록 공통부분 */
    [data-wv-res-id] .block_bbs_search_style_000_wrap { margin-bottom: 60px; }
    [data-wv-res-id] .block_bbs_search_style_000_wrap > div { max-width: 1200px; padding-left: 60px; padding-right: 60px; }
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con { margin-top: 3px; }
    [data-wv-os="Windows"] [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con { margin-top: 0px; }
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_contents_con .block_bbs_search_input_wrap { width: 208px; max-width: 208px; }
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_total_count_con{margin-bottom: 0; }
    [data-wv-os="Windows"] [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_total_count_con{margin-top: -3px; }

    [data-wv-res-id] .block_bbs_search_style_001_wrap > div { padding-left: 60px; padding-right: 60px; }
    [data-wv-res-id] .block_bbs_search_style_001_wrap{margin-bottom: 70px;}
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_style_001_con{padding: 9px 30px;}
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_total_count_con{margin-bottom: 34px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; }
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li > a{font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; }
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li > a:hover{font-weight: 500;}
    [data-wv-res-id] .button_container li.btn_singlePage:hover { background-color: rgb(0, 0, 0); }

    [data-wv-res-id] .read_more_btn_style_000_wrap > a { /* width: 44px; height: 44px; */ margin-top: -36px; }
    [data-wv-res-id] .read_more_btn_style_001_wrap > a { width: 44px; height: 44px; }

    [data-wv-res-id] .block_bbs_view_style_000_con.view{ max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 60px; padding-right: 60px; overflow: hidden; }
    [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_title{max-width: 560px; }
    [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_content_wrap{ min-height:130px;}
    [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button_con{margin-top: 70px;}
    /* [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_button:hover::after{ width: 10px;} */
    [data-wv-os="Windows"] [data-wv-res-id] .block_bbs_view_style_000_con .block_bbs_post_info > ul > li::after { top: 7px; height: calc(100% - 15px); }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_header { align-items: center; margin-bottom: 10px;}
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con .bbs_comment_write_box { max-width:calc(100% - 120px); }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea { font-size:15px; font-size:1.5rem; line-height:26px; line-height:2.6rem; padding: 12px 22px; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .comment_textarea::-webkit-input-placeholder { font-size:15px; font-size:1.5rem; line-height:26px; line-height:2.6rem; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_insert_btn { width: 120px; padding: 0px 30px 0px 34px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_insert_btn.comment_update_btn { padding: 0px 33px 0px 35px; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list:not(.removed) .comment_title { width: auto; margin-top: 0; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list:not(.removed) .comment_title .comment_name { margin-bottom: 0; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_date { padding-left: 13px; margin-left: 13px; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_title .comment_date::before { content: ''; }

    /* ymg - co2network 게시판 상세 타입 */
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con { margin-bottom: 200px; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_post_button_con .block_bbs_post_button > span { padding: 11px 16px; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_con .block_bbs_text_con { margin-bottom: 96px; }

    [data-wv-res-id] [id*="merge_"] {padding-left: 60px; padding-right: 60px;}
    [data-wv-res-id] [id*="merge_"] h4.block_bbs_section_title { font-size:38px; font-size:3.8rem; line-height:46px; line-height:4.6rem; margin-bottom: 45px; }
    [data-wv-res-id] [id*="merge_"] .block_bbs_section_desc { margin-bottom: 31px;}

    /* [data-wv-res-id] [id*="merge_"] .block_bbs_panel_body{margin-bottom: -12px; padding-top: 12px;} */
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0{ margin-bottom: 10px; }
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title_con{ width : 120px !important; padding-top: 21px !important; margin-bottom: 0 !important; }
    /* [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_title{font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; } */
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="text"],
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="password"],
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="number"]{font-size:17px; font-size:1.7rem;}
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_style_0_con input[type="number"].color_input{font-size:12px; font-size:1.2rem;}
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_form_input_style_0_con:not([data-wv-default-field="editor"]){ padding-left: 25px; }
    /*[data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap textarea{font-size:17px; font-size:1.7rem;}*/
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_input_wrap{ width : calc(100% - 120px) !important; /* padding-left: 30px; */ }
    /* [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 .block_bbs_form_input_wrap [data-wv-default-field="editor"] { padding-top: 10px; padding-bottom: 10px; } */
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con{padding-top: 14px; padding-bottom: 14px;}
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_textarea_style_0_con.editor { padding-top: 0; padding-bottom: 0; }
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_file_button { padding: 22px 30px 0 30px; }
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .block_bbs_radio_btn_style_0_wrap .block_bbs_radio_btn_style_0 + label{font-size:17px; font-size:1.7rem;}

    /* (not_mobile_vertical : 모바일에서도 세로 정렬로 떨어지지 않는 항목 ex.공지글여부 체크박스) */
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0.not_mobile_vertical{ margin-top: 0; }
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0.not_mobile_vertical .block_bbs_form_title_con{ padding-right: 0; }

    [data-wv-res-id] [id*="merge_"] .block_bbs_panel_util { margin-top: 64px; }
    /* [data-wv-res-id] [id*="merge_"] .block_bbs_panel_util a { margin-right: 9px; width: 138px; padding: 12px 0 10px; border-radius: 4px; font-size:18px; font-size:1.8rem; line-height:25px; line-height:2.5rem; letter-spacing: -0.0em; } */
    /* [data-wv-res-id] [id*="merge_"] .block_bbs_panel_util a:hover::after{width: 10px;} */
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .selected_item{width: calc(100% - 30px);}
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con{left: -20px;}
    [data-wv-res-id] [id*="merge_"] .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con > ul > li > a:hover{background-color: #fcfafd; font-weight: 500;}

}

@media all and (min-width: 1200px) {
    /* 2021.12.23 ymg - 위븐 게시판 블록 공통부분 */
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_total_count_con{ font-size:1.7rem; line-height:23px; }

    [data-wv-res-id] .block_bbs_search_style_000_wrap > div{max-width: 1200px; padding-left: 15px; padding-right: 15px;}
    [data-wv-res-id] .block_bbs_search_style_000_wrap .block_bbs_search_select_wrap .block_bbs_search_select > li:hover > a{color: rgba(255, 255, 255, 1);}

    [data-wv-res-id] .block_bbs_search_style_001_wrap > div { padding-left: 15px; padding-right: 15px; }
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_input_wrap .block_bbs_search_icon:hover { background-color: rgb(0, 0, 0); }
    [data-wv-res-id] .block_bbs_search_style_001_wrap .block_bbs_search_input_wrap .block_bbs_search_icon:hover > svg{fill: #fff;}

    [data-wv-res-id] .block_bbs_view_style_000_con.view{ max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; overflow: hidden; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con .bbs_comment_insert_btn_con:hover { background-color: #000; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_write_con .bbs_comment_insert_btn_con:hover .bbs_comment_insert_btn { color: #fff; }
    [data-wv-res-id] .block_bbs_view_style_000_con .bbs_comment_wrap .bbs_comment_list_con .comment_list .comment_util_con .comment_util_btn:hover { background-color: #000; color: #fff; }

    /*hsj*/
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line { padding-top: 77px; padding-bottom: 106px; margin-bottom: 101px; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line .block_bbs_post_textbox .block_bbs_post_title { font-size:50px; font-size:5.0rem; line-height:65px; line-height:6.5rem; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_title_line .block_bbs_post_textbox .block_bbs_post_category { font-size:23px; font-size:2.3rem; margin-bottom: 18px; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_con { display: inline-block; max-width: 960px; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info { display: inline-block; float: right; padding-left: 31px; border-left: 1px solid #c1cbd2; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none; }
    [data-wv-res-id] .block_bbs_view_style_001_con.view .block_bbs_view_style_1 .block_bbs_content_wrap .block_bbs_info .block_bbs_post_info .label { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem;}

    [data-wv-res-id] [id*="merge_"] { padding-left: 15px; padding-right: 15px; }
}

@media all and (min-width: 1600px) {
    /* 2021.12.23 ymg - 위븐 게시판 블록 공통부분 */
    [data-wv-res-id] .block_bbs_view_style_000_con.view{ max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; overflow: hidden; }
    [data-wv-res-id] [id*="merge_"] { padding-left: 15px; padding-right: 15px; }
}

/* 2025.02.12 hjd - 에디트모드에서는 내부 버튼 이벤트를 막는다. */
[data-wv-design-mode="expert"] [data-wv-layout-element-type="bbs"] [data-wv-type="filter"],
[data-wv-design-mode="expert"] [data-wv-layout-element-type="bbs"] [data-wv-type="list"] { pointer-events: none; }
[data-wv-design-mode="expert"] [data-wv-layout-element-type="faq"] [data-wv-layout-element="block_inner"] *{ pointer-events: none; }
[data-wv-design-mode="expert"] [data-wv-layout-element-type="qna"] [data-wv-layout-element="block_inner"] *{ pointer-events: none; }
[data-wv-design-mode="expert"] [data-wv-layout-element-type="calendar"] [data-wv-layout-element="block_inner"] *{ pointer-events: none; }