@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}



.terms > div {
    padding: 15px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.terms h4 {
    padding: 15px 0 5px 5px;
    font-size: 1.1em;
    font-weight: 800;
}
.terms .circle > li:nth-child(1) > i:before {
    content: "①";
}
.terms .circle > li:nth-child(2) > i:before {
    content: "②";
}
.terms .list02 i {
    position: absolute;
    left: 10px;
    font-style: normal;
}
.terms .list02 > li {
    padding: 0 0 0 35px;
}
.terms ul li {
    position: relative;
}

.terms table {
    border-top: 2px solid #15aae8;
    width: 100%;
}
.terms table, .terms td, .terms th {
    table-layout: fixed;
    border-collapse: collapse;
    text-indent: 0;
    border-spacing: 0;
}

.terms table th, .terms table td {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.terms table th {
    background: #eee;
    table-layout: fixed;
}
.terms table th:nth-child(1), .terms table td:nth-child(1) {
    border-left: 0;
}
.terms p {
    padding: 0 5px 5px 5px;
}