.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*공통*/
div,
p,
span,
dt,
dd,
b {
    letter-spacing: -0.5px;
}

/*공통*/

/*센터소개*/
section.sub.center_page .sub_sec {
    top: 0;
}

section.sub.center_page .sub_main {
    margin-bottom: -66px;
}

.center_page .sec_inner {
    text-align: center;
}

.center_page .sub_page_tit_wrap {
    border: 2px solid #927E74;
    border-right: 0;
    border-left: 0;
    padding: 43px 0;
}

.center_page .sub_page_tit_wrap b {
    color: #3B312C;
    font-size: 36px;
    font-weight: 700;
    display: block;
    position: relative;
}

.center_page .sub_page_tit_wrap b .quot {
    font-size: 60px;
    color: #CECECE;
    margin: 0 13px;
    line-height: 0;
    vertical-align: middle;
}

.center_page .center_con {
    margin-top: 60px;
}

.center_page .center_con b {
    font-weight: 600;
    line-height: 150%;
    word-break: keep-all;
}

.center_page .center_con p {
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    word-break: keep-all;
}

.center_page .con_tit {
    font-size: 22px;
    margin-bottom: 30px;
    display: block;
}

.center_page .con_bottom {
    background: #F5F4F4;
    padding: 60px 10px;
}

.center_page .con_bottom .bottom_b {
    font-size: 24px;
    line-height: 150%;
    margin-top: 20px;
    display: block;
}

.center_page .conet_txt {
    margin: 100px 0 100px;
}

.center_page .conet_txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    position: relative;
}

.center_page .conet_txt ul::before {
    position: absolute;
    width: 501px;
    height: 120px;
    background-image: url(../images/user/center_img04.png);
    background-size: 100%;
    background-position: center;
    content: "";
    bottom: -120px;
}

.center_page .conet_txt ul li {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #3B312C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.center_page .conet_txt ul li:nth-child(1) img {
    width: 76px;
}

.center_page .conet_txt ul li:nth-child(2) img {
    width: 87px;
}

.center_page .conet_txt ul li:nth-child(3) img {
    width: 73px;
}

.center_page .conet_txt ul li p {
    line-height: 130%;
    font-weight: 600;
}

.center_page .center_process {
    background: #927E74;
    margin-top: 100px;
}

.center_page .center_process ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center_page .center_process ul li {
    background: #EAE0D5;
    width: 262px;
    height: 146px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    border-radius: 10px;
    padding: 30px 0px;
    position: relative;
}

.center_page .center_process ul .next {
    width: 172px;
}

.center_page .center_process ul li p span {
    display: block;
    font-weight: 600;
    line-height: 130%;
}

.center_page .center_process ul li p span.num {
    color: #927E74;
    font-size: 36px;
    margin-bottom: 10px;
}

.center_page .center_process ul li p span.txt {
    font-weight: 600;
    font-size: 22px;
}

.center_page .center_process ul li img {
    width: 60px;
}

.center_page .center_process ul li:nth-child(1) img {
    width: 49px;
}

.center_page .center_process .sec_inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.center_page .center_process .sec_inner>p,
.center_page .center_process .sec_inner>b {
    color: #fff;
}

.center_page .center_process .sec_inner>p {
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 80px 0 20px;
}

.center_page .center_process .sec_inner>b {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
}

.center_page .center_logo {
    display: block;
    width: 200px;
    margin: 80px auto 0;
}

/*센터소개*/

/*시신기증 안내*/

/* *** 시신 기증이란 **** */
section.sub.info .sec_inner.information {
    display: flex;
    justify-content: space-between;
}

section.sub.info .sec_inner.information .left img {
    width: 412px;
}

section.sub.info .sec_inner.information .right h3 {
    font-weight: 700;
    font-family: var(--noto_serif);
    font-size: 40px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

section.sub.info .sec_inner.information .right p {
    font-size: 19px;
    line-height: 150%;
    word-break: keep-all;
}

section.sub.info .sec_inner.information .right p span {
    font-family: 'Noto Sans KR';
}

section.sub.info .sec_inner.information .right .img_box {
    display: none;
}

section.sub.info .sec_inner.information .right b {
    color: #414141;
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    margin: 20px 0 10px;
    display: block;
}

/* *** 시신 기증이란 **** */

/* *** FAQ **** */
.qan_list {
    width: 100%;
    min-height: 350px;
}

.qan_list .group {
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 13px;
    background-color: #FFF;
}

.qan_list .group>button {
    cursor: pointer;
}

.qan_list .label {
    display: flex;
    align-items: baseline;
    padding: 19px 10px;
    gap: 3px;
    position: relative;
    width: 100%;

}

.qan_list .qna_q,
.qan_list .qnaA {

    font-weight: 600;
}

.qan_list .qna_q {
    font-size: 24px;
}

.qan_list .qnaA {
    color: #414141;
    font-size: 20px;
}

.qan_list .item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0 36px;
    position: relative;
}

.qan_list .group.active {
    background: #F2F2F2;
    transition: all 0.3s ease;
}

.qan_list .group.active .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CECECE;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
}

.qan_list .item.active {
    max-height: 500PX;
    transition: all 0.3s ease;
}


.qan_list .qna_write {
    font-size: 24px;
    font-weight: 600;
}

.qan_list .qna_write_box {
    font-size: 20px;
    font-weight: 400;
    color: #414141;
}

.qan_list .group .label .qna_write {
    padding-right: 40px;
    margin-bottom: 0;
    text-align: left;
    word-break: keep-all;
}

.qan_list .item .qna_write_box {
    word-break: keep-all;
    white-space: pre-line;
    line-height: 1.3;
    margin: 16px 0;
}

.qan_list .qna_btn {
    position: absolute;
    width: 11px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    transition: all 0.2s;
}

.qan_list .qna_btn::before,
.qan_list .qna_btn::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 18px;
    background: #3B312C;
    border-radius: 60px;
    top: 50%;
}

.qan_list .qna_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 0;
}

.qan_list .qna_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 100%;
}

.qan_list .group.active .qna_btn::before,
.qan_list .group.active .qna_btn::after {
    background: #A1928B;
    transition: all 0.2s;
}

.qan_list .group.active .qna_btn {
    transform: translate(0, -50%) rotate(-180deg);
    transition: all 0.2s;
}

/* *** FAQ **** */

/*시신기증 안내*/

/*기증 절차 및 신청*/

/* 기증 절차 안내 */
.process h3 {
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 20px;
}

.process .area {
    width: 100%;
}

.process .area+.area {
    margin-top: 96px;
}

.process_con {
    border-top: 1px solid#CECECE;
    padding-top: 30px;
}

.process_con>ul.pro_ul {
    display: grid;
    gap: 40px;
    justify-content: space-between;
    position: relative;
}

.process_con>ul.pro_ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 244px;
    border: 1px solid #CECECE;
    gap: 13px;
    position: relative;
}

.process_con>ul.pro_ul li:nth-child(1) {
    grid-area: 1 / 1;
}

.process_con>ul.pro_ul li:nth-child(2) {
    grid-area: 1 / 2;
}

.process_con>ul.pro_ul li:nth-child(3) {
    grid-area: 1 / 3;
}

.process_con>ul.pro_ul li:nth-child(4) {
    grid-area: 1 / 4;
}

.process_con>ul.pro_ul li:nth-child(5) {
    grid-area: 2 / 4;
}

.process_con>ul.pro_ul li:nth-child(6) {
    grid-area: 2 / 3;
}

.process_con>ul.pro_ul li:nth-child(7) {
    grid-area: 2 / 2;
}

.process_con>ul.pro_ul li:nth-child(8) {
    grid-area: 2 / 1;
}

.process_con>ul.pro_ul li:nth-child(5) img {
    width: 51px;
}

.process_con>ul.pro_ul li:nth-child(6) img {
    width: 50px;
}

.process_con>ul.pro_ul li:nth-child(7) img {
    width: 36px;
}

.process_con>ul.pro_ul li:nth-child(8) img {
    width: 44px;
}

.process_con>ul.pro_ul li img {
    width: 56px;
}

.process_con>ul.pro_ul li b {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
}

.process_con>ul.pro_ul li p {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #927E74;
    line-height: 150%;
}

.process_con>ul.pro_ul li::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-image: url(../images/user/process_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.process_con>ul.pro_ul li:nth-child(1)::after,
.process_con>ul.pro_ul li:nth-child(2)::after,
.process_con>ul.pro_ul li:nth-child(3)::after {
    right: -32px;
}

.process_con>ul.pro_ul li:nth-child(4)::after {
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.process_con>ul.pro_ul li:nth-child(5)::after,
.process_con>ul.pro_ul li:nth-child(6)::after,
.process_con>ul.pro_ul li:nth-child(7)::after {
    transform: rotate(-180deg);
    left: -30px;
}

.process_con>ul.pro_ul li:nth-child(8)::after {
    display: none;
}

.process_con h4 {
    font-weight: 600;
    font-size: 24px;
    color: #927E74;
    margin-bottom: 10px;
}

.process_con .call_ul>ul>li {
    display: flex;
    background: #F5F4F4;
    padding: 30px 40px;
    align-items: center;
}

.process_con .call_ul>ul>li .left {
    width: 260px;
    margin-right: 40px;
}

.process_con .call_ul>ul>li .left>b {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    color: #3B312C;
}

.process_con .call_ul>ul>li .left span {
    display: flex;
    color: #927E74;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: -0.9px;
    margin-top: 5px;
    font-weight: 500;
    align-items: baseline;
}

.process_con .call_ul>ul>li .right {
    padding-left: 40px;
    border-left: 1px solid #CECECE;
}

.process_con .call_ul>ul>li+li {
    margin-top: 15px;
}

.process_con .first_dl+.first_dl {
    margin-top: 5px;
}

.process_con .first_dl {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.process_con .first_dl dd,
.process_con .first_dl dt {
    line-height: 150%;
    letter-spacing: -1px;
    word-break: keep-all;
}

.process_con .first_dl dd {
    font-size: 19px;
    color: #414141;
}

.process_con .first_dl dt {
    font-weight: 600;
    font-size: 20px;
    width: 205px;
}

.process_con .point {
    color: #927E74;
}

.process_con .sec_ul li {
    font-size: 19px;
    line-height: 150%;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    color: #3B312C;
    word-break: keep-all;
}

.process_con .call_ul>ul>li .right b {
    font-weight: bold;
}

.process_con .num {
    width: 20px;
    height: 20px;
    background: #A1928B;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    flex-shrink: 0;
}

.process_con .sec_ul li+li {
    margin-top: 10px;
}

.process_con .thir_ul li+li {
    margin-top: 20px;
}

.process_con .thir_ul li dl {
    width: 700px;
    background: #fff;
    padding: 15px 0;
}

.process_con .thir_ul li dl dt {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    width: 237px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #927E74;
    margin-bottom: 15px;
}

.process_con .thir_ul li dl dd {
    padding-left: 20px;
    color: #3B312C;
    font-size: 19px;
    display: flex;
    line-height: 150%;
    align-items: baseline;
    word-break: keep-all;
}

.process_con .thir_ul li dl dd+dd {
    margin-top: 5px;
}

.process_con .call_ul2>ul>li .left {
    width: 320px;
}

.process_con .call_ul2>ul>li img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.process_con .call_ul2>ul>li .left p {
    color: #3B312C;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    line-height: 150%;
}

.process_con .call_ul2>ul>li .left>b {
    color: #927E74;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.process_con .call_ul2>ul>li .left span {
    color: #3B312C;
}

.process_con .call_ul2>ul>li .right li.dot {
    position: relative;
    padding-left: 12px;
}

.process_con .call_ul2>ul>li .right li.dot::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: 0;
    background: #A1928B;
}

.process_con+.process_con {
    border: 0;
}
.process_con .download-btn {
  background: #605149;
  color: #fff;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 6px;
}

.process_con .download-btn img {
  width: 13px;
  height: 16px;
  object-fit: contain;
}

.process_con .download-btn span{
    color: #fff;
    line-height: 140%;
    font-weight: 400;
}
/*기증 절차 및 신청*/

/*유족지원*/
/*유족지원*/

/*커뮤니티*/
/*커뮤니티*/

/*온라인 추모관*/
/*온라인 추모관*/

@media(max-width: 1400px) {

    /*공통 1400px*/
    section.sub .sec_inner {
        padding-top: 62px;
    }

    /*공통 1400px*/

    /*센터소개 1400px*/
    .center_page .sub_page_tit_wrap {
        padding: 33px 0;
    }

    .center_page .sub_page_tit_wrap b {
        font-size: 27px;
    }

    .center_page .sub_page_tit_wrap b .quot {
        font-size: 46px;
        margin: 0 10px;
    }

    .center_page .con_tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .center_page .center_con {
        margin-top: 39px;
    }

    .center_page .conet_txt {
        margin: 51px 0 91px;
    }

    .center_page .conet_txt ul li {
        width: 173px;
        height: 173px;
        gap: 6px;
    }

    .center_page .conet_txt ul li:nth-child(1) img {
        width: 55px;
    }

    .center_page .conet_txt ul li:nth-child(2) img,
    .center_page .conet_txt ul li:nth-child(3) img {
        width: 60px;
    }

    .center_page .conet_txt ul::before {
        width: 448px;
        height: 108px;
        bottom: -108px;
    }

    .center_page .center_con p {
        font-size: 18px;
    }

    .center_page .con_bottom .bottom_b {
        font-size: 20px;
        margin-top: 14px;
    }

    .center_page .con_bottom {
        padding: 27px 10px;
    }

    .center_page .center_process {
        margin-top: 70px;
    }


    .center_page .center_process ul li {
        width: 241px;
        height: 129px;
    }

    .center_page .center_process ul li p span.num {
        font-size: 32px;
        margin-bottom: 3px;
    }

    .center_page .center_process ul li:nth-child(1) img {
        width: 43px;
    }

    .center_page .center_process ul li img {
        width: 51px;
    }

    .center_page .center_process .sec_inner>p {
        font-size: 18px;
        margin: 60px 0 17px;
    }

    .center_page .center_process .sec_inner>b {
        font-size: 22px;
    }

    .center_page .center_logo {
        width: 190px;
        margin: 39px auto 0;
    }

    .center_page .center_process ul .next {
        width: 96px;
    }

    /*센터소개 1400px*/

    /*시신기증 안내 1400px*/

    section.sub.info .sec_inner.information .left img {
        width: 395px;
    }

    section.sub.info .sec_inner.information .right {
        width: calc(54% - 10px);
    }

    section.sub.info .sec_inner.information .right h3 {
        font-weight: 700;
        font-family: var(--noto_serif);
        font-size: 33px;
        padding-bottom: 19px;
        margin-bottom: 19px;
    }

    /*시신기증 안내 1400px*/

    /*기증 절차 및 신청 1400px*/
    .process_con>ul.pro_ul {
        grid-template-columns: repeat(4, 22%);
        gap: 29px 0;
    }

    .process_con>ul.pro_ul li {
        width: 100%;
        height: 211px;
        gap: 7px;
    }

    .process_con>ul.pro_ul li::after {
        width: 16px;
        height: 15px;
    }

    .process_con>ul.pro_ul li img {
        transform: scale(0.9);
    }

    .process_con>ul.pro_ul li:nth-child(1)::after,
    .process_con>ul.pro_ul li:nth-child(2)::after,
    .process_con>ul.pro_ul li:nth-child(3)::after {
        right: -26px;
    }

    .process_con>ul.pro_ul li:nth-child(4)::after {
        bottom: -24px;
    }

    .process_con>ul.pro_ul li:nth-child(5)::after,
    .process_con>ul.pro_ul li:nth-child(6)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        left: -26px;
    }

    .process_con>ul.pro_ul li b {
        font-size: 17px;
    }

    .process_con>ul.pro_ul li p {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .process_con .call_ul>ul>li {
        padding: 20px 30px;
    }

    .process_con .call_ul>ul>li .left {
        width: 236px;
        margin-right: 30px;
    }

    .process_con .call_ul>ul>li .left>b {
        font-size: 22px;
    }

    .process_con .call_ul>ul>li .left span {
        font-size: 17px;
        margin-top: 2px;
    }

    .process_con .call_ul>ul>li .right {
        padding-left: 30px;
        width: calc(69% - 2px);
    }

    .process_con .first_dl dt {
        font-size: 19px;
        width: 205px;
        flex-shrink: 0;
    }

    .process_con .first_dl dd {
        font-size: 18px;
    }

    .process_con .thir_ul li dl dt {
        font-size: 21px;
        margin-bottom: 15px;
        width: 221px;
    }

    .process_con .thir_ul li dl {
        width: 100%;
    }

    .process_con .call_ul2>ul>li .left p {
        font-size: 22px;
        flex-direction: column;
    }
    .process_con .download-btn{
        font-size: 16px;
    }
    .process_con .download-btn img {
        width: 12px;
        height: 15px;
    }

    /*기증 절차 및 신청 1400px*/

    /*유족지원 1400px*/
    /*유족지원 1400px*/

    /*커뮤니티 1400px*/
    /*커뮤니티 1400px*/


    /*온라인 추모관 1400px*/
    /*온라인 추모관 1400px*/

}

@media(max-width: 1024px) {
    /*공통 1024px*/
    /*공통 1024px*/

    /*센터소개 1024px*/
    .center_page .sub_page_tit_wrap b {
        font-size: 22px;
    }

    .center_page .sub_page_tit_wrap b .quot {
        font-size: 36px;
        margin: 0 8px;
    }

    .center_page .sub_page_tit_wrap {
        padding: 28px 0;
    }

    .center_page .con_tit {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .center_page .center_con p {
        font-size: 17px;
    }

    .center_page .conet_txt ul li:nth-child(2) img,
    .center_page .conet_txt ul li:nth-child(3) img {
        width: 50px;
    }

    .center_page .conet_txt ul li:nth-child(1) img {
        width: 42px;
    }

    .center_page .conet_txt ul li {
        width: 154px;
        height: 154px;
        gap: 6px;
    }

    .center_page .con_bottom .bottom_b {
        font-size: 19px;
        margin-top: 12px;
    }

    .center_page .conet_txt ul::before {
        width: 401px;
        height: 97px;
        bottom: -97px;
    }

    .center_page .conet_txt {
        margin: 31px 0 82px;
    }

    .center_page .center_process ul li {
        width: calc(33.33333% - 39px);
        height: 108px;
        padding: 24px 0px;
    }

    .center_page .center_process ul li p span.num {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .center_page .center_process ul li p span.txt {
        font-size: 18px;
    }

    .center_page .center_process ul li:nth-child(1) img {
        width: 37px;
    }

    .center_page .center_process ul li img {
        width: 44px;
    }

    .center_page .center_process .sec_inner>p {
        margin: 37px 0 11px;
        font-size: 17px;
    }

    .center_page .center_logo {
        width: 180px;
        margin: 18px auto 0;
    }

    .center_page .center_process .sec_inner>b {
        font-size: 19px;
    }

    section.sub.info.center_page .center_process .sec_inner {
        padding-bottom: 36px;
    }

    .center_page .center_process {
        margin-top: 46px;
    }

    .center_page .center_process ul .next {
        width: 59px;
    }

    /*센터소개 1024px*/

    /*시신기증 안내 1024px*/
    section.sub .main_txt {
        padding: 0 28px;
    }

    section.sub.info .sec_inner.information .left {
        display: none;
    }

    section.sub.info .sec_inner.information .right .img_box {
        display: block;
        overflow: hidden;
        height: 340px;
        position: relative;
        margin-top: 13px;
    }

    section.sub.info .sec_inner.information .right .img_box img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -72%);
    }

    section.sub.info .sec_inner.information .right {
        width: 100%;
        margin-top: 19px;

    }

    /* 자주 묻는 질문 FAQ */
    .qan_list .label {
        padding: 17px 10px;
    }

    .qan_list .qna_write,
    .qan_list .qna_q {
        font-size: 19px;
    }

    .qan_list .qna_write_box,
    .qan_list .qnaA {
        font-size: 18px;
    }

    .qan_list .qna_btn::before,
    .qan_list .qna_btn::after {
        width: 15px;
    }

    .qan_list .qna_btn::before {
        left: 2px;
    }

    /*시신기증 안내 1024px*/

    /*기증 절차 및 신청 1024px*/
    .process_con>ul.pro_ul {
        grid-template-columns: repeat(3, 30%);
        gap: 28px 0;
    }

    .process_con>ul.pro_ul li:nth-child(4) {
        grid-area: 2 / 3;
    }

    .process_con>ul.pro_ul li:nth-child(5) {
        grid-area: 2 / 2;
    }

    .process_con>ul.pro_ul li:nth-child(6) {
        grid-area: 2 / 1;
    }

    .process_con>ul.pro_ul li:nth-child(7) {
        grid-area: 3 / 1;
    }

    .process_con>ul.pro_ul li:nth-child(8) {
        grid-area: 3 / 2;
    }

    .process_con>ul.pro_ul li::after {
        width: 19px;
        height: 20px;
    }

    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(6)::after {
        bottom: -26px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .process_con>ul.pro_ul li:nth-child(4)::after {
        transform: rotate(-180deg);
        left: calc(-12% - 3px);
        bottom: auto;
    }

    .process_con>ul.pro_ul li:nth-child(1)::after,
    .process_con>ul.pro_ul li:nth-child(2)::after,
    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        right: calc(-12% - 3px);
    }

    .process_con>ul.pro_ul li:nth-child(7)::after {
        left: auto;
        transform: rotate(0);
    }

    .process_con .call_ul>ul>li {
        padding: 20px 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .process_con .call_ul>ul>li .left {
        height: auto;
        margin: 0;
        padding-bottom: 20px;
    }

    .process_con .call_ul>ul>li .right {
        padding-left: 0;
        width: 100%;
        border-left: 0;
        border-top: 1px solid #CECECE;
        padding-top: 20px;
    }

    .process_con .first_dl {
        gap: 5px;
        flex-direction: column;
    }

    .process_con .first_dl+.first_dl {
        margin-top: 10px;
    }

    .process_con .thir_ul li dl dd {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*기증 절차 및 신청 1024px*/

    /*유족지원 1024px*/
    /*유족지원 1024px*/

    /*커뮤니티 1024px*/
    /*커뮤니티 1024px*/


    /*온라인 추모관 1024px*/
    /*온라인 추모관 1024px*/
}

@media(max-width: 768px) {
    /*공통 768px*/
    /*공통 768px*/

    /*센터소개 768px*/
    .center_page .sub_page_tit_wrap {
        padding: 23px 0;
    }

    .center_page .sub_page_tit_wrap b {
        font-size: 20px;
    }

    .center_page .sub_page_tit_wrap b .quot {
        font-size: 34px;
        margin: 0 8px;
    }

    .center_page .con_tit {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .center_page .con_tit br {
        display: contents;
    }

    .center_page .center_con p {
        font-size: 16px;
    }

    .center_page .conet_txt ul li {
        width: 104px;
        height: 104px;
        gap: 3px;
    }

    .center_page .conet_txt ul li:nth-child(2) img,
    .center_page .conet_txt ul li:nth-child(3) img {
        width: 34px;
    }

    .center_page .conet_txt ul li:nth-child(1) img {
        width: 33px;
    }

    .center_page .conet_txt ul li p {
        font-size: 14px;
        line-height: 117%;
    }

    .center_page .conet_txt ul::before {
        width: 303px;
        height: 73px;
        bottom: -73px;
    }

    .center_page .conet_txt {
        margin: 20px 0 61px;
    }

    .center_page .con_bottom .bottom_b {
        font-size: 17px;
        margin-top: 8px;
        letter-spacing: -0.5px;
    }

    .center_page .center_con p {
        font-size: 16px;
        letter-spacing: -0.6px;
    }

    .center_page .center_process .sec_inner>p {
        margin: 29px 0 9px;
        font-size: 16px;
    }

    .center_page .center_process .sec_inner>b {
        font-size: 18px;
    }

    .center_page .center_logo {
        width: 170px;
    }

    .center_page .center_process ul li {
        width: calc(33.33333% - 34px);
        height: 93px;
        padding: 16px 0px;
    }

    .center_page .center_process ul .next {
        width: calc(47px);
    }

    /*센터소개 768px*/

    /*시신기증 안내 768px*/
    section.sub .sec_inner {
        padding-top: 44px;
    }

    section.sub.info .sec_inner.information .left {
        height: 297px;
    }

    section.sub.info .sec_inner.information .right h3 {
        font-size: 25px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    section.sub.info .sec_inner.information .right b {
        margin: 15px 0 2px;
        font-size: 21px;
    }

    section.sub.info .sec_inner.information .right p {
        font-size: 16px;
    }

    .qan_list .item {
        padding: 0 12px;
    }

    .qan_list .qna_write_box,
    .qan_list .qnaA {
        font-size: 16px;
    }

    .qan_list .qna_write,
    .qan_list .qna_q {
        font-size: 17px;
    }

    .process_con .call_ul>ul>li .left {
        width: 100%;
        margin-right: 30px;
    }

    .process .area+.area {
        margin-top: 60px;
    }

    .process h3 {
        font-size: 24px;
    }

    .process_con {
        padding-top: 20px;
    }

    .process_con h4 {
        font-size: 20px;
    }

    .process_con .call_ul>ul>li .left>b {
        font-size: 18px;
    }

    .process_con .call_ul>ul>li .left span {
        font-size: 16px;
        margin-top: 0;
    }

    .process_con .first_dl {
        gap: 0;
    }

    .process_con .first_dl dt {
        font-size: 16px;
        width: 100%;
    }

    .process_con .call_ul>ul>li {
        padding: 15px 19px;
    }

    .process_con .thir_ul li dl dt {
        font-size: 20px;
        margin-bottom: 15px;
        width: 196px;
    }

    .process_con .sec_ul li {
        font-size: 16px;
    }

    .process_con .sec_ul li+li {
        margin-top: 5px;
    }

    .process_con+.process_con {
        margin-top: 50px;
        border: 0;
    }

    /*시신기증 안내 768px*/

    /*기증 절차 및 신청 768px*/
    /*기증 절차 및 신청 768px*/

    /*유족지원 768px*/
    /*유족지원 768px*/

    /*커뮤니티 768px*/
    /*커뮤니티 768px*/

    /*온라인 추모관 768px*/
    /*온라인 추모관 768px*/
}

@media(max-width: 640px) {
    /*공통 640px*/
    /*공통 640px*/

    /*센터소개 640px*/
    .center_page .center_process ul {
        flex-direction: column;
        gap: 5px;
    }

    .center_page .center_process ul li {
        width: 100%;
        padding: 22px 0px;
        height: 82px;
    }

    .center_page .center_process ul .next {
        display: none;
    }

    .center_page .center_process ul li p {
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    /*센터소개 640px*/

    /*시신기증 안내 640px*/
    section.sub.info .sec_inner .right p br.br {
        display: contents;
    }

    /*시신기증 안내 640px*/

    /*기증 절차 및 신청 640px*/
    .process_con>ul.pro_ul {
        grid-template-columns: repeat(2, 44%);
        gap: 39px 0;
    }

    .process_con>ul.pro_ul li:nth-child(3) {
        grid-area: 2 / 2;
    }

    .process_con>ul.pro_ul li:nth-child(4) {
        grid-area: 2 / 1;
    }

    .process_con>ul.pro_ul li:nth-child(5) {
        grid-area: 3 / 1;
    }

    .process_con>ul.pro_ul li:nth-child(6) {
        grid-area: 3 / 2;
    }

    .process_con>ul.pro_ul li:nth-child(7) {
        grid-area: 4 / 2;
    }

    .process_con>ul.pro_ul li:nth-child(8) {
        grid-area: 4 / 1;
    }

    .process_con>ul.pro_ul li:nth-child(1)::after,
    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(5)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        right: -20%;
        left: auto;
        bottom: auto;
        transform: rotate(0);
    }

    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        transform: rotate(-180deg);
        right: auto;
        left: -20%;
    }

    .process_con>ul.pro_ul li:nth-child(2)::after,
    .process_con>ul.pro_ul li:nth-child(4)::after,
    .process_con>ul.pro_ul li:nth-child(6)::after {
        bottom: -31px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    /*기증 절차 및 신청 640px*/

    /*유족지원 640px*/
    /*유족지원 640px*/

    /*커뮤니티 640px*/
    /*커뮤니티 640px*/

    /*온라인 추모관 640px*/
    /*온라인 추모관 640px*/
}

@media(max-width: 500px) {
    /*공통 500px*/
    /*공통 500px*/

    /*센터소개 500px*/
    /*센터소개 500px*/

    /*시신기증 안내 500px*/
    section.sub.info .sec_inner.information .right h3 {
        font-size: 23px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }

    section.sub.info .sec_inner.information .right p {
        font-size: 15px;
    }

    section.sub.info .sec_inner.information .right b {
        margin: 15px 0 2px;
        font-size: 19px;
    }

    /* 자주 묻는 질문 FAQ */
    .qan_list .label {
        padding: 14px 10px;
    }

    .qan_list .qna_q {
        font-size: 19px;
    }

    .qan_list .qna_write_box {
        font-size: 15px;
    }

    .qan_list .qnaA {
        font-size: 18px;
    }

    .qan_list .group {
        padding: 0 2px;
    }

    .qan_list .item {
        padding: 0 16px;
    }

    .qan_list .qna_write,
    .qan_list .qna_q {
        font-size: 16px;
    }

    .qan_list .qna_btn::before,
    .qan_list .qna_btn::after {
        width: 10px;
    }

    .qan_list .qna_btn::before {
        left: 5px;
    }

    /*시신기증 안내 500px*/

    /*기증 절차 및 신청 500px*/
    .process_con>ul.pro_ul li b {
        font-size: 15px;
    }

    /*기증 절차 및 신청 500px*/

    /*유족지원 500px*/
    /*유족지원 500px*/

    /*커뮤니티 500px*/
    /*커뮤니티 500px*/

    /*온라인 추모관 500px*/
    /*온라인 추모관 500px*/
}

@media(max-width: 480px) {

    /*센터소개 480px*/
    .center_page .sub_page_tit_wrap b .quot {
        font-size: 26px;
        margin: 0 3px;
    }

    .center_page .sub_page_tit_wrap b {
        font-size: 17px;
    }

    .center_page .center_con {
        margin-top: 15px;
    }

    .center_page .conet_txt ul {
        gap: 5px;
    }

    .center_page .conet_txt ul::before {
        width: 220px;
        height: 53px;
        bottom: -53px;
    }

    .center_page .center_con br {
        display: contents;
    }

    .center_page .conet_txt ul li p br {
        display: block;
    }

    .center_page .conet_txt {
        margin: 20px 0 43px;
    }

    .center_page .center_process .sec_inner br {
        display: contents;
    }

    .center_page .center_process .sec_inner p,
    .center_page .center_process .sec_inner b {
        word-break: keep-all;
    }

    .center_page .con_bottom {
        padding: 24px 10px;
    }

    /*센터소개 480px*/

    /*기증 절차 및 신청 480px*/
    .process_con>ul.pro_ul {
        grid-template-columns: repeat(2, 46.5%);
        gap: 39px 0;
    }

    .process_con>ul.pro_ul li img {
        transform: scale(0.8);
    }

    .process_con>ul.pro_ul li::after {
        width: 16px;
    }

    .process_con>ul.pro_ul li:nth-child(1)::after,
    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(5)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        right: calc(-11% - 3px);
    }

    .process_con>ul.pro_ul li:nth-child(2)::after,
    .process_con>ul.pro_ul li:nth-child(4)::after,
    .process_con>ul.pro_ul li:nth-child(6)::after {
        bottom: -32px;
    }

    .process_con>ul.pro_ul li:nth-child(3)::after,
    .process_con>ul.pro_ul li:nth-child(7)::after {
        transform: rotate(-180deg);
        right: auto;
        left: calc(-11% - 3px);
    }

    .process_con>ul.pro_ul li b {
        letter-spacing: -1px;
    }

    .process_con>ul.pro_ul li p {
        font-size: 14px;
        letter-spacing: -1.9px;
    }

    .process_con .call_ul2>ul>li .left>b {
        margin-bottom: 2px;
    }

    .process_con .call_ul2>ul>li img {
        width: 19px;
    }

    .process_con .call_ul>ul>li .left>b,
    .process_con .call_ul2>ul>li .left p {
        font-size: 18px;
    }

    .process_con .thir_ul li dl dd,
    .process_con .thir_ul li dl dt,
    .process_con .call_ul>ul>li .left span,
    .process_con .sec_ul li,
    .process_con .first_dl dt,
    .process_con .first_dl dd {
        font-size: 16px;
    }

    .process_con .call_ul>ul>li,
    .process_con h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .process_con .call_ul2>ul>li .left p {
        flex-direction: row;
    }

    .process h3 {
        font-size: 24px;
    }

    .process_con {
        padding-top: 10px;
    }

    .process_con>ul.pro_ul li::after {
        width: 13px;
    }

    .process_con .first_dl {
        gap: 0;
    }

    .process_con .call_ul>ul>li {
        padding: 20px 13px;
    }

    /*기증 절차 및 신청 480px*/
}