:root {
    --header_h: calc(var(--top_h) + var(--nav_h) + var(--sub_nav_h));
    --header_nav_h: calc(var(--top_h) + var(--nav_h));
    --top_h: 90px;
    --sub_nav_h: 50px;

    --txt_24: 24px;
    --txt_20: 20px;
    --txt_19: 19px;
    --txt_18: 18px;
    --txt_16: 16px;
}

.statute .container_wr .ui-layout-resizer-west {
    border-left: 0 !important;
}

.only_640 {
    display: none;
}

.sub {
    min-height: calc(100vh - var(--header_h));
    padding-top: var(--header_h);
    padding-bottom: 100px;
}

.container {
    max-width: none !important;
    padding: 0;
}

.ellipsis_1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    flex: 1;
}

.ellipsis_2 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}


.chkbox_wrap :where(input[type="checkbox"], input[type="radio"]) {
    display: none;
}

.chkbox_wrap :where(input[type="checkbox"], input[type="radio"])+em {
    width: var(--txt_24);
    height: var(--txt_24);
    border: 1px solid #dcdcdc;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    cursor: pointer;
}

.chkbox_wrap label+label {
    margin-left: 20px;
}

.chkbox_wrap :where(input[type="checkbox"], input[type="radio"]):checked+em {
    background-color: var(--main_col);
}

.chkbox_wrap.disable :where(input[type="checkbox"], input[type="radio"]):checked+em {
    background-color: #CECECE;
    border: 1px solid #CECECE;
}

.chkbox_wrap :where(input[type="checkbox"], input[type="radio"]):checked+em::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/user/chk_icon.png);
    position: absolute;
    top: 5px;
    left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(5);
}

.radio_wrap :where(input[type="checkbox"], input[type="radio"]) {
    display: none;
}

.radio_wrap :where(input[type="checkbox"], input[type="radio"])+em {
    width: 24px;
    height: 24px;
    background: #fff;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #DCDCDC;
}

.radio_wrap label {
    display: inline-flex;
    align-items: center;
}

.radio_wrap label+label {
    margin-left: 20px;
}

.radio_wrap :where(input[type="checkbox"], input[type="radio"]):checked+em::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    background-color: var(--main_col);
    border-color: var(--main_col);
}

.radio_wrap :where(input[type="checkbox"], input[type="radio"]):checked~span {
    color: #191919;
    font-weight: 600;
}

.chkbox_wrap :where(input[type="checkbox"], input[type="radio"]):checked~span {
    color: #191919;
    font-weight: 600;
}

:where(.radio_wrap, .chkbox_wrap) label span {
    cursor: pointer;
}

/* sub 공통 */
h2.sub_tit {
    font-size: 35px;
    color: #191919;
    text-align: center;
    font-weight: 700;
    padding-top: 70px;
}

.sub h2.sub_tit {
    padding-top: 70px;
}

.sub.no_pt h2.sub_tit {
    padding-top: 0;
}

.sub.search h2.sub_tit {
    padding-top: 0;
}

h2.sub_tit span.tit_deco {
    display: inline-block;
    width: var(--txt_20);
    height: var(--txt_20);
    background-image: url(../images/user/list_up_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

/* sub 공통 */


/* 서브 메뉴 */
.sub_nav {
    position: fixed;
    top: var(--header_nav_h);
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
}

.sub_nav>ul {
    display: flex;
    align-items: center;
    height: var(--sub_nav_h);
}

.sub_nav>ul>li a {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sub_nav>ul>li.active a {
    position: relative;
    gap: 8px;
}

.sub_nav>ul>li.active>a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../images/user/arrow_icon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.sub_nav>ul>li.active.open>a::after {
    transform: rotate(180deg);
}

.sub_nav>ul>li {
    height: 100%;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

.sub_nav>ul>li:first-child {
    border-right: 0;
}

.sub_nav>ul>li:last-child {
    border: 0;
}

.sub_nav .home {
    height: 18px;
    width: 21px;
    display: block;
    background-image: url(../images/user/home_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sub_nav a {
    font-size: 17px;
}

.sub_nav ul.depth02_list {
    background: #fff;
    justify-content: center;
    width: 100%;
    border: 1px solid #e3e3e3;
}

.depth02.active>.depth02_list {
    position: absolute;
    top: 100%;
    left: -1px;
}

.depth02.active>.depth02_list a {
    padding: 0;
    line-height: var(--sub_nav_h);

}

.depth02.active>.depth02_list li+li {
    border-top: 1px solid #e3e3e3;
}

/* 서브 메뉴 */






/* 기관별 메뉴얼 */
.menual.sub h2.sub_tit {
    margin-bottom: 32px;
}

.menual.sub .input_box {
    display: flex;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
}

.menual.sub .search_box {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 12px 0;
    width: 554px;
    margin: 0 auto 55px;
}

.menual.sub .search_box input {
    border: 0;
    width: 100%;
    padding-right: 8px;
    font-size: 20px;
}

.menual.sub .search_box input::placeholder {
    color: #c5c5c5;
}

.menual.sub .search_box input:focus {
    outline: none;
}

.menual.sub .search_icon {
    height: 25px;
    width: 27px;
    background-image: url(../images/user/sch_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 부트스트랩 Selectpicker */
.menual.sub .filter-option-inner,
.menual.sub .bootstrap-select .dropdown-menu li a {
    text-align: center;
}

.menual.sub .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.menual.sub .bootstrap-select>.dropdown-toggle {
    background: none;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.menual.sub .bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.menual.sub .bootstrap-select>.dropdown-toggle::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.menual.sub .bootstrap-select .dropdown-menu li a span.text {
    font-size: 20px;
}

.menual.sub .bootstrap-select>.dropdown-menu {
    border-radius: 0;
    inset: 10px auto auto 0px !important;
    border: 1px solid #dcdcdc;
}

.menual.sub .dropdown-item.active,
.menual.sub .dropdown-item:active {
    background: #dcdcdc;
}

/* 부트스트랩 Selectpicker 끝*/

.menual.sub .board_list {
    text-align: center;
}

.menual.sub .board_list table {
    width: 100%;
    border-top: 2px solid #797979;
    border-bottom: 2px solid #797979;
}

.menual.sub .board_list table tr+tr {
    border-top: 1px solid #dcdcdc;
}

.menual.sub .board_list table tr td {
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.menual.sub .board_list table tr td.list_tit {
    text-align: left;
    padding: 18px 60px;
}

.menual.sub .board_list table tr td.list_tit b {
    font-size: 20px;
    color: #191919;
    font-weight: 700;
}

.menual.sub .board_list table tr td.list_tit p {
    font-size: 18px;
    margin-top: 14px;
}

.menual.sub .board_list table tr td.list_num {
    font-size: 20px;
    color: #191919;
}

.menual.sub .board_list table tr td.list_num::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 46%;
    background: #dcdcdc;
}

.menual.sub .board_list table tr td.list_btn {
    padding: 18px 30px;
}

.menual.sub .board_list table tr td.list_btn .download,
.menual.sub .board_list table tr td.list_btn .preview {
    display: block;
    font-size: 15px;
    position: relative;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}

.menual.sub .board_list table tr td.list_btn .preview {
    margin-top: 5px;
}

.menual.sub .board_list table tr td.list_btn .download::before,
.menual.sub .board_list table tr td.list_btn .preview::before {
    content: "";
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.menual.sub .board_list table tr td.list_btn .download::before {
    width: 20px;
    margin-right: 8px;
    background-image: url(../images/user/down_btn.png);
}

.menual.sub .board_list table tr td.list_btn .preview::before {
    width: 24px;
    margin-right: 6px;
    background-image: url(../images/user/preview_icon.png);
}

.menual.sub .more_link {
    font-size: 18px;
    border: 1px solid #dcdcdc;
    padding: 11px 36px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

/* 기관별 메뉴얼 끝*/



/* 법률 */
.statute.sub h2.sub_tit {
    margin-bottom: 50px;
}

.statute .container_wr {
    height: 570px;
    border: 1px solid #dcdcdc;
}

.statute .pdf_view {
    width: 100%;
    height: 100%;
}

.ui-layout-resizer-west {
    border-left: 1px solid #b4b4
}

.ui-layout-container {
    background: pink;
}

/* 법률 */


/* 표준운영지침 */
.instruction.sub h2.sub_tit {
    margin-bottom: 70px;
}

.instruction.sub h2.sub_tit span {
    color: #191919;
}

.instruction #myPdf {
    height: 990px;
    width: 65%;
}

.instruction .pdfobject-container {
    height: 500px;
    border: 1px solid #ccc;
}

.instruction .pdf_wrap {
    display: flex;
    justify-content: space-between;
}

.instruction .pdf_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.instruction .pdf_nav b {
    font-size: 23px;
    color: #191919;
    font-weight: 700;
    padding: 15px 0;
}

.instruction .pdf_ctr {
    width: calc(35% - 30px);
}

.instruction .pdf_ctr .pdf_btn {
    display: flex;
    margin-bottom: 35px;
}

.instruction .pdf_ctr .pdf_btn a {
    font-size: 18px;
    color: #191919;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dcdcdc;
    padding: 20px 0;
}

.instruction .pdf_ctr .pdf_btn a+a {
    border-left: 0;
}

.instruction .pdf_ctr .pdf_btn a::before {
    content: "";
    display: inline-block;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.instruction .pdf_ctr .pdf_btn a.pdf_extend::before {
    width: 15px;
    background-image: url(../images/user/extend_btn.png);
}

.instruction .pdf_ctr .pdf_btn a.pdf_down::before {
    width: 20px;
    background-image: url(../images/user/down_btn.png);
    filter: brightness(0);
}

.instruction .pdf_ctr nav a {
    font-size: 21px;
    padding: 30px 0;
}

.instruction .pdf_ctr nav a.active {
    font-weight: 700;
}

.instruction .pdf_nav b,
.instruction .pdf_nav a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    width: 100%;
}


.pdf_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 9999;
}

.pdf_modal_inner {
    position: absolute;
    inset: 40px;
    background: #fff;
}

#myPdfBig {
    width: 100%;
    height: 100%;
}

.pdf_close {
    position: absolute;
    top: -28px;
    right: 10px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
}

#myPdf {
    height: 600px;
}

#myPdfBig {
    width: 100%;
    height: 100%;
}

/* 표준운영지침 */

/*통합검색*/
.search form {
    background-color: #F1F1F1;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.search .sch_wrap {
    border-radius: 50px;
    height: 43px;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding-inline: 15px;
    display: flex;
    align-items: center;
}

.search .sch_wrap input {
    width: calc(100% - 40px);
    border: none;
    padding-inline: 10px;
    height: 100%;
    background-color: transparent;
}

.search .sch_wrap input:focus-visible {
    outline: none;
}

.search .sch_wrap button {
    width: 22px;
    margin-left: 5px;
}

.sch_btn_tab {
    margin-block: 40px;
    display: flex;
}

.sch_btn_tab button {
    border: 1px solid #CECECE;
    border-right: 0;
    padding: 15px 10px;
    font-size: var(--txt_20);
    color: #797979;
    flex: 1;
}

.sch_btn_tab button.active {
    background-color: var(--main_col);
    color: #fff;
    font-weight: 500;
}

.sch_btn_tab button:last-child {
    border-right: 1px solid #CECECE;

}

.search .result_wrap {
    font-size: var(--txt_24);
    color: #191919;
    margin-bottom: 40px;
    line-height: 1.5;
}

.search .result_wrap .main_col {
    color: var(--main_col);
    font-weight: 700;
}

.search .list_wrap .tit_wrap {
    border-bottom: 2px solid #797979;
    padding-bottom: 10px;
}

.search .list_wrap .tit_wrap .tit {
    font-size: var(--txt_20);
    color: #191919;
    font-weight: 600;
}

.search .list_wrap .tit_wrap .info {
    font-size: var(--txt_16);
    vertical-align: text-top;
    margin-left: 10px;
}

.search .list_wrap .tit_wrap .info .main_col {
    color: var(--main_col);
}

.search .list_con ul {
    width: 100%;
}

.search .list_con li {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}

.search .list_con li:last-child {
    border-bottom: 2px solid #797979;
}

.search .list_con li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: var(--txt_20);
}

.search .list_con li a p {
    color: #191919;
}

.search .list_con li a .main_col {
    color: var(--main_col);
    font-weight: 600;
    margin-right: 5px;
    min-width: 0;
}

.search .list_wrap+.list_wrap {
    margin-top: 40px;
}

.search .btn_wrap {
    margin-top: 20px;
    text-align: center;
}

.search .btn_wrap a {
    width: auto;
    display: inline-block;
    background-color: #797979;
    padding: 10px 20px;
    font-size: var(--txt_20);
    color: #fff;
    font-weight: 400;
}

.search .sch_result {
    font-size: var(--txt_24);
    line-height: 1.8;
    text-align: center;
    padding: 40px 20px;
}

.search .sch_result p {
    font-size: var(--txt_18);
}

/*통합검색*/

/* 화장장 정보 */
.crematorium .area_tab {
    margin-block: 40px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
}

.crematorium .area_tab button {
    position: relative;
}

.crematorium .area_tab button.active {
    color: #191919;
    font-weight: 700;
}

.crematorium .area_tab button+button::before {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #dcdcdc;
    display: inline-block;
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
}

.crematorium table {
    width: 100%;
    table-layout: fixed;
}

.crematorium thead tr {
    line-height: 50px;
    border-top: 2px solid #797979;
}

.crematorium thead tr th {
    background-color: #f8f8f8;
    vertical-align: middle;
    text-align: center;
    font-size: var(--txt_20);
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
    color: #191919;
}

.crematorium thead tr th+th {
    border-left: 1px solid #dcdcdc;
}

.crematorium tbody td {
    line-height: 45px;
}

.crematorium tbody tr td {
    vertical-align: middle;
    text-align: center;
    font-size: var(--txt_20);
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.crematorium tbody tr td.city_td {
    border-right: 1px solid #dcdcdc;
    border-left: 0;
}

.crematorium tbody tr td a {
    font-size: var(--txt_16);
}

/* 화장장 정보 */

/* 게시판 시작*/

/*list*/
.common_board h2.sub_tit {
    margin-bottom: 32px;
}

.common_board .input_box {
    display: flex;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
}

.common_board .search_box {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 12px 0;
    width: 554px;
    margin: 0 auto 55px;
}

.common_board .search_box input {
    border: 0;
    width: 100%;
    padding-right: 8px;
    font-size: var(--txt_20);
}

.common_board .search_box input::placeholder {
    color: #c5c5c5;
}

.common_board .search_box input:focus {
    outline: none;
}

.common_board .search_icon {
    height: 25px;
    width: 27px;
    background-image: url(../images/user/sch_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.common_board .board_list table tr td.list_tit span {
    display: inline-block;
    color: #797979;
    font-size: var(--txt_18);
    position: relative;
}

.common_board .board_list table tr td.list_tit :where(b, span)+span::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
    margin-inline: 10px 8px;
}

.common_board .board_list table tr td.list_tit .info_wrap {
    margin-top: 7px;
}

.common_board._pdf_list .board_list table tr td.list_tit .info_wrap {
    margin-top: 15px;
}

.tit_tag {
    font-size: var(--txt_18);
    color: #fff !important;
    background-color: #DD7230;
    padding: 5px 10px;
    margin-right: 5px;

}

._work .con_view .tit_tag {
    font-size: var(--txt_18);
    color: #fff !important;
    background-color: #DD7230;
    padding: 5px 12px 5px 15px;

    margin-right: 10px;
}

._work .con_view .tit_tag.main_col {
    background-color: var(--main_col);
}

._work .con_view .tit_tag.red {
    background-color: #cd0006;
}

.tit_tag.main_col {
    background-color: var(--main_col);
}

.tit_tag.red {
    background-color: #cd0006;
}

/* 부트스트랩 Selectpicker */
.common_board .filter-option-inner,
.common_board .bootstrap-select .dropdown-menu li a {
    text-align: center;
}

.common_board .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.common_board .bootstrap-select>.dropdown-toggle {
    background: none;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/user/dropdown.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
    padding-right: 20px;

}

.common_board .bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.common_board .bootstrap-select>.dropdown-toggle::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background: #dcdcdc;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#sch_select+.dropdown-toggle::before {
    display: none;
}

.common_board .bootstrap-select .dropdown-menu li a span.text {
    font-size: 20px;
}

.common_board .bootstrap-select>.dropdown-menu {
    border-radius: 0;
    inset: 10px auto auto 0px !important;
    border: 1px solid #dcdcdc;
}

.common_board .dropdown-item.active,
.common_board .dropdown-item:active {
    background: #dcdcdc;
}

/* 부트스트랩 Selectpicker 끝*/

.common_board .board_list {
    text-align: center;
}

.common_board .board_list table {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #797979;
    border-bottom: 2px solid #797979;
}

.common_board .board_list table tr+tr {
    border-top: 1px solid #dcdcdc;
}

.common_board .board_list table tr td {
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.common_board .board_list table tr td.list_tit {
    text-align: left;
    padding: 18px 60px;
}

.common_board .board_list table tr td.list_tit b {
    font-size: 20px;
    color: #191919;
    font-weight: 700;
}


.common_board .board_list table tr td.list_tit p {
    font-size: var(--txt_18);
    margin-top: 14px;
}

.common_board .board_list table tr td.list_num {
    font-size: var(--txt_20);
    color: #191919;
}

.common_board .board_list table tr td.list_num::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 46%;
    background: #dcdcdc;
}

.common_board .board_list table tr td.list_btn {
    padding: 18px 30px;
}

.common_board .board_list table tr td.list_btn .download,
.common_board .board_list table tr td.list_btn .preview {
    display: block;
    font-size: 15px;
    position: relative;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}

.common_board .board_list table tr td.list_btn .preview {
    margin-top: 5px;
}

.common_board .board_list table tr td.list_btn .download::before,
.common_board .board_list table tr td.list_btn .preview::before {
    content: "";
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.common_board .board_list table tr td.list_btn .download::before {
    width: 20px;
    margin-right: 8px;
    background-image: url(../images/user/down_btn.png);
}

.common_board .board_list table tr td.list_btn .preview::before {
    width: 24px;
    margin-right: 6px;
    background-image: url(../images/user/preview_icon.png);
}

.common_board .more_link {
    font-size: 18px;
    border: 1px solid #dcdcdc;
    padding: 11px 36px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

.common_view._debate .con_edit {
    display: none;
}

/*view*/
.common_view .sub_tit {
    margin-bottom: 40px;
}

.common_view .con_view {
    border-block: 2px solid #797979;
}

.common_view .con_view .tit_wrap {
    padding: 20px 60px;
    border-bottom: 1px solid #dcdcdc;
}

.common_view .con_view .tit_wrap b {
    font-size: var(--txt_24);
    font-weight: 700;
    color: #191919;
    line-height: 1.3;
}

.common_view .con_view .tit_wrap .info_wrap {
    margin-top: 10px;
    display: flex;
}

.common_view .con_view .tit_wrap .info_wrap span {
    display: inline-block;
    position: relative;
    font-size: var(--txt_18);
    color: #797979;
}

.common_view .con_view .tit_wrap .info_wrap :where(span+span)::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
    margin-inline: 10px 8px;
}

.common_view .con_view .con_wrap {
    padding: 40px 60px;
}

.common_view .con_view .con_wrap :where(div, p, ul, li, span, b, i) {
    font-family: unset;
    font-size: unset;
    color: inherit;
    font-weight: unset;
}

.common_view .con_view .con_wrap :where(b) {
    font-weight: bold;
}

.common_view .con_view .file_wrap {
    margin-bottom: 10px;
}

.common_view .con_view .file_wrap ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.common_view .con_view .file_wrap li {
    width: 100%;
    background-color: #F5F5F5;
    padding: 10px 60px;
    display: flex;
    align-items: center;
}

.common_view .con_view .file_wrap li span {
    color: #797979;
    font-size: var(--txt_20);
    margin-right: 10px;
}

.common_view .con_view .file_wrap li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    color: #797979;
    font-size: 15px;
}

.common_view .con_view .file_wrap .icon_wrap {
    display: inline-block;
    width: 14px;
}

.common_view .con_view .file_wrap .icon_wrap img {
    margin-top: 4px;
}

.common_view .list_paging {
    border-block: 2px solid #797979;
    margin-top: 40px;
}

.common_view .list_paging ul {
    width: 100%;
}

.common_view .list_paging li {
    width: 100%;
    padding: 20px 60px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.common_view .list_paging li+li {
    border-top: 1px solid #dcdcdc;
}

.common_view .list_paging li .txt {
    display: inline-flex;
    gap: 10px;
    width: 80px;
}

.common_view .list_paging li .txt img {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.common_view .list_paging li .txt span {
    font-size: var(--txt_19);
    font-weight: 700;
    color: #191919;
}

.common_view .list_paging li .link {
    font-size: var(--txt_20);
    display: inline-block;
    width: calc(100% - 210px);
    line-height: 1.3;
}

.common_view .list_paging li .txt .date {
    width: 90px;
}

.common_view .list_paging li.next_page .txt img {
    transform: rotate(180deg);
}

.list_btn_wrap {
    margin-top: 40px;
    text-align: center;
}

.list_btn_wrap._right {
    text-align: right;
    margin-bottom: 15px;
}

.list_btn_wrap._jc_sb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.list_btn_wrap> :where(a, button) {
    display: inline-flex;
    padding: 10px 20px;
    background-color: var(--main_col);
    color: #fff;
    font-size: var(--txt_18);
    align-items: center;
    gap: 7px;
}

.common_board .list_btn_wrap> :where(a, button) {
    background-color: var(--main_col);
}

.common_view .list_btn_wrap> :where(a, button) {
    background-color: #fff;
    border: 1px solid #797979;
    font-size: var(--txt_19);
    color: #191919;
    font-weight: 500;
    display: inline-flex;
    width: 100%;
    max-width: 120px;
    position: relative;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.common_form .list_btn_wrap> :where(a, button) {
    height: 50px;
    width: 50%;
    max-width: 250px;
    justify-content: center;
    font-size: var(--txt_19);
}

.common_form .list_btn_wrap> :where(a, button).go_to_list {
    background-color: #fff;
    border: 1px solid #191919;
    color: #191919;
}

.list_btn_wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 120px;
}

.common_board .list_btn_wrap .filter-option-inner {
    text-align: left;
}

.common_board .list_btn_wrap .bootstrap-select>.dropdown-toggle.btn {
    border: 1px solid #DCDCDC;
    height: 50px;
    line-height: 50px;
    padding-inline: 20px;
}

.common_view .go_to_list {
    border: 1px solid #797979;
    font-size: var(--txt_19);
    color: #191919;
    font-weight: 500;
    display: inline-flex;
    width: 100%;
    max-width: 175px;
    position: relative;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.common_view .go_to_list img {
    width: 12px;
    object-fit: contain;
}

.reply_wrap {
    margin-top: 40px;
}

.reply_wrap .total_tag {
    display: inline-block;
    font-size: var(--txt_20);
    font-weight: 700;
    margin-bottom: 10px;
    color: #191919;
}

.reply_wrap .reply_box {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.reply_wrap .reply_box input {
    border: 1px solid #DCDCDC;
    padding: 10px 17px;
    font-size: var(--txt_16);
    color: #191919;
    width: 100%;
}

.reply_wrap .reply_box input::placeholder {
    color: #C5C5C5;
}

.reply_wrap .reply_box button {
    width: 120px;
    color: #fff;
    background-color: var(--main_col);
    letter-spacing: -0.5px;
    font-size: var(--txt_18);
}

.reply_view {
    border-block: 2px solid #797979;
}

.reply_view li {
    padding: 15px 60px;
    padding-right: 0;
}

.reply_view li+li {
    border-top: 1px solid #dcdcdc;
}

.reply_view li .info_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.reply_view li .info_wrap b {
    color: #191919;
    font-weight: 700;
    font-size: var(--txt_20);
}

.reply_view li .info_wrap span {
    color: #797979;
    font-size: var(--txt_18);
}

.reply_view li .con_wrap {
    font-size: var(--txt_20);
    line-height: 1.3;
}

.reply_view li.no_list {
    padding: 30px 0;
    text-align: center;
}

.reply_btn_wrap {
    display: inline-flex;
    gap: 10px;
}

.reply_btn_wrap :where(a, button) {
    display: inline-block;
    border: 1px solid #DCDCDC;
    color: #797979;
    font-size: var(--txt_18);
    padding: 3px 5px;
}

/*form*/
.common_form .con_form {
    margin-top: 40px;
}

.common_form .con_form ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.common_form .con_form li {
    display: flex;
    align-items: center;
}

.common_form .con_form li .form_tit {
    width: 105px;
    margin-right: 15px;
    font-weight: 700;
    font-size: var(--txt_19);
    color: #191919;
}

.common_form .con_form li>div {
    width: 100%;
}

.common_form .con_form li input[type=text] {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    height: 40px;
    border-radius: 1px;
    font-size: var(--txt_18);
}

.common_form .con_form li input[type=text].w_full {
    width: 100%;
}

.common_form .con_form .con_li {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.common_form .con_li textarea {
    width: 100%;
    height: 550px;
}

.con_form .list_btn_wrap {
    margin-bottom: 40px;
}

.common_form .con_form li div>span {
    font-size: var(--txt_19);
}

.common_form input[type=date] {
    padding: 5px 10px;
    color: #797979;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    vertical-align: bottom;
    margin-right: 20px;
}

/*form*/

/* debate */
.debate_wrap {
    padding: 35px 40px;
    border: 1px solid #DCDCDC;
    margin-bottom: 40px;
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
}

._debate .tit_tag {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--main_col);
    color: #fff;
    font-size: var(--txt_20);
    margin-bottom: 10px;
}

.debate_wrap a {
    display: block;
    font-size: var(--txt_24);
    color: #191919;
    line-height: 1.5;
    font-weight: 700;
    word-break: keep-all;
    text-align: center;
}



.common_board._debate .board_list table tr td.list_tit b {
    line-height: 1.5;
    width: calc(100% - 45px);
    display: block;
}

.common_board._debate .board_list table tr td.list_tit span::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
    margin-inline: 10px 8px;
}

.common_view._debate .con_view .tit_wrap b {
    display: block;
    font-size: var(--txt_24);
    color: #191919;
    line-height: 1.5;
    font-weight: 700;
}

.debate_wrap .info_wrap span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #797979;
}

.debate_wrap .info_wrap span.divider {
    color: #DCDCDC;
}

.list_status span {
    font-weight: 500;
}

.list_status .main_col {
    color: var(--main_col);
    font-weight: 700;
}


/* work */
.common_board._work .board_list table tr td.list_tit {
    text-align: left;
    padding: 30px 60px;
}

/* qna */

.common_board._qna .board_list table tr td.list_tit a {
    width: 100%;
    display: block;
}

.common_view._qna .con_wrap {
    border-bottom: 1px solid #dcdcdc;
    background-color: #F8F8F8;
}

.common_view._qna .tit_wrap._ans {
    display: inline-block;
    border-bottom: 0;
}

.common_view._qna .tit_wrap._ans b {
    font-size: var(--txt_20);
}

.common_view._qna .tit_wrap._ans span::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
    margin-inline: 10px 8px;
}

.common_view._qna .con {
    margin-top: 20px;
}

.common_view._qna .ans_con {
    font-size: var(--txt_18);
    font-weight: 700;
    color: #797979;
    background-color: transparent;
    margin-bottom: 10px;
    display: inline-block;
}

.common_view._qna .list_paging .ans_con {
    margin-bottom: 0;
}

.common_view._qna .ans_con.main_col {
    color: var(--main_col);
}

.common_view._qna .ans_con+b {
    display: block;
}



/*gallery*/
.board_gal ul {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.board_gal ul li {
    max-width: calc((100% - 120px) / 3);
    flex: 1 1 30%;
}

.board_gal .img_wrap {
    width: 100%;
    aspect-ratio: 3/2;
}

.board_gal .img_wrap.no_thumb {
    background-color: #D9D9D9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.board_gal .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board_gal .img_wrap.no_thumb img {
    object-fit: contain;
    width: 80%;
}

.board_gal .tit_wrap {
    margin-top: 16px;
}

.board_gal .tit_wrap b {
    display: inline-block;
    width: 100%;
    color: #191919;
    font-weight: 700;
    font-size: var(--txt_20);
    margin-bottom: 7px;
}

.board_gal .info_wrap span {
    display: inline-block;
    color: #797979;
    font-size: var(--txt_18);
    position: relative;
}

.board_gal .info_wrap span+span::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
    margin-inline: 10px 8px;
}



/* 게시판 끝*/

/*상황별 사례*/
.sample_form {
    margin-top: 50px;
}

.sample_form .chkbox_wrap label {
    display: inline-flex;
    align-items: center;
}

.sample_form .chkbox_wrap label span {
    margin-left: 3px;
}

.sample_form li {
    display: flex;
    width: 100%;
    padding-block: 10px;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
    min-height: 60px;
}

.sample_form li:first-child {
    border-top: 2px solid #797979;
}

.sample_form li:last-child {
    border-bottom: 2px solid #797979;
}

.sample_form li .form_tit {
    width: 350px;
    color: #191919;
    font-size: var(--txt_20);
    text-align: center;
}

.sample_form li .form_tit+div {
    width: calc(100% - 350px);
}

.sample_form li :where(input[type=text], textarea) {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
    width: 100%;
}

.sample_form li input[type=text] {
    height: 40px;
}

.sample_form li textarea {
    height: 140px;
}

.sample_form .list_btn_wrap button {
    min-width: 180px;
    justify-content: center;
    height: 47px;
    font-size: var(--txt_20);
    font-weight: 600;
}

.sample_form .list_btn_wrap> :where(a, button).del_btn {
    background-color: #999;

}

.sample_form .list_btn_wrap :where(a, button)+:where(a, button) {
    margin-left: 10px;
}

.status_wrap section+section {
    margin-top: 70px;
}

.status_wrap .tit_wrap {
    display: flex;
    justify-content: space-between;
    margin-block: 60px 35px;
    align-items: center;
}

.status_wrap h4 {
    font-size: var(--txt_24);
    color: var(--main_col);
    font-weight: 700;
}

.status_wrap .right_part {
    display: flex;
    gap: 20px;
}

.status_wrap .legend_wrap {
    display: flex;
    gap: 25px;
}

.status_wrap .legend_wrap .cb_wrap {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.status_wrap .legend_wrap .cb_wrap .color_box {
    width: var(--txt_20);
    height: var(--txt_20);
    background-color: var(--main_col);
    display: inline-block;
}

.status_wrap .legend_wrap .cb_wrap .col_name {
    color: #191919;
    font-size: var(--txt_20);
}

.status_wrap .select_wrap select {
    border: 1px solid #dcdcdc;
    padding: 5px 15px;
    font-size: 18px;
    color: #797979;
    width: 130px;
    text-align: center;
}

.status_wrap .table_wrap {
    margin-top: 40px;
}

.status_wrap .table_wrap table {
    table-layout: fixed;
    width: 100%;
}

.status_wrap .table_wrap .col_tit {
    width: 165px;
}

.status_wrap .table_wrap :where(th, td) {
    line-height: 48px;
    text-align: center;
    border: 1px solid #dcdcdc;
    font-size: var(--txt_20);
}

.status_wrap .table_wrap :where(th, td):first-child {
    border-left: 0;
}

.status_wrap .table_wrap :where(th, td):last-child {
    border-right: 0;
}

.status_wrap .table_wrap thead th {
    font-weight: 700;
    color: #191919;
    border-top: 1px solid #797979;
}

.status_wrap .table_wrap tbody td {
    color: #797979;
    font-weight: 600;
}

.status_wrap .table_wrap tfoot td {
    color: #191919;
    font-weight: 500;
    border-bottom: 1px solid #797979;
}

.total_box_wrap {
    margin-top: 32px;
}

.status_wrap .total_box_wrap ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.status_wrap .total_box_wrap ul li {
    border: 1px solid #dcdcdc;
    flex: 1;
    text-align: center;
    padding-block: 30px;
}

.status_wrap .total_box_wrap ul li.total_of_year {
    flex: 1.4;
}

.status_wrap .total_box_wrap ul li.total_of_year span {
    font-weight: 700;
}

.status_wrap .total_box_wrap ul li span {
    color: #191919;
    font-size: var(--txt_20);
    font-weight: 500;
}

.status_wrap .total_box_wrap ul li span.main_col {
    color: var(--main_col);
    font-weight: 700;
    margin-left: 5px;
}

/*상황별 사례*/

@media (max-width: 1240px) {
    .wrap_1200 {
        max-width: 1000px;
    }

    .sub h2.sub_tit {
        font-size: 28px;
    }

    .menual.sub .board_list table tr td.list_btn {
        padding: 18px 10px;
    }

    .menual.sub .board_list table tr td.list_tit {
        padding: 18px 40px;
    }

    .menual.sub .bootstrap-select>.dropdown-toggle,
    .menual.sub .board_list table tr td.list_tit b,
    .menual.sub .search_box input,
    .menual.sub .board_list table tr td.list_num,
    .menual.sub .bootstrap-select .dropdown-menu li a span.text {
        font-size: 19px;
    }

    .menual.sub .board_list table tr td.list_tit p {
        font-size: 17px;
    }

    .menual.sub .board_list table tr td.list_btn .download,
    .menual.sub .board_list table tr td.list_btn .preview {
        font-size: 14px;
    }

    .menual.sub .board_list table tr td.list_btn .preview::before {
        width: 22px;
    }

    .menual.sub .board_list table tr td.list_btn .download::before {
        width: 19px;
    }

    .instruction .pdf_ctr {
        width: calc(30% - 20px);
    }

    .instruction #myPdf {
        width: 70%;
    }

    .instruction .pdf_ctr .pdf_btn a {
        font-size: 16px;
    }

    .instruction .pdf_ctr .pdf_btn a::before {
        font-size: 13px;
    }

    .instruction .pdf_nav b {
        font-size: 22px;
    }

    .instruction .pdf_ctr nav a {
        font-size: 19px;
        padding: 22px 0;
    }

    /*게시판 시작*/
    .common_board .board_list table tr td.list_btn {
        padding: 18px 10px;
    }

    .common_board .board_list table tr td.list_tit {
        padding: 18px 40px;
    }

    .common_board .bootstrap-select>.dropdown-toggle,
    .common_board .board_list table tr td.list_tit b,
    .common_board .search_box input,
    .common_board .board_list table tr td.list_num,
    .common_board .bootstrap-select .dropdown-menu li a span.text {
        font-size: var(--txt_19);
    }

    .common_board .board_list table tr td.list_tit p {
        font-size: var(--txt_18);
    }

    .common_board .board_list table tr td.list_btn .download,
    .common_board .board_list table tr td.list_btn .preview {
        font-size: 14px;
    }

    .common_board .board_list table tr td.list_btn .preview::before {
        width: 22px;
    }

    .common_board .board_list table tr td.list_btn .download::before {
        width: var(--txt_19);
    }

    /*gallery*/
    .board_gal ul {
        gap: 40px 20px;
    }

    .board_gal ul li {
        max-width: calc((100% - 40px) / 3);
        flex: 1 1 30%;
    }

    /*게시판 끝*/
    .crematorium .area_tab {
        margin-block: 40px 20px;
        padding: 10px 10px;
    }

    .crematorium .area_tab button+button::before {
        left: -5px;
    }

    /* 기증 운영 현황 */
    .status_wrap .total_box_wrap ul li span {
        font-size: 17px;
    }
}

@media(max-width:1024px) {
    :root {
        --top_h: 70px;
        --header_h: calc(var(--top_h) + var(--sub_nav_h));
        --sub_nav_h: 45px;

        --txt_24: 22px;
        --txt_20: 18px;
        --txt_19: 18px;
        --txt_18: 16px;
    }

    .sub {
        padding-bottom: 60px;
    }

    .sub_nav {
        top: var(--top_h);
    }

    .sub h2.sub_tit {
        padding-top: 50px;
    }


    .menual.sub .board_list table tr td.list_btn {
        padding: 18px 0px;
    }

    .menual.sub .board_list table tr td.list_tit {
        padding: 18px 20px;
    }


    .statute.sub h2.sub_tit {
        margin-bottom: 30px;
    }

    .instruction .pdf_wrap {
        flex-direction: column-reverse;
    }

    .instruction #myPdf,
    .instruction .pdf_ctr {
        width: 100%;
    }

    .instruction .pdf_ctr {
        margin-bottom: 15px;
    }

    .instruction .pdf_ctr nav a {
        font-size: 17px;
        padding: 14px 12px;
    }

    .instruction .pdf_nav b {
        font-size: 21px;
        padding: 8px 0;
    }

    .instruction .pdf_ctr .pdf_btn {
        margin-bottom: 12px;
    }

    /* 게시판 시작 */
    .common_board .board_list table tr td.list_btn {
        padding: 18px 0px;
    }

    .common_board .board_list table tr td.list_tit {
        padding: 18px 20px;
    }

    .common_view .con_view .tit_wrap {
        padding: 20px 25px;
    }

    .common_view .con_view .con_wrap {
        padding: 30px 25px;
    }

    .common_view .list_paging li {
        padding: 15px 25px;
    }

    .common_board._debate .board_list table {
        table-layout: unset;
    }

    .common_board .board_list table tr td.list_tit {
        padding: 15px 15px;
    }

    /*debate*/
    .debate_wrap {
        padding: 20px;
        gap: 10px;
    }

    .common_board._debate .board_list table tr td.list_tit span {
        /* display: block; */
        margin-top: 3px;
        font-size: 14px;
    }

    .common_board._debate .board_list table tr td.list_tit :where(b, span)+span::before {
        display: none;
    }

    /*gallery*/
    .board_gal .info_wrap span+span::before {
        margin-inline: 5px 8px;
    }

    .common_form .list_btn_wrap> :where(a, button) {
        height: 45px;
        max-width: 180px;
    }

    /* 게시판 끝 */

    /*통합검색*/
    .sch_btn_tab {
        margin-block: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .sch_btn_tab button {
        flex: 1 1 30%;
        border-bottom: 0;
        padding: 12px 10px;
    }

    .sch_btn_tab button:last-child {
        border-bottom: 1px solid #CECECE;

    }

    .sch_btn_tab button:nth-of-type(3n) {
        border-right: 1px solid #CECECE;
    }

    /*통합검색*/
    .crematorium .area_tab {
        margin-block: 40px 20px;
        padding: 10px 10px;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .crematorium .area_tab button {
        position: relative;
        flex: 1 1 11%;
    }

    .crematorium .area_tab button+button::before {
        left: 0px;
    }

    .crematorium .area_tab button:nth-of-type(10)::before {
        display: none;
    }

    .crematorium thead tr th {
        font-size: var(--txt_18);
        font-weight: 700;
        border-bottom: 1px solid #dcdcdc;
        color: #191919;
        line-height: 1.5;
        padding: 5px;
    }

    .crematorium tbody tr td {
        font-size: 16px;
        padding: 5px;
        line-height: 1.5;
        /* word-break: keep-all; */
    }

    /*상황별 사례*/
    .sample_form li .form_tit {
        width: 180px;
    }

    .sample_form li .form_tit+div {
        width: calc(100% - 180px);
    }

    /*기증 운영 현황*/
    .status_wrap .tit_wrap {
        margin-block: 40px 10px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .status_wrap .right_part {
        width: 100%;
        justify-content: space-between;
    }

    .status_wrap .table_wrap .col_tit {
        width: 101px;
    }

    .status_wrap .table_wrap {
        margin-top: 20px;
    }


    .status_wrap .table_wrap :where(th, td) {
        line-height: 42px;
        font-size: 16px;
    }

    .status_wrap .total_box_wrap ul li {
        padding-block: 20px;
    }

    .status_wrap .total_box_wrap ul li span.main_col {
        margin-left: 5px;
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    :root {
        --txt_24: 20px;
        --txt_20: 18px;
        --txt_19: 17px;
        --txt_18: 16px;
    }

    .sub {
        padding-bottom: 40px;
    }

    .radio_wrap :where(input[type="checkbox"], input[type="radio"])+em {
        width: 18px;
        height: 18px;
    }

    .radio_wrap :where(input[type="checkbox"], input[type="radio"]):checked+em::before {
        width: 12px;
        height: 12px;
        top: 2px;
        left: 2px;
    }

    .radio_wrap._flex {
        display: flex;
        align-items: center;
    }

    .sub_nav>ul>li a {
        padding: 0 21px;
    }

    .sub_nav a {
        font-size: 15px;
    }

    .sub_nav .home {
        height: 15px;
    }

    .sub h2.sub_tit {
        font-size: 26px;
    }

    .menual.sub .board_list table colgroup col:nth-child(1) {
        width: 10%;
    }

    .menual.sub .board_list table colgroup col:nth-child(2) {
        width: 65%;
    }

    .menual.sub .board_list table colgroup col:nth-child(3) {
        width: 25%;
    }

    .menual.sub .search_box {
        width: 100%;
    }

    .menual.sub .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 162px;
    }

    .menual.sub .bootstrap-select>.dropdown-toggle,
    .menual.sub .board_list table tr td.list_tit b,
    .menual.sub .search_box input,
    .menual.sub .board_list table tr td.list_num,
    .menual.sub .bootstrap-select .dropdown-menu li a span.text {
        font-size: 16px;
    }

    .menual.sub .board_list table tr td.list_btn .download,
    .menual.sub .board_list table tr td.list_btn .preview {
        font-size: 13px;
    }

    .menual.sub .board_list table tr td.list_tit p {
        font-size: 14px;
    }

    .menual.sub .board_list table tr td.list_btn {
        padding: 5px 0px;
    }

    .menual.sub .board_list table tr td.list_tit {
        padding: 9px 15px;
    }

    .menual.sub .more_link {
        font-size: 16px;
    }


    .statute.sub h2.sub_tit {
        margin-bottom: 25px;
    }


    .instruction.sub h2.sub_tit {
        margin-bottom: 32px;
    }

    .instruction .pdf_ctr .pdf_btn a {
        font-size: 15px;
        padding: 15px 0;
    }

    .instruction .pdf_nav b {
        font-size: 19px;
        padding: 6px 0;
    }

    .instruction .pdf_ctr nav a {
        font-size: 15px;
        padding: 8px 12px 6px 12px;
    }

    /* 게시판 시작 */
    /* .common_board .board_list table colgroup col:nth-child(1) {
        width: 10%;
    }

    .common_board .board_list table colgroup col:nth-child(2) {
        width: 65%;
    }

    .common_board .board_list table colgroup col:nth-child(3) {
        width: 25%;
    } */


    .common_board .board_list table {
        display: block;
    }

    .common_board .board_list table :where(thead, tbody) {
        display: block;
    }

    .common_board .search_box {
        width: 100%;
    }

    .common_board .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 162px;
    }

    .common_board .bootstrap-select>.dropdown-toggle,
    .common_board .search_box input,
    .common_board .bootstrap-select .dropdown-menu li a span.text {
        font-size: 16px;
    }

    .common_board .board_list table tr td.list_btn .download,
    .common_board .board_list table tr td.list_btn .preview {
        font-size: 13px;
    }

    .common_board .board_list table tr td.list_tit p {
        font-size: 14px;
    }

    .common_board .board_list table tr td.list_btn {
        padding: 5px 0px;
    }

    .common_board .board_list table tr td.list_tit {
        padding: 9px 15px;
    }

    .common_board .board_list .list_num:not(.notice_num) {
        display: none !important;
    }

    .common_board .board_list .notice_num {
        margin-block: 5px;
    }

    .common_board .more_link {
        font-size: 16px;
    }

    .common_view .con_view .tit_wrap {
        padding: 3px 10px;
    }

    .common_view .con_view .con_wrap {
        padding: 25px 10px;
    }

    .common_view .list_paging li {
        padding: 15px 10px;
    }

    .common_view .list_paging li .txt {
        width: auto;
    }

    .common_view .list_paging li .txt span {
        display: none;
    }

    .common_view .list_paging li .link {
        width: calc(100% - 141px);
    }

    .reply_wrap .reply_box {
        gap: 5px;
    }

    .reply_view li {
        padding: 15px 30px;
    }

    .reply_wrap .reply_view .reply_box {
        margin-bottom: 0px;
    }

    .reply_wrap .reply_box button {
        width: 80px;
    }

    /*form*/
    .common_form .con_form li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }


    .common_form .list_btn_wrap> :where(a, button) {
        height: 40px;
        max-width: 120px;
    }

    /*form*/

    /*table -> list*/
    .common_board .board_list table colgroup col:nth-child(1) {
        width: 100%;
    }

    .common_board .board_list table {
        width: 100%;
        border-top: 2px solid #797979;
        border-bottom: 2px solid #797979;
    }

    .common_board .board_list tbody tr {
        display: block;
        width: 100%;
        padding-top: 10px;
    }

    .common_board .board_list tbody tr:last-child {
        padding-bottom: 10px;
    }

    .common_board .board_list tbody .list_num {
        display: block;
        text-align: left;
    }

    .common_board .board_list table tr td.list_tit {
        display: inline-block;
        padding: 0;
        margin-block: 10px;
        width: 100%;
    }

    .common_board .board_list table tr td.list_status {
        display: inline-block;
    }

    .common_board .board_list table tr td.list_num::before {
        display: none;
    }

    .common_board .board_list table tr td.list_status {
        vertical-align: bottom;
        padding-bottom: 12px;

    }

    .tit_tag {
        padding: 5px 10px;
        margin-bottom: 3px;
    }

    .common_board .search_box {
        margin: 0 auto 30px;
    }

    .list_btn_wrap {
        margin-top: 30px;
    }

    .common_board .list_btn_wrap .bootstrap-select>.dropdown-toggle.btn {
        height: 40px;
        line-height: 40px;
    }

    .common_board .board_list table tr td.list_btn {
        padding: 5px 0px;
        display: block;
    }

    /*debate*/
    .common_board._debate .board_list table tr td.list_tit {
        width: calc(100% - 45px);
    }

    .common_board._debate .board_list table tr td.list_status {
        width: 41px;
    }

    /*qna*/
    .common_board._qna .board_list table tr td.list_tit {
        width: calc(100% - 65px);
    }

    .common_board._qna .board_list table tr td.list_status {
        width: 61px;
    }

    /*work*/
    .common_board._work .board_list table tr td.list_status {
        display: block;
        text-align: left;
    }

    .common_board._work .board_list table tr td.list_tit {
        padding: 0;
    }

    /*gallery*/
    .board_gal ul li {
        max-width: calc((100% - 20px) / 2);
        flex: 1 1 45%;
    }

    .board_gal .info_wrap span+span::before {
        display: none;
    }

    .board_gal .info_wrap span {
        display: block;
        line-height: 1.4;
    }

    /* 게시판 끝 */
    .search form {
        padding: 20px 20px;
    }

    .sch_btn_tab {
        margin-block: 20px;
    }

    /*상황별 사례*/
    .sample_form li {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 20px 10px
    }

    .sample_form li .form_tit {
        text-align: left;
        font-weight: 600;
    }

    .sample_form li .form_tit+div {
        width: 100%;
    }

    .sample_form li :where(input[type=text], textarea) {
        padding: 12px 10px;
    }

    .chkbox_wrap :where(input[type="checkbox"], input[type="radio"]):checked+em::before {
        width: 12px;
        height: 12px;
        top: 5px;
        left: 3px;
    }

    .sample_form .list_btn_wrap button {
        min-width: 150px;
        justify-content: center;
        height: 42px;
    }

    .sample_form .chkbox_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .sample_form .chkbox_wrap label+label {
        margin-left: 0;
    }

    /* 기증 운영 현황 */
    .status_wrap .table_wrap :where(th, td) {
        font-size: 15px;
    }

    .status_wrap .table_wrap .col_tit {
        width: 80px;
    }

    .status_wrap .right_part {
        gap: 15px;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .status_wrap .legend_wrap {
        gap: 15px;
    }

    .status_wrap .tit_wrap {
        gap: 0px;
    }
}

@media(max-width: 640px) {
    .wrap_1200 {
        padding-inline: 10px;
    }

    .only_640 {
        display: inline-block;
    }

    .none_640 {
        display: none;

    }

    .crematorium .area_tab button {
        position: relative;
        flex: 1 1 20%;
    }

    .crematorium .area_tab button:nth-of-type(10):before {
        display: inline-block;
    }

    .crematorium .area_tab button:nth-of-type(6):before {
        display: none;
    }

    .crematorium .area_tab button:nth-of-type(5n+6):before {
        display: none;
    }

    .crematorium thead tr th {
        font-size: 15px;
    }

    .crematorium tbody tr td {
        font-size: 14px;
    }

    .crematorium thead tr :where(td:last-child, th:last-child) {
        width: 40px;
    }

    .common_board .bootstrap-select>.dropdown-toggle {
        padding-right: 30px;

    }

    .status_wrap .table_wrap {
        overflow-x: auto;
    }

    .status_wrap .table_wrap table {
        min-width: 600px;
    }
}

@media(max-width: 480px) {
    :root {
        --txt_24: 20px;
        --txt_20: 16px;
        --txt_19: 16px;
        --txt_18: 16px;
    }

    .sub_nav>ul>li a {
        padding: 0 15px;
    }

    .sub_nav a {
        font-size: 14px;
    }

    .sub_nav .home {
        height: 15px;
    }

    .sub h2.sub_tit {
        font-size: 22px;
        padding-top: 30px;
    }

    .menual.sub h2.sub_tit {
        margin-bottom: 23px;
    }

    .menual.sub .search_box {
        margin: 0 auto 31px;
    }

    .menual.sub .input_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .menual.sub .board_list table tr {
        position: relative;
        height: 100px;
    }

    .menual.sub .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 131px;
    }

    .menual.sub .board_list table tr td.list_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: 100%;
        width: 100%;
        justify-content: center;
        padding: 7px 0px;
        gap: 5px;
    }

    .menual.sub .board_list table tr td.list_btn .preview {
        margin-top: 0;
    }

    .menual.sub .board_list table colgroup col:nth-child(1) {
        width: 10%;
    }

    .menual.sub .board_list table colgroup col:nth-child(2) {
        width: 90%;
    }

    .menual.sub .board_list table colgroup col:nth-child(3) {
        width: 100%;
        width: 100%;
    }

    .menual.sub .bootstrap-select>.dropdown-toggle,
    .menual.sub .board_list table tr td.list_tit b,
    .menual.sub .search_box input,
    .menual.sub .board_list table tr td.list_num,
    .menual.sub .bootstrap-select .dropdown-menu li a span.text {
        font-size: 15px;
    }

    .menual.sub .board_list table tr td.list_tit p {
        margin-top: 5px;
    }

    .menual.sub .board_list table tr td {
        vertical-align: baseline;
    }

    .menual.sub .board_list table tr td.list_tit {
        padding: 12px 15px;
    }

    .menual.sub .board_list table tr td.list_num::before {
        display: none;
    }

    .menual.sub .board_list table tr td.list_num {
        top: 5px;
    }


    .instruction .pdf_ctr .pdf_btn a {
        padding: 11px 0;
    }

    /* 게시판 시작 */
    .common_board h2.sub_tit {
        margin-bottom: 23px;
    }

    .common_board .search_box {
        margin: 0 auto 31px;
    }

    .common_board .input_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .common_board .board_list table tr {
        position: relative;
    }

    .common_board .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 131px;
    }

    .common_board .board_list table tr td.list_btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: 100%;
        width: 100%;
        justify-content: center;
        padding-bottom: 10px;
        gap: 5px;
    }

    .common_board .board_list table tr td.list_btn .preview {
        margin-top: 0;
    }

    .common_board .bootstrap-select>.dropdown-toggle,
    .common_board .board_list table tr td.list_tit b,
    .common_board .search_box input,
    .common_board .board_list table tr td.list_num,
    .common_board .bootstrap-select .dropdown-menu li a span.text {
        font-size: 15px;
    }

    .common_board .board_list table tr td.list_tit p {
        margin-top: 5px;
    }

    .common_board .board_list table tr td {
        vertical-align: baseline;
    }

    .common_board .board_list table tr td.list_tit {
        padding: 5px 0;
    }

    .common_board .board_list table tr td.list_num::before {
        display: none;
    }

    .common_board .board_list table tr td.list_num {
        top: 5px;
    }

    /* 게시판 끝 */

}