:root {
    --m-color1: #f0f2f7;  /* rgb(240, 242, 247) */
    --m-color2: #243746;
    --m-color3: #f9fafc;  /* rgb(249 250 252) */
    --m-color4: #9ca3af;
    --m-color5: #243743;  /* rgb(36, 55, 67); */
    --m-color6: #10744a;  /* rgb(16, 116, 74); */
    --m-color7: rgb(36, 55, 70);
    --m-color8: rgb(101, 115, 125);
    --m-color9: rgb(64, 144, 110);
    --m-color10: #909aa1; /* rgb(144, 154, 161); */
    --m-container-max-width: 1440px;
    --m-container-padding: 20px;

  --swiper-theme-color: #10744a;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #e7f1ec;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
*, :after, :before {
    border: 0 solid;
    box-sizing: border-box;
}
main {
    overflow-x: clip;
}
img {
    max-width: 100%;
    height: auto;
}
p:empty {
    display: none;
}
p {
    margin-block-start: 0;
}
[role=button], button {
    cursor: pointer;
}

.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0px 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 2px 2px);
    background-color: #fff;
    position: inherit;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.swiper-button-wrap > div:not(.swiper-button-disabled):hover {
    filter: drop-shadow(rgba(0, 0, 0, 0.03) 0px 20px 13px) drop-shadow(rgba(0, 0, 0, 0.08) 0px 8px 5px);
}
.swiper-button-wrap {
    --swiper-navigation-size: 10px;
    --swiper-navigation-color: #10744a;
    --swiper-theme-color: #10744a;
    flex-direction: row;
}
.swiper-button-next {
    margin-left: 12px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-weight: 600;
}
.post-categories a {
    background-color: rgb(231, 241, 236);
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(16, 116, 74);
    font-size: 14px;
    text-transform: capitalize;
    word-break: keep-all;
    list-style-type: none;
    user-select: none;
    cursor: pointer;
    outline-color: rgb(16, 116, 74);
    margin-right: .75rem;
}
#gallery-swiper img {
    max-width: 730px;
    border-radius: .5rem;
    height: 500px;
    object-fit: cover;
}
#gallery-thumb-swiper {
    margin-top: 1rem;
}
#gallery-thumb-swiper img {
    max-width: 106px;
    height: 74px;
    border-radius: 5px;
    object-fit: cover;
}
#gallery-thumb-swiper .swiper-wrapper .swiper-slide {
    opacity: .4;
}
#gallery-thumb-swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
#image-gallery-swiper img {
    width: 100%;
    border-radius: .5rem;
    height: 550px;
    object-fit: cover;
}
.history-content-swiper h4 {
    color: #65737d;
    font-weight: 600;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
}
.history-content-swiper * {
    font-family: "Poppins";
    font-size: .875rem;
    line-height: 1.5;
    word-break: keep-all;
}
.history-content-swiper ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding-left: 0.675rem;
    width: 100%;
}
.history-content-swiper ul>li {
    color: #65737d;
    list-style-position: outside;
    list-style-type: "\2013";
    padding-left: 0.5rem;
}
.history-year-swiper * {
    font-family: "Poppins";
    color: rgb(144, 154, 161);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75rem;
    word-break: keep-all;
}
.history-year-swiper .swiper-slide-thumb-active span {
    color: rgb(16, 116, 74);
}
.history-year-swiper:hover {
    cursor: pointer;
}
.history-image-swiper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-swiper-wrap {
    position: relative;
}
.gallery-swiper-wrap .gallery-prev {
    position: absolute;
    left: -20px;
    transform: translateY(-20px);
}
.gallery-swiper-wrap .gallery-next {
    position: absolute;
    right: -20px;
    transform: translateY(-20px);
}


.custom-shadow-sm {
    box-shadow: 0 3px 6px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.12);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}
.shadow, .shadow-md {
    /* box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow); */
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    box-sizing: border-box;
}
.drop-shadow-md {
    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0px 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 2px 2px);
}
.oxy-repeater-pages-wrap {
    justify-content: center;
    margin-top: 2rem;
}
.oxy-repeater-pages .page-numbers {
    display: inline-flex;
    width: 40px;
    height: 40px;
    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0px 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 2px 2px);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: rgb(255, 255, 255);
    color: rgb(101, 115, 125);

}
.oxy-repeater-pages .page-numbers.current {
    background-color: rgb(16, 116, 74);
    color: #fff;
}
.oxy-repeater-pages .page-numbers.prev,
.oxy-repeater-pages .page-numbers.next {
    display: none;
}
.oxy-repeater-pages .page-numbers:hover {
    filter: drop-shadow(rgba(0, 0, 0, 0.03) 0px 20px 13px) drop-shadow(rgba(0, 0, 0, 0.08) 0px 8px 5px);
}
.post-list .oxy-repeater-pages-wrap {
    position: absolute;
    bottom: 0;
    padding: 32px 0 64px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.post-list .oxy-repeater-pages > * {
    display: none;
}
.post-list .oxy-repeater-pages .next {
    background-color: rgb(255,255,255);
    border-bottom-color: rgb(16,116,74);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(16,116,74);
    border-left-style: solid;
    border-left-width: 2px;
    border-radius: 6px;
    border-right-color: rgb(16,116,74);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgb(16,116,74);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 2px;
    color: rgb(16,116,74);
    display: flex;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: auto;
    min-width: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-transform: none;
    width: 170px;
    flex-direction: row;
    align-items: center;
    appearance: button;
    background-image: none;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    outline-color: rgb(16,116,74);
    place-content: normal center;
    place-items: center normal;
    user-select: none;
    flex-wrap: unset;
}

.swiper .swiper-pagination {
    display: none;
}
#service-pagination {
    display: block !important;
}

#location-swiper {
    overflow: visible;
    padding-bottom: 40px;
}
.swiper-slide {
    /* width: auto !important; */
}
.border-bg-shadow {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244/var(--tw-border-opacity));
}

.fluentform form.frm-fluent-form .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #10744a !important;
    width: 170px;
}
.fluentform form.frm-fluent-form select.ff-el-form-control:not([size]):not([multiple]) {
    height: 45px;
}
.fluentform form.frm-fluent-form select:focus,
.fluentform form.frm-fluent-form textarea:focus,
.fluentform form.frm-fluent-form input:focus {
    border: 1px solid #10744a;
}

.wpcf7-form {
    font-size: 16px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 6px;
    color: #606266;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 42px;
    width: 80%;
}
.wpcf7-form textarea {
    font-family: sans-serif;
}
.wpcf7-form textarea,
.wpcf7-form input[type=checkbox] {
    height: inherit;
}
.wpcf7-form input[type=checkbox] {
    width: inherit;
}
.wpcf7-form input[type=submit] {
    background-color: #10744a !important;
    width: 170px;
    color: #fff;
}

.share-btn-wrap {
    align-items:center;
    flex-flow:column nowrap;
    gap:16px normal;
    grid-gap:16px normal;
    grid-row-gap:16px;
    justify-content:center;
    place-content:normal center;
    place-items:center normal;
    row-gap:16px;
    user-select:none;
    flex-wrap:unset;
    transform: translate(-48px, -4rem) scale(0);
    transition: transform 1s ease;
}
.share-btn-wrap.show {
    transform: translate(0, 0) scale(1);
}

.share-btn-wrap button {
  width: 36px;
  height: 36px;
}
.share-icon {
    border-radius: 0.375rem;
    height: 2.25rem;
    width: 2.25rem;
}
.share-icon:hover {
    scale: 1.05;
}
.share-icon:hover>rect {
    fill: #10744a;
}
.share-icon>rect {
    fill: #2a3d4b;
}
.share-kakao-btn {
  padding: 0;
  height: 36px;
}
.share-kakao-btn svg {
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgb(42, 61, 75);
  border-radius: .375rem;
  padding: .375rem;

}
.share-kakao-btn svg:hover {
  background-color: rgb(16, 116, 74);
}

.y7gxux14 {
    display: flex;
}
.y7gxux14 a {
    background-color: rgb(249, 250, 252);
    color: rgb(101, 115, 125);
    padding: 12px 32px;
    margin-right: 16px;
    font-size: 14px;
    border-radius: 9999px;
}
.y7gxux14 a.active {
    background-color: rgb(16, 116, 74);
    color: rgb(255, 255, 255);
}

@media (max-width: 544px) {
    .swiper .swiper-pagination {
        display: block;
        text-align: center;
    }
    .swiper .swiper-pagination .swiper-pagination-bullet {
        height: 10px!important;
        transform: scale(1)!important;
        width: 10px!important;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        background: rgb(231, 241, 236);
        display: inline-block;
        opacity: 1!important;
    }
    .swiper-pagination-bullet-active {
        background: rgb(16, 116, 74) !important;
    }
}
@media (max-width: 1024px) {
    #gallery-thumb-swiper {
        display: none;
    }
    #gallery-swiper img {
        height: 330px;
    }
    #image-gallery-swiper img {
        height: 330px;
    }
}
