/* 대리구 > 대리구소개 > 교구약사 */
.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: 17px;
        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 150px;
}

.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: 20px;
}

.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: 950px;
    height: 100%;
    background: url(/assets/bsd01/image/page/page/introduce_jubo_img01.jpg) center center 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: 100px;
    max-width: 791px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
}
.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;
    }

    .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;
    }

    .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;
    }
}


/* 역대 대리구장 start */
.ordinary_successive{
    padding-bottom: 0;
}
.ordinary_successive .list_wrap{
    display: flex;
    flex-wrap: wrap;
}
.ordinary_successive .list_wrap .box{
    width: 50%;
    padding: 0 55px;
    padding-bottom: 150px;
    border-right: 1px solid #D5DBE9;
}
.ordinary_successive .list_wrap .box:last-of-type{
    border-right: 0;
}
.ordinary_successive .list_wrap .box .image{
    width: 100%;
    max-width: 240px;
    aspect-ratio: 240 / 300;
    margin: 0 auto;
}
.ordinary_successive .list_wrap .box .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ordinary_successive .list_wrap .box .text{
    padding-top: 30px;
    text-align: center;
}
.ordinary_successive .list_wrap .box .text .info{
    font-size: 18px;
    font-weight: 500;
}
.ordinary_successive .list_wrap .box .text .name{
    font-size: 22px;
    font-weight: 800;
    margin-top: 8px;
}
.ordinary_successive .list_wrap .box .in_btn{
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 7px;
  
}
.ordinary_successive .list_wrap .box .in_btn .btn{
    min-width: 105px;
    height: 50px;
    border: 1px solid #D5DBE9;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: default;
}
.ordinary_successive .list_wrap .box .in_btn .btn.btn01:hover{
    /* background-color: #004A9C;
    border: 1px solid #004780;
    color: #FFFFFF; */
}   
.ordinary_successive .list_wrap .box .in_btn .btn.btn02:hover{
    /* background-color: #A7132F;
    border: 1px solid #740A1F;
    color: #FFFFFF; */
}
.ordinary_successive .list_wrap .box .range{
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}
.ordinary_successive .layer_popup {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center;
  z-index: 9999;
}
.ordinary_successive .layer_popup[style="display: block; opacity: 1;"] {
  display: flex !important;
}
.ordinary_successive .popup_inner {
    width: 820px;
    max-height: 590px;
    height: 100%;
    position: relative;
    background: #fff; 
    padding: 0px; 
    border-radius: 20px;
    overflow: hidden;
}
.ordinary_successive .popup_inner .top_area_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    background-color: #004A9C;

}
.ordinary_successive .popup_inner .popup_title{
    width: 100%;
    height: 70px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.ordinary_successive .popup_inner .popup_tab{
    width: 100%;
    height: 45px;
    background-color: #004A9C;
    padding-left: 20px;
}
.ordinary_successive .popup_inner .popup_content{
    padding: 0 30px;
    padding-top: 35px;
    height: calc(100% - 115px);
}
.ordinary_successive .popup_inner .popup_content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 100%);
}

.ordinary_successive .close_btn {
    position: relative;
    color: #fff;
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    transform: translateX(50%);
}
.ordinary_successive .close_btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ordinary_successive .popup_tab {
  display: flex;
}
.ordinary_successive .tab_btn {
    width: 120px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #004A9C;
    border: none;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.ordinary_successive .tab_btn.active {
    background: #004A9C; 
    color: #222;
    background-color: #fff;
}
.ordinary_successive .tab_btn.active[data-tab="motto"]{

}
.ordinary_successive .tab_content {
 
  height: 100%;
  overflow: auto;
}
.ordinary_successive .tab_content .motto_wrap{
    display: flex;
}
.ordinary_successive .tab_content .motto_wrap .motto_img{
    padding-right: 40px;
    border-right: 1px solid #000;
}
.ordinary_successive .tab_content .motto_wrap .motto_img img{
    max-width: 280px;
    width: 100%;
}
.ordinary_successive .tab_content .motto_wrap .motto_text{
    padding-left: 40px;
    flex: 1;
}
.ordinary_successive .tab_content .motto_wrap .motto_text strong{
    font-size: 23px;
    font-family: 'Gyeonggi_Batang_Regular';
}
.ordinary_successive .tab_content .motto_wrap .motto_text span{
    display: inline-block;
    font-size: 20px;
    color: #0044aa;
    margin-top: 10px;
    font-family: 'Gyeonggi_Batang_Regular';
}
.ordinary_successive .info_table {
  width: 100%; border-collapse: collapse;
  border-top: 1px solid #222;
}
.ordinary_successive .info_table td {
  padding: 12px 10px; 
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.ordinary_successive .motto_wrap ul {
  margin: 10px 0 0;
  padding-left: 0px;
  list-style: none;
}
.ordinary_successive .motto_wrap ul li {
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 1520px) {
    .ordinary_successive .list_wrap .box{
        padding: 0 25px;
        padding-bottom: 120px;
    }
    .ordinary_successive .list_wrap .box .in_btn{
        gap: 5px;
    }
    .ordinary_successive .list_wrap .box .in_btn .btn{
        min-width: 80px;
        height: 40px;
        font-size: 14px;
    }
}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {
    .ordinary_successive .list_wrap .box{
        padding: 0 50px;
        padding-bottom: 70px;
        width: 50%;
        border-right: 0;
    }
    .ordinary_successive .list_wrap .box{
        padding: 0 25px;
        padding-bottom: 90px;
    }
    .ordinary_successive .list_wrap .box .image{
        max-width: 190px;
    }
    .ordinary_successive .list_wrap .box .range{
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .ordinary_successive{
        padding-top: 20px;
    }
    .ordinary_successive .tab_content .motto_wrap{
        flex-direction: column;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_text{
        padding-left: 0;
        margin-top: 50px;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_img{
        display: flex;
        justify-content: center;
        padding-right: 0;
        border-right: 0;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_img img {
        max-width: 145px;
        width: 145px;
    }
    .ordinary_successive .tab_btn{
        font-size: 14px;
        width: auto;
        min-width: 75px;
        padding: 8px 14px;
    }
    .ordinary_successive .popup_inner{
        max-height: 100%;
        border-radius: 0;
    }
    .ordinary_successive .popup_inner .popup_title{
        font-size: 16px;
        height: 55px;
    }
    .ordinary_successive .popup_inner .top_area_wrap{
        padding: 0 20px;
    }
    .ordinary_successive .popup_inner .popup_tab{
        padding-left: 15px;
        height: auto;
    }
    .ordinary_successive .popup_inner .popup_content{
        padding: 0 15px;
        padding-top: 25px;
    }
    .ordinary_successive .info_table td{
        font-size: 15px;
    }
    .ordinary_successive .motto_wrap ul li{
        font-size: 15px;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_text{
        margin-top: 35px;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_text span{
        font-size: 17px;
    }
    .ordinary_successive .tab_content .motto_wrap .motto_text strong{
        font-size: 20px;
    }
    .ordinary_successive .list_wrap .box{
        padding: 0 15px;
        padding-bottom: 70px;
        width: 100%;
    }
    .ordinary_successive .list_wrap .box .in_btn{
        padding-top: 23px;
    }
    .ordinary_successive .list_wrap .box .image{
        display: flex;
        justify-content: center;
    }
    .ordinary_successive .list_wrap .box .image img{
        max-width: 180px;
    }
}
@media (max-width: 425px) {

}








.institution_layout {

}
.institution_layout .move_btn_wrap{
    display: flex;
    gap: 7px;
}
.institution_layout .move_btn_wrap .btn{
    width: auto;
    height: 50px;
    font-size: 17px;
    padding: 0px 30px;
    border: 1px solid #D5DBE9;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
}
.institution_layout .move_btn_wrap .btn.active{
    background-color: #004A9C;
    border: 1px solid #004780;
    color: #FFFFFF;
}
.institution_layout .contents{
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    gap: 105px;
}
.institution_layout .contents .box{

}
.institution_layout .contents .box > .title{
    position: relative;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.institution_layout .contents .box > .title::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #2BD9DF;
    border-radius: 50%;
}
.institution_layout .contents .box:nth-of-type(2) > .title::before{
    background-color: #68CB5D;
}
.institution_layout .contents .box:nth-of-type(3) > .title::before{
    background-color: #7BB9FF;
}
.institution_layout .contents .box > .title::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #FF4E00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 19px;
}
.institution_layout .contents .box .scroll_wrap{
    width: 100%;
    overflow: auto;
}

.institution_layout .contents .box table{
    width: 100%;
    border-top: 1px solid #222222;
}
.institution_layout .contents .box table th,
.institution_layout .contents .box table td{
    padding: 17px 20px;
    border-bottom: 1px solid #D5DBE9;
    font-size: 20px;
}
.institution_layout .contents .box table th{
    border-bottom: 1px solid #999999;
    font-weight: 500;
}
.institution_layout .contents .box table td{
    text-align: center;
    font-weight: 400;
    border: 1px solid #D5DBE9;
}
.institution_layout .contents .box table td.textAL{
    text-align: left;
}
.institution_layout .contents .box table td.border_left{
    border-left: 1px solid #D5DBE9;
}
.institution_layout .contents .box table td.border_right{
    border-right: 1px solid #D5DBE9;
}
.institution_layout .contents .box table td.border_top{
    border-top: 1px solid #D5DBE9;
}
.institution_layout .contents .box table td.border_bottom{
    border-bottom: 1px solid #D5DBE9;
}
.institution_layout .contents .box table td.color_bg{
    background-color: #F6FBFF;
    font-weight: 500;
}
.institution_layout .contents .box > .sub_title{
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #004A9C;
    padding-left: 25px;
}
.institution_layout .contents .box .scroll_wrap + .sub_title{
    margin-top: 60px;
}
.institution_layout .contents .box > .sub_title::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #4A8ECC;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media (max-width: 1520px) {

}
@media (max-width: 1300px) {

}
@media (max-width: 1024px) {
    .institution_layout .move_btn_wrap{
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .institution_layout{
        padding-top: 35px;
    }
    .institution_layout .contents{
        padding-top: 40px;
        gap: 60px;
    }
    .institution_layout .contents .box table{
        max-width: 1024px;
    }
    .institution_layout .contents .box table th,
    .institution_layout .contents .box table td{
        font-size: 15px;
    }
    .institution_layout .move_btn_wrap .btn{
        height: auto;
        font-size: 15px;
        padding: 10px 20px;
    }
    .institution_layout .contents .box{
        font-size: 22px;
    }
    .institution_layout .contents .box .scroll_wrap table .col1{
        width: 100px !important;
    }
    .institution_layout .contents .box .scroll_wrap table .col2{
        width: 100px !important;
    }
    .institution_layout .contents .box .scroll_wrap table .col3{
        width: 100px !important;
    }
    .institution_layout .contents .box .scroll_wrap table .col4{
        width: 100px !important;
    }
    .institution_layout .contents .box .scroll_wrap table .col5{
        width: 100px !important;
    }
    .institution_layout .contents .box .scroll_wrap table .col6{
        width: 100px !important;
    }
    .institution_layout .contents .box > .title{
        font-size: 18px;
        margin-bottom: 15px;
        gap: 9px;
    }
    .institution_layout .contents .box > .title::before{
        width: 23px;
        height: 23px;
    }
    .institution_layout .contents .box > .title::after{
        width: 10px;
        height: 10px;
        left: 17px;
    }
    .institution_layout .contents .box > .sub_title{
        font-size: 17px;
        padding-left: 19px;
    }
    .institution_layout .contents .box > .sub_title::before{
        top: 4px;
        width: 11px;
        height: 11px;
    }
    .institution_layout .contents .box table th, .institution_layout .contents .box table td{
        padding: 15px 15px;
        line-height: 1.3;
    }
}
























/* 울산성지 start */
.church_view .no_info, 
.church_list .no_info {
    color: #afbcc9;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.church_view {
    position: relative;
    margin-top: -25px;
}
.church_view .deco_bg{
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(245, 247, 252, 1) 28%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 275px;
    left: 0;
    z-index: 0;
}
.church_view .layout_max{
    position: relative;
}
.church_view .top_info_zone{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.church_view .top_info_zone .swiper_wrap{
    width: 100%;
    max-width: 600px;
    position: sticky;
    top: 100px;
}
.church_view .top_info_zone .swiper{
    border-radius: 20px;
    box-shadow: 20px 20px 25px #00000033;
    overflow: hidden;
    aspect-ratio: 1 / 0.6666667;
    transition: 0.3s;
}
.church_view .top_info_zone .tool{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
.church_view .top_info_zone .tool .swiper_button_prev,
.church_view .top_info_zone .tool .swiper_button_next{
    width: 25px;
    height: 25px;
    border: 1px solid #C0C9DC;
    border-radius: 33px;

}
.church_view .top_info_zone .tool .swiper_button_prev img,
.church_view .top_info_zone .tool .swiper_button_next img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.church_view .top_info_zone .tool .swiper_pagination{
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    width: auto;
    display: flex;
    gap: 7px;
}
.church_view .top_info_zone .tool .swiper_pagination .swiper-pagination-current{
    color: #e5002b;
    font-weight: 500;
}
.church_view .top_info_zone .tool .swiper_pagination .swiper-pagination-total{

}

/* .church_view .top_info_zone .swiper-slide{
    height: 400px;
} */
.church_view .top_info_zone .swiper-slide .no_img{
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 20px;
}
.church_view .top_info_zone .swiper-slide .no_img img{
    width: 100%;
    height: 100%;
}
.church_view .top_info_zone .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.church_view .top_info_zone .right_zone{
    width: calc(100% - 600px);
    padding-left: 100px;
}
.church_view .top_info_zone .right_zone .title_zone{
    margin-top: 75px;
}
.church_view .top_info_zone .right_zone .sub_title{
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.church_view .top_info_zone .right_zone h5{
    font-size: 45px;
    font-weight: 700;
}
.church_view .top_info_zone .right_zone table{
    width: 100%;
    margin-top: 120px;
    border-top: 1px solid #222222;
}
.church_view .top_info_zone .right_zone table caption{
    display: none;
}
.church_view .top_info_zone .right_zone table tbody{

}
.church_view .top_info_zone .right_zone table tbody tr{
    font-size: 20px;
    border-bottom: 1px solid #DEDEDE;
}
.church_view .top_info_zone .right_zone table tbody tr th{
    width: 170px;
    padding: 18px 20px;
    text-align: left;
    font-weight: 500;
    border-right: 1px solid #DEDEDE;
}
.church_view .top_info_zone .right_zone table tbody tr td{
    width: calc(100% - 170px);
    padding: 18px 20px;
}
.church_view .top_info_zone .right_zone .cont{
    font-size: 20px;
    margin-top: 60px;
    line-height: 1.35;
}
.church_view .top_info_zone .right_zone .text_wrap {
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.35;
    display: flex;
    flex-direction: column;    
}
.church_view .top_info_zone .right_zone .text_wrap p {
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 300;
    letter-spacing: -0.8px;
    word-break: keep-all;
    text-align: justify;
}
.church_view .top_info_zone .right_zone .text_wrap h2 {
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px;
}

.church_view .top_info_zone .right_zone .text_wrap p.except_info {
    font-size: 19px;
}

.church_view .top_info_zone .right_zone .text_wrap p.except_info > b {
    display: block;
    font-weight: 600;
    color: #114177;
}

.church_view .top_info_zone .right_zone .text_wrap p.except_info > b:not(:first-child) {
    margin-top: 7px;
}

.church_view .top_info_zone .cc_sub_info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 30px;
}
.church_view .top_info_zone .cc_sub_info > div{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
}
.church_view .top_info_zone .cc_sub_info > div > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 13px;
}
.church_view .top_info_zone .cc_sub_info > div > span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.church_view .top_info_zone .cc_sub_info .tel span{
    background-color: #2A7DC2;
}
.church_view .top_info_zone .cc_sub_info .fax span{
    background-color: #2ABDC2;
}
.church_view .top_info_zone .cc_sub_info .email span{
    background-color: #004A9C;
}
.church_view .two{
    margin-top: 125px;
    /* border-bottom: 1px solid #222; */
}
.church_view .bottom_info_zone{
    display: flex;
}
.church_view .bottom_info_zone > div.time{
    width: 650px;
    padding-right: 50px;
    border-right: 1px solid #222222;
}

.church_view .bottom_info_zone > div.map{
    width: 100%;
}
.church_view .bottom_info_zone > div.map #map{
    width: 100%;
    height: 580px;
}
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap {
    width: 100% !important;
    border-radius: 20px;
}
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap .cont{
    display: none;
}
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap .wrap_map{
    height: 580px;
}
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap .border1 {
    border: 0px;
}
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap .border3,
.church_view .bottom_info_zone > div.map #map .root_daum_roughmap .border4 {
    width: 0px;
}

.church_view .bottom_info_zone > div > .title{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
}
.church_view .bottom_info_zone > div > .title .box{
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    background-color: #666666;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
.church_view .bottom_info_zone > div > .title .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.church_view .bottom_info_zone > div > .title h5{
    font-size: 30px;
    font-weight: 800;
}
.church_view .label_marker .title{
    transform: translateY(-8px);
}
.church_view .navi{
    padding-top: 60px;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
}
div.basic_bottom{
    padding-bottom: 150px;
}
@media (max-width: 1400px) {
    .church_view .top_info_zone .swiper_wrap{
        max-width: 450px;
    }
    .church_view .top_info_zone .swiper{
        /* width: 450px; */
    }
    .church_view .top_info_zone .right_zone{
        width: calc(100% - 450px);
        padding-left: 75px;
    }
    .church_view .top_info_zone .right_zone h5{
        font-size: 35px;
    }
    .church_view .top_info_zone .right_zone .sub_title{
        font-size: 22px;
    }
    .church_view .top_info_zone .cc_sub_info > div{
        font-size: 18px;
    }
    .church_view .deco_bg{
        top: 240px;
    }
    .church_view .top_info_zone .right_zone table{
        margin-top: 80px;
    }
    .church_view .top_info_zone .right_zone table tbody tr{
        font-size: 17px;
    }
    .church_view .two{
        margin-top: 90px;
    }
    .church_view .bottom_info_zone > div > .title h5{
        font-size: 25px;
    }    
}
@media (max-width: 1200px) {
    .church_view .top_info_zone .right_zone{
        padding-left: 40px;
    }

    .church_view .top_info_zone .right_zone .text_wrap {
        margin-top: 30px;
        font-size: 18px;
    }

    .church_view .top_info_zone .right_zone .text_wrap p {
        line-height: 1.45;
        margin: 0 0 15px;
        letter-spacing: 0px;
    }

    .church_view .top_info_zone .right_zone .text_wrap p.except_info {
        font-size: 17px;
    }
}
@media (max-width: 1130px) {
    .church_list {
        flex-flow: column;
    }

    .church_list .left_map {
        position: relative;
        top: auto;
        width: 100%;
    }

    .church_list .left_map .map {
        aspect-ratio: 1 / 0.5;
    }

    .church_list .right_list {
        width: 100%;
    }

    .right_list .list_wrap {
        flex-flow: row wrap;
    }

    .right_list .list_wrap .church {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1024px) {
    .church_view {
        margin-top: 0px;
    }
    .church_view .top_info_zone .swiper_wrap {
        position: relative;
        top: auto;
    }

    .church_list .left_map .map {
        aspect-ratio: 1 / 0.65;
    }
    .right_list .list_wrap .church {
        width: 100%;
    }
    .church_view {
        margin-top: 0px;
    }

    .church_view .top_info_zone .swiper_wrap {
        position: relative;
        top: auto;
    }

    .church_view .top_info_zone .right_zone h5{
        font-size: 30px;
    }
    .church_view .top_info_zone{
        flex-direction: column;
        align-items: center;
    }
    .church_view .top_info_zone .right_zone{
        width: 100%;
        padding-left: 0;
    }
    .church_view .top_info_zone .right_zone .title_zone {
        margin-top: 40px;
        text-align: center;
    }
    .church_view .top_info_zone .cc_sub_info {
        margin-top: 20px;
        justify-content: center;
    }

    .church_view .top_info_zone .right_zone table {
        margin-top: 40px;
    }

    .church_view .two {
        margin-top: 50px;
        border: 0px;
    }
    .church_view .bottom_info_zone{
        flex-direction: column;
    }
    .church_view .bottom_info_zone > div.time{
        width: 100%;
        border-right: 0px;
        padding: 0px;
    }
    .church_view .bottom_info_zone > div.map{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        border-left: 0;
    }
    .church_view .bottom_info_zone > div.map #map {
        height: auto;
    }
    .church_view .bottom_info_zone > div.map #map .root_daum_roughmap {
        border-radius: 10px;
        aspect-ratio: 1 / 0.5;
    }

    .church_view .bottom_info_zone > div.map #map .root_daum_roughmap .wrap_map {
        height: 100%;
    }
    
    div.basic_bottom {
        padding-bottom: 100px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .church_view .no_info, 
    .church_list .no_info {
        font-size: 16px;
    }

    .church_view {
        margin-top: 0px;
    }
    .church_view .layout_max.one{
        margin-top: 35px;
    }
    .church_view .top_info_zone .swiper_wrap{
        max-width: 65%;
        width: 100%;
    }
    .church_view .top_info_zone .swiper{
        /* max-width: 65%; */
    }
    .church_view .top_info_zone .swiper-slide{
        height: auto;
    }
    .church_view .top_info_zone .right_zone h5{
        font-size: 26px;
    }
    .church_view .top_info_zone .right_zone .title_zone{
        margin-top: 45px;
    }
    .church_view .top_info_zone .right_zone .sub_title{
        font-size: 18px;
    }
    .church_view .deco_bg{
        top: 20vh;
    }
    .church_view .top_info_zone .cc_sub_info{
        gap: 7px 15px;
    }
    .church_view .top_info_zone .cc_sub_info > div{
        font-size: 15px;
        gap: 5px;
    }
    .church_view .top_info_zone .cc_sub_info > div > span{
        width: 25px;
        height: 25px;
        min-width: 25px;
        border-radius: 7px;
    }
    .church_view .top_info_zone .cc_sub_info > div > span img{
        padding: 6px;
    }
    .church_view .top_info_zone .right_zone table{
        margin-top: 35px;
    }
    .church_view .top_info_zone .right_zone table tbody tr {
        font-size: 15px;
    }
    .church_view .top_info_zone .right_zone table tbody tr th{
        width: calc(100px);
        padding: 15px 13px;
    }
    .church_view .top_info_zone .right_zone table tbody tr td{
        padding: 15px 13px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr{
        font-size: 15px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr th{
        width: calc(100px);
        padding: 15px 13px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr td{
        padding: 15px 13px;
    }
    .church_view .two{
        margin-top: 35px;
    }
    .church_view .bottom_info_zone > div{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .church_view .bottom_info_zone > div.time{
        padding-right: 0;
        border-right: 0;
    }
    .church_view .bottom_info_zone > div > .title{
        gap: 7px;
        margin-bottom: 15px;
    }
    .church_view .bottom_info_zone > div > .title .box{
        width: 35px;
        height: 35px;
    }
    div.basic_bottom{
        padding-bottom: 75px;
    }
    .church_view .bottom_info_zone > div > .title h5{
        font-size: 21px;
    }
    .church_view .top_info_zone .right_zone .cont{
        font-size: 15px;
        margin-top: 40px;
    }

    .church_view .bottom_info_zone > div.map #map .root_daum_roughmap {
        aspect-ratio: 1 / 0.6;
    }    
}
@media (max-width: 600px) {   
    .church_list .right_list {
        min-width: auto;
    }

    .right_list .list_wrap .church .info {
        width: calc(100% - 142px);
    }

    .right_list .list_wrap .church .image {
        max-width: 120px;
    }

    .right_list .info-header {
        display: flex;
        align-items: center;
    }

    .right_list .district {
        font-size: 15px;
        margin-top: 2px;
    }

    .right_list .info-head h4 {
        font-size: 20px;
    }

    .right_list .info-body {
        gap: 12px;
    }

    .right_list .info-body div {
        gap: 3px;
    }

    .right_list .info-body div > p {
        font-size: 17px;
    }

    .church_view .deco_bg {
        top: 15vh;
    }

    .church_view .top_info_zone .swiper {
        border-radius: 15px;
        box-shadow: 15px 15px 20px #00000033;        
    }

    .church_view .top_info_zone .swiper_wrap {
        max-width: 95%;
    }

    .church_view .top_info_zone .tool {
        margin-top: 20px;
    }

    .church_view .top_info_zone .right_zone .title_zone {
        margin-top: 35px;
    }
}

@media (max-width: 500px) {
    
    .church_view .bottom_info_zone > div.map #map .root_daum_roughmap {
        aspect-ratio: 1 / 1;
    }    

    .church_list .left_map .map {
        aspect-ratio: 1 / 1;
    }



    .right_list .list_wrap .church {
        gap: 15px;
        flex-flow: column;
        align-items: center;
    }

    .right_list .list_wrap .church .info {
        width: 100%;
    }

    .right_list .list_wrap .church .image {
        max-width: 100%;
    }

    .right_list .link a {
        font-size: 13px;
        border-radius: 7px;
        padding: 4px 8px;
    }

}
/* 울산성지 end */