
body {
    font-family: "Noto Sans KR", sans-serif;
    color: #444;
}
/* 오렌지컬러 */
:root {
    --gradient-color: radial-gradient(
            circle 1224px at 10.6% 8.8%,
            #ff8a00 0%,
            #e52e71 100.2%
    );
    --nav-link-color: tomato;
}
/* 삼식이컬러 */
/*:root {*/
/*    --gradient-color: radial-gradient(*/
/*            circle 1224px at 10.6% 8.8%,*/
/*            #2af598 0%,*/
/*            #009efd 100.2%*/
/*    );*/
/*    --nav-link-color: #00c6fb;*/
/*}*/

a {
    color: var(--text-default);
    text-decoration: none;
}
a:hover,
.btn-outline-light:hover,
.btn-light:hover {
    color: var(--nav-link-color);
}

#navbar-example2 a.nav-link,
a.nav-link:hover {
    color: var(--text-default);
}

ul {
    padding-left: 1rem;
}

a.btn.btn-light {
    --bs-btn-color: cornflowerblue;
}

.word-break {
    word-break: keep-all
}


/* HEADER-Navigation
============================================================== */
li.dropdown-submenu {
    position: relative;
}

li.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

li.dropdown-submenu li.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

ul.dropdown-menu.bg-light.show.position-right {
    position: absolute;
    top: -10px;
    left: 155px;
}


/* HOME
============================================================== */
/* TOP : NAVBAR + HERO + WAVE
-------------------------------------------------- */
.filter-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(133deg)
    brightness(300%) contrast(3000%);
}

.gradient,
.hero-gradient {
    background-image: var(--gradient-color);
}

.custom-shape-divider-bottom-1655721549 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1655721549 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1655721549 .shape-fill {
    fill: #ffffff;
}
/* bottom Shape-divider */
.custom-shape-divider-top-1655811034 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1655811034 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-top-1655811034 .shape-fill {
    fill: #ffffff;
}

nav.navbar.navbar-expand-lg.navbar-dark.gradient.sticky-lg-top.stickykdh {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
} /* 모바일 상단 메뉴바 고정 */


/* MISSIONS CONTENT
-------------------------------------------------- */
.mission .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.mission h3 {
    font-weight: 400;
}

.mission .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    font-weight: lighter;
}

/* FEATURETTE
-------------------------------------------------- */
.featurette-divider {
    margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette-space {
    height: 3rem; /* Space without hr */
}

/* Thin out the featurette headings */
.featurette-heading {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1rem;
    /* rtl:remove */
    letter-spacing: -0.05rem;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    /* .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    } */

    .featurette-heading {
        font-size: 2.4rem;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 0rem;
    }
}

/* RECENT POST : TABS
-------------------------------------------------- */
.col-md-7.tabBg {
    background: #f8f8fb;
    padding-bottom: 1rem;
    border-radius: 5px;
}

.scrollspy-example {
    height: 300px;
    overflow: scroll;
    border-radius: 5px;
    padding: 1rem;
}

.scrollspy-example ul li::marker {
    color: var(--nav-link-color) !important;
}

.scrollspy-example .form-text {
    color: #999;
    font-size: 0.75em;
    margin: 0 3px 0;
}

/* ACTION : CARDS
-------------------------------------------------- */

.card-lists {
    display: flex;
    padding: 2rem;
    overflow-x: scroll;
}

.card-lists::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #C1C1C1;
}

.card-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.card-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.cards {
    width: 390px;
    min-width: 250px;
    padding: 1.5rem;
    border: 2px solid #222;
    border-radius: 16px;
    background-color: #333;
    box-shadow: -0.6rem 0 1rem rgba(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    margin: 0;
    scroll-snap-align: start;
    clear: both;
    position: relative;
}

.cards:focus-within ~ .cards,
.cards:hover ~ .cards {
    transform: translateX(90px);
}

.cards:hover {
    transform: translateY(-1rem);
    background-color: #f8f8fb;
}

.cards:not(:first-child) {
    margin-left: -95px;
}

.card-headers {
    margin-bottom: auto;
    color: #fff;
}

.card-headers p {
    font-size: 14px;
    margin: 0 0 1rem;
    color: dimgray;
}

.card-headers h2 {
    font-size: 20px;
    margin: 0.25rem 0 auto;
    text-decoration: none;
    color: #fff;
    border: 0;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.author-avatar img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    filter: grayscale(100%);
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.author-avatar img:hover {
    filter: grayscale(0%);
}

/* SLIDE carousel : 슬라이드쇼
-------------------------------------------------- */
img.centershow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: -1rem;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center
}

    /* MEMBER : MARQUEE 회원한마디 흐르는 글자
    -------------------------------------------------- */
span#counter, #post_title {
    background: linear-gradient(60deg, #ff8a00, #e52e71);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    word-break:keep-all;
    letter-spacing: -1px;
}

span#counter_hover {
    background: linear-gradient(60deg, #ff8a00, #e52e71);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    word-break:keep-all;
    letter-spacing: -1px;
}

span#counter_hover a:hover {
    font-weight: bold;
}

@keyframes marquee {
    0% {
        left: 0;
        filter: hue-rotate(0);
    }
    100% {
        left: -100%;
        filter: hue-rotate(360deg);
    }
}

.marquee .outer {
    overflow: hidden;
}

.marquee .outer .inner {
    position: relative;
    display: flex;
    width: 220%;
    margin: 1rem;
}

.marquee .outer .inner:nth-child(1) {
    animation: marquee 45s linear infinite;
}

.marquee .outer .inner .content {
    min-width: 200px;
    max-width: 300px;
    margin-right: 30px;
    color: #ff577f;
    transition: transform 25ms;
}

.marquee .outer .inner .content:hover {
    transform: translateY(-1rem);
}

/* BLOG
============================================================== */

/* 직접 글쓰기 부분 스타일 = #container_write */
#container_write a {
    color: salmon;
}

#container_write a:hover {
    color: var(--nav-link-color);
}

#container_write>h1,
#container_write>h2,
#container_write>h3,
#container_write>h4,
#container_write>h5 {
    font-weight: bold;
    word-break:keep-all;
    letter-spacing: -0.9px;
    color: #474448;
    line-height: 1.35em
}

#container_write>h1 {font-size: calc(1.25rem + 1.4vw);}
#container_write>h2 {font-size: calc(1.15rem + .9vw);}
#container_write>h3 {font-size: calc(1.1rem + .6vw);}
#container_write>h4 {font-size: calc(1.0rem + .3vw);}
#container_write>h5 {font-size: 1.0rem;}
#container_write>h6 {
    font-size: 0.85rem;
    word-break:keep-all;
    letter-spacing: -0.4px;
}

#container_write>p, #container_write li, #container_write>blockquote {
    font-size: large;
    line-height: 1.9rem;
    letter-spacing: -0.85px;
}
#container_write>p.has-background {
    padding: 1em;
}

#container_write figcaption {
    color: slategrey;
    letter-spacing: -0.4px;
    font-size: smaller;
    text-align: left;
}

#container_write>blockquote {
    border-left: 5px solid tomato;
    padding-left: 1rem;
}

.text-truncate--2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.card-img-top {
    object-fit: cover;
    max-height: 500px;
}


#img_zoom .card-img-top:hover {
    filter: brightness(75%) saturate(140%);
    transform: scale(0.99);
}

.table {
    table-layout: fixed;
}

.table th:nth-child(1) {
    width: 20%;
}
.table th:nth-child(2) {
    width: 60%;
}
.table th:nth-child(3) {
    width: 20%;
}

ul.dropdown-menu.list-group-items.ps-2.show {
    --bs-dropdown-min-width: 13rem !important;
} /* 분류 show 너비 조정 */

.wp-block-embed__wrapper img {
    width: 100%;
    height: auto
} /* 플리커 모바일에서 너비 조정*/


.cosmosfarm-share-buttons.cosmosfarm-share-buttons-default.cosmosfarm-align-left {
    margin-top: 4rem;
} /* sns 상단 여백 조정 */


/* PAGE
=============================================== */
h2.entry-title {
    font-weight: bold;
}

#page_write h1,
#page_write h2,
#page_write h3,
#page_write h4,
#page_write h5 {
    font-weight: bold;
    word-break:keep-all;
    letter-spacing: -0.9px;
    color: #474448;
    line-height: 1.35em
}

#page_write h1 {font-size: calc(1.25rem + 1.4vw); }
#page_write h2 {font-size: calc(1.15rem + .9vw); }
#page_write h3 {font-size: calc(1.1rem + .6vw); }
#page_write h4 {font-size: calc(1.0rem + .3vw); }
#page_write h5 {font-size: 1.0rem;}
#page_write h6 {
    font-size: 0.85rem;
    word-break:keep-all;
    letter-spacing: -0.4px;
}


#page_write a:hover, .wp-block-media-text__content a:hover {
    color: var(--nav-link-color);
    text-decoration: underline;
}



/* kboard
============================================================== */

.kboard-document-add-option-value-wrap hr{
    height: 1px;
    margin: 0 !important;
    padding: 0 !important;
}
.kboard-document-add-option-value-wrap .option-name{
    font-weight: bold;
}

#kboard-default-list .kboard-control {
    text-align: left !important;
}

.kboard-default-poweredby {
    visibility: hidden;
    margin-bottom: 2rem;
}

footer.entry-footer {
    margin-bottom: 5rem;
}

.offcanvas-body.small.pt-5  {
    background-color: #f1f1f1;
}

/* pagination */
.active>.page-link, .page-link.active{
    background-color: #212529;
    border-color: #212529;
    color: #fff !important;
}


.search_thumb{
    height: 100px;
}

#post_nav nav{
    position: absolute;
}
.my-btn{

    height: 2.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* customizable snowflake styling 20221215 */
.snowflake {
    color: #fff;
    font-size: 0.9em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 3px #336699;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
/* customizable snowflake styling end  */