@charset "utf-8";


/* 내용관리 */

#ctt {}


/*.ctt_admin {margin:0 5px;text-align:right}*/

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
/*    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7em;
*/    text-align: justify;
    letter-spacing: -.01em;
    /*padding: 1.5rem;*/
    color: #65666d;
}

#ctt_con>p {
    margin: .5em 0.5em;
    word-break: break-word;
}

#ctt_con ul, #ctt_con ol {
    padding: 0;
    margin: .5em 1em .5em 1.8em;
    list-style: initial;
}
#ctt_con ol {
    list-style: decimal;
}
#ctt_con ul {
    list-style: disc;
}

#ctt_con li {
    padding: 0.2em 0;
}

#ctt_con > blockquote {
    margin: 0;
    padding: 0 1.6rem;
    text-align: left;
    font: italic 400 1.4rem/1.7em  'Batang', serif;
    color: #ff4a64;
    width: fit-content;
    position: relative;
}

#ctt_con > blockquote:before {
    content: "\00275D";
    position: absolute;
    top: 0em;
    left: 0.3em;
}

#ctt_con > blockquote:after {
    content: "\00275E";
    position: relative;
    margin-left: 0.2em;
}


#ctt_con>h1,
#ctt_con>h2,
#ctt_con>h3,
#ctt_con>h4 {
    color: #ff4d67;
    margin: 0.7em 0 0.5em .5rem;
    position: relative;
}

#ctt_con>h1 {
    font-size: 1.9em;
    font-weight: 300;
}

#ctt_con>h1:before {
    content: '';
    position: absolute;
    width: 4em;
    height: 0;
    border-top: solid 0.2em #ff4a64;
    top: -0.5em;
}

#ctt_con>h2 {
    font-size: 1.4em;
    font-weight: 400;
}

#ctt_con>h3 {
    font-size: 1.15em;
    font-weight: 600;
}

#ctt_con>h4 {
    font-size: 1em;
    font-weight: 800;
    color: #7d7d7d;
}

#ctt_con>address {
    font-style: normal;
    font-size: .95em;
    margin: 0 .5rem;
    text-align: right;
    font-weight: 600;
    color: #777;
}


#ctt_con>.tree {
    width: auto;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

#ctt_con>.tree ul {
    padding-top: 1.5rem;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#ctt_con>.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 1.5rem .1em 0 .1em;
}


/*We will use ::before and ::after to draw the connectors*/

#ctt_con>.tree li::before,
#ctt_con>.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 1.5rem;
}

#ctt_con>.tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}


/*We need to remove left-right connectors from elements without
any siblings*/

#ctt_con>.tree li:only-child::after,
#ctt_con>.tree li:only-child::before {
    display: none;
}


/*Remove space from the top of single children*/

#ctt_con>.tree li:only-child {
    padding-top: 0;
}


/*Remove left connector from first child and
right connector from last child*/

#ctt_con>.tree li:first-child::before,
#ctt_con>.tree li:last-child::after {
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/

#ctt_con>.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 .5em 0 0;
    -webkit-border-radius: 0 .5em 0 0;
    -moz-border-radius: 0 .5em 0 0;
}

#ctt_con>.tree li:first-child::after {
    border-radius: .5em 0 0 0;
    -webkit-border-radius: .5em 0 0 0;
    -moz-border-radius: .5em 0 0 0;
}


/*Time to add downward connectors from parents*/

#ctt_con>.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 1.5rem;
}

#ctt_con>.tree li a {
    padding: 0.1em 1em;
    text-decoration: none;
    color: inherit;
    font-size: 1em;
    display: inline-block;
    border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    border: 1px solid #ccc;
    background: #ff8394;
    cursor: pointer;
}


/*Time for some hover effects*/


/*We will apply the hover effect the the lineage of the element also*/

#ctt_con>.tree li a:hover,
#ctt_con>.tree li a:hover+ul li a {
    background: #ff5f75;
    color: #fff;
    border: 1px solid #444;
}


/*Connector styles on hover*/

#ctt_con>.tree li a:hover+ul li::after,
#ctt_con>.tree li a:hover+ul li::before,
#ctt_con>.tree li a:hover+ul::before,
#ctt_con>.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}

li a.just-line {
    display: none;
}

a.just-line+ul {
    padding-top: 74px;
}

a.just-line+ul:before {
    height: 74px;
}



/*.ctt_img {text-align:center}*/
