@charset "utf-8";

body {
    opacity: 1;
}

.section {
    height: 100vh;
    overflow: hidden;
}

.sec6 {
    height: auto
}

#fp-nav.left {
    background-color: rgb(181 184 190 / 50%);
    padding: 1rem;
    /* border: 1px solid #fff; */
    border-radius: 3rem;
    z-index: 10;
}

#fp-nav.left ul li,
.fp-slidesNav ul li {
    height: 100%;
    width: 40px;
    margin: 10px 0;
}

#fp-nav.left ul li a span,
.fp-slidesNav ul li a span {
    position: relative;
    background: none;
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    left: 0;
    top: 0;
}

#fp-nav.left ul li a span:after {
    position: absolute;
    font-family: 'remixicon';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

#fp-nav.left ul li:nth-child(1) a span:after {
    content: "\EE20"
}

#fp-nav.left ul li:nth-child(2) a span:after {
    content: "\F0D4"
}

#fp-nav.left ul li:nth-child(3) a span:after {
    content: "\EEF3"
}

#fp-nav.left ul li:nth-child(4) a span:after {
    content: "\F384"
}

#fp-nav.left ul li:nth-child(5) a span:after {
    content: "\F216"
}

/*#fp-nav.left ul li:nth-child(6) a span:after {content:"\EBE1"}*/
#fp-nav.left ul li a.active span:after {
    color: var(--color-main)
}

#fp-nav.left ul li .fp-tooltip.left {
    left: 0;
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 24px;
}

main {}

main h2 {
    font-size: 52px;
    font-weight: 400;
    /* color: #fff; */
    line-height: 140%;
    letter-spacing: -0.0625rem;
    word-break: keep-all;
}

main h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
    color: #232323;
}

main h4 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.5px;
}

.section.active {
    padding-top: 100px;
}

.sec1.active,
.sec6.active {
    padding-top: 0
}

.sec1 {
    position: relative;
}

.main_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_bg .slide_bg {
    position: relative;
    z-index: -1;
}

.main_bg .slide_bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff9f3;
    opacity: .9;
    left: 0;
    top: 0;
}

.main_bg .slide_bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.slide_area {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_slide .swiper-wrapper {
    width: 100%;
}

.slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.main_slide .txt_wrap {
    position: absolute;
    z-index: 3;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.main_slide .txt_wrap h2 {
    font-weight: 300;
}

.main_slide .txt_wrap h2 strong {
    font-weight: 700;
    font-size: 56px;
}

.swiper-slide-active .txt_wrap {
    top: 50%;
    opacity: 1;
    transition: all 2.5s;
    transition-delay: .5s;
}

.main_slide .slideimg,
.main_slide .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slide_txt {
    font-family: var(--font-point);
    margin-bottom: 4rem;
}

.slide_txth2 {
    font-size: clamp(60px, 2.5vw, 70px);
    font-family: var(--font-point);
    line-height: 160%;
}

.slide_txth2 span {
    color: var(--color-main);
    font-family: var(--font-point-b);
    font-size: clamp(65px, 4vw, 80px);
}

.slide_txtp {
    margin-top: 3rem;
    font-size: 24px;
    color: #515151;
}

.mainSwiperbutton {
    position: absolute;
    z-index: 1;
    transition: .4s;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
}

.button-prev {
    left: 8%;
}

.button-next {
    right: 8%
}

.mainSwiperbutton:hover {
    background-color: rgb(45 81 163 / 30%);
}

.slide-control .swiper-pagination {
    position: relative;
    width: auto
}

.slide-control .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    width: auto;
}

.slide-control .swiper-pagination .swiper-pagination-bullet-active {}

.slide-controlbutton.swiper-button-disabled {
    opacity: 40%;
}

.slide-controlbutton i {
    font-size: 1.5rem;
    color: #111111;
    transition: all .4s;
}

.slide-controlbutton:hover i {
    color: var(--color-main);
}

.slide-control .swiper-pagination-fraction {
    color: rgb(17 17 17 / 50%);
}

.slide-control .swiper-pagination-fraction .swiper-pagination-current {
    font-weight: 800;
    font-size: 32px;
    color: #111111;
}

.sec_topbutton {
    position: relative;
    width: 40px;
    height: 40px;
}

.sec_topbutton i {
    font-size: 1.5rem;
    color: #888;
    transition: all .5s;
}

.sec_topbutton:hover i {
    color: var(--color-main)
}

.sec_top .more_link {
    transition: .4s;
    color: #222;
}



.main_slide .slide img,
.main_slide .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slide_txt {
    font-family: var(--font-point);
    margin-bottom: 4rem;
}

.slide_txt h2 {
    font-size: clamp(60px, 2.5vw, 70px);
    font-family: var(--font-point);
    line-height: 160%;
}

.slide_txt h2 span {
    color: var(--color-main);
    font-family: var(--font-point-b);
    font-size: clamp(65px, 4vw, 80px);
}

.slide_txt p {
    margin-top: 3rem;
    font-size: 24px;
    color: #515151;
}

.mainSwiper button {
    position: absolute;
    z-index: 1;
    transition: .4s;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
}

.button-prev {
    left: 8%;
}

.button-next {
    right: 8%
}

.mainSwiper button:hover {
    background-color: rgb(45 81 163 / 30%);
}

.slide-control .swiper-pagination {
    position: relative;
    width: auto
}

.slide-control .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    width: auto;
}

.slide-control .swiper-pagination .swiper-pagination-bullet-active {}

.slide-control button.swiper-button-disabled {
    opacity: 40%;
}

.slide-control button i {
    font-size: 1.5rem;
    color: #111111;
    transition: all .4s;
}

.slide-control button:hover i {
    color: var(--color-main);
}

.slide-control .swiper-pagination-fraction {
    color: rgb(17 17 17 / 50%);
}

.slide-control .swiper-pagination-fraction .swiper-pagination-current {
    font-weight: 800;
    font-size: 32px;
    color: #111111;
}

.sec_top button {
    position: relative;
    width: 40px;
    height: 40px;
}

.sec_top button i {
    font-size: 1.5rem;
    color: #888;
    transition: all .5s;
}

.sec_top button:hover i {
    color: var(--color-main)
}

.sec_top .more_link {
    transition: .4s;
    color: #222;
}

.more_link a {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
}

.sec_top .more_link i {
    font-size: 30px;
    font-weight: 300;
}

.sec_top .more_link:hover {}

.sec_top .more_link:hover i {
    color: var(--color-main)
}

.search_area {
    z-index: 1;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.search_area form {
    width: 724px;
    height: 70px;
    /* position: absolute; */
    /* bottom: 10%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.search_area input {
    border-radius: 40px;
    width: 100%;
    height: 100%;

}

.search_area input[type=text] {
    padding-left: 70px;
    font-size: 18px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96%;
    width: 100%;
    background-color: rgb(5 5 5 / 20%);
    border: 1px solid #fff;
    color: #fff;
}

.search_area input[type=text]::placeholder {
    color: rgb(255 255 255 / 80%);
}

.search_area input[type=text]:hover,
.search_area input[type=text]:focus {
    background-color: rgb(5 5 5 / 50%);
    outline: unset;
    box-shadow: unset;
}

.search_area input:-webkit-autofill,
.search_area input:-webkit-autofill:hover,
.search_area input:-webkit-autofill:focus,
.search_area input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px #000000bf inset !important;
    -webkit-text-fill-color: white
}

.search_area input[type=submit] {
    background-image: url(/img/common/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background-color: unset;
}

.search_close {
    background-color: rgb(25 25 25 / 60%);
    background-image: url(/img/common/close.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

main .bg_title {
    color: rgb(208 157 126 / 10%);
    text-align: left;
}

main .bg_title h2 {
    font-size: 130px;
    text-transform: uppercase;
    position: relative;
    line-height: 200px;
}

main .bg_title h2 span {
    display: block;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5rem;
    /* margin-right: 7rem; */
    color: rgb(255 255 255 / 12%);
    -webkit-text-stroke: 1px rgb(208 157 126 / 15%);
}

.sec_inner {
    width: var(--width-size);
    margin: 0 auto;
    padding: 0 30px;
}

.sec_tit {
    margin-bottom: 4rem;
    height: 15%;
}

.sec_tit p {
    color: #E6680D;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: .5rem;
}

.sec_tit h3 {}

.sec2 {
    /* padding: var(--sub_pd) 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 100px; */
}

.sec2 .sec_inner {}

.sec2 .sec_tit {
    text-align: center;
    margin-bottom: 5rem
}

.bzlist {
    display: flex;
    gap: 2rem;
}

.bzlist li {
    width: 100%;
    text-align: center;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    background-size: cover;
    /* display: inline-flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.bzlist li:nth-child(1) {
    background-image: url(/img/main/bz1.jpg);
}

.bzlist li:nth-child(2) {
    background-image: url(/img/main/bz2.jpg);
}

.bzlist li:nth-child(3) {
    background-image: url(/img/main/bz3.jpg);
}

.bzlist li:after {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2;
}

.bzlist li:hover {
    border-radius: 100px;
}

.bzlist li:hover::after {
    opacity: 1;
}

.bzlist li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bzlist li p {
    font-size: 26px;
    color: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.bzlist li p span {
    display: block;
    color: #FDD100;
    font-weight: 600;
}

.gallerySwiper {
    width: 82%;
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem;
}

.gallerySwiper ul {}

.gallerySwiper ul li {
    transition: .4s;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-slide .imgbox {
    overflow: hidden;
    width: 100%;
    height: 490px;
    /* border-radius: 20px; */
}

.swiper-slide .imgbox img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_txt {
    padding: 1rem 1rem;
}

.gallery_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    font-weight: 600;
    height: auto;
    /* font-size: 19px; */
}

.gallery_txt .date {
    display: block;
    color: #555;
    margin-top: 2rem;
    font-size: 16px;
    line-height: 1;
}

.gallerySwiper div.swiper-pagination {
    top: unset;
    bottom: 0;
}

.gallerySwiper div.swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #e6680d
}

.slide_btn {
    display: flex;
    align-items: center;
}

.slide_btn button {
    width: 40px;
    height: 40px;
    transition: .3s
}

.slide_btn button:hover i {
    color: var(--color-main)
}

.slide_btn .more_link {
    color: var(--color-main);
    border: 0;
    margin-left: 1rem;
}

.slide_btn .more_link i {}

.sec3 {}

.sec3 .sec_inner,
.sec4 .sec_inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.sec3 .sec_share {
    display: flex;
    width: 100%;
    position: relative;
    gap: 3rem;
    padding-top: 2rem;
}

.sec3 .sec_tit {
    margin-bottom: 0;
    width: 18%;
    height: 100%;
}

.gall_btn {
    position: absolute;
    bottom: -2%;
}

.gall_btn button {
    color: var(--color-main)
}

.go-link {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -2rem;
}

.go-link a {
    color: var(--color-main);
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    transition: .4s;
}

.go-link a:hover {
    transform: translateY(-5%);
}

.go-link i {
    width: 36px;
    height: 36px;
    background-color: var(--color-main);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: .4s;
}

.go-link a:hover i {
    box-shadow: 4px 4px 12px rgb(45 81 163 / 20%);
}

.sec4 .go-link {
    margin-top: 0;
}

.sec4 .sec_tit {
    height: auto;
}

.sec4 .sec_share {
    display: flex;
    gap: 3rem;
    width: 100%;
    height: 100%;
    align-items: center;
}

.notice_area {
    height: 50vh;
}

.news_board {
    /* height: 45vh; */
    height: 88%;
}

.popup_btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3rem;
}

.popup_btn .pop-prev {
    margin-right: 1rem
}

.popup_btn button {
    color: #929292
}

.popup_btn button:hover {
    color: var(--color-main)
}

.notice {
    width: 75%;
    position: relative;
}

.title_tab {
    position: relative;
    height: 12%;
}

.title_tab .tabs {
    display: flex;
    height: 100%;
}

.tabs li {
    background-color: #EFEFEF;
    border-radius: 20px 20px 0 0;
    width: 20%;
    text-align: center;
    overflow: hidden;
}

.tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    /* padding: 1.5rem; */
    transition: all .3s;
    font-weight: 600;
    color: #555;
    font-size: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tabs li a.on {
    background-color: var(--color-main);
    color: #fff;
}

.tabs li:hover a {
    background-color: var(--color-main);
    color: #fff;
}

.tab_inner {
    visibility: hidden;
    display: none;
    height: 100%;
}

.tab_inner.on {
    display: block;
    visibility: revert
}

.news_list {
    display: flex;
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 0 20px 20px 20px;
    height: 100%;
}

.popup {
    width: 26%;
    position: relative;
}

.popupSwiper {
    border-radius: 20px;
    overflow: hidden;
    height: 50vh;
}

.popupSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec5 {
    display: flex;
    align-items: center;
}

.sec5 .sec_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
    height: 70vh;
}

.sec5 .sec_share {
    display: flex;
    gap: 3rem;
    width: 100%;
    height: 100%;
}

.sec5 .sec_top {
    height: 70%;
}

.icon_box {
    width: 76%;
    /* height: 100%; */
}

.icon_list {
    display: flex;
    gap: 1.5rem;
    position: relative;
    height: 75%;
}

.icon_list li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all .3s;
    height: 100%;
}

.icon_list li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icon_list li span {
    width: 70%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.icon_list li span img {
    width: 100%
}

.icon_list li p {
    margin-top: 3rem;
    font-size: 24px;
    font-weight: 500
}

.icon_list li:hover {
    background-color: #F0F8FF;
    border-color: var(--color-main);
    box-shadow: 4px 4px 12px rgb(45 81 163 / 20%);
}

.icon_list li:hover p {
    color: var(--color-main)
}

.with {
    width: 23%;
    height: 100%;
}

.church {
    background-image: url(/img/main/church.jpg);
    width: 100%;
    height: 75%;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
    transition: all .3s;
    background-position: center;
}

.church a {
    display: block;
    width: 100%;
    height: 100%;
}

.church:hover {
    box-shadow: 0px 4px 12px rgb(45 81 163 / 30%);
}

.sec_under {
    height: 30%;
    display: flex;
    align-items: center;
}

.sec_under .sec_tit {
    width: 24%;
    margin-bottom: 0;
    height: auto;
}

.sns_bar {
    display: flex;
    width: 76%;
    justify-content: space-between;
}

.sns_bar li {}

.sns_bar li a {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.sns_bar li span {
    display: inline-block;
    padding-right: 1rem;
}

.main_baner {
    /* background-color: #F7F8F9; */
    padding: 2rem 0;
}

.banner .slide {
    transition-timing-function: linear;
}

.banner .slide li div {
    background-size: 62%;
    width: auto;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_btn {
    display: flex;
    justify-content: flex-end;
    width: 7%;
}

.banner_btn button {
    border: unset;
    background-color: unset;
}

.banner_btn button i {
    font-size: 2rem;
    color: var(--color-dark);
}

.banner_btn .banner-prev {
    margin-right: .5rem;
}

.banner_btn .banner-next {}

.banner_bg {
    background-color: #f7f8f9
}

.organ_banner {
    width: var(--width-size);
    margin: 0 auto;
    border-radius: 200px;
    padding: 22px 30px;
    display: flex;
}

.bannerSwiper {
    width: 90%;
    overflow: hidden;
    height: 80px;
}

.bannerSwiper ul {}

.bannerSwiper li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.bannerSwiper li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1rem;
}

.bannerslide-control {
    width: 10%;
    max-width: unset;
    left: unset;
    right: 0;
    bottom: 0;
    display: block;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bannerslide-control .play_pause {
    margin: 0;
}

.bannerslide-control button {
    position: relative;
    /* top:50%; */
    /* transform: translateY(-50%); */
}

.bannerslide-control button.swiper-button-disabled {
    display: none;
}

.bannerslide-control button i {
    font-size: 25px;
    transition: all .4s;
    color: #4b4b4b;
}

.bannerslide-control button:hover i {
    color: var(--color-main2)
}

.bannerslide-control .play_pause {
    z-index: 1;
    position: static;
}

.bannerslide-control .play_pause i {
    font-size: 22px;
}

.bannerslide-control .play_pause .slide_pause,
.bannerslide-control .play_pause .slide_play {
    display: none;
}

.bannerslide-control .play_pause .slide_pause.on,
.bannerslide-control .play_pause .slide_play.on {
    display: block;
}

/* PC */
@media only screen and (min-width:1025px) and (max-width: 1500px) {
    main {
        width: 100%
    }

    .main_bg {
        height: auto
    }

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/
@media (max-width: 1024px) {
    #fp-nav.left {
        display: none;
    }

    .section.active {
        padding-top: 80px
    }

    .sec1.active,
    .sec6.active {
        padding-top: 0
    }

    .main_slide .txt_wrap {
        width: 80%
    }

    .sec_tit {
        /* height: 20%; */
        height: auto;
        margin-bottom: 3rem;
    }

    .sec_tit h3 {
        word-break: auto-phrase;
        /* margin-bottom: 2rem; */
    }

    .bzlist {
        gap: 1rem
    }

    .sec3 .sec_share {
        flex-wrap: wrap;
        padding-top: 0;
        gap: 4rem;
    }

    .sec3 .sec_tit {
        width: 100%;
    }

    .sec3 .sec_tit h3 br {
        display: none
    }

    .go-link {
        margin-top: 7rem;
    }

    .go-link span {
        display: none
    }

    .gallerySwiper {
        width: 100%;
        padding-bottom: 3rem;
    }

    .gall_btn {
        /* right: 0; */
        bottom: unset;
        top: 0;
        margin-top: 7rem;
    }

    .swiper-slide .imgbox {
        height: 40vh;
    }

    .sec4 .sec_share {}

    .notice {
        width: 60%;
    }

    .notice_area {
        /* height: auto; */
    }

    .title_tab {
        height: 60px;
    }

    .sec4 .go-link {
        /* position: relative; */
        margin-top: 1rem;
    }

    .sec4 .go-link span {
        display: none
    }

    .tabs li {
        width: 28%
    }

    .news_board {
        height: calc(100% - 60px);
    }

    .news_list {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .popup {
        width: 40%;
    }

    .popup_btn {
        position: relative;
        margin-top: 0;
        height: 60px;
        padding-top: 10px;
        text-align: right;
    }

    .popupSwiper {
        height: calc(50vh - 60px);
    }

    .popupSwiper img {
        /* object-fit:contain; */
    }

    .sec5 .sec_inner {
        height: 80vh;
        gap: 3rem;
    }

    .sec5 .sec_top {
        height: 65%;
    }

    .sec5 .sec_tit {
        margin-bottom: 2rem;
    }

    .icon_box {
        width: 65%;
    }

    .icon_box .sec_tit {
        width: 42%;
    }

    .icon_list {
        flex-wrap: wrap;
        height: 66%;
        gap: 1rem;
    }

    .icon_list li {
        width: 48%;
        height: 48%;
    }

    .icon_list li a {
        padding: 1.5rem
    }

    .icon_list li span {
        width: 50%
    }

    .icon_list li p {
        margin-top: 1rem
    }

    .with {
        width: 35%;
    }

    .church {
        height: 66%;
    }

    .sec_under {
        flex-wrap: wrap;
        height: 35%;
        gap: 2rem;
        display: flex;
        align-content: flex-start;
    }

    .sec_under .sec_tit {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .sns_bar {
        width: 100%
    }

    .bannerslide-control {
        width: 22%
    }

    .sns_bar li {
        width: 100%;
        text-align: center
    }

    .sns_bar li span {
        padding-right: 0;
        /* width: 50%; */
        display: block;
        margin-bottom: 1rem;
    }

    .sns_bar li span img {
        width: 60%;
    }

}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {

    p,
    li {
        font-size: 18px;
    }

    .section {
        height: auto;
        overflow: unset;
        margin: 4rem 0;
    }

    .sec_inner {
        padding: 0 5%
    }

    .sec1 {
        height: 100vh;
        margin: 0
    }

    .sec6 {
        height: auto;
        margin-bottom: 0;
    }

    .main_slide .txt_wrap h2 {
        font-size: 32px;
        line-height: 1.3
    }

    .main_slide .txt_wrap h2 strong {
        font-size: 40px
    }

    .search_area {
        width: 90%
    }

    .search_area form {
        width: 100%
    }

    .sec_tit {
        margin-bottom: 2rem
    }

    .sec2 .sec_tit {
        margin-bottom: 2rem
    }

    .sec_tit p {
        font-size: 22px;
    }

    .sec_tit h3 {
        font-size: 30px;
    }

    .bzlist {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .bzlist li {
        height: 200px
    }

    .bzlist li p {
        font-size: 20px
    }

    .sec3 .sec_inner,
    .sec4 .sec_inner {
        display: block
    }

    .gall_btn {
        margin-top: 8rem;
    }

    .sec4 .sec_share {
        flex-wrap: wrap
    }

    .notice {
        width: 100%
    }

    .notice_area {
        height: auto
    }

    .title_tab {
        height: 52px
    }

    .sec4 .go-link {
        margin-top: 10px
    }

    .tabs li a {
        font-size: 18px
    }

    .first_li {
        height: auto;
    }

    .first_li .lt_txt h5 {
        font-size: 20px;
    }

    .li_float_list {
        height: auto;
    }

    .li_float_list .lt_txt h5 {
        font-size: 18px;
    }

    .popup {
        width: 100%
    }

    .popup_btn {
        position: absolute;
        padding-top: 0;
        margin-top: 2.5rem;
    }

    .popupSwiper {
        height: 420px;
    }

    .sec5 .sec_inner {
        height: auto;
    }

    .sec5 .sec_share {
        flex-wrap: wrap
    }

    .icon_box .sec_tit {
        width: 100%
    }

    .icon_box {
        width: 100%
    }

    .icon_list {
        height: auto;
    }

    .icon_list li {
        width: 45%
    }

    .icon_list li a {
        padding: 1rem
    }

    .icon_list li p {
        font-size: 18px
    }

    .with {
        width: 100%
    }

    .church {
        height: 200px
    }

    .sns_bar {
        flex-wrap: wrap;
        display: flex;
        /* justify-content: center; */
        gap: 1rem;
    }

    .sns_bar li {
        width: 46%;
        text-align: left;
    }

    .sns_bar li a {
        font-size: 18px;
    }

    .sns_bar li span {
        display: inline-block;
        width: 44%;
        padding-right: .5rem;
        margin-bottom: 0;
    }

    .sns_bar li span img {
        width: 100%
    }

    .organ_banner {
        padding: 20px 5%;
        flex-wrap: wrap;
        gap: 5px;
    }

    .bannerslide-control {
        width: 20%
    }

    .bannerSwiper {
        width: 100%;
        height: 60px;
    }

    .bannerSwiper li a {
        padding: 5px 10px;
    }
}