/* 교구 > 교구소개 > 교구약사 */
.history_intro .history_top_bg {
    background:url(/assets/bsd01/image/page/page/history_intro_bg.png) no-repeat;
    background-size: cover;
    /* max-width: 1652px; */
    max-width: 86.8102%;
    border-radius: 0 150px 20px 0;
    overflow: hidden;
    padding: 76px 119px 30px 0;
    display: flex;
    flex-flow: row;
    justify-content: right;
    transition: 0.3s;
}

.history_intro .layout_max {
    display: flex;
    flex-flow: row nowrap;
    padding: 0px;
    /* max-width: 1278px; */
    max-width: 83.5%;
    margin: 0;
    justify-content: space-between;
    transition: 0.3s;
}

.history_intro .history_top_bg .intro_title {
    display: flex;
    min-width: 500px;
    flex-flow: column;
    justify-content: space-between;
}

.history_intro .history_top_bg .intro_title h1 {
    display: flex;
    flex-flow: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.history_intro .history_top_bg .intro_title h1 img {
    display: block;
}

.history_intro .history_top_bg .intro_title .img_title {
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 20px;
}

.history_intro .history_top_bg .intro_txt {
    width: calc(100% - 500px);
    display: flex;
    flex-flow: column;
    gap: 43px;
    margin: 40px 0px 87px 80px;
}

.history_intro .history_top_bg .intro_txt p {
    width: 100%;
    font-size: 20px;
    color: #FFF;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0px;
}

.history_list .layout_max {
    display: flex;
    flex-flow: column;
    align-items: center;    
}

.history_list .timeline > div {
    position: relative;    
    padding-top: 80px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
}


.history_list .timeline > div::before,
.history_list .timeline > div::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-1px);
}


.history_list .timeline > div::before {
    width: 1px;
    height: 80px;
    background: #D5DBE9;
}

.history_list .timeline > div::after {
    width: 1px;
    height: 1px;
    background: #000;    
    opacity: 0;
    transition: 0.5s;
}

.history_list .timeline > div.active::after {
    height: 80px;
    opacity: 1;
}

.history_list .event {
  opacity: 1;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  color: #A6ADBE;
  margin-bottom: 16px;
}

.history_list .img:first-child.event {
    transform: translateY(0);
}

.history_list .img.event {
    margin-bottom: 0px;
}

.history_list .event.active {
  opacity: 1;
  transform: translateY(0);
  color: #222222;
}

.history_list .event h2 {
    position: relative;
    font-size: 35px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif;
    padding-top: 31px;
}

.history_list .event h2::before,
.history_list .event h2::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #FFF;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.history_list .event h2::before {
    border: 3px solid #A6ADBE;
}

.history_list .event h2::after {
    border: 3px solid #A6ADBE;
    transition: 1.5s;
    opacity: 0;
}

.history_list .event.active h2::after {
    border: 3px solid #000;
    opacity: 1;
}

.history_list .event h2 > span {
    font-weight: 700;
}

.history_list .event p {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.history_list .img {
    position: relative;
}

.history_list .img > span {
    display: block;
    border-radius: 400px;
    overflow: hidden;
    transition: 1.0s;
    transform: translateY(30px);
    opacity: 0;
}

.history_list .img.event.active > span {
    transform: translateY(0px);
    opacity: 1;
}

.history_list .img > span > img {
    display: block;
    width: 100%;
}

.history_list .img > p {
    display: flex;
    flex-flow: column;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

.history_list .img:not(:first-child) > p {
    bottom: 50px;
}

@media (max-width: 1660px) {
    .history_intro .history_top_bg {
        max-width: 1652px;
        margin-right: 30px;
    }

    .history_intro .layout_max {
        max-width: 92%;
    }
}

@media (max-width: 1440px) {
    .history_intro .history_top_bg {
        padding-right: 90px;
    }

    .history_intro .layout_max {
        max-width: none;
        margin: 0 0px;
        width: calc(100% - 50px);
    }
}

@media (max-width: 1280px) {
    .history_intro .history_top_bg .intro_title {
        min-width: auto;
    }

    .history_intro .history_top_bg .intro_title h1 img {
        height: 60px;
    }

    .history_intro .history_top_bg .intro_txt {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .history_intro .history_top_bg .intro_title h1 img {
        height: 45px;
    }

    .history_intro .history_top_bg .intro_title .img_title {
        font-size: 18px;
    }

    .history_intro .history_top_bg .intro_txt {
        gap: 25px;
        margin: 0px 0px 20px 80px;
    }

    .history_intro .history_top_bg .intro_txt p {
        font-size: 19px;
        line-height: 30px;
    }
}

@media (max-width: 900px) { 
    .history_intro .history_top_bg {
        padding: 50px 60px;
        border-radius: 0 100px 20px 0;
    }

    .history_intro .layout_max {
        flex-flow: column;
        width: 100%;
        gap: 15px;
    }

    .history_intro .history_top_bg .intro_title h1 {
        gap: 5px;
    }

    .history_intro .history_top_bg .intro_title h1 img {
        height: 35px;
    }

    .history_intro .history_top_bg .intro_title {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .history_intro .history_top_bg .intro_title .img_title {
        font-size: 16px;
        line-height: 1.1;
        align-items: flex-end;
    }

    .history_intro .history_top_bg .intro_txt {
        gap: 20px;
        margin: 0px;
    }

    .history_intro .history_top_bg .intro_txt p {
        font-size: 18px;
        line-height: 26px;
        text-align: justify;
    }
}

@media (max-width: 700px) { 
    .history_intro .layout_max {
        gap: 25px;
    }

    .history_intro .history_top_bg {
        max-width: none;
        margin-right: 15px;
        padding: 40px;
        border-radius: 0 70px 20px 0;
    }

    .history_intro .history_top_bg .intro_title h1 img {
        height: 30px;
    }

    .history_intro .history_top_bg .intro_title .img_title {
        font-size: 15px;
    }

    .history_intro .history_top_bg .intro_txt {
        gap: 10px;
    }

    .history_intro .history_top_bg .intro_txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .history_list .img > p {
        bottom: 60px;
        font-size: 18px;
        line-height: 25px;
    }

    .history_list .img:not(:first-child) > p {
        bottom: 30px;
    }

    .history_list .event h2 {
        font-size: 30px;
        line-height: 30px;
        padding-top: 28px;
    }

    .history_list .event p {
        font-size: 20px;
    }

    .history_list .img > p {
        font-size: 18px;
    }


    .history_list .timeline > div {
        padding-top: 60px;
    }

    .history_list .timeline > div::before, 
    .history_list .timeline > div::after,
    .history_list .timeline > div.active::after {
        height: 60px;
    }
}

@media (max-width: 500px) { 
    .history_intro .history_top_bg {
        margin-right: 0px;
        padding: 20px;
        border-radius: 0;
        background-position-x: 50%;
    }

    .history_intro .history_top_bg .intro_title {
        flex-flow: column-reverse;
        gap: 45px;
    }

    .history_intro .history_top_bg .intro_title h1 {
        gap: 10px;
        flex-flow: row;
    }

    .history_intro .history_top_bg .intro_title .img_title {
        flex-flow: row;
        justify-content: end;
        gap: 3px;
        opacity: 0.8;
    }

    .history_list .timeline > div {
        padding-top: 40px;
        gap: 7px;
        margin-bottom: 10px;
    }

    .history_list .timeline > div::before, 
    .history_list .timeline > div::after,
    .history_list .timeline > div.active::after {
        height: 40px;
    }

    .history_list .img > span {
        border-radius: 30px;
    }

    .history_list .event h2 {
        font-size: 27px;
        line-height: 1;
        padding-top: 25px;
    }

    .history_list .event p {
        font-size: 19px;
    }

    .history_list .event h2::before, 
    .history_list .event h2::after {
        width: 7px;
        height: 7px;
    }

    .history_list .img > p,
    .history_list .img:not(:first-child) > p {
        bottom: 23px;
    }
}

/* 교구 > 교구소개 > 교구약사 end */


/* 교구 > 교구소개 > 교구CI */
.logo_page .content_start {
    display: flex;
    flex-flow: column;
}

.logo_page section h2 {
   font-size: 40px;
   font-weight: 700; 
   line-height: 36px;
   color: #222;
   letter-spacing: 0px;
}

.logo_page section .download_btn {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    margin-top: 65px;
}

.logo_page section .download_btn a {
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 65px;
    padding: 0 28px;
    background: #FFFFFF;
    border: 1px solid #BDCFDC;
    border-radius: 10px;
    box-shadow: 0px 10px 13px #0000000D;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}

.logo_page section .download_btn a:hover {    
    box-shadow: none;
}

.logo_page .about_symbol {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(90deg, #ECF2FF, #F9FBFF, #F9FBFF, #ECF2FF);
}

.logo_page .about_symbol .layout_max {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.logo_page .about_symbol h2 {
    font-size: 32px;
    margin: 60px 0 39px;
}

.logo_page .about_symbol .about_txt {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0px;
}

.logo_page .symbol_info {
    display: block;
    width: 100%;
    padding: 100px 0 0px;
}

.logo_page .symbol_info .layout_max {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: self-start;
}

.logo_page .symbol_info .symbol_img {
    position: sticky;
    top: 80px;
}

.logo_page .symbol_info .symbol_txt {
    display: flex;
    flex-flow: column;
    gap: 70px;
    width: 800px;
}

.logo_page .symbol_info .symbol_txt .con {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.logo_page .symbol_info .symbol_txt h3 {
    font-size: 22px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0px;
    font-weight: 700;
}

.logo_page .symbol_info .symbol_txt p {
    display: flex;
    flex-flow: column;
    font-size: 20px;
    line-height: 32px;
    color: #222;
    letter-spacing: 0px;
    font-weight: 400;
}

.logo_page .logo_info {
    display: block;
    width: 100%;
    background: url(/assets/bsd01/image/page/page/logo_info_bg.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0 82px;
}

.logo_page .logo_info .layout_max {
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.logo_page .logo_info h2 {
    color: #FFF;    
}

.logo_page .logo_info .logo_type {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.logo_page .logo_info .logo_type::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 130px;
    background: #6D91A8;
    top: 0;
    left: 50%;
    transform: translateX(-1px);
}

.logo_page .logo_info .logo_type > div {
    display: flex;
    flex-flow: column;
    width: 50%;
    gap: 65px;
    align-items: center;
    padding: 39px 0 0
}

.logo_page .logo_info .logo_type > div .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    background: #011F3D;
    border: 1px solid #001224;
    border-radius: 65px;
    padding: 11px 33px;
}

.logo_page .signature_info {
    display: block;
    width: 100%;
    padding: 120px 0 140px;    
}

.logo_page .signature_info .signature_box {
    position: relative;
    border: 1px solid #D5DBE9;
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
}

.logo_page .signature_info .signature_box .box {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 50%;
    padding: 0 65px;
}

.logo_page .signature_info .signature_box .box:nth-child(1) {
    border-right: 1px solid #D5DBE9;
}

.logo_page .signature_info .signature_box .box > span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    background: #F5F7FC;
    border-radius: 65px;
    border: 1px solid #CDD2E0;
    padding: 11px 33px;
}

.logo_page .signature_info .signature_box .box ul {
    width: 100%;
    display: flex;
    flex-flow: column;  
}

.logo_page .signature_info .signature_box .box ul li {
    padding: 75px 0;
    width: 100%;
    text-align: center;
}

.logo_page .signature_info .signature_box .box ul li:not(:last-child) {
    border-bottom: 1px solid #BDCFDC;
}

.logo_page .signature_info .download_btn {
    margin-top: 60px;
    justify-content: center;
}

.logo_page .color_info {
    display: block;
    width: 100%;   
}

.logo_page .color_info .color_box {
    display: flex;
    flex-flow: row nowrap;
    gap: 65px;
    margin-top: 40px;
    width: 100%;
}

.logo_page .color_info .color_box h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #222;
}

.logo_page .color_info .color_box .con02 {
    width: calc(100% - 380px);
}

.logo_page .color_info .color_box ul {
    display: flex;
    flex-flow: row nowrap;
    gap: 7px;   
    margin-top: 10px; 
}

.logo_page .color_info .color_box ul li {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    justify-content: space-between;
    min-width: calc(25% - 5.25px);
}

.logo_page .color_info .color_box .con01 ul li {
    min-width: 314px;
}

.logo_page .color_info .color_box ul li > div {
    width: 100%;
    height: 70px;
    text-indent: -9999999px;
}

.logo_page .color_info .color_box ul li > div.color_005BAA { background: #005BAA; }
.logo_page .color_info .color_box ul li > div.color_ED1A3B { background: #ED1A3B; }
.logo_page .color_info .color_box ul li > div.color_4A8ECC { background: #4A8ECC; }
.logo_page .color_info .color_box ul li > div.color_808285 { background: #808285; }
.logo_page .color_info .color_box ul li > div.color_4D4D4F { background: #4D4D4F; }

.logo_page .color_info .color_box ul li > p {
    display: flex;
    flex-flow: column;
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #222222;
}  

@media (max-width: 1400px) {
    .logo_page .symbol_info .symbol_txt {
        width: calc(100% - 550px);
    }
}

@media (max-width: 1200px) {
    .logo_page .logo_info .logo_type > div > span:first-child > img {
        display: block;
        max-height: 45px;
        width: 100%;
    }
}

@media (max-width: 1120px) {
    .logo_page .symbol_info .symbol_img {
        width: 350px;
        top: 80px;
    }

    .logo_page .symbol_info .symbol_img > img {
        display: block;
        width: 100%;
    }

    .logo_page .symbol_info .symbol_txt {
        width: calc(100% - 400px);
        gap: 50px;
    }

    .logo_page .logo_info .logo_type > div > span:first-child > img {
        max-height: 35px;
    }

    .logo_page .symbol_info .symbol_txt .con {
        gap: 6px;
    }

    .logo_page .signature_info .signature_box .box {
        padding: 0 45px;
    }

    .logo_page .signature_info .signature_box .box > span {
        top: 20px;
        left: 20px;
        font-size: 18px;
        padding: 9px 25px;
    }

    .logo_page .signature_info .signature_box .box ul li {
        padding: 55px 0;
    }

    .logo_page .signature_info .signature_box .box ul li:first-child > img {
        width: 100%;
        max-height: 165px;
    }

    .logo_page .signature_info .signature_box .box ul li:last-child > img {
        width: 100%;
        max-height: 50px;
    }

    .logo_page .color_info .color_box {
        flex-wrap: wrap;
        gap: 30px;
    }

    .logo_page .color_info .color_box .con {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .logo_page section h2 {
        font-size: 35px;
    }

    .logo_page .about_symbol {
        padding: 70px 0;
    }

    .logo_page .about_symbol .layout_max > span > img {
        display: block;
        width: 100%;
        max-width: 320px;
    }

    .logo_page .symbol_info {
        padding: 70px 0 80px;
    }

    .logo_page .symbol_info .symbol_img {
        width: 270px;
        top: 80px;
    }

    .logo_page .about_symbol h2 {
        font-size: 27px;
        margin: 40px 0 15px;
    }

    .logo_page .about_symbol .about_txt {
        align-items: self-start;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    .logo_page section .download_btn {
        margin-top: 45px;
    }

    .logo_page .symbol_info .symbol_txt {
        width: calc(100% - 300px);
        gap: 35px;
    }

    .logo_page .symbol_info .symbol_txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .logo_page .symbol_info .symbol_txt p {
        font-size: 18px;
        line-height: 26px;
    }

    .logo_page .logo_info {
        padding: 40px 0 50px;
        text-align: center;
    }

    .logo_page .logo_info .layout_max {
        gap: 50px;
    }

    .logo_page .logo_info .logo_type {
        flex-flow: column;
        align-items: center;
        gap: 35px;
    }

    .logo_page .logo_info .logo_type::after {
        display: none;
    }

    .logo_page .logo_info .logo_type > div {
        width: 100%;
        gap: 25px;
        padding: 0px;
    }

    .logo_page .logo_info .logo_type > div:first-child {
        border-bottom: 1px solid #6D91A8;
        padding-bottom: 25px;
    }

    .logo_page .signature_info .download_btn {
        margin-top: 40px;
        gap: 12px;
    }

    .logo_page section .download_btn a {
        width: 220px;
        height: 60px;
        padding: 0 25px;
        font-size: 18px;
    }

    .logo_page section .download_btn a > span > img {
        width: 17px;
        display: block;
    }

    .logo_page .signature_info {
        padding: 70px 0 90px;
    }

    .logo_page .signature_info .signature_box .box ul li {
        padding: 45px 0;
    }

    .logo_page .signature_info .signature_box .box ul li:first-child > img {
        max-height: 145px;
    }

    .logo_page .signature_info .signature_box .box ul li:last-child > img {
        max-height: 40px;
    }

    .logo_page .color_info .color_box {
        margin-top: 30px;
    }

    .logo_page .color_info .color_box ul {
        margin-top: 5px;
    }

    .logo_page .color_info .color_box h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .logo_page .color_info .color_box ul li > p {
        font-size: 15px;
    }
}

@media (max-width: 660px) {
    .logo_page section h2 {
        font-size: 30px;
    }
    
    .logo_page .about_symbol h2 {
        font-size: 24px;
        margin: 35px 0 10px;
    }

    .logo_page .about_symbol .about_txt {
        font-size: 18px;
        line-height: 26px;
    }

    .logo_page .symbol_info {
        padding: 50px 0;
    }

    .logo_page .symbol_info .layout_max {
        flex-flow: column;
        gap: 30px;
        align-items: center;
    }

    .logo_page .symbol_info .symbol_img {
        position: relative;
        top: auto;       
        max-width: 350px;
        width: 100%; 
    }

    .logo_page .symbol_info .symbol_txt {
        width: 100%;
        gap: 25px;
    }

    .logo_page .symbol_info .symbol_txt .con {
        gap: 3px;
    }

    .logo_page .logo_info .logo_type > div > span:first-child > img {
        max-height: none;
        width: 100%;
        max-width: 300px;
    }

    .logo_page .logo_info .logo_type > div .title {
        font-size: 18px;
        padding: 9px 25px;
    }

    .logo_page section .download_btn {
        gap: 12px;
        width: 100%;
    }

    .logo_page .signature_info .download_btn {
        margin-top: 20px;
        gap: 12px;
    }

    .logo_page section .download_btn a {
        width: calc(50% - 6px);
        height: 55px;
        font-size: 17px;
        padding: 0 18px;
    }

    .logo_page .signature_info {
        padding: 70px 0;
    }

    .logo_page .signature_info .signature_box {
        flex-flow: column;
    }

    .logo_page .signature_info .signature_box .box {
        width: 100%;
        padding: 0 20px;
    }

    .logo_page .signature_info .signature_box .box:nth-child(1) {
        border-right: 0px;
        border-bottom: 1px solid #D5DBE9;
    }

    .logo_page .signature_info .signature_box .box > span {
        top: -1px;
        left: -1px;
        font-size: 17px;
        padding: 8px 20px 8px 16px;
        border-radius: 0 0 20px;
    }

    .logo_page .signature_info .signature_box .box ul li {
        padding: 35px 0;
    }

    .logo_page .signature_info .signature_box .box ul li:first-child > img {
        max-height: 130px;
    }

    .logo_page .signature_info .signature_box .box ul li:last-child > img {
        max-height: 35px;
    }

    .logo_page .color_info .color_box {
        margin-top: 20px;
        gap: 25px;
    }

    .logo_page .color_info .color_box ul {
        flex-wrap: wrap;
        gap: 25px 7px
    }
    
    .logo_page .color_info .color_box ul li {
        min-width: calc(50% - 3.5px);
    }

    .logo_page .color_info .color_box ul li > div {
        height: 50px;
    }
}

@media (max-width: 450px) {
    .logo_page section h2 {
        font-size: 28px;
    }

    .logo_page .about_symbol {
        padding: 40px 0;
    }

    .logo_page section .download_btn {
        margin-top: 35px;
    }

    .logo_page .symbol_info {
        padding: 15px 0 50px;
    }

    .logo_page .logo_info .logo_type > div > span:first-child > img {
        max-width: 270px;
    }

    .logo_page .signature_info {
        padding: 50px 0 60px;
    }

    .logo_page .signature_info .download_btn {
        gap: 10px;
    }

    .logo_page section .download_btn a {
        width: 100%;
    }

    .logo_page .signature_info .signature_box .box ul li:first-child > img {
        max-height: 120px;
    }

    .logo_page .signature_info .signature_box .box ul li:last-child > img {
        max-height: 30px;
    }

    .logo_page .color_info .color_box {
        margin-top: 15px;
        gap: 20px;
    }

    .logo_page .color_info .color_box ul {
        gap: 15px;
    }

    .logo_page .color_info .color_box ul li,
    .logo_page .color_info .color_box .con01 ul li {
        min-width: 100%;
    }
}

/* 교구 > 교구소개 > 교구CI end */

/* 교구 > 교구소개 > 주보성인 */
.sub_page.introduce_jubo{

}
.sub_page.introduce_jubo .content_start{
    position: relative;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
.sub_page.introduce_jubo .content_start::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: url(/assets/bsd01/image/page/page/introduce_jubo_img01.jpg) center right no-repeat;
    background-size: cover;
}
.sub_page.introduce_jubo .content_start .empth{
    height: 415px;
    background: transparent;
    transition: 0.3s;
}
.sub_page.introduce_jubo .content_start .white_bg{
    position: relative;
    overflow: hidden;
}
.sub_page.introduce_jubo .content_start .white_bg > .layout_max{
    padding-left: 0;
    padding-right: 0;
}
.sub_page.introduce_jubo .content_start .white_bg .big_text{
    font-size: 55px;
    letter-spacing: -1.65px;
    line-height: 1.15;
    background-color: #fff;
    display: inline-block;
    padding-right: 200px;
    padding-top: 30px;
    padding-bottom: 22px;
}
.sub_page.introduce_jubo .content_start .white_bg .small_text{
    padding-top: 50px;
    padding-right: 30px;
    max-width: 52%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    word-break: keep-all;
}
.sub_page.introduce_jubo .content_start .white_bg .small_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.2px;
}
.sub_page.introduce_jubo .content_start .white_bg .deco_text{
    display: none;

    margin-top: 135px;    
    width: 200%;
    height: 123px;
    position: relative;
    overflow: hidden;
    background: url(/assets/bsd01/image/page/page/introduce_jubo_text01.svg) center center;
    background-repeat: repeat-x;
    background-position: left;
    animation: marquee2 23s linear infinite;
    -webkit-animation: marquee2 23s linear infinite;
    background-size: contain;
    mix-blend-mode: multiply;
}
@keyframes marquee2 {
    from { background-position: 0 0; }
    to   { background-position: -100% 0; }
}

@-webkit-keyframes marquee2 {
    from { background-position: 0 0; }
    to   { background-position: -100% 0; }
}

@media (max-width: 1480px) {
    .sub_page.introduce_jubo .content_start{
        padding-left: 40px;
        margin-right: 40px;
        max-width: 1440px;
    }
}
@media (max-width: 1300px) {
    .sub_page.introduce_jubo .content_start .white_bg .big_text{
        font-size: 45px;
        padding-right: 100px;
    }
    .sub_page.introduce_jubo .content_start .white_bg .small_text{
        /* padding-right: 40px;
        max-width: 630px; */
    }
    .sub_page.introduce_jubo .content_start .white_bg .small_text p{
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .sub_page.introduce_jubo .content_start::before{
        /* width: 80%; */
    }
    .sub_page.introduce_jubo .content_start .empth{
        height: 300px;
    }
}

@media (max-width: 1024px) {
    .sub_page.introduce_jubo .content_start{
        flex-direction: column;
    }
    .sub_page.introduce_jubo .content_start .empth{
        /* height: 200px; */
        display: none;
    }

    .sub_page.introduce_jubo .content_start .white_bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .big_text {
        padding-top: 0;
        font-size: 32px;
    }
    .sub_page.introduce_jubo .content_start .white_bg .big_text br{
        display: none;
    }

    .sub_page.introduce_jubo .content_start .white_bg .small_text {
        max-width: 100%;
        padding-top: 0px;
        padding-right: 0;
        gap: 25px;
        text-align: justify;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        margin-top: 90px;
        height: 100px;
    }
    .sub_page.introduce_jubo .content_start::before{
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 800px) {
    .sub_page.introduce_jubo .content_start .white_bg .deco_text{
        animation-duration: 7s;
    }
}

@media (max-width: 767px) {
    .sub_page.introduce_jubo {
        background-size: 125%;
        background-position: top center;
    }
    .sub_page.introduce_jubo .content_start{
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    .sub_page.introduce_jubo .content_start .empth{
        /* height: 150px; */
    }

    .sub_page.introduce_jubo .content_start .white_bg {
        padding-top: 30px;
        background-color: #FFFF;
        padding-bottom: 60px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .big_text {
        font-size: 28px;
        text-align: center;
        padding-right: 0;
    }

    .sub_page.introduce_jubo .content_start .white_bg .small_text {
        padding-top: 0px;
        padding-right: 0;
        gap: 15px;
        max-width: none;
        text-align: justify;
    }

    .sub_page.introduce_jubo .content_start .white_bg .small_text p {
        font-size: 16px;
        line-height: 1.5;
        word-break: break-all;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        margin-top: 50px;
        height: 80px;
        animation-duration: 15s;
    }
}

@media (max-width: 600px) {
    .sub_page.introduce_jubo {
        background-size: 150%;
    }
    .sub_page.introduce_jubo .content_start .white_bg{
        padding-bottom: 0;
    }

    .sub_page.introduce_jubo .content_start .white_bg .big_text {
        font-size: 25px;
        word-break: keep-all;
        padding-bottom: 15px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        margin-top: 30px;
        height: 60px;
        animation-duration: 10s;
    }
    .sub_page.introduce_jubo .content_start::before{
        height: 160px;
    }
}

@media (max-width: 520px) {
    .sub_page.introduce_jubo {
        background-size: 180%;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        animation-duration: 7s;
    }
}

@media (max-width: 425px) {
    .sub_page.introduce_jubo {
        background-size: 200%;
    }

    .sub_page.introduce_jubo .content_start .white_bg {
        padding-top: 30px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        height: 50px;
        animation-duration: 6s;
    }    
}

@media (max-width: 375px) {
    .sub_page.introduce_jubo {
        background-size: 250%;
        background-position-x: 60%;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        animation-duration: 4s;
    }   
}

@media (max-width: 320px) {
    .sub_page.introduce_jubo .content_start .white_bg {
        padding-top: 25px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .big_text {
        font-size: 22px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .small_text {
        gap: 10px;
    }

    .sub_page.introduce_jubo .content_start .white_bg .small_text p {
        font-size: 15px;
        line-height: 1.4;
    }

    .sub_page.introduce_jubo .content_start .white_bg .deco_text {
        height: 40px;
        margin-top: 20px;
    }
}

/* 교구 > 교구소개 > 주보성인 end */



/* 교구장 > 교구장소개 */
.ordinary_ordinary{
    padding-bottom: 0px;
}
.ordinary_ordinary .top_empth{
    padding-top: 200px;
}
.ordinary_ordinary .history{
    display: flex;
    transform: translateY(-200px);
}
.ordinary_ordinary .history .left{
    width: 380px;
}
.ordinary_ordinary .history .left img{
    width: 100%;
    object-fit: contain;
    position: sticky;
    top: 295px;
    box-shadow: 20px 20px 25px #00000033;
    border-radius: 30px;
}
.ordinary_ordinary .history .right{
    width: calc(100% - 380px);
    padding-left: 100px;
}
.ordinary_ordinary .history .right .name{
    padding-top: 45px;
}
.ordinary_ordinary .history .right .name .one{
    font-size: 25px;
    font-weight: 500;
}
.ordinary_ordinary .history .right .name .two{
    font-size: 45px;
    font-weight: 700;
    padding-top: 13px;
}
.ordinary_ordinary .bg{
    background: linear-gradient(180deg,rgba(245, 247, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.ordinary_ordinary .history .right .box_wrap_title{
    font-size: 30px;
    font-weight: 800;
    padding-top: 120px;
    padding-bottom: 25px;
}
.ordinary_ordinary .history .right .box_wrap{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #222222;
}
.ordinary_ordinary .history .right .box_wrap .box{
    display: flex;
    border-bottom: 1px solid #DEDEDE;
}
.ordinary_ordinary .history .right .box_wrap .box > div{
    padding: 20px 20px;
}
.ordinary_ordinary .history .right .box_wrap .box .dt{
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    border-right: 1px solid #DEDEDE;
}
.ordinary_ordinary .history .right .box_wrap .box .dd{
    width: 50%;
    font-size: 20px;
    font-weight: 400;
}
.ordinary_ordinary .bottom_info{
    position: relative;
    border-top: 1px solid #222222;
}
.ordinary_ordinary .bottom_info .layout_max{
    display: flex;
}
.ordinary_ordinary .bottom_info .layout_max .area{
    flex: 1;
    padding-top: 45px;
    padding-bottom: 150px;
    min-height: 340px;
}
.ordinary_ordinary .bottom_info .layout_max .area .title{
    display: flex;
    align-items: center;
    gap: 13px;
}
.ordinary_ordinary .bottom_info .layout_max .area .title .icon{
    width: 42px;
    height: 42px;
    background-color: #666666;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ordinary_ordinary .bottom_info .layout_max .area .title p{
    font-weight: 800;
    font-size: 30px;
}
.ordinary_ordinary .bottom_info .layout_max .area ul{
    margin-top: 38px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ordinary_ordinary .bottom_info .layout_max .area ul li{

}
.ordinary_ordinary .bottom_info .layout_max .area ul li span{
    font-weight: 600;
    padding-right: 5px;
}
.ordinary_ordinary .bottom_info .layout_max .area.right{
    padding-left: 45px;
    border-left: 1px solid #222;
}
@media (max-width: 1280px) {
    .ordinary_ordinary .history .left {
        width: 300px;
    }
    .ordinary_ordinary .history .right {
        width: calc(100% - 300px);
        padding-left: 70px;
    }

    .ordinary_ordinary .history .right .box_wrap .box {
        word-break: keep-all;
    }
}

@media (max-width: 1024px) {
    .ordinary_ordinary .top_empth {
        padding-top: 150px;
    }
    .ordinary_ordinary .history {
        transform: translateY(-150px);
    }
    .ordinary_ordinary .history .left {
        width: 250px;
    }

    .ordinary_ordinary .history .left img {
        box-shadow: 17px 17px 20px #00000033;
        border-radius: 20px;
    }

    .ordinary_ordinary .history .right {
        width: calc(100% - 250px);
        padding-left: 50px;
    }

    .ordinary_ordinary .history .right .name {
        padding-top: 30px;
    }

    .ordinary_ordinary .history .right .name .one {
        font-size: 23px;
    }

    .ordinary_ordinary .history .right .name .two {
        font-size: 40px;
        padding-top: 10px;
    }

    .ordinary_ordinary .history .right .box_wrap_title {
        font-size: 25px;
        padding-top: 90px;
    }

    .ordinary_ordinary .history .right .box_wrap .box > div {
        padding: 15px 10px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dt,
    .ordinary_ordinary .history .right .box_wrap .box .dd {
        font-size: 18px;
    }

    .ordinary_ordinary .bottom_info {
        margin-top: -50px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title .icon {
        width: 35px;
        height: 35px;
        border-radius: 8px;
        padding: 7px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title .icon > img {
        display: block;
        height: 100%;
    }

    .ordinary_ordinary .bottom_info .layout_max .area {
        padding-top: 35px;
        padding-bottom: 120px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title p {
        font-size: 25px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area ul {
        margin-top: 28px;
        font-size: 18px;
        line-height: 1.3;
        gap: 13px;
    }
}

@media (max-width: 940px) {
    .ordinary_ordinary .history {
        flex-flow: column;
        align-items: center;
    }

    .ordinary_ordinary .history .right {
        width: 100%;
        padding-left: 0px;
    }

    .ordinary_ordinary .history .right .name {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .ordinary_ordinary .history .right .name .two {
        font-size: 30px;
        padding-top: 10px;
    }

    .ordinary_ordinary .history .right .box_wrap_title {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .ordinary_ordinary .bottom_info {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .ordinary_ordinary .history .right .name .one {
        font-size: 20px;
    }

    .ordinary_ordinary .history .right .name .two {
        font-size: 25px;
        padding-top: 8px;
    }

    .ordinary_ordinary .history .right .box_wrap_title {
        padding-top: 35px;
        padding-bottom: 10px;
        font-size: 22px;
    }

    .ordinary_ordinary .history .right .box_wrap .box > div {
        padding: 13px 10px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dt, 
    .ordinary_ordinary .history .right .box_wrap .box .dd {
        font-size: 17px;
    }

    .ordinary_ordinary .bottom_info {
        margin-top: -90px;
    }

    .ordinary_ordinary .bottom_info .layout_max {
        flex-flow: column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area,
    .ordinary_ordinary .bottom_info .layout_max .area.right {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        min-height: auto;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title .icon {
        width: 30px;
        height: 30px;
        padding: 6px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title p {
        font-size: 22px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area.right {
        border-left: 0px;
        border-top: 1px solid #222;
    }
}

@media (max-width: 600px) {
    .ordinary_ordinary .top_empth {
        padding-top: 110px;
    }
    
    .ordinary_ordinary .history {
        transform: translateY(-100px);
    }
    .ordinary_ordinary .history .left {
        width: 200px;
    }
    .ordinary_ordinary .history .right .name .one {
        font-size: 18px;
    }

    .ordinary_ordinary .history .right .name .two {
        font-size: 23px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dt, 
    .ordinary_ordinary .history .right .box_wrap .box .dd {
        font-size: 16px;
        line-height: 1.3;
    }

    .ordinary_ordinary .history .right .box_wrap_title {
        padding-top: 30px;
    }

    .ordinary_ordinary .history .right .box_wrap .box {
        flex-flow: column;
    }

    .ordinary_ordinary .history .right .box_wrap .box > div {
        padding: 12px 10px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dt {
        position: relative;
        width: 100%;
        border-right: 0px solid #DEDEDE;
        padding-left: 15px;
        font-weight: 500;
        padding-bottom: 3px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dt::after {
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #0a519f;
        top: 20px;
        left: 5px;
    }

    .ordinary_ordinary .history .right .box_wrap .box .dd {
        width: 100%;
        padding: 3px 5px 12px 15px;
    }

    .ordinary_ordinary .bottom_info {
        margin-top: -50px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title {
        gap: 7px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title .icon {
        width: 26px;
        height: 26px;
        padding: 5px;
        border-radius: 6px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area .title p {
        font-size: 20px;
    }

    .ordinary_ordinary .bottom_info .layout_max .area ul {
        margin-top: 20px;
        font-size: 16px;
        gap: 8px;
    }
}


/* 교구장 > 교구장문장 */
.ordinary_crest{
    padding-bottom: 0px;
}
.ordinary_crest .top_banner{
    background: linear-gradient(to bottom, #eef7fb 0%, #f8f5e8 100%);
    padding: 60px 0;
    text-align: center;
}
.ordinary_crest.auxiliary_crest .top_banner{
    background: linear-gradient(to bottom, #F8EFFF 0%, #F8F3EB 100%);
}
.ordinary_crest .top_banner .layout_max{
    
}
.ordinary_crest .top_banner .layout_max .text01{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Gyeonggi_Batang_Regular';
    color: #000;
    transition: 0.3s;
    line-height: 1.3;
}
.ordinary_crest .top_banner .layout_max .text02{
    font-size: 23px;
    font-weight: 400;
    margin-top: 15px;
    transition: 0.3s;
    line-height: 1.3;
}
.ordinary_crest .top_banner .layout_max .text02 span{
    font-size: 20px;
}
.ordinary_crest .top_banner .layout_max .text03{
    color: #222;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 35px;
    transition: 0.3s;
}
.ordinary_crest .cont_wrap{

}
.ordinary_crest .cont_wrap .layout_max{

}
.ordinary_crest .cont_wrap .layout_max .in{
    padding: 0 60px;
    display: flex;
    align-items: flex-start;
}
.ordinary_crest .cont_wrap .layout_max .in .left{
    position: sticky;
    top: 40px;
    width: 285px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.ordinary_crest .cont_wrap .layout_max .in .left img {
    display: block;
    width: 100%;
    max-width: 284px;
}
.ordinary_crest .cont_wrap .layout_max .in .right{
    width: calc(100% - 285px);
    padding-left: 130px;
    padding-top: 80px;
    padding-bottom: 170px;
    position: relative;
}
.ordinary_crest .cont_wrap .layout_max .in .right::before{
    content: "";
    position: absolute;
    top: 0;
    left: 176px;
    width: 1px;
    height: 100%;
    background-color: #D5DBE9;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul{
    display: flex;
    flex-direction: column;
    gap: 72px;
    position: relative;
    z-index: 1;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li{
    display: flex;
    align-items: flex-start;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .image{
    width: 95px;
    aspect-ratio: 1/1;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .image img {
    display: block;
    width: 100%;
}

.ordinary_crest .cont_wrap .layout_max .in .right ul li .info{
    width: calc(100% - 95px);
    padding-left: 50px;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .info .title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .info .title + .text{
    margin-top: 15px;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text{
    font-size: 20px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 22px 0;
}
.ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text p{

}

@media (max-width: 1100px) {
    .ordinary_crest .top_banner .layout_max .text01 {
        font-size: 35px;
    }

    .ordinary_crest .top_banner .layout_max .text02 {
        font-size: 21px;
    }

    .ordinary_crest .top_banner .layout_max .text03 {
        font-size: 20px;
        margin-top: 30px;
    }

    .ordinary_crest .cont_wrap .layout_max .in {
        padding: 0px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .left {
        width: 230px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right {
        width: calc(100% - 230px);
        padding-left: 70px;
        padding-bottom: 150px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right::before {
        left: 116px;
    }
}

@media (max-width: 900px) {
    .ordinary_crest .cont_wrap .layout_max .in .left {
        width: 200px;
        padding-top: 50px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right {
        padding-top: 50px;
        width: calc(100% - 200px);
        padding-bottom: 100px;
        padding-left: 50px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right::before {
        left: 85px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul {
        gap: 50px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .image{
        width: 75px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info {
        width: calc(100% - 75px);
        padding-left: 25px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text {
        font-size: 18px;
        line-height: 1.4;
        gap: 18px 0;
    }
}

@media (max-width: 767px) {
    .ordinary_crest .top_banner {
        padding: 40px 20px;
    }

    .ordinary_crest .top_banner .layout_max .text01 {
        font-size: 30px;
    }

    .ordinary_crest .top_banner .layout_max .text02 {
        font-size: 19px;
        margin-top: 8px;
    }

    .ordinary_crest .top_banner .layout_max .text03 {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.4;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .image {
        width: 65px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right::before {
        left: 80px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .title {
        font-size: 18px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text {
        font-size: 17px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .title + .text {
        margin-top: 7px;
    }
}

@media (max-width: 600px) {
    .ordinary_crest .top_banner {
        padding: 30px 10px;
    }

    .ordinary_crest .top_banner .layout_max .text01 {
        font-size: 27px;
    }    

    .ordinary_crest .top_banner .layout_max .text02 {
        font-size: 18px;
        margin-top: 6px;
    }

    .ordinary_crest .top_banner .layout_max .text03 {
        font-size: 17px;
        margin-top: 15px;
        line-height: 1.3;
    }

    .ordinary_crest .cont_wrap .layout_max .in {
        flex-flow: column;
    }

    .ordinary_crest .cont_wrap .layout_max .in .left {
        position: relative;
        top: auto;
    }

    .ordinary_crest .cont_wrap .layout_max .in .left {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .ordinary_crest .cont_wrap .layout_max .in .left img {
        max-width: 200px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right::before {
        display: none;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right {
        padding-top: 40px;
        width: 100%;
        padding-bottom: 50px;
        padding-left: 0px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li {
        flex-flow: column;
        align-items: center;
        position: relative;
        gap: 8px;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #e7eaf2;
        top: 34px;
        left: 0px;
        z-index: -1;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .image img {
        filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.08));
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text {
        gap: 12px 0;
    }

    .ordinary_crest .cont_wrap .layout_max .in .right ul li .info .text p {
        text-align: justify;
    }
}


/* 교구 > 부서소개 */
.sub_page.department_page {
    background: url(/assets/bsd01/image/page/page/department_bg.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: 0.3s;
    padding-bottom: 0px;
}
.sub_page.department_page .content_start{}
.sub_page.department_page .content_start .empth {
    display: flex;    
    height: 242px;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.sub_page.department_page .content_start .empth h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 42px;
}
.sub_page.department_page .content_start .white_bg{
    position: relative;
    background-color: #ffffff;
    padding-bottom: 150px;
}

.sub_page.department_page .content_start .white_bg .department_con {
    position: relative;    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;    
    gap: 60px;
    transition: 0.3s;
}

.sub_page.department_page .content_start .white_bg .d_con_txt {
    display: flex;
    flex-flow: column;
    max-width: 960px;
    width: 100%;
    background: #FFF;
    border-radius: 20px 20px 0 0;
    margin-top: -42px;
    padding: 60px 50px 0;
    gap: 40px;
    transition: 0.3s;
}

.sub_page.department_page .content_start .white_bg .d_con_txt .con_box {
    display: flex;
    flex-flow: column;    
}

.sub_page.department_page .content_start .white_bg .big_text{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 34px;
}
.sub_page.department_page .content_start .white_bg .list_num {  
    display: flex;  
    flex-flow: column;
    padding-left: 0px;
    gap: 8px;    
}

.sub_page.department_page .content_start .white_bg .list_num li {
    list-style-type: decimal; 
    font-size: 20px;
    line-height: 30px;
    color: #222;
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.sub_page.department_page .content_start .white_bg .d_con_info {
    position: relative;
    flex: 0 0 380px;
    width: 380px;    
    margin-top: -42px;
    transition: 0.3s;
}

.sub_page.department_page .content_start .white_bg .d_con_info .info_box {
    position: sticky;    
    top: 90px;
    background: linear-gradient(180deg, #002F9CD9, #288ADB);
    border-radius: 20px 80px 80px 80px;
    padding: 38px 38px 78px;    
    color: #FFF;
    display: flex;
    flex-flow: column;
    gap: 8px;
    box-shadow: -15px 15px 30px rgba(0,0,0,0.15);
    min-height: 285px;
    transition: 0.3s;    
}

.d_con_info .info_box h4 {
    font-size: 25px;    
    font-weight: 600;
    margin-bottom: 22px;
}

.d_con_info .info_box dl {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
    letter-spacing: 0px;
}

.d_con_info .info_box dl dt {
    font-size: 17px;
    padding: 5px 13px;
    background: #FFF;
    color: #222;
    font-weight: 400;
    border-radius: 30px;
    line-height: 24px;
}

.d_con_info .info_box dl dd {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.d_con_info .info_box .info_etc {
    position: relative;
    font-size: 20px;    
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 25px;
}

.d_con_info .info_box .info_etc::before {
    position: absolute;
    content: '※';
    width: 20px;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
    font-family: 'roboto';
    font-weight: 300;
}

.con_box.part_con {
    gap: 20px;
    margin-top: 35px;
}

.con_box.part_con_v02 {
    gap: 20px;
    margin-top: -10px;
}

.con_box.part_con_v03 .part_txt {
    margin-bottom: 20px;
}

.white_bg .d_con_txt .part_title {
    position: relative;
    color:#004A9C;
    font-size: 25px;
    line-height: 24px;    
    font-weight: 700;
    width: 100%;
}

.white_bg .d_con_txt .part_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0px;
    transform: translateY(-1px);
    z-index: 0;
    background: #004A9C;
}

.white_bg .d_con_txt .part_title span {
    position: relative;
    background: #FFF;
    padding-right: 15px;
}

.white_bg .d_con_txt .part_txt {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    letter-spacing: 0px;
}

.white_bg .d_con_txt .list_num {
    margin: 20px 0;
}

.white_bg .d_con_txt .part_info {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.white_bg .d_con_txt .part_info_mt40 {
    margin-top: 40px;
}

.white_bg .d_con_txt .part_info .part_box {
    display: flex;
    flex-flow: column;
    background: #ECF1FB;
    border-radius: 15px;
    padding: 22px 25px;
    gap: 5px;
    justify-content: space-between;
}

.white_bg .d_con_txt .part_info .part_box h5 {
    display: flex;
    flex-flow: column;
    font-size: 19px;
    font-weight: 600;
    color: #222222;
    line-height: 24px;
    margin-bottom: 10px;
    gap: 5px;
}

.white_bg .d_con_txt .part_info .part_box h5 span {

}

.white_bg .d_con_txt .part_info .part_box dl {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
}

.white_bg .d_con_txt .part_info .part_box dl dt {
    display: flex;
    background-color: #788CB4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.white_bg .d_con_txt .part_info .part_box dl dt img {
    display: block;
    width: 100%;
}

.white_bg .d_con_txt .part_info .part_box dl dd {
    font-size: 19px;
    line-height: 29px;
    color: #222;
}

.white_bg .d_con_txt .part_info .part_box01 {
    width: 100%;
}

.white_bg .d_con_txt .part_info .part_box02 {
    width: calc(50% - 5px);
}

.white_bg .d_con_txt .part_info .part_box03 {
    width: calc(33.33334% - 6.6667px);
}

.sub_page.department_page .content_start .white_bg .list_dot {  
    display: flex;  
    flex-flow: column;
    gap: 8px;
}

.sub_page.department_page .content_start .white_bg .list_dot_mt30 {
    margin-top: 30px;
}

.sub_page.department_page .content_start .white_bg .list_dot li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    padding-left: 15px;
}

.sub_page.department_page .content_start .white_bg .list_dot li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 13px;
    left: 0px;
    background: #2ABDC2;
    border-radius: 50%;
}

.sub_page.department_page .content_start .white_bg .list_num li > .list_dot_v01 {
    gap: 5px;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 12px;
}

.sub_page.department_page .content_start .white_bg .list_num li > .list_dot_v01 li {
    font-size: 18px;
    line-height: 26px;
    list-style: none;
}

@media (max-width: 1280px) {
    .sub_page.department_page .content_start .white_bg .department_con {
        gap: 4rem;
    }

    .sub_page.department_page .content_start .white_bg .d_con_txt {
        padding: 40px 40px 0;
        gap: 30px;
    }

    .sub_page.department_page .content_start .white_bg .big_text {
        font-size: 20px;
        line-height: 28px;
    }

    .white_bg .d_con_txt .list_num {
        margin: 10px 0;
    }

    .white_bg .d_con_txt .part_txt {
        font-size: 19px;
        line-height: 27px;
    }

    .white_bg .d_con_txt .part_title {
        font-size: 23px;
        line-height: 24px;
    }

    .con_box.part_con {
        gap: 15px;
        margin-top: 25px;
    }

    .sub_page.department_page .content_start .white_bg .list_num li {
        font-size: 19px;
        line-height: 27px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_info .info_box {
        gap: 6px;
    }

    .d_con_info .info_box dl dt {
        font-size: 16px;
        padding: 4px 13px;
        line-height: 22px;
    }

    .d_con_info .info_box dl dd {
        font-size: 18px;
        line-height: 22px;
    }

    .d_con_info .info_box .info_etc {
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        padding-left: 20px;
    }

    .white_bg .d_con_txt .part_info .part_box {
        padding: 18px 20px;
    }

    .white_bg .d_con_txt .part_info .part_box h5 {
        font-size: 18px;
        margin-bottom: 6px;
        line-height: 22px;
    }

    .white_bg .d_con_txt .part_info .part_box dl {
        gap: 6px;
    }

    .white_bg .d_con_txt .part_info .part_box dl dt {
        width: 27px;
        height: 27px;
    }

    .white_bg .d_con_txt .part_info .part_box dl dd {
        font-size: 18px;
        line-height: 27px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot_mt30 {
        margin-top: 20px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot li {
        font-size: 19px;
        line-height: 27px;
    }

    .sub_page.department_page .content_start .white_bg .list_num li > .list_dot_v01 li {
        font-size: 17px;
        line-height: 24px;
    }

    .white_bg .d_con_txt .part_info .part_box03 {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1024px) {
    .sub_page.department_page .content_start .white_bg .d_con_info {
        flex: 0 0 auto;
        width: auto;
        min-width: 300px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_info .info_box {
        border-radius: 20px 60px 60px 60px;
        gap: 8px;
        min-height: auto;
        padding: 33px 33px 70px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_txt {
        padding: 30px 30px 0;
        gap: 20px;
    }

    .sub_page.department_page .content_start .white_bg .big_text {
        font-size: 18px;
        line-height: 25px;
    }

    .white_bg .d_con_txt .part_info_mt40 {
        margin-top: 25px;
    }

    .white_bg .d_con_txt .part_info .part_box h5 {
        font-size: 17px;
        line-height: 20px;
    }

    .white_bg .d_con_txt .part_info .part_box dl dt {
        width: 24px;
        height: 24px;
    }

    .white_bg .d_con_txt .part_info .part_box dl dd {
        font-size: 17px;
        line-height: 24px;
    }

    .con_box.part_con {
        margin-top: 20px;
    }

    .white_bg .d_con_txt .part_txt {
        font-size: 17px;
        line-height: 24px;
    }

    .sub_page.department_page .content_start .white_bg .list_num {
        gap: 6px;
    }

    .sub_page.department_page .content_start .white_bg .list_num li {
        font-size: 17px;
        line-height: 24px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot {
        gap: 6px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot li {
        font-size: 17px;
        line-height: 24px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot li::after {
        top: 10px;
    }

    .sub_page.department_page .content_start .white_bg .list_num li > .list_dot_v01 {
        gap: 3px;
        margin-left: 17px;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    
    .sub_page.department_page .content_start .white_bg .list_num li > .list_dot_v01 li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 12px;
    }
}

@media (max-width: 900px) {
    .sub_page.department_page {
        background-position-x: 73%;
    }

    .sub_page.department_page .content_start .white_bg {
        padding-bottom: 80px;
    }

    .sub_page.department_page .content_start .empth {
        height: 180px;
    }

    .sub_page.department_page .content_start .empth h3 {
        font-size: 40px;
    }

    .sub_page.department_page .content_start .white_bg .department_con {
        gap: 0;
        flex-flow: column-reverse;
    }

    .sub_page.department_page .content_start .white_bg .d_con_info .info_box {
        border-radius: 15px;
        gap: 8px 20px;
        min-height: auto;
        padding: 20px 10px;
        position: relative;
        top: auto;
        background: linear-gradient(180deg, #1e75bd, #288ADB);
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .d_con_info .info_box h4 {
        font-size: 20px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .d_con_info .info_box dl {
        width: auto;
        gap: 7px;
    }

    .d_con_info .info_box dl dt {
        font-size: 15px;
        padding: 2px 11px;
        line-height: 20px;
        background: none;
        border: 1px solid #fff;
        color: #FFF;
    }

    .d_con_info .info_box dl dd {
        font-size: 17px;
        line-height: 20px;
    }

    .d_con_info .info_box .info_etc {
        font-size: 17px;
        line-height: 24px;
    }

    .d_con_info .info_box .info_etc::before {
        height: 26px;
        line-height: 26px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_txt {
        padding: 0px;
        border-radius: 0;
        margin-top: 0px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_txt {
        gap: 10px;
    }

    .white_bg .d_con_txt .part_title {
        font-size: 20px;
    }

    .con_box.part_con_v02 {
        margin-top: 0px;
    }
}

@media (max-width: 550px) {
    .sub_page.department_page {
        background-position: 70% 0px;
        background-size: 200%;
    }
    .sub_page.department_page .content_start .empth {
        height: 150px;
    }

    .sub_page.department_page .content_start .empth h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .sub_page.department_page .content_start .white_bg {
        padding-bottom: 50px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_info .info_box {
        flex-flow: column;
        align-items: flex-start;
        padding: 15px;
    }

    .d_con_info .info_box h4 {
        display: none;
    }

    .white_bg .d_con_txt .part_info .part_box {
        padding: 15px;
    }

    .white_bg .d_con_txt .part_info .part_box02,
    .white_bg .d_con_txt .part_info .part_box03 {
        width: 100%;
    }

    .sub_page.department_page .content_start .white_bg .big_text {
        font-size: 17px;
        line-height: 24px;
    }

    .sub_page.department_page .content_start .white_bg .list_dot li {
        padding-left: 12px;
    }

    .sub_page.department_page .content_start .white_bg .d_con_info {
        min-width: auto;
    }

    .white_bg .d_con_txt .part_info {
        gap: 7px;
    }
    
}

/* 교구 > 부서소개 end */


