@charset "utf-8";

/* 내용관리 */


/*#ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}*/
.ctt_admin {
    margin: 0 5px;
    text-align: right
}

#ctt_con * {
    position: relative;
    font-size: inherit;
    font-weight: inherit;
}


#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/*#ctt_con {padding:10px 0}*/
/*#ctt_con img{max-width:100%;height:auto}*/
/*.ctt_img {text-align:center}*/

#ctt_con h2 {
    text-align: center;
}

#ctt_con h2+p {
    text-align: center;
}

#ctt_con h3 {
    margin: 0;
    padding: 0;
    margin-top: 1.2em;
    line-height: 1.5em;
}

#ctt_con h3.title {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
}

#ctt_con h3 span {
    display: block;
    font-size: .7em;
}

#ctt_con h3.title .meta {
    font-weight: 300;
}

#ctt_con p {
    padding-top: 0;
    margin-top: 0;
}


#ctt_con #map {
    display: block;
    width: 100%;
    height: 400px;
    z-index: 0;
    border-radius: .3em;
    border: solid 2px deepskyblue;
}

#ctt_con #map+ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0em 1em;
}

#ctt_con #map+ul li {
    font-size: 0.9em;
    text-align: center;
    color: deepskyblue;
}

#ctt_con #map+ul li a {
    font-size: 0.8em;
    color: #fff;
    display: block;
    background: deepskyblue;
    padding: 0 1.4em;
    border-radius: 1.4em;
    font-weight: 600;
}

#ctt_con blockquote {
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    color: #777;
}

#ctt_con blockquote:after {
    content: '';
    position: absolute;
    bottom: -1em;
    display: block;
    background: #000;
    opacity: .2;
    width: 3em;
    height: .3em;
    left: 50%;
    transform: translateX(-50%);
}

#ctt_con .intro--slogan,
#ctt_con .intro--copy {
    font-size: 1.3em;
    margin: 1em 0;
    text-align: center;
    line-height: 1.7em;
    font-weight: 500;
}


#ctt_con dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#ctt_con dl dt {
    position: relative;
    width: 100%;
    text-align: center
}

#ctt_con dl dd {
    display: flex;
    align-items: center;
    width: 50%;
}

#ctt_con dl dd.slogan {
    margin: 2em 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    color: #777;
    width: 100%;
    flex-flow: column;
}

#ctt_con dl dd.slogan:before {
    content: '';
    position: absolute;
    top: -1em;
    display: block;
    background: #000;
    opacity: .2;
    width: 3em;
    height: 0.3em;
    left: 50%;
    transform: translateX(-50%);
}



#ctt_con .intro--slogan+p {
    text-align: center;
}

#ctt_con a.button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    background: deepskyblue;
    color: #fff;
    padding: 1em 3em;
    border-radius: 2em;
    font-weight: 900;
    letter-spacing: 0;
}


#ctt_con dl dd.vision {
    margin: 1.5em 0;
    padding: 0em 0 0em 5em;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -.03em;
}

#ctt_con dl dd.vision:before {
    content: '';
    position: absolute;
    left: 0;
    font-size: 4em;
    display: block;
    width: 1em;
    line-height: 1em;
    text-align: center;
    background: #80c1fa52;
    border-radius: 50%;
    box-shadow: inset 0 0 17px #ffffff;

}

#ctt_con dl dd.people:before {
    content: '👥';
}

#ctt_con dl dd.medical:before {
    content: '🤒';
}

#ctt_con dl dd.family:before {
    content: '📃';
}

#ctt_con dl dd.identity:before {
    content: '🕊';
}

#ctt_con dl dd.equlity:before {
    content: '🏠';
}


#ctt_con .staff,
#ctt_con .vision {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
}

#ctt_con .staff h2,
#ctt_con .vision h2 {
    width: 100%;
}

#ctt_con .vision .figure {
    max-width: calc(50% - 0.5em);
}

#ctt_con .vision .figure img {
    object-fit: cover;
    width: 100%;
    height: 15em;
}

#ctt_con .vision .figure .figcaption {}

#ctt_con .vision .figure .figcaption h3 {
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: #30a3ca;
}



#ctt_con .staff .figure {
    width: calc((100% / 2) - (2em / 2));
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#ctt_con .staff .figure img {
    width: 80%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#ctt_con .staff .figure .figcaption {}

#ctt_con .staff .figure .figcaption h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}

#ctt_con .staff .figure .figcaption h3 .name {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-top: 0.8em;
    font-weight: 400;
}

#ctt_con .staff .figure .figcaption h3 .position {
    font-size: 0.7em;
    font-weight: 300;
    margin-bottom: 0.7em;
}

#ctt_con .staff .figure .figcaption p {
    font-size: 0.8em;
    line-height: 1.6em;
    word-break: break-all;
    max-width: 20em;
}


@media screen and (max-width: 431px) {
    #ctt_con dl {}

    #ctt_con dl dd.vision {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
    }

    #ctt_con .staff,
    #ctt_con .vision {
        display: flex;
        flex-direction: column;
        gap: .5em;
    }

    #ctt_con .vision .figure {
        max-width: unset;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5em;
    }

    #ctt_con .vision .figure img {
        width: 30%;
        height: auto;
    }

    #ctt_con .vision .figure .figcaption {
        max-width: 65%;
    }

    #ctt_con .vision .figure .figcaption h3 {
        text-align: left;
        margin-top: 0
    }

    #ctt_con .staff .figure {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5em;
        margin-bottom: 2em;
    }

    #ctt_con .staff .figure img {
        width: 8em;
        height: auto;
        margin: 0;
    }

    #ctt_con .staff .figure .figcaption {
        width: calc(100% - 8em - 1.5em);
    }

    #ctt_con .staff .figure .figcaption h3 {
        text-align: left;
    }
#ctt_con .staff .figure .figcaption p {
        max-width: unset;
}

    #ctt_con #map+ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    }
}


#ctt_con section {
    margin-bottom: 5em;
}

#ctt_con section>h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 100;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

@supports (mix-blend-mode: lighten) {
    #ctt_con section>h3 {
        color: #000;
        background: #fff;
        mix-blend-mode: multiply;
    }

    #ctt_con section>h3:after {
        background: linear-gradient(70deg, var(--color-blue), var(--color-yellow), var(--color-purple), var(--color-green));
        mix-blend-mode: screen;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
        pointer-events: none;
    }
}




#ctt_con section>h3+p {
    line-height: 1.4em;
    font-size: 0.9em;
    text-align: center;
    color: #777;
}