/* # 배너 */
#page_head{
    margin-top:-43px !important;
    width:100%;
    height:232px;
    background:#f1e8e2;
    color:white;
    background-image:url("/img/page_head1.png");
    background-repeat:no-repeat, repeat;
    background-position:center;
}

/* # 배너 제목 */
h1{
    padding-top:150px;
    padding-left:200px;
    font-family:NanumGothic;
    letter-spacing:-2px;
    font-weight:400;
}

/* # 본문 */
#page_2{
    margin:0 auto;
    width:1140px;
    color:#222222;
    letter-spacing:2px;
    line-height:200%;
}

/* # 문단 제목 */
h2{
    margin-bottom:12px;
    margin-top:40px;
    padding-top:4px;
    padding-left:22px;
    background:url("/img/pin.png") no-repeat;
    font-weight:600;
}

/* 리스트 */

ul{
    margin-left:10px;
    list-style:none;
}

ul p{
    margin-top:0px;
}

.text-caption{
    margin-top:0px;
    line-height:16px;
    font-size:10pt;
    color:teal;
}

.text-center {
    text-align: center;
}

.font-weight-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

/* # ㆍ ㆍ ㆍ */
ul.disc {
    list-style: none;
}

ul.disc li::before {
    content: "•";
    font-size: 0.7em;
    margin-left: -12px;
    padding-right: 4px;
    position: relative;
    top: -2px;
}

ul.disc ul li::before {
    margin-left: 1em;
}

/* # 1. 2. 3. (bold) */
ol.bold {
    list-style: none;
    counter-reset: item;
}

ol.bold > li {
    counter-increment: item;
    position: relative;
    margin-top: 16px;
}

ol.bold > li::before {
    content: counter(item) ".";
    font-weight: bold;
    position: absolute;
    left: -1.5em;
}

/* # 1) 2) 3) */
ol.right {
    list-style: none;
}

ol.right > li {
   counter-increment: subitem;
}

ol.right > li::before {
   content: counter(subitem) ")";
   margin-left: -20px;
   margin-right: 4px;
}

/* # 테이블 */
.tablestyle{
    border-collapse: collapse;
    margin-bottom: 4px;
    border:1px solid #ccc;
    font-size:12px !important;
    text-align: center;
}

.tablestyle tr th{
    border:1px solid #ccc;
    padding:4px 20px;
    background: #eee;
    font-weight: 400;
    font-size: 14px;
}

.tablestyle tr td{
    border:1px solid #ccc;
    padding:4px 20px;
    font-size: 12px;
}

.pl-0 { padding-left: 0px; }
.pl-1 { padding-left: 4px; }
.pl-2 { padding-left: 8px; }
.pl-3 { padding-left: 12px; }
.pl-4 { padding-left: 16px; }
.pl-5 { padding-left: 20px; }
.pl-6 { padding-left: 24px; }
.pl-7 { padding-left: 28px; }
.pl-8 { padding-left: 32px; }
.pl-9 { padding-left: 36px; }
.pl-10 { padding-left: 40px; }

.ml-0 { margin-left: 0px; }
.ml-1 { margin-left: 4px; }
.ml-2 { margin-left: 8px; }
.ml-3 { margin-left: 12px; }
.ml-4 { margin-left: 16px; }
.ml-5 { margin-left: 20px; }
.ml-6 { margin-left: 24px; }
.ml-7 { margin-left: 28px; }
.ml-8 { margin-left: 32px; }
.ml-9 { margin-left: 36px; }
.ml-10 { margin-left: 40px; }

.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 12px; }
.mt-4 { margin-top: 16px; }
.mt-5 { margin-top: 20px; }
.mt-6 { margin-top: 24px; }
.mt-7 { margin-top: 28px; }
.mt-8 { margin-top: 32px; }
.mt-9 { margin-top: 36px; }
.mt-10 { margin-top: 40px; }

.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 12px; }
.mb-4 { margin-bottom: 16px; }
.mb-5 { margin-bottom: 20px; }
.mb-6 { margin-bottom: 24px; }
.mb-7 { margin-bottom: 28px; }
.mb-8 { margin-bottom: 32px; }
.mb-9 { margin-bottom: 36px; }
.mb-10 { margin-bottom: 40px; }
