@charset "utf-8";
/*

TITLE : 일반형(A) - 1 sub style
WORKER : HSG
DATE : 2023.02
VERSION :
- 1.0 : 1차 구축.

*/

/* post40 */

/* post10 ~ post 104까지 공통 */
.special { position: relative; }
.special h4 { text-align: center; font-weight: 700; font-family: 'GmarketSansBold', sans-serif; color: var(--post10Clr01); }
.special h4 strong { position: relative; display: block; font-size: 2.5em; text-align: center; letter-spacing: -0.15rem; }
.special h4 strong span { position: relative; display: inline-block; }
.special h4 strong span::before { position: absolute; content: "★"; top: 0; left: 50%; transform: translate(-50%, -50%); color: inherit; font-size: 0.2em; }

.post101 .special h4 { color: var(--post101Clr01); }
.post102 .special h4 { color: var(--post102Clr01); }
.post103 .special h4 { color: var(--post103Clr01); }
.post104 .special h4 { color: var(--post104Clr01); }

.post101 .special h4 strong span::before { content: "★★"; }
.post102 .special h4 strong span::before { content: "★★★"; }
.post103 .special h4 strong span::before { content: "★★★★"; }
.post104 .special h4 strong span::before { content: "★★★★★"; }



/* post10 */
/* #subContent.post10 .section .imgWrap.outline { padding-left: clamp(30px, 13.636vw, 150px); } */
#subContent.post10 .section .imgWrap.deco { position: absolute; right: 2rem; top: 2rem; width: clamp(130px, 22.182vw, 300px); height: auto; }
#subContent.post10 .section.sec02 .boxLayout_3n1 .bx { position: relative; padding: 1rem; background-color: #fff; border-radius: 1rem; box-shadow: 5px 5px 0 var(--post10Clr01); }
#subContent.post10 .section.sec02 .boxLayout_3n1 .bx h6 { margin-bottom: 0.5rem; color: var(--post10Clr01); }
#subContent.post10 .section .list.other4.clr li span { background-color: var(--post10Clr01); }


/* post101 */
#subContent.post101 .section .list.other4.clr li span { background-color: var(--post101Clr01); }

/* post102 */
#subContent.post102 .section .list.other4.clr li span { background-color: var(--post102Clr01); }
#subContent.post102 .section ol li { letter-spacing: -0.9px; }
#subContent.post102 .section ol li img { display: inline-block; width: 20px; line-height: 1; margin-right: 0.25rem; transform: translateY(-5px); }
#subContent.post102 .section .inner .special { position: relative; padding-top: clamp(120px, 20vw, 220px); }
#subContent.post102 .section .inner .special .deco02 { position: absolute; right: 0; top: 0; width: clamp(100px, 18.182vw, 200px); height: auto; }

/* post103 */
#subContent.post103 .section .list.other4.clr li span { background-color: var(--post103Clr01); }

/* post104 */
#subContent.post104 .section .list.other4.clr li span { background-color: var(--post104Clr01); }
#subContent.post104 .section .table104 .no01 { width: 25%; }
#subContent.post104 .section .table104 .no02 { width: auto; }
#subContent.post104 .section .table104 .no03 { width: auto; }
#subContent.post104 .section .table104,
#subContent.post104 .section .table104 tr,
#subContent.post104 .section .table104 tr th,
#subContent.post104 .section .table104 tr td { border-color: var(--post104Clr01); }
#subContent.post104 .section .table104 tr th { background-color: var(--post104Clr01); color: #fff; border-right: 1px solid #fff; }
#subContent.post104 .section .table104 tr th:last-child { border-right: 0px solid #fff; }
#subContent.post104 .section .table104 tr td { text-align: center; border-right: 1px solid var(--post104Clr01); }
#subContent.post104 .section .table104 tr td:last-child { text-align: left; border-right: 0px solid var(--post104Clr01); }

/* post13 */
#subContent.post13 .section h4.GkBold07 { color: var(--post13Clr01); }
#subContent.post13 .section.sec02 h4.GkBold07 { color: var(--post13Clr02); }
#subContent.post13 .section p small { display: block; margin-top: 0.5rem; }
#subContent.post13 .section.sec02 .list.other4.clr li span { background-color: var(--post13Clr02); }

/* post11 */
#subContent.post11 .section h4.GkBold08 { position: relative; padding-left: 1.8rem; color: var(--post11Clr01); }
#subContent.post11 .section h4.GkBold08 img { position: absolute; left: 0; width: 1.2rem; height: auto; top: 50%; transform: translateY(-60%); }
#subContent.post11 .section .list.bigDot>li::before { background-color: var(--post11Clr01); }
#subContent.post11 .section table .no01 { width: 15%; }
#subContent.post11 .section table .no02 { width: 23%; }
#subContent.post11 .section table .no03 { width: auto; }
#subContent.post11 .section table .no04 { width: auto; }
#subContent.post11 .section table .no05 { width: 13%; }
#subContent.post11 .section table,
#subContent.post11 .section table tr,
#subContent.post11 .section table tr th,
#subContent.post11 .section table tr td { border-color: var(--post11Clr01); }
#subContent.post11 .section table tr th { background-color: var(--post11Clr01); color: #fff; border-right: 1px solid #fff; }
#subContent.post11 .section table tr th:last-child { border-right: 0px solid #fff; }
#subContent.post11 .section table tr td { text-align: center; border-right: 1px solid var(--post11Clr01); }
#subContent.post11 .section table tr td:last-child { border-right: 0px solid var(--post11Clr01); }
#subContent.post11 .section table tr th:nth-child(4) { border-top: 4px solid #6B4411; border-left: 4px solid #6B4411; border-right: 4px solid #6B4411; }
#subContent.post11 .section table tr td:nth-child(4) { border-left: 4px solid #6B4411; border-right: 4px solid #6B4411; }
#subContent.post11 .section table tr:last-child td:nth-child(4) { border-bottom: 4px solid #6B4411; }
@media all and (max-width: 767px){
    #subContent.post11 .section .decoBx img { width: 20px; }
}


/* post24 */
/* 서대문생생정보 서대문내품애센터 ELEMENT */
/* 입양안내 */
.ssLayout01 { position: relative; padding-top: 1.5em; }
.ssLayout01 .boxLayout_2n1 .wrap { flex-flow: row wrap; }
.ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(1) { position: relative; display: flex; justify-content: center; align-items: center; width: 270px !important; background-color: #F27580; border-radius: 1rem;  }
.ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(1) h5 { color: #fff; text-align: center; }
.ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(1) img { position: absolute; top: 0; left: 50%; transform: translate(-50%, -60%); width: 60px; }
.ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(2) { flex: 1; }
.ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(2) p { margin-bottom: 1em; }
@media all and (max-width: 767px){
    .ssLayout01 .boxLayout_2n1 .wrap { flex-flow: column; }
    .ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(1) { width: 270px; padding: 1.5em 1em; }
    .ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(2) { width: 100%; }
}
@media all and (max-width: 375px){
    .ssLayout01 .boxLayout_2n1 .wrap .bx:nth-child(1) { width: 100%; }
}
/* 새로운 가족 */
.ssLayout02 { position: relative; }
.ssLayout02 p { position: relative; padding-left: 3em; margin-bottom: 0.5em; color: #F27580; }
.ssLayout02 p img { position: absolute; left: 0; width: 2em; height: auto; }
.ssLayout02 .flex4n1 { position: relative; display: flex; flex-flow: row wrap; gap: 1em; margin-bottom: 1em; }
.ssLayout02 .flex4n1 .bx { padding: 0.5em; width: calc(25% - 3em / 4); background-color: #e9e9e9; border-radius: 0.5em; border: 2px solid #ddd; }
.ssLayout02 .flex4n1 .bx .imgWrap { margin-bottom: 0.7em; text-align: center }
.ssLayout02 .flex4n1 .bx h4 { margin-bottom: 0.5em; text-align: center; }
.ssLayout02 .flex4n1 .bx p { position: relative; padding: 0; margin: 0; color: #000; }
@media all and (max-width: 767px){
    .ssLayout02 .flex4n1 .bx { width: calc(50% - 1em / 2); }
}
@media all and (max-width: 375px){
    .ssLayout02 .flex4n1 .bx { width: 100%; }
}

/* post 일반 */
#subContent.post24 .section.sec02 h3 { display: block; padding: 0.25rem 1rem; margin: 0 auto 1rem; text-align: center; color: #fff; background-color: var(--post24Clr01); border-radius: 5px; }
#subContent.post24 .section.sec02 ul li span { background-color: var(--post24Clr01); }
#subContent.post24 .section table .no01 { width: 20%; }
#subContent.post24 .section table .no02 { width: auto; }
#subContent.post24 .section table .no03 { width: 20%; }
#subContent.post24 .section table .no04 { width: auto; }
#subContent.post24 .section table,
#subContent.post24 .section table tr,
#subContent.post24 .section table tr th,
#subContent.post24 .section table tr td { border-color: var(--post24Clr01); }
#subContent.post24 .section table tr th { color: #fff; background-color: var(--post24Clr01); border-right: 1px solid #fff; }
#subContent.post24 .section table tr th:last-child { border-right: 0px solid #fff; }
#subContent.post24 .section table tr td { text-align: center; border-right: 1px solid var(--post24Clr01); }
#subContent.post24 .section table tr td:last-child { border-right: 0px solid var(--post24Clr01); }
#subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx:nth-child(1) { width: calc(60% - 2rem / 2); }
#subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx:nth-child(2) { width: calc(40% - 2rem / 2); }
#subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx .imgWrap { text-align: center; }
#subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx .imgWrap img { max-width: 90%; }
@media all and (max-width: 767px){
    #subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap { flex-flow: row wrap; }
    #subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx:nth-child(1) { width: 100%; }
    #subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx:nth-child(2) { width: 100%; }
    #subContent.post24 .section table { width: 100%; }
    #subContent.post24 .section.sec02 .boxLayout_2n1.only .wrap .bx .imgWrap img { max-width: 100%; }
}
@media all and (max-width: 599px){
    #subContent.post24 .section table { width: 560px; }
}

/* post22 */
#subContent.post22 .section h4.preGOVBold06 { margin-bottom: 0.7rem; color: var(--post22Clr01); }
#subContent.post22 .section h4.preGOVBold06 span { display: block; font-family: 'PreGOV-Re'; font-weight: 400; }
#subContent.post22 .section .inner { position: relative; padding: 3rem 3rem 3rem 1.5rem; background-color: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 8px 8px 0 #BD9DC5; }
#subContent.post22 .section .inner + .inner { margin-top: 2em; }
#subContent.post22 .section .inner.inner01 { padding-right: 24rem; }
#subContent.post22 .section .inner.inner01 .imgWrap { position: absolute; right: 7rem; bottom: 0; width: 8rem; height: auto; }
#subContent.post22 .section .inner.inner02 { padding-right: 24rem; }
#subContent.post22 .section .inner.inner02 .imgWrap { position: absolute; right: 7rem; bottom: -2rem; width: 7rem; height: auto; }
#subContent.post22 .section .inner.inner03 .deco01 { position: absolute; right: 1rem; bottom: -2rem; width: 15rem; height: auto; }
#subContent.post22 .section .inner .deco02 { position: absolute; left: 0; bottom: 1rem; width: 10rem; height: auto; }
#subContent.post22 .section .inner .deco03 { position: absolute; right: 3rem; bottom: 0; width: 10rem; height: auto; }
@media all and (max-width: 768px){
    #subContent.post22 .section .inner.inner01 { padding-right: 11rem; }
    #subContent.post22 .section .inner.inner01 .imgWrap { right: 1rem; }
    #subContent.post22 .section .inner.inner02  { padding-right: 11rem; }
    #subContent.post22 .section .inner.inner02 .imgWrap { right: 1rem; }
    #subContent.post22 .section .inner.inner03 .deco01 { width: 9rem; }
    #subContent.post22 .section .inner .deco02 { width: 7rem; }
    #subContent.post22 .section .inner .deco03 { right: 1rem; width: 7rem; }
}
@media all and (max-width: 599px){
    #subContent.post22 .section .inner .deco02 {  bottom: auto; top: 1rem; }
}
@media all and (max-width: 480px){
    #subContent.post22 .section .inner,
    #subContent.post22 .section .inner.inner01,
    #subContent.post22 .section .inner.inner02 { padding: 3rem 1.5rem 3rem 1.5rem !important; }
    #subContent.post22 .section .inner.inner01 .imgWrap,
    #subContent.post22 .section .inner.inner02 .imgWrap { position: relative; top: auto; left: auto; right: auto; bottom: auto; margin-top: 2rem; }
}



/* post30 - 의회는 지금  */
/* 월 의회 운영 일정 레이아웃 */
.congressSchedule { position: relative; display: flex; flex-flow: row wrap; gap: 0.5rem; }
.congressSchedule h4 { position: relative; display: flex; justify-content: center; align-items: center; padding: 10px; text-align: center; color: #fff; width: 200px; background-color: #AC846C; border-radius: 0.5rem; }
.congressSchedule .tableWrap { flex: 1; }
.congressSchedule .tableWrap table .no01 { width: auto; }
.congressSchedule .tableWrap table .no02 { width: auto; }
.congressSchedule .tableWrap table .no03 { width: auto; }
.congressSchedule .tableWrap table tr td:nth-child(1) { text-align: center; background-color: #ECE3DB; font-family: 'PreGOV-Bo', sans-serif; font-weight: 700; color: #AC846C; }
.congressSchedule .tableWrap table tr td:nth-child(2) { text-align: center; }
.congressSchedule .tableWrap table tr td:nth-child(3) { text-align: center; }
.congressSchedule .tableWrap table tr td { border-right: 1px solid #AC846C; }
.congressSchedule .tableWrap table tr td:last-child { border-right: 0px solid #AC846C; }
.congressSchedule .tableWrap table tr td span { display: block; color: #AC846C; }
.congressSchedule .tableWrap table,
.congressSchedule .tableWrap table tr,
.congressSchedule .tableWrap table tr th,
.congressSchedule .tableWrap table tr td { border-color: #AC846C; }

@media all and (max-width: 767px){
    .congressSchedule h4 { width: 100%; }
    .congressSchedule h4 br { display: none; }
}
/* 타이틀 박스 */
.congressTitBx { position: relative; margin-bottom: 1.5em; overflow: hidden; }
.congressTitBx h3 { margin-bottom: 0.3em; text-align: center; color: #B18663; }
.congressTitBx .imgWrap { position: relative; text-align: center; }
.congressTitBx .imgWrap::after { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 1px; background-color: #B18663; }
.congressTitBx .imgWrap img { position: relative; max-width: 3em; z-index: 5; }
@media all and (max-width: 599px){
    .congressTitBx .imgWrap img { max-width: 2.5em; }
}
/* 의원발의 */
.post38Layout01 { position: relative; }
.post38Layout01 .wrap { gap: 4rem 2rem; }
.post38Layout01 .wrap .bx { width: calc(50% - 2rem / 2); }
.post38Layout01 .bx h5.preGOVBold07 { position: relative; padding-bottom: 0.5em; margin-bottom: 0.5em; color: #AC846C; border-bottom: 1px solid #AC846C; }
.post38Layout01 .bx p { margin-bottom: 0.7em; }
.post38Layout01 .bx h6.preGOVBold08 { text-align: right; }
.post38Layout01 .bx h6.preGOVBold08 span { display: inline-block; margin-left: 0.5em; font-family: 'PreGOV-Re', sans-serif; font-weight: 400; }
@media all and (max-width: 768px){
    .post38Layout01 .wrap { gap: 3.5rem 2rem; }
}
@media all and (max-width: 599px){
    .post38Layout01 .wrap { gap: 2.5rem 2rem; }
    .post38Layout01 .wrap .bx { width: 100%; }
}
/* 일반 css */

/* post21 */
#subContent.post21 .section .top { position: relative; width: clamp(200px, 24.73vw, 300px); }

/* post31 - 서대문통신 */
/* *** post31 *** */
/* 타이틀 가상선택자 border color */
#subContent.post31 .contentWrap .no01 .titBx01 div figure::before { border-top: 6px solid #FEF6ED; }
#subContent.post31 .contentWrap .no01 .titBx01 div figure::after { border-top: 6px solid #FEF6ED; }
#subContent.post31 .contentWrap .no02 .titBx01 div figure::before { border-top: 6px solid #FEF6ED; }
#subContent.post31 .contentWrap .no02 .titBx01 div figure::after { border-top: 6px solid #FEF6ED; }
#subContent.post31 .contentWrap .no03 .titBx01 div figure::before { border-top: 6px solid #EBF9F9; }
#subContent.post31 .contentWrap .no03 .titBx01 div figure::after { border-top: 6px solid #EBF9F9; }
#subContent.post31 .contentWrap .no04 .titBx01 div figure::before { border-top: 6px solid #EBF9F9; }
#subContent.post31 .contentWrap .no04 .titBx01 div figure::after { border-top: 6px solid #EBF9F9; }
#subContent.post31 .contentWrap .no05 .titBx01 div figure::before { border-top: 6px solid #EFF8F4; }
#subContent.post31 .contentWrap .no05 .titBx01 div figure::after { border-top: 6px solid #EFF8F4; }

/* post31 table */
#subContent.post31 table tr td { padding: 0.2rem 0.5rem; background-color: transparent; }
#subContent.post31 .table01 .no01 { width: 25%; }
#subContent.post31 .table01 .no02 { width: 25%; }
#subContent.post31 .table01 .no03 { width: auto; }
#subContent.post31 .table01 tr td { text-align: center !important; }
#subContent.post31 .table01 tr td:last-child { border-left: 1px solid; border-color: inherit; }
/* @media all and (max-width: 599px){
    #subContent.post31 .table01 { width: 100% !important; }
} */

#subContent.post31 .table02 .no01 { width: 15%; }
#subContent.post31 .table02 .no02 { width: auto; }
#subContent.post31 .table02 .no03 { width: 15%; }
#subContent.post31 .table02 .no04 { width: auto; }
/* @media all and (max-width: 599px){
    #subContent.post31 .table02 { width: 600px; }
} */

#subContent.post31 .table03 .no01 { width: 20%; }
#subContent.post31 .table03 .no02 { width: suto; }
#subContent.post31 .table03 .no03 { width: suto; }
@media all and (max-width: 599px){
    #subContent.post31 .table03 { width: 650px; }
}

#subContent.post31 .table04 .no01 { width: auto; }
#subContent.post31 .table04 .no02 { width: 25%; }
#subContent.post31 .table04 .no03 { width: auto; }
@media all and (max-width: 599px){
    #subContent.post31 .table04 { width: 600px; }
}

#subContent.post31 .table05 .no01 { width: 20%; }
#subContent.post31 .table05 .no02 { width: auto; }
#subContent.post31 .table05 .no03 { width: auto; }
#subContent.post31 .table05 tr td:last-child { text-align: left; }

#subContent.post31 .table06 .no01 { width: auto; }
#subContent.post31 .table06 .no02 { width: auto; }
#subContent.post31 .table06 .no03 { width: auto; }
#subContent.post31 .table06 .no04 { width: 15%; }

#subContent.post31 .table07 .no01 { width: 20%; }
#subContent.post31 .table07 .no02 { width: auto; }
#subContent.post31 .table07 .no03 { width: auto; }
/* #subContent.post31 .table07 .no04 { width: 15%; } */

#subContent.post31 .table08 .no01 { width: 25%; }
#subContent.post31 .table08 .no02 { width: 25%; }
#subContent.post31 .table08 .no03 { width: 15%; }
#subContent.post31 .table08 .no04 { width: auto; }
#subContent.post31 .table08 tr td:nth-last-child(1) { border-left: 1px solid !important; border-color: #ea972e !important; }

#subContent.post31 .table09 .no01 { width: 20%; }
#subContent.post31 .table09 .no02 { width: 20%; }
#subContent.post31 .table09 .no03 { width: auto; }

/* #subContent.post31 .table10 .no01 { width: 20%; }
#subContent.post31 .table10 .no02 { width: 20%; }
#subContent.post31 .table10 .no03 { width: 20%; }
#subContent.post31 .table10 .no04 { width: auto; }

#subContent.post31 .table11 .no01 { width: 25%; }
#subContent.post31 .table11 .no02 { width: auto; }
#subContent.post31 .table11 .no03 { width: auto; } */

/* list style */
#subContent.post31 .section .outline .boxLayout_2n2 .bx ul + ul { margin-top: 10px; }
#subContent.post31 .section .outline .boxLayout_2n2 .bx ul + ul.dash { margin-top: 5px; }
/* table 여백 */
#subContent.post31 .section .outline .boxLayout_2n2 .bx .tableWrap { margin-bottom: 10px; }
#subContent.post31 .section .outline .boxLayout_2n2 .bx ul + .tableWrap { margin-top: 10px; }
/* 2026.05월호 only */
/* #subContent.post31 .bg01 { padding: 2em; background-color: #f7e7e7; border-radius: 5px; } */
/* #subContent.post31 .only01 .wrap .bx:nth-child(1) { width: 253px !important; } */
/* #subContent.post31 .only01 .wrap .bx:nth-child(2) { flex: 1 !important; } */
#subContent.post31 .no06 .inBx { position: relative; }
#subContent.post31 .no06 .inBx .bill { position: absolute; left: 1em; bottom: 1em; width: 80%; }
#subContent.post31 .no06 .inBx .bill em { color: #554DA1; font-weight: 700; font-family: 'PreGOV-Bo'; }
@media all and (max-width: 767px){
    #subContent.post31 .no06 .inBx .bill { position: relative; left: auto; bottom: auto; margin-top: 1em; width: 100%; }
    /* #subContent.post31 .table11 { width: 100%; } */
}
/* 2026.06월호 only */
#subContent.post31 .no01 h6 { position: relative; padding: 0.05rem 0.5rem; background-color: #ec727b; color: #fff; border-radius: 1rem; }
#subContent.post31 .no01 .deco01 { margin-bottom: 0.3rem; }
#subContent.post31 .no01 .deco01 li { position: relative; padding-left: 3.5rem; }
#subContent.post31 .no01 .deco01 li strong { position: absolute; left: 0; display: inline-block; width: 3rem; color: #ec727b; }
#subContent.post31 .no01 .deco02 li { position: relative; padding-left: 1.5rem; }
#subContent.post31 .no01 .deco02 li strong span { position: absolute; left: 0; width: 1.3rem; }
#subContent.post31 .no01 .deco02 > li:nth-child(odd) { margin-top: 1rem; }
#subContent.post31 .no01 .inBx { position: relative; margin: 1rem 0; padding: 1rem; background-color: #fff; border-radius: 1rem; }

#subContent.post31 .special { padding: 1rem; border-radius: 1rem; background-color: #FBE7E888; }

/* post32 */
#subContent.post32 .section h3.col1_1B { position: relative; margin-bottom: 1rem; padding: 0.2rem 0.5rem; color: #fff; text-align: center; background-color: var(--post32Clr01); border-top-left-radius: 0.4rem; border-top-right-radius: 0.4rem; }
#subContent.post32 .section .bx01 .dash li span { font-family: 'PreGOV-Bo'; font-weight: 700; }
#subContent.post32 .section .bx01 .dash li:nth-child(1) span { color: #0eaeb8; }
#subContent.post32 .section .bx01 .dash li:nth-child(2) span { color: #e99327; }
#subContent.post32 .section .bx01 .dash li:nth-child(3) span { color: #2d62ae; }
#subContent.post32 .section .bx01 .dash li:nth-child(4) span { color: #e7414a; }

/* post41 */
#subContent.post41 .section .boxWrap { position: relative; display: flex; flex-flow: row wrap; gap: 0.2rem; border-top-left-radius: 2rem; border-bottom-right-radius: 2rem; overflow: hidden; }
#subContent.post41 .section .boxWrap .box { width: calc(50% - 0.2rem / 2); }
#subContent.post41 .section .boxWrap .box .imgWrap { position: relative; width: 100%; height: 100%; }
#subContent.post41 .section .boxWrap .box .imgWrap img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
#subContent.post41 .section .boxWrap .box.box03 { position: relative; padding: 1rem; background-color: #fff; }
#subContent.post41 .section .boxWrap .box.box03 h4 { color: #9D323E; }
#subContent.post41 .section .boxWrap .box.box03 ul li span { background-color: #9D323E; }
#subContent.post41 .section .boxWrap .box.box05 { height: auto !important; }
#subContent.post41 .section .boxWrap .box.box05 .imgWrap img { position: relative !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; width: 100% !important; height: auto; object-fit: initial; border-radius: 0; }
@media all and (max-width: 768px){
    #subContent.post41 .section .boxWrap .box { width: 100%; }
    #subContent.post41 .section .boxWrap .box .imgWrap img { position: relative !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; width: 100% !important; height: auto; object-fit: initial; }
    #subContent.post41 .section .boxWrap .box.box03 { padding: 1rem 0.5rem; }
}