/** @format */

@charset 'utf-8';
/*-----------------------------------------------------------------
	공통
-----------------------------------------------------------------*/
@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    /* size */
    --btn_height: 2.25rem;
    --size1: 1rem;
    --size2: 2rem;
    --size3: 3rem;
    --size4: 4rem;
    --size5: 5rem;
}
body,
#ctt_con,
.text > dl dd,
.text > dl dt,
.text > ol li,
.text > ul li,
.text > p {
    font-family: 'S-CoreDream-4Regular', 'Noto Sans KR', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.5;
}
strong,
b,
.u-font-weight--bold {
    font-weight: 700;
    font-weight: 400;
    font-family: 'S-CoreDream-6Bold';
}
p {
    text-align: justify;
}
textarea:focus,
button:focus,
input:focus,
*:focus {
    outline: none;
}
.ta_j {
    text-align: justify;
}
.ta_r {
    text-align: right;
}
.ta_c {
    text-align: center;
}
.ta_l {
    text-align: left;
}
/* 말줄임 */
.ellipsis {
    display: block;
    width: calc(100% - 0.5rem) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
.ellipsis_multyLine {
    display: -webkit-box !important;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    /* 아래는 상황에 따라 작성 */
    max-height: calc(1.5em + 2) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
}
/* blind */
.blind,
.sr_only {
    overflow: hidden;
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    z-index: 0;
}
.bxType_pre pre {
    overflow: auto;
    height: auto;
    padding: 0 15px;
    margin: 0;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    box-sizing: border-box;
    font-family: 'S-CoreDream-4Regular', 'Noto Sans KR', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
}
/* 간격 */
/* top */
p + p,
.mgT-1 {
    margin-top: var(--size1) !important;
}
.mgT-2 {
    margin-top: var(--size2) !important;
}
.mgT-3 {
    margin-top: var(--size3) !important;
}
.mgT-4 {
    margin-top: var(--size4) !important;
}
.mgT-5 {
    margin-top: var(--size5) !important;
}
/* bot */
.mgB-1 {
    margin-bottom: var(--size1) !important;
}
.mgB-2 {
    margin-bottom: var(--size2) !important;
}
.mgB-3 {
    margin-bottom: var(--size3) !important;
}
.mgB-4 {
    margin-bottom: var(--size4) !important;
}
.mgB-5 {
    margin-bottom: var(--size5) !important;
}

.ta_c {
    text-align: center;
}
/*----------------------------------------------------------------
	보건구호부 테마
----------------------------------------------------------------*/
.c-header {
    background-color: #fff;
}
.c-page-header {
    box-shadow: inset 0px 16px 14px 0px var(--color-darker-40);
}
.text ol {
    padding-left: 0;
}
.text ol li {
    position: relative;
    padding-left: 2rem;
    list-style: none;
    text-indent: 0;
}
.text ol li:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    line-height: 1.5;
    margin-right: 0;
}
.text ol li:nth-child(1):before {
    content: '01.';
}
.text ol li:nth-child(2):before {
    content: '02.';
}
.text ol li:nth-child(3):before {
    content: '03.';
}
.text ol li:nth-child(4):before {
    content: '04.';
}
.text ol li:nth-child(5):before {
    content: '05.';
}
.text ol li:nth-child(6):before {
    content: '06.';
}

blockquote p:after {
    margin-left: 0.25rem;
}
@media (min-width: 501px) {
    .logo {
        background-image: url(../img/logo.png);
    }
}
.c-footer__secondary-nav__link {
    align-items: center;
}
/*----------------------------------------------------------------
	index.php, 메인
----------------------------------------------------------------*/
.u-color--gray,
.u-color--gray a {
    color: #717171;
}
.u-theme--bluejay .c-header .c-primary-nav__link {
    color: var(--color-darker);
}
.u-theme--bluejay .c-header .c-primary-nav__link:hover {
    color: var(--color-base);
}
.u-path-fill--gray path {
    fill: #717171;
}
.c-header {
    position: relative;
}
@media (max-width: 500px) {
    .c-hero {
        padding-top: 50px;
    }
    .c-header__logo {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
.board_covid19,
.board_schedule {
    display: block;
}
.board_covid19 .c-block__heading,
.board_schedule .c-block__heading {
    justify-content: space-between;
    position: relative;
}
.board_schedule .btn_view_all {
    top: calc(50% - ((15px + (10px * 2) + (1px * 2)) / 2));
}

.board_schedule .c-block-wrap__content .date {
    position: relative;
    /* 	padding-left: 3rem; */
    font-size: 1.5rem;

    padding-left: 0;
    display: flex;
    align-items: center;
}
.board_schedule .c-block-wrap__content .date span {
    display: inline-block;
    position: absolute;
    top: calc(50% - (1rem / 2));
    left: 0;
    width: 44px;
    height: 1rem;
    color: #fff;
    font-size: calc(0.5rem + 2px);
    text-align: center;
    line-height: calc(1rem + 2px);
    background-color: var(--color-base);
    border-radius: 20px;

    position: static;
    order: 1;
    margin-left: 0.5rem;
}
.board_schedule .c-block-wrap__content .date span.over {
    display: none;
    background: gray;
}
.board_schedule .c-block-wrap__content .schedule_dDay:last-child {
    padding-bottom: 0.75rem;
}
.board_schedule .c-block-wrap__content div[class*='schedule_'] li {
    position: relative;
    min-height: 1.5rem;
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.board_schedule .c-block-wrap__content div[class*='schedule_'] li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px dashed #d9d9d9;
}
.board_schedule .c-block-wrap__content div[class*='schedule_'] li a span:before {
    content: ' - ';
}
.board_covid19 {
    margin-top: calc(2.5rem * 1.5);
}
.board_covid19 ul li {
    position: relative;
    padding-left: 1rem;
}
.board_covid19 ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc((24px - 4px) / 2);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--color-base);
}
.board_covid19 ul li + li {
    margin-top: 0.5rem;
}

/*----------------------------------------------------------------
	sub, 서브
----------------------------------------------------------------*/
#ctt {
    margin: 0;
}
#ctt_con {
    padding: 0;
}
/**/
.sub_nursingHome .nursingHome_item + .nursingHome_item,
.sub_healthcare .healthcare_item + .healthcare_item {
    margin-top: var(--size3);
}

.sub_departmentH .c-block__group {
    padding-top: 1rem;
    justify-content: flex-start;
}
.sub_departmentH .c-block__group .text > ul {
    margin-left: 0;
}

@media screen and (max-width: 1999px) {
    .l-main .c-article + .c-sidebar {
        margin-top: 0;
    }
    .board_schedule .c-block-wrap__content .schedule_dDay:nth-child(4),
    .board_schedule .c-block-wrap__content .schedule_dDay:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 1099px) {
    .main_quickLink,
    .l-main__content {
        padding-left: 0.875rem;
    }
    .main .c-sidebar {
        margin-top: 0 !important;
    }

    .board_schedule .c-block-wrap__content .schedule_dDay:nth-child(3) {
        display: none;
    }

    .board_covid19 .c-block__heading-title {
        width: 92% !important;
    }
    /* max-width:1099px 끝 */
}
@media screen and (max-width: 829px) {
    .l-main .c-article {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .l-main.sub_departmentH .c-article {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .main .c-sidebar {
        padding-left: 0.875rem !important;
    }
    .board_schedule {
        margin-top: calc(2.5rem * 1.5);
    }
    .board_schedule .c-block-wrap__content .date {
        padding-left: 0;
        padding-right: 3rem;
        font-size: calc(1.25rem + 2px);
    }
    .board_schedule .c-block-wrap__content .date span {
        left: auto;
        right: 0;
    }
    /* max-width:829px 끝 */
}
@media screen and (max-width: 499px) {
    .main .l-main .c-article {
        padding-left: 0;
    }
    .sub_departmentH .c-block__group {
        padding-top: 0;
    }

    .board_schedule .c-block-wrap__content .date {
        font-size: 1.25rem;
    }
    .board_schedule .c-block-wrap__content .date span {
        line-height: 1rem;
    }
    /* max-width:499px 끝 */
}
/*----------------------------------------------------------------
	board, 게시판
----------------------------------------------------------------*/
.frm_input {
    padding: 5px 30px 5px 5px;
    cursor: pointer;
    background: url(/theme/sda_bible/img/icons/o-arrow--down.svg) no-repeat right 0.3125rem center;
    /* background-size: .625rem .625rem; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
tr.bo_notice {
    background: #e6f8ff;
}
/*
	captcha, 캡차
*/
.bo_vc_w_info #captcha,
.bo_vc_w_info #captcha * {
    font-size: 0;
}
#captcha #captcha_key {
    font-size: calc(1rem - 1px);
}
#captcha #captcha_key,
#captcha #captcha_reload,
#captcha #captcha_mp3 {
    margin-left: 0.25rem;
}
/*
	board webzine
*/
.board_webzine .item {
    align-items: flex-start;
    margin-top: 0;
}
.board_webzine .item + .item {
    margin-top: 2.5rem;
}
.board_webzine .item .c-block__title {
    padding-top: calc(0.5rem + 2px);
    font-size: calc(1.25rem + 2px);
}
.board_webzine .item .ellipsis_multyLine {
    max-height: calc(1.5em * 4) !important;
    -webkit-line-clamp: 4;
}
@media screen and (max-width: 1099px) {
    /*
	board webzine
*/
    .board_webzine .item .c-block__title {
        padding-top: 0;
    }
    /* max-width:1099px 끝 */
}
@media screen and (max-width: 499px) {
    /*
	captcha, 캡차
*/
    #captcha #captcha_key {
        font-size: calc(0.75rem + 1px);
        max-width: 80px;
    }
    /* board webzine */
    .board_webzine .item .ellipsis_multyLine {
        max-height: calc(1.5em * 2) !important;
        -webkit-line-clamp: 2;
    }
    .board_webzine .item .c-block__title {
        font-size: 1.25rem;
    }
    /* board review */
    #bo_w .bo_w_info .frm_input,
    #bo_w #wr_password {
        width: calc((100% - 1%) / 2);
    }
    #bo_w .bo_w_info label:nth-of-type(2n + 1) + .frm_input {
        margin-left: 0;
    }
    /* max-width:499px 끝 */
}
/*----------------------------------------------------------------
	main_quickLink, 메인퀵링크
----------------------------------------------------------------*/
.main_quickLink {
    margin-top: calc(2.5rem * 1.5);
}
.main_quickLink ul {
    padding: 0.25rem 0;
    margin-top: calc(1.25rem);
    font-size: 0;
    border: 1px solid #e5e5e5;
    border-right: 0 none;
    border-left: 0 none;
}
.main_quickLink li {
    display: inline-block;
    width: calc(100% / 8);
    height: calc(36px + (0.25rem * 2));
    padding: 0.25rem 0.5rem;
    color: #375a84;
    vertical-align: top;
}
.main_quickLink li a {
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 36px;
    color: #464646;
}
.main_quickLink li.item_official {
    border: 0 none;
}
.main_quickLink li.item_official a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-left: 8px;
    margin-right: 4px;
    background: url(../img/svg/angle-right-solid.svg) no-repeat 50% 50%/14px 14px;
}
.main_quickLink li.item_official a img {
    margin-top: -3px;
    margin-right: 4px;
}
@media screen and (max-width: 1099px) {
    .main_quickLink li {
        width: calc(100% / 6);
    }
    /* max-width:1099px 끝 */
}
@media screen and (max-width: 829px) {
    .main_quickLink li {
        width: calc(100% / 5);
        height: calc(28px + (0.25rem * 2));
    }
    .main_quickLink li a {
        font-size: calc(0.75rem + 2px);
        line-height: 28px;
    }
    /* max-width:829px 끝 */
}
@media screen and (max-width: 499px) {
    .main_quickLink li {
        width: calc(100% / 3);
    }
    /* max-width:499px 끝 */
}

/* 2023-03-22 */
#btn_back {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    transition: 0.2s box-shadow ease-in;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}
#btn_back,
#btn_back:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23121212' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
#btn_back:hover {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 499px) {
    #btn_back {
        bottom: 16px;
        left: 16px;
    }
}
