*{word-break: keep-all;}
img{display: flex;}
table{border-collapse: collapse;}

@media (min-width: 1200px){
    section:nth-of-type(1):has(h1){padding-top: 60px;}
}

/* top_banner */
.top_banner{background-size: cover; background-repeat: no-repeat; background-position: center;}
.top_banner .container{height: 285px; align-content: center; text-align: center;}
.top_banner .container h2{margin-bottom: 5px;}
.menu1 .top_banner{background-image: url(../image/sub/top_banner1.jpg);}
.menu2 .top_banner{background-image: url(../image/sub/top_banner2.jpg); color: #FFF;}
.menu3 .top_banner{background-image: url(../image/sub/top_banner3.jpg); color: #FFF;}
.menu4 .top_banner{background-image: url(../image/sub/top_banner4.jpg); color: #FFF;}
.menu5 .top_banner{background-image: url(../image/sub/top_banner5.jpg); color: #FFF;}

@media (max-width: 1199.98px){
    .top_banner .container{height: 180px;}
    .top_banner .container h2{font-size: 18px; margin-bottom: 0; font-weight: 600;}
    .top_banner .container p{font-size: 12px;}
}

@media (max-width: 676.98px){
    .top_banner .container{height: 90px;}
}

/* tab_menu */
.tab_menu_depth2{border-bottom: 1px solid #CDCDCD; text-align: center; margin-bottom: 20px;}
.tab_menu_depth2 .wrap{display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; align-items: center; padding: 15px 0;}
.tab_menu_depth2 a{font-weight: 700; color: #666666; font-size: 18px;}
.tab_menu_depth2 a.active{color: var(--main-color);}

@media (max-width: 1199.98px){
    .tab_menu_depth2{text-align: left; margin-bottom: 0;}
    .tab_menu_depth2 .wrap{column-gap: 15px; row-gap: 10px; justify-content: left; padding: 10px 0;}
    .tab_menu_depth2 a{font-size: 12px;}
}

.tab_menu_depth3{text-align: center;}
.tab_menu_depth3 .wrap{display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; align-items: center; padding: 20px 0;}
.tab_menu_depth3 a{font-weight: 700; color: #989898; font-size: 17px;}
.tab_menu_depth3 a.active{color: var(--main-color); text-decoration: underline;}

@media (max-width: 1199.98px){
    .tab_menu_depth3{background: #F3F3F3; border-bottom: 1px solid #CDCDCD; text-align: left;}
    .tab_menu_depth3 .container{padding: 0;}
    .tab_menu_depth3 .wrap{padding: 0 16px; gap: 0; justify-content: left; background: url(../image/icon/gray_line.svg); background-repeat: repeat-x; background-position: left 35px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);}
    .tab_menu_depth3 a{font-size: 12px; padding: 4px 10px; margin: 5px 0;}
    .tab_menu_depth3 a.active{text-decoration: none; background: var(--main-color); color: #FFF; border-radius: 100px;}
}

.tab_fill{text-align: center;}
.tab_fill .wrap{display: flex; margin: 1px;}
.tab_fill a{flex: 1; font-weight: 700; color: #989898; border: 1px solid #CDCDCD; height: 50px; justify-content: center; align-items: center; background: #FFF; margin: -0.25px;}
.tab_fill a.active{background: var(--main-color); color: #FFF; border-color: var(--main-color);}

@media (max-width: 1199.98px){
    .tab_fill .wrap{flex-wrap: wrap;}
    .tab_fill a{font-size: 12px; height: 34px; flex-basis: 25%; flex-grow: 0;}
}

.tab_capsule{text-align: center;}
.tab_capsule .wrap{display: flex; flex-wrap: wrap; gap: 10px; align-items: center;}
.tab_capsule a{font-weight: 600; color: #989898; background: #FFF; border: 1px solid #CDCDCD; padding: 5px 10px; font-size: 16px;}
.tab_capsule a.active{background: var(--main-color); color: #FFF; border-color: var(--main-color);}

@media (max-width: 1199.98px){
    .tab_capsule a{font-size: 12px;}
}

.tab_content{display: none;}
.tab_content_wrap.show_all .tab_content{display: block;}
.tab_content.active{display: block;}

/* accordion */
.accordion_button{width: 100%; border-bottom: 1px solid var(--default-color); font-size: 20px; justify-content: space-between; padding: 20px 0; font-weight: bold; color: var(--default-color);}
.accordion_button img{width: 14px; transition: 0.2s ease-in-out;}
.accordion_button.active img{transform: rotate(0); transition: 0.2s ease-in-out; transform: rotate(180deg);}
.accordion .wrap{padding: 60px 0; display: none;}
.default_show .accordion .wrap{display: block;}

@media (max-width: 1199.98px){
    .accordion_button{font-size: 14px; padding: 10px 0;}
    .accordion .wrap{padding: 20px 0;}
}

/* board */
.board_top:has(.search_group){display: flex; justify-content: end;}
.board_top .search_group{display: flex; flex-basis: 300px; font-size: 14px;}
.board_top .search_group > *{height: 40px; flex-shrink: 0;}
.board_top .search_group input{flex: 1; border: 1px solid var(--sub-color); padding: 0 5px; background: #FFF; border-radius: 0; outline: none; color: var(--default-color);}
.board_top .search_group button{flex-basis: 40px; background: var(--default-color);}
.board_top .search_group button img{width: 20px; filter: brightness(100);}

@media (max-width: 1199.98px){
    .board_top .search_group{font-size: 10px; flex-basis: 200px;}
    .board_top .search_group > *{height: 30px;}
    .board_top .search_group button{flex-basis: 30px;}
    .board_top .search_group button img{width: 18px;}
}

.board_list_type .board_list{border-top: 3px solid var(--default-color); border-bottom: 1px solid var(--default-color);}
.board_list_type .board_list > *{display: flex; min-height: 56px; align-items: center; text-align: center;}
.board_list_type .board_list > * > *{height: 100%; padding: 5px;}
.board_list_type .board_head{border-bottom: 1px solid var(--default-color); font-weight: 700;}
.board_list_type .board_body:not(:last-child){border-bottom: 1px solid #CDCDCD;}
.board_list_type .board_body:hover{background: #F3F3F3;}
.board_list_type .board_num{flex-basis: 120px;}
.board_list_type .board_title{flex: 1;}
.board_list_type .board_body .board_title{text-align: left;}
.board_list_type .board_date{flex-basis: 200px;}

@media (min-width: 1200px){
    .board_list_type .board_list{font-size: 16px;}
    .board_list_type .board_list > *{min-height: 56px;}
    .board_list_type .board_list > * > *{padding: 10px;}
    .board_list_type .board_num{flex-basis: 120px;}
    .board_list_type .board_date{flex-basis: 200px;}
}

@media (max-width: 1199.98px){
    .board_list_type .board_list{font-size: 12px;}
    .board_list_type .board_head{display: none;}
    .board_list_type .board_num{flex-basis: 44px;}
    .board_list_type .board_date{flex-basis: 80px;}
    .board_list_type .board_body .board_date{font-size: 10px; color: var(--sub-color);}
}

[class*="board_gallery_type"] .board_list .row{gap: 60px;}
[class*="board_gallery_type"] .board_list .item{display: flex; flex-direction: column; flex-basis: calc((100% - 3 * 60px) / 4); flex-grow: 0;}
[class*="board_gallery_type"] .thumb{
    margin-bottom: 20px;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    background: #FFF;
}
[class*="board_gallery_type"] .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
[class*="board_gallery_type"] .text{font-size: 14px;}
[class*="board_gallery_type"] .board_category{color: var(--main-color); margin-bottom: 5px; display: inline-block;}
[class*="board_gallery_type"] .board_category::before{content: "[";}
[class*="board_gallery_type"] .board_category::after{content: "]";}
[class*="board_gallery_type"] .board_title{font-size: 20px; font-weight: 700; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 2; -webkit-line-clamp: 2; text-overflow: ellipsis; white-space: normal; word-break: break-word;}
[class*="board_gallery_type"] a:hover .board_title{text-decoration: underline;}
[class*="board_gallery_type"] .board_bottom{display: flex; flex-wrap: wrap;}
[class*="board_gallery_type"] .board_bottom li:not(:first-child){margin-left: 5px;}
[class*="board_gallery_type"] .board_bottom li:not(:first-child)::before{content: "｜"; margin-right: 5px; color: var(--sub-color);}
[class*="board_gallery_type"] .board_bottom li.board_date{color: var(--sub-color);}

.board_gallery_type2 .board_list .row{gap: 30px;}
.board_gallery_type2 .board_list .item{flex-basis: calc((100% - 3 * 30px) / 4);}

@media (max-width: 1199.98px){
    [class*="board_gallery_type"] .board_list .row{gap: 40px;}
    [class*="board_gallery_type"] .board_list .item{flex-basis: calc((100% - 1 * 40px) / 2);}
    [class*="board_gallery_type"] .text{font-size: 12px;}
    [class*="board_gallery_type"] .board_title{font-size: 16px;}

    .board_gallery_type2 .board_list .row{gap: 20px;}
    .board_gallery_type2 .board_list .item{flex-basis: calc((100% - 2 * 20px) / 2);}
}

@media (max-width: 676.98px){
    [class*="board_gallery_type"] .board_list .row{gap: 30px;}
    [class*="board_gallery_type"] .board_list .item{flex-basis: 100%;}
}

.pagination{display: flex; justify-content: center; align-items: center; gap: 4px;}
.pagination button{width: 45px; height: 45px; font-size: 22px; color: var(--default-color); background-color: transparent; border: none; cursor: pointer;}
.pagination button.active{background-color: var(--default-color); color: #FFF; font-weight: 700;}
.pagination button.ellipsis{color: var(--sub-color);}
.pagination button.page-prev,
.pagination button.page-next{font-weight: 700; font-size: 18px;}
.pagination button.disabled{color: #ccc; cursor: not-allowed;}

@media (max-width: 1199.98px){
    .pagination button{width: 24px; height: 24px; font-size: 12px;}
    .pagination button.page-prev,
    .pagination button.page-next{font-size: 12px;}
}

.board_view .board_top{padding: 30px; border-top: 3px solid var(--default-color); border-bottom: 1px solid #CDCDCD;}
.board_view .board_top > *:not(:last-child){margin-bottom: 10px;}
.board_view .board_top .board_title{font-size: 20px; font-weight: 500;}
.board_view .board_content{padding: 30px;}
.board_view .board_bottom{display: flex; justify-content: center; border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD; margin-top: 50px;}
.board_view .board_bottom button{width: 150px; height: 80px; gap: 10px; background: transparent; border: none; color: var(--default-color);}
.board_view .board_bottom button img{width: 16px;}
.board_view .board_bottom button.prev img{transform: rotate(180deg);}
.board_view .board_bottom button:not(:last-child){border-right: 1px solid #CDCDCD;}

@media (min-width: 1200px){
    .board_view .board_top{padding: 30px;}
    .board_view .board_top .board_title{font-size: 24px;}
    .board_view .board_content{padding: 40px; font-size: 16px; line-height: 1.8;}
    .board_view .board_bottom button{width: 150px; height: 80px; font-size: 16px;}
}

@media (max-width: 1199.98px){
    .board_view .board_top{padding: 15px;}
    .board_view .board_top .board_title{font-size: 16px;}
    .board_view .board_content{padding: 15px; font-size: 14px; line-height: 1.6;}
    .board_view .board_bottom{margin-top: 30px;}
    .board_view .board_bottom button{width: 100px; height: 50px; font-size: 12px;}
    .board_view .board_bottom button img{width: 12px;}
}

.video_view .row{gap: 40px;}
/* YouTube 16:9 비율에 맞추고, 배경을 흰색으로 지정하여 검정 바탕이 보이지 않도록 처리 */
.video_view .video{
    aspect-ratio: 16/9;
    background: #FFF;
}
.video_view .video iframe{
    background: #FFF;
}
.video_view .text{flex: 1;}
.video_view .text > *:not(:last-child){margin-bottom: 20px;}
.video_view .board_top{font-size: 14px; border-top: 1px solid var(--default-color);}
.video_view .board_top > *{padding: 10px 0;}
.video_view .board_top > *:not(:last-child){border-bottom: 1px solid #CDCDCD;}
.video_view .board_top .board_title{font-size: 18px; font-weight: 600;}
.video_view .accordion_button{font-size: 14px; padding: 10px 0;}
.video_view .accordion .wrap{padding: 10px 0; line-height: 1.6; font-size: 14px;}
.video_view .accordion .index li{display: flex;}
.video_view .accordion .index .tit{flex-basis: 30px; flex-shrink: 0;}
.video_view .accordion .index span{display: inline-block;}
.video_view .board_bottom{display: flex; justify-content: center; border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD; margin-top: 50px;}
.video_view .board_bottom button{width: 150px; height: 80px; gap: 10px; background: transparent; border: none;}
.video_view .board_bottom button img{width: 16px;}
.video_view .board_bottom button.prev img{transform: rotate(180deg);}
.video_view .board_bottom button:not(:last-child){border-right: 1px solid #CDCDCD;}

@media (min-width: 1200px){
    .video_view .video{width: 800px; height: 450px;}
}

@media (max-width: 1199.98px){
    .video_view .row > *{flex-basis: 100%;}
}

/* common */
.title:has(h1){display: flex; gap: 10px; margin-bottom: 60px;}
.title:has(h1) h1{display: inline-block; color: var(--main-color);}
.title:has(h1) .underline{flex: 1; border-bottom: 3px solid var(--main-color); margin-bottom: 4px;}

.content > *:not(:last-child){margin-bottom: 80px;}
.content_div > *:not(:last-child){margin-bottom: 30px;}

@media (max-width: 1199.98px){
    body{font-size: 14px;}
    .title:has(h1){display: none;}
    .content > *:not(:last-child){margin-bottom: 40px;}
    .content_div > *:not(:last-child){margin-bottom: 15px;}
}

/* 환영합니다 */
@media (min-width: 1200px){
    [class*="greet"] .title{text-align: center;}
    [class*="greet"] .btn_type1{margin: 0 auto;}
}

.greet1 .content > *:not(:last-child){margin-bottom: 20px;}
.greet1 .content .big_text{font-size: 24px; font-weight: 700;}
.greet1 .content .big_text span{display: block;}
.greet1 .content .big_text span:nth-child(2){font-size: 38px;}
.greet1 .content p{font-weight: 500; line-height: 1.6;}

@media (min-width: 1200px){
    .greet1{padding-bottom: 0;}
    .greet1 .content{background: url(../image/sub/s0101/greet1.jpg); background-size: cover; background-position: center center; padding: 80px 110px; color: #FFF;}
}

@media (max-width: 1199.98px){
    .greet1 .container{padding: 0;}
    .greet1 .content > *{padding: 0 16px;}
    .greet1 .content .big_text:nth-of-type(1){background: url(../image/sub/s0101/greet1.jpg); background-size: cover; background-position: center center; padding: 140px 16px 20px; color: #FFF;}
    .greet1 .content .big_text{font-size: 16px;}
    .greet1 .content .big_text span:nth-child(2){font-size: 28px;}
    .greet1 .content p{font-size: 16px;}
}

.greet2 .row{gap: 24px;}
.greet2 .item{padding: 30px; border-radius: 16px; display: flex; gap: 50px; flex-direction: column; background: #DAE1E4;}
.greet2 .item .top span{text-decoration: underline; text-underline-position: under; display: inline-block; margin-bottom: 5px; font-weight: 700;}
.greet2 .item .top .tit{font-size: 28px; font-weight: 700;}
.greet2 .item .bottom p{line-height: 1.6;}

@media (max-width: 1199.98px){
    .greet2 .row{flex-direction: column; gap: 12px;}
    .greet2 .item{padding: 20px; border-radius: 12px; gap: 20px;}
    .greet2 .item .top span{font-size: 12px;}
    .greet2 .item .top .tit{font-size: 18px;}
}

.greet3{background: #F3F3F3;}
.greet3 .row{gap: 24px;}
.greet3 .item{padding: 30px; border-radius: 16px; background: #FFF; flex-direction: column; gap: 50px; justify-content: space-between; flex-basis: calc((100% - 2 * 24px) / 3); flex-grow: 0; border: 2px solid #FFF; transition: 0.2s ease-in-out;}
.greet3 .item .tit{font-size: 28px; font-weight: 700; margin-bottom: 10px;}
.greet3 .item p:not(.tit){line-height: 1.6;}
.greet3 .item .btn{display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; filter: invert(76%) sepia(12%) saturate(22%) hue-rotate(320deg) brightness(87%) contrast(80%);}
.greet3 .item *{transition: 0.2s ease-in-out;}
.greet3 .item:hover *{transition: 0.2s ease-in-out;}
.greet3 .item:hover{border-color: var(--main-color); transition: 0.2s ease-in-out;}
.greet3 .item:hover .tit{color: var(--main-color);}
.greet3 .item:hover .btn{filter: invert(47%) sepia(29%) saturate(759%) hue-rotate(155deg) brightness(96%) contrast(91%);}

@media (max-width: 1199.98px){
    .greet3 .item{flex-basis: calc((100% - 24px) / 2); padding: 20px; border-radius: 12px;}
    .greet3 .item .tit{font-size: 18px;}
}

@media (max-width: 767.98px){
    .greet3 .row{gap: 12px;}
    .greet3 .item{flex-basis: 100%; gap: 20px;}
}

.greet4 .row{gap: 24px;}
.greet4 .wrap{flex: 1;}
.greet4 .image{width: 520px;}

.greet4 .tit{width: 100%; background: var(--main-color); padding: 10px; color: #FFF; font-size: 20px; font-weight: 700; text-align: center;}
.greet4 table{width: 100%; text-align: center; table-layout: fixed; line-height: 1.2;}
.greet4 table thead{background: #F3F3F3; font-weight: 700; border-bottom: 3px solid var(--default-color);}
.greet4 table thead tr td{letter-spacing: 0.1rem;}
.greet4 td.none{display: none;}

.greet4 .pc-only table{border-bottom: 1px solid var(--default-color);}
.greet4 .pc-only table thead{font-size: 18px;}
.greet4 .pc-only table thead tr{height: 60px;}
.greet4 .pc-only table td{padding: 5px;}
.greet4 .pc-only table tbody tr{height: 50px; border-top: 1px solid var(--default-color);}
.greet4 .pc-only tr:has(td.none){border-top: 1px solid #CDCDCD;}

.greet4 .m-only .table_tit{font-size: 14px; font-weight: 700;}
.greet4 .m-only .box > *:not(:last-child){margin-bottom: 10px;}
.greet4 .m-only table{font-size: 12px; border-top: 1px solid #CDCDCD;}
.greet4 .m-only table tr{min-height: 30px; height: 30px; border-bottom: 1px solid #CDCDCD;}
.greet4 .m-only table td{padding: 2px;}
.greet4 .m-only table thead{border-bottom: 1px solid var(--default-color);}
.greet4 .m-only table tbody td:not(:last-child){border-right: 1px solid #CDCDCD;}

@media (max-width: 1199.98px){
    .greet4 .row{flex-direction: column-reverse;}
    .greet4 .image{width: 100%;}
}

/* 사명과 비전 */
.vision1 p{line-height: 1.8;}
.vision1 .big_text{font-size: 1.2em; font-weight: 600;}
.vision2{position: relative; z-index: 1;}
.vision2 .text h3{margin-bottom: 5px;}
.vision2 .text .big_text{font-weight: 600; font-size: 1.2em; display: inline-block; margin-right: 5px;}
.vision2 .text p{line-height: 1.8;}
.vision3{text-align: center; background: var(--bg-gray-color); color: var(--main-color); border-bottom: 1px solid #CDCDCD;}
.vision3 .content_div .wrap_title{font-size: 22px; font-weight: 700;}
.vision3 .content_div img{filter: invert(47%) sepia(29%) saturate(759%) hue-rotate(155deg) brightness(96%) contrast(91%); width: 16px; margin-left: auto; margin-right: auto;}
.vision3 .content_div .row{gap: 20px;}
.vision3 .content_div .item{padding: 40px 0; border-radius: 20px;}
.vision3 .content_div .item > *:not(:last-child){margin-bottom: 5px;}
.vision3 .content_div .item p{font-size: 12px;}
.vision3 .content_div:nth-child(1) .row .item:not(.blank){background: #FFF; border: 1px solid var(--main-color);}
.vision3 .content_div:nth-child(2) .row .item{background: #EAF0F3; border: 1px solid var(--main-color);}
.vision4{padding: 50px 0;}
.vision4 .banner{font-size: 12px; display: flex; justify-content: center; align-items: center; gap: 20px;}

@media (min-width: 1200px){
    .vision1{padding-bottom: 40px;}
    .vision1 .content_div{padding: 40px 120px 0 120px;}
    .vision2{background: url(../image/sub/s0102/vision_bg.jpg); background-size: cover; background-position: center; color: #FFF; max-width: 1920px; margin: 0 auto; padding: 60px 0;}
    .vision2 .content_div{padding: 0 120px;}
    .vision3{padding-top: 400px; margin-top: -290px;}
    .vision3 .content_div .item{padding: 30px 0;}
}

@media (max-width: 1199.98px){
    .vision1 p{font-size: 14px;}
    .vision2{padding-top: 0;}
    .vision2 .text p{font-size: 14px;}
    .vision2 .text .big_text{display: block; margin-right: 0;}
    .vision2_bg{background: url(../image/sub/s0102/vision_bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; height: 200px; color: #FFF; align-content: end; padding: 16px; margin: 0 -16px 10px;}
    .vision3 .row{flex-direction: column;}
    .vision3 .content_div .wrap_title{font-size: 18px;}
    .vision3 .blank{display: none;}
    .vision4{padding: 20px;}
}

/* 발자취 */
.history .tab_content_wrap{max-width: 1000px; margin: 0 auto;}
.history .tab_content > *:not(:last-child){margin-bottom: 50px;}
.history .tab_content .wrap h2{margin-bottom: 10px;}
.history .list{display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px; line-height: 1.8;}
.history .list > *{display: inline-block;}
.history .list .date{flex-basis: 120px;}
.history .list .text{flex: 1;}

@media (max-width: 1199.98px){
    .history .tab_content > *:not(:last-child){margin-bottom: 20px;}
    .history .list{font-size: 12px;}
    .history .list .date{flex-basis: 80px;}
}

/* 담임목사 소개 */
.pastor .item_title{font-size: 38px; font-weight: 700;}
.pastor .item_title span{font-size: 28px; font-weight: 400;}
.pastor .wrap_title{text-decoration: underline; text-underline-position: under; color: var(--main-color); margin-bottom: 10px; font-size: 22px; font-weight: 700;}
.pastor1 .row{column-gap: 80px; row-gap: 20px;}
.pastor1 .item > *:not(:last-child){margin-bottom: 40px;}
.pastor1 .item ul{line-height: 1.8;}

/* 저서/역서 그리드 */
.pastor2 .row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
}
.pastor2 .row .item{
    flex-basis: calc((100% - 3 * 40px) / 4); /* 데스크톱: 4열 */
    flex-grow: 0;
    text-align: center;
}
.pastor2 .row .item a{
    display: block;
}
.pastor2 .row .item img{
    width: 100%;
    max-width: 180px;
    margin: 0 auto 10px;
    display: block;
}
.pastor2 .row .item .text{
    max-width: 180px;
    margin: 0 auto;
}
.pastor2 .row .item .text p{
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
}
.pastor2 .row .item .text p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.pastor2 .row .item .text p:nth-child(2){
    color: #989898;
    font-size: 13px;
}

@media (min-width: 1200px){
    .pastor2 .row{padding: 20px;}
}

@media (max-width: 1199.98px){
    .pastor .item_title{font-size: 28px;}
    .pastor .item_title span{font-size: 20px;}
    .pastor .wrap_title{font-size: 18px;}
    .pastor1 .row{flex-direction: column;}
    .pastor1 .item > *:not(:last-child){margin-bottom: 20px;}
    .pastor2 .row{column-gap: 24px; row-gap: 30px;}
    .pastor2 .row .item{flex-basis: calc((100% - 2 * 24px) / 3);} /* 태블릿: 3열 */
    .pastor2 .row .item .text p:nth-child(1){font-size: 13px;}
    .pastor2 .row .item .text p:nth-child(2){font-size: 12px;}
}

@media (max-width: 767.98px){
    .pastor2 .row{column-gap: 16px; row-gap: 24px;}
    .pastor2 .row .item{flex-basis: calc((100% - 1 * 16px) / 2);} /* 모바일: 2열 */
}

/* 섬기는 사람들 */
.worker .row{gap: 40px;}
.worker .row .item{flex-basis: calc((100% - 4 * 40px) / 5); flex-grow: 0;}
.worker .row .thumb{margin-bottom: 20px; max-width: 200px; width: 100%; aspect-ratio: 4/5;}
.worker .row .thumb img{width: 100%;}
.worker .row .text p:nth-of-type(1){font-size: 17px; font-weight: 700; margin-bottom: 5px;}
.worker .row .text p{font-size: 14px; line-height: 1.6;}

@media (max-width: 1199.98px){
    .worker .row{gap: 20px;}
    .worker .row .item{flex-basis: calc((100% - 1 * 20px) / 2);}
    .worker .row .thumb{max-width: 120px; margin-bottom: 10px;}
    .worker .row .text p:nth-of-type(1){font-size: 14px;}
    .worker .row .text p{font-size: 12px;}
}

.elder .row{gap: 90px;}
.elder .row .item{flex-basis: calc((100% - 7 * 90px) / 8); flex-grow: 0;}
.elder .row .thumb{margin-bottom: 20px; aspect-ratio: 4/5;}
.elder .row .text p{font-size: 17px; font-weight: 700; text-align: center;}

@media (max-width: 1199.98px){
    .elder .row{gap: 20px;}
    .elder .row .item{flex-basis: calc((100% - 3 * 20px) / 4);}
    .elder .row .thumb{margin-bottom: 10px;}
    .elder .row .text p{font-size: 14px;}
}

/* 예배안내 */
.worship .tit{width: 100%; background: var(--main-color); padding: 10px; color: #FFF; font-size: 20px; font-weight: 700; text-align: center;}
.worship table{width: 100%; text-align: center; table-layout: fixed; line-height: 1.2;}
.worship table thead{background: #F3F3F3; font-weight: 700; border-bottom: 3px solid var(--default-color);}
.worship table thead tr td{letter-spacing: 0.1rem;}
.worship td.none{display: none;}

.worship .pc-only table{border-bottom: 1px solid var(--default-color);}
.worship .pc-only table thead{font-size: 18px;}
.worship .pc-only table thead tr{height: 60px;}
.worship .pc-only table td{padding: 5px;}
.worship .pc-only table tbody tr{height: 50px; border-top: 1px solid var(--default-color);}
.worship .pc-only tr:has(td.none){border-top: 1px solid #CDCDCD;}

.worship .m-only .table_tit{font-size: 14px; font-weight: 700;}
.worship .m-only .box > *:not(:last-child){margin-bottom: 10px;}
.worship .m-only table{font-size: 12px; border-top: 1px solid #CDCDCD;}
.worship .m-only table tr{min-height: 30px; height: 30px; border-bottom: 1px solid #CDCDCD;}
.worship .m-only table td{padding: 2px;}
.worship .m-only table thead{border-bottom: 1px solid var(--default-color);}
.worship .m-only table tbody td:not(:last-child){border-right: 1px solid #CDCDCD;}
.worship .m-only .accordion_button{font-size: 16px; border-color: var(--main-color); color: var(--main-color);}
.worship .m-only .accordion_button img{filter: invert(47%) sepia(95%) saturate(257%) hue-rotate(155deg) brightness(85%) contrast(93%);}
.worship .m-only .accordion .wrap > *:not(:last-child){margin-bottom: 30px;}

.worship1 .row{gap: 24px;}
.worship1 .item{padding: 30px 50px; font-size: 18px; font-weight: 700; align-items: center;}
.worship1 .item .left{flex: 1; display: flex; align-items: center; gap: 10px;}
.worship1 .item .right img{width: 20px;}
.worship1 .item:nth-of-type(1){background: #C1CED4;}
.worship1 .item:nth-of-type(2){background: #E8E1D7;}
.worship1 .item:nth-of-type(3){background: #B6ACA3; color: #FFF;}
.worship1 .item:nth-of-type(3) .right img{filter: brightness(100);}

@media (min-width: 1200px){
    .worship .tit{max-width: 50%;}
}

@media (max-width: 1199.98px){
    .worship .tit{font-size: 16px;}
}

/* 시설안내 */
.facility .row{gap: 80px;}
.facility .row .item{flex-basis: calc((100% - 2 * 80px) / 3); flex-grow: 0; font-size: 14px; line-height: 1.6;}
.facility .item > *:not(:last-child){margin-bottom: 20px;}
.facility .item .image{border-top: 4px solid var(--main-color); padding-top: 5px;}
.facility .item:nth-child(1) .image{border-color: #BD0052;}
.facility .item:nth-child(2) .image{border-color: #01A7E3;}
.facility .item:nth-child(3) .image{border-color: #93B6DE;}
.facility .item:nth-child(4) .image{border-color: #F5A100;}
.facility .item:nth-child(5) .image{border-color: #00A8B1;}
.facility .item .image > *:not(:last-child){margin-bottom: 10px;}
.facility .item .text > *:not(:last-child){margin-bottom: 5px;}
.facility .item .text .sub_header{font-size: 18px; font-weight: 700;}
.facility .item .list{border-top: 1px solid var(--sub-color); width: 100%;}
.facility .item .list tr{border-bottom: 1px solid var(--sub-color);}
.facility .item .list td{padding: 5px 0;}
.facility .item .list td:first-child{width: 70px; font-weight: 600; vertical-align: baseline;}

@media (min-width: 1200px){
    .facility .content{padding: 0 100px;}
}

@media (max-width: 1199.98px){
    .facility .row .item{flex-basis: calc((100% - 1 * 80px) / 2);}
}

@media (max-width: 767.98px){
    .facility .row .item{flex-basis: 100%;}
}

/* 주차/셔틀버스 안내 */
.parking .row{gap: 20px;}
.parking .item{flex-basis: calc((100% - 2 * 20px) / 3); flex-grow: 0; line-height: 1.6; background: #F3F3F3; border-radius: 10px; padding: 20px; min-height: 200px;}
.parking .item .tit{margin-bottom: 10px; font-size: 20px; font-weight: 600; color: var(--main-color);}
.parking .item .tit .small{font-size: 16px; font-weight: 400; color: var(--default-color); margin-left: 10px;}
.parking .item li .bold{font-weight: 600;}
.parking .item li .blue{color: var(--main-color);}
.parking .item li:not(.tit){background: url(../image/icon/dot.png); background-position: 2px 11px; background-repeat: no-repeat; padding-left: 12px; background-size: 3px;}
.parking .map1 .image{border: 1px solid var(--main-color);}
.parking .map2 .image{flex-basis: 50%; border: 1px solid #CDCDCD;}
.parking .map2 .item{height: fit-content;}


@media (min-width: 1200px){
    .parking h3{background: var(--main-color); text-align: center; padding: 10px; color: #FFF; max-width: 50%;}
    .parking .m_caution{display: none;}
}

@media (max-width: 1199.98px){
    .parking .container{padding: 0;}
    .parking [class*="map"]{padding: 0 16px;}
    .parking .image{display: block; width: 100%; margin-bottom: 15px;}
    .parking .image img{width: 100%; height: auto;}
    .parking .image .video-responsive{margin-top: 15px;}
    .parking .row{gap: 12px; flex-direction: column;}
    .parking .map2 .row{flex-direction: column;}
    .parking .map2 .image{flex-basis: 100%;}
    .parking .item{flex-basis: calc((100% - 1 * 12px) / 2); min-height: 140px;}
    .parking .item .tit{font-size: 16px; margin-bottom: 5px;}
    .parking .item .tit .small{font-size: 14px;}
    .parking .item li:not(.tit){background-position: 2px 9px; background-size: 2px;}
    .parking .m_caution{padding: 15px; background: #F3F3F3; border-radius: 10px; border: 1px solid var(--main-color); text-align: center; font-weight: 600; color: var(--main-color);}
}

@media (max-width: 767.98px){
    .parking .item{flex-basis: 100%; padding: 15px;}
    .parking .row{flex-wrap: wrap;}
    .parking .image{margin-bottom: 10px;}
}

/* 오시는길 */
.location .root_daum_roughmap{margin: 0 auto; max-width: 1920px; width: 100%; margin-bottom: 80px;}
.location .root_daum_roughmap .wrap_map{height: 500px !important;}
.location .cont{display: none;}
.location .wrap > *:not(:last-child){margin-bottom: 10px;}
.location .wrap .list{line-height: 1.8;}
.location .wrap .list li{display: flex;}
.location .wrap .list span.tit{font-weight: 700; flex-basis: 80px;}
.location .wrap .list span:not(.tit){flex: 1;}

@media (min-width: 1200px){
    .location .pc_gray{background: #F3F3F3; padding: 5px 10px; max-width: 500px;}
    .location .m_gray{border-top: 1px solid var(--sub-color); padding-top: 30px;}
}

@media (max-width: 1199.98px){
    .location .root_daum_roughmap{margin-bottom: 40px;}
    .location .root_daum_roughmap .wrap_map{height: 200px !important;}
    .location .wrap .list span.tit{flex-basis: 40px;}
    .location .container:has(.m_gray){padding: 0;}
    .location .container:has(.m_gray) .content_div{padding: 0 16px;}
    .location .container:has(.m_gray) .content_div > *:not(:last-child){border-bottom: 1px solid var(--sub-color);}
    .location .m_gray{padding: 20px 16px; background: #F3F3F3;}
    .location .m_gray .wrap{padding: 16px 0; margin-bottom: 0;}
    .location .m_gray .wrap .list li{flex-direction: column;}
    .location .m_gray .wrap .list li:not(:last-child){margin-bottom: 10px;}
    .location .m_gray .wrap .list span.tit{flex-basis: 0%; text-decoration: underline; text-underline-position: under; font-size: 16px;}
}

/* 온라인 헌금안내 */
.offer .content{max-width: 920px; margin: 0 auto; line-height: 1.8;}
.offer .tit{font-size: 18px; font-weight: 700; margin-bottom: 10px;}
.offer1{background: #F3F3F3; padding: 20px; text-align: center;}
.offer1 .tit{text-decoration: underline; text-underline-position: under;}
.offer1 p:not(.tit){font-size: 20px; font-weight: 700; width: 100%;}
.offer2 span{font-weight: 700;}
.offer2 span.blue{color: #4386A7;}
.offer2 span.green{color: #3C8E5F;}
.offer3 .list{font-size: 18px; font-weight: 600; display: flex; gap: 10px; max-width: 240px; flex-wrap: wrap;}
.offer3 .list li{flex-basis: calc((100% - 1 * 10px) / 2); flex-grow: 0; display: flex; align-items: center; line-height: 1; gap: 10px;}
.offer3 .list span{display: inline-block; padding: 6px; background: var(--main-color); color: #FFF; font-size: 20px; border-radius: 4px; letter-spacing: 0; text-align: center; width: 32px; height: 32px;}
.offer3 img{width: 210px;}
.offer4{padding: 30px; text-align: center; border: 1px solid var(--sub-color);}
.offer4 .tit{text-decoration: underline; text-underline-position: under;}
.offer4 ul{font-weight: 600;}

@media (max-width: 1199.98px){
    .offer .content_div > *:not(:last-child){margin-bottom: 30px;}
    .offer1{text-align: left;}
    .offer1 .tit{font-size: 14px; margin-bottom: 5px;}
    .offer1 p:not(.tit){font-size: 16px;}
    .offer2{border-bottom: 1px solid var(--sub-color); padding-bottom: 30px;}
    .offer3 img{width: 200px;}
    .offer4{text-align: left; padding: 20px 15px;}
    .offer4 .tit{margin-bottom: 15px;}
}

/* 교육기관&부속시설 */
.inst .row{gap: 80px;}
.inst .row .item{flex-basis: calc((100% - 2 * 80px) / 3); flex-grow: 0; font-size: 14px; line-height: 1.6;}
.inst .item > *:not(:last-child){margin-bottom: 20px;}
.inst .item .title{border-top: 4px solid var(--main-color); padding-top: 5px; color: var(--main-color);}
.inst .item .title span{display: inline-block;}
.inst .item .title span:not(:last-child){margin-right: 5px;}
.inst .item .title .ko{font-size: 20px; font-weight: 700;}
.inst .item .title .small{font-size: 16px; font-weight: 700;}
.inst .item .title .en{font-size: 12px;}
.inst .item .list{border-top: 1px solid var(--sub-color); width: 100%;}
.inst .item .list tr{border-bottom: 1px solid var(--sub-color);}
.inst .item .list td{padding: 5px 0;}
.inst .item .list td:first-child{width: 70px; font-weight: 600; vertical-align: baseline;}
.inst .item .list_box{display: flex; gap: 5px; flex-wrap: wrap;}
.inst .item .list_box li{flex-basis: calc((100% - 1 * 5px) / 2); flex-grow: 0; background: #C1CED4; font-size: 16px; font-weight: 600; text-align: center; height: 50px; align-content: center;}
.inst .item .list_box li a{justify-content: center; height: 100%; align-items: center; gap: 5px;}
.inst .item .list_box li a img{width: 16px;}
.inst .item .image img{max-width: 100%; width: 100%;}

@media (max-width: 1199.98px){
    .inst .row .item{flex-basis: calc((100% - 1 * 80px) / 2);}
}

@media (max-width: 767.98px){
    .inst .row .item{flex-basis: 100%;}
}

/* 교육부 */
.edu .row{flex-direction: column; gap: 20px;}
.edu .row .image{position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden;}
.edu .row .image > img{width: 100%; height: 100%; object-fit: cover;}
.edu .row .text{flex: 1; background: #F3F3F3; padding: 40px 30px; display: flex; flex-direction: column; justify-content: space-between;}
.edu .row .text .top > *:not(:last-child){margin-bottom: 10px;}
.edu .row .text .top .tit{font-size: 38px; font-weight: 700;}
.edu .row .text .bottom > *:not(:last-child){margin-bottom: 20px;}
.edu .row .text .bottom .capsule{color: #898989; font-size: 14px; font-weight: 600; display: flex; gap: 10px; flex-wrap: wrap;}
.edu .row .text .bottom .capsule span{padding: 5px 20px; border: 1px solid #898989; border-radius: 100px; display: inline-block;}
.edu .row .text .bottom .cont{font-size: 18px; font-weight: 500;}

@media (min-width: 1200px){
    .edu .row .image{flex-basis: 440px;}
    .edu .row .item:nth-of-type(even){flex-direction: row-reverse;}
}

@media (max-width: 1199.98px){
    .edu .row .item{flex-direction: column;}
    .edu .row .image{aspect-ratio: 5/3;}
    .edu .row .text{padding: 10px; gap: 40px;}
    .edu .row .text .top .tit{font-size: 24px;}
    .edu .row .text .bottom .capsule span{padding: 3px 15px;}
    .edu .row .text .bottom .cont{font-size: 16px;}
}

.edu1 .row{gap: 40px;}
.edu1 .text{display: flex; gap: 20px; flex-grow: 1; flex-basis: 0; flex-direction: column; justify-content: space-between;}
.edu1 .text .top .tit{font-size: 38px; font-weight: 700;}
.edu1 .text .bottom .tit{font-size: 28px; font-weight: 700; margin-bottom: 20px;}
.edu1 .text .bottom p{font-size: 18px; line-height: 1.6;}
.edu1 table{flex-basis: 560px; flex-shrink: 0; width: 100%; text-align: center; table-layout: fixed; line-height: 1.2; border-top: 1px solid var(--sub-color); line-height: 1.2;}
.edu1 table thead{background: #B4CAD5; font-weight: 700; border-bottom: 1px solid var(--sub-color);}
.edu1 table thead tr td{letter-spacing: 0.1rem;}
.edu1 td.none{display: none;}
.edu1 table tr{min-height: 46px; height: 46px; border-bottom: 1px solid var(--sub-color);}
.edu1 table td{padding: 2px;}
.edu1 table tbody td:first-child{font-weight: 600;}
.edu1 table tbody tr:not(:last-child){border-bottom: 1px solid #CDCDCD;}
.edu1 table tbody td:not(:last-child){border-right: 1px solid #CDCDCD;}
body:has(.edu_none_table) .edu2{padding-top: 0;}

@media (min-width: 1200px){
    .edu1{padding-bottom: 0;}
    .edu1 .overview{background: #DAE1E4; padding: 40px;}
    .edu_none_table .content{display: none;}
}

@media (max-width: 1199.98px){
    .edu1 .row > *{flex-basis: 100%;}
    .edu1 .text .top .tit{font-size: 24px; color: var(--main-color);}
    .edu1 .text .bottom .tit{font-size: 24px;}
    .edu1 .text .bottom p{font-size: 16px;}
    .edu1 table{font-size: 12px;}
    .edu1 table tr{min-height: 30px; height: 30px;}
    .edu_none_table{padding-bottom: 0;}
}

.edu2 .box{padding: 30px 0;}
.edu2 .wrap .title:has(h1){display: flex; gap: 10px; margin-bottom: 60px;}
.edu2 .wrap .title:has(h1) h1{display: inline-block; color: var(--main-color);}
.edu2 .wrap .title:has(h1) .underline{flex: 1; border-bottom: 3px solid var(--main-color); margin-bottom: 4px;}
.edu2 .row{gap: 20px;}
.edu2 .row .image{position: relative; width: 100%; max-height: 500px; aspect-ratio: 4/3; overflow: hidden;}
.edu2 .row .image > img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.edu2 .row .text{display: flex; gap: 40px; flex-direction: column;}
.edu2 .row .text .top span{font-size: 18px; font-weight: 600;}
.edu2 .row .text .top .tit{font-size: 28px; font-weight: 700;}
.edu2 .row .text .list{font-size: 18px; line-height: 1.6;}
.edu2 .row .text .list > *:not(:last-child){margin-bottom: 20px;}
.edu2 .row .text .list .tit{font-size: 20px; font-weight: 700; text-decoration: underline; text-underline-position: under; margin-bottom: 5px;}
.edu2 .row .text .list .subtit{margin-top: 20px; color: var(--main-color); font-weight: 700;}
.edu2 .row .text .list .caution{font-size: 0.95em;}
.edu2 .row .text .list .dot{padding: 5px 0;}
.edu2 .row .text .list .dot li{background: url(../image/icon/dot.png); background-position: 2px 12px; background-repeat: no-repeat; padding-left: 12px; background-size: 3px;}
.edu2 .row .text .list .week{display: inline-block; min-width: 60px; margin-right: 5px;}
.edu2 .row .text .list .row{gap: 10px;}
.edu2 .row .text .list .item .item_tit{font-size: 16px; font-weight: 700;}
.edu2 .row .text .list .item .item_content{font-size: 14px;}
.edu2 .row .text .list .item .item_content p::before{content: "•";}

@media (min-width: 1200px){
    .edu2 .wrap{border-top: 1px solid var(--default-color);}
    .edu2 .box{border-bottom: 1px solid var(--default-color);}
    .edu2 .row .image{flex-basis: 600px;}
    .edu2 .row .text{flex-grow: 1; flex-basis: 0;}
    .edu2 .row .text .list .item .item_tit{background: #D0E1E9; border-top: 1px solid var(--sub-color); border-bottom: 1px solid var(--sub-color); min-height: 40px; text-align: center; align-content: center;}
    .edu2 .row .text .list .item .item_content{padding: 5px 0; border-bottom: 1px solid var(--sub-color); height: calc(100% - 40px);}
}

@media (max-width: 1199.98px){
    .edu2{padding: 0;}
    .edu2 .container{padding: 0;}
    .edu2 .wrap .title:has(h1){display: flex; gap: 10px; margin-bottom: 40px; padding-left: 16px; padding-right: 16px;}
    .edu2 .wrap .title:has(h1) .underline{display: none;}
    .edu2 .box{padding: 30px 16px;}
    .edu2 .box:nth-child(even){background: #F3F3F3;}
    .edu2 .row > *{flex: 1;}
    .edu2 .row .image{aspect-ratio: 2/1;}
    .edu2 .row .text{gap: 20px;}
    .edu2 .row .text .top span{font-size: 16px;}
    .edu2 .row .text .top .tit{font-size: 24px;}
    .edu2 .row .text .list{font-size: 14px;}
    .edu2 .row .text .list .tit{font-size: 16px;}
    .edu2 .row .text .list .dot li{background-position: 2px 10px; background-size: 2px;}
    .edu2 .row .text .list .row{gap: 16px;}
    .edu2 .row .text .list .item{padding: 20px 15px; background: #FFF; border-radius: 12px; flex-basis: calc((100% - 1 * 16px) / 2); flex-grow: 0;}
}

@media (max-width: 767.98px){
    .edu2 .row > *{flex-basis: 100%;}
}

/* 교육훈련 */
.training .row{gap: 24px;}
.training .item{padding: 30px; border-radius: 16px; background: #F3F3F3; flex-direction: column; gap: 50px; justify-content: space-between; flex-basis: calc((100% - 2 * 24px) / 3); flex-grow: 0; position: relative;}
.training .item .top{display: flex; font-weight: 600; margin-bottom: 20px;}
.training .item .top .left{display: flex; gap: 10px; line-height: 1;}
.training .item .top .num{font-size: 18px; color: var(--sub-color);}
.training .item .top .tit{font-size: 24px; color: var(--main-color);}
.training .item .bottom > *:not(:last-child){margin-bottom: 10px;}
.training .item .bottom p{font-size: 16px; font-weight: 600;}
.training .item .bottom li{font-size: 14px; line-height: 1.4;}
.training .item .bottom li::before{content: "•"; margin-right: 5px;}
.training .item .bottom .num li::before{content: ""; margin-right: 0;}
.training .item .btn_type1{position: absolute; right: 30px; bottom: 30px;}
.training .item:hover .btn_type1{background: var(--main-color); color: #FFF;}
.training .item:hover .btn_type1 img{filter: brightness(100);}

@media (min-width: 1200px){
    .training .item .top{justify-content: space-between;}
    .training .item .btn_type1{width: 160px;}
}

@media (max-width: 1199.98px){
    .training .item{flex-basis: calc((100% - 24px) / 2); padding: 20px; border-radius: 12px;}
    .training .item .top{gap: 10px; align-items: center;}
    .training .item .top .left{flex-direction: column; gap: 5px; order: 1;}
    .training .item .btn_type1{width: 40px; height: 40px; right: 20px; bottom: 20px; border-radius: 100%;}
    .training .item .btn_type1 span{display: none;}
}

@media (max-width: 767.98px){
    .training .row{gap: 12px;}
    .training .item{flex-basis: 100%; gap: 20px;}
}

/* 사역부서 */
.depart .row{gap: 24px;}
.depart .item{padding: 30px; border-radius: 16px; background: #F3F3F3; flex-direction: column; gap: 50px; justify-content: space-between; flex-basis: calc((100% - 2 * 24px) / 3); flex-grow: 0;}
.depart .item .top{display: flex; font-weight: 600;}
.depart .item .top .tit{font-size: 24px; color: var(--main-color); margin-bottom: 10px;}
.depart .item .btn_type1{margin-left: auto;}
.depart .item:hover .btn_type1{background: var(--main-color); color: #FFF;}
.depart .item:hover .btn_type1 img{filter: brightness(100);}

@media (min-width: 1200px){
    .depart .item .top{justify-content: space-between; margin-bottom: 50px;}
    .depart .item .btn_type1{width: 160px;}
}

@media (max-width: 1199.98px){
    .depart .item{flex-basis: calc((100% - 24px) / 2); padding: 20px; border-radius: 12px; position: relative; font-size: 16px;}
    .depart .item .top{flex-direction: column-reverse;}
    .depart .item .top .tit{margin-bottom: 30px;}
    .depart .item .btn_type1{position: absolute; width: 40px; height: 40px; right: 20px; bottom: 20px; border-radius: 100%;}
    .depart .item .btn_type1 span{display: none;}
}

@media (max-width: 767.98px){
    .depart .row{gap: 12px;}
    .depart .item{flex-basis: 100%; gap: 20px;}
}

/* 개인정보처리방침 */
.privacy .content{max-width: 1200px; margin: 0 auto;}
.privacy .wrap{line-height: 2; font-size: 14px;}
.privacy .wrap .tit{font-weight: 700;}
.privacy .wrap ol > li{list-style-type: decimal; margin-left: 1em;}
.privacy .wrap ul > li{background: url(../image/icon/dot.png); background-size: 3px; background-position: 2px 13px; background-repeat: no-repeat; padding-left: 1em;}
.privacy .wrap table{line-height: 1.2; text-align: center; width: 100%; margin: 10px 0;}
.privacy .wrap table tr{min-height: 40px; height: 40px;}
.privacy .wrap table td{padding: 5px;}
.privacy .wrap table thead tr{background: #F3F3F3; border-top: 2px solid var(--default-color); border-bottom: 2px solid var(--default-color);}
.privacy .wrap table tbody tr{border-bottom: 1px solid var(--default-color);}
.privacy .wrap table tbody td:not(:last-child){border-right: 1px solid var(--default-color);}

/* 통합검색 */
.search1 .tit{font-size: 28px;}
.search1 .tit .bold{font-weight: bold; color: var(--main-color);}
.search2 *:target{scroll-margin-top: 224px;}
.search2 .tab_fill a{font-weight: 500; gap: 5px;}
.search2 .tab_fill a.none{pointer-events: none;}
.search2 .tab_fill a:not(.active){color: #464646;}
.search2 .tab_fill a:not(.active) span{color: #898989;}
.search2 .tab_content_wrap > *:not(:last-child){margin-bottom: 50px;}
.search2 .board_top{display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.search2 .board_top .tit{font-size: 28px; font-weight: 600;}
.search2 .board_top .tit span{color: var(--main-color);}
.search2 .board_top .more{font-weight: 500; gap: 10px; color: var(--default-color); font-size: 14px;}
.search2 .board_list{border-top: 1px solid var(--default-color); border-bottom: 1px solid var(--default-color);}
.search2 .board_list .item{width: 100%; min-height: 100px; align-items: center; gap: 16px; padding: 10px;}
.search2 .board_list .item:not(:last-child){border-bottom: 1px solid #D9D9D9;}
.search2 .board_list .thumb{flex-basis: 200px; flex-shrink: 0; aspect-ratio: 16/9;}
.search2 .board_list .left{display: flex; flex-direction: column; flex-grow: 1; flex-basis: 0;}
.search2 .board_list .right{flex-basis: 90px; flex-shrink: 0;}
.search2 .board_list .board_category{color: var(--main-color);}
.search2 .board_list .board_title{font-size: 20px; font-weight: 600;}
.search2 .board_list .board_date{display: inline-block; width: 100%; text-align: right; color: #898989;}
.search2 .board_list .more{background: #D9D9D9; width: 30px; height: 30px; border-radius: 100%; transition: 0.2s ease-in-out;}
.search2 .board_list .more img{filter: brightness(100);}
.search2 .board_list a:hover .board_title{text-decoration: underline;}
.search2 .board_list a:hover{background: #F3F3F3;}

@media (min-width: 1200px){
    .search1{padding: 150px 0 30px; background: #F3F3F3;}
}

@media (max-width: 1199.98px){
    .search1{padding-top: 30px;}
    .search1 .tit{font-size: 18px;}
    .search2{padding-top: 30px;}
    .search2 .content > *:not(:last-child){margin-bottom: 30px;}
    .search2 *:target{scroll-margin-top: 90px;}
    .search2 .board_top .tit{font-size: 16px;}
    .search2 .board_list .item{min-height: 80px;}
    .search2 .board_list .thumb{flex-basis: 120px;}
    .search2 .board_list .board_category{font-size: 12px;}
    .search2 .board_list .board_title{font-size: 16px;}
    .search2 .board_list .right{display: none;}
}