/*------------------------------------
  common
------------------------------------*/
.guide-wrap {
    word-break: keep-all;
}

.guide-wrap h4 {
    letter-spacing: -0.1rem;
    font-size: 1.175rem;
    font-weight: 700;
    color: #222;
    margin: 2.5rem 0 1rem;
}

.guide-wrap .box {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 1.5rem;
    border-radius: 0.25rem;
    color: #222;
}

@media (min-width: 1200px) {
    .guide-wrap h4 {
        font-size: 1.375rem;
        margin: 3.5rem 0 1rem;
    }

    .guide-wrap .box {
        padding: 2.5rem;
    }
}


.guide-wrap ol.list-number {
    margin-left: 1.5rem;
    text-align: left;
    line-height: 140%;
}

.guide-wrap ol.list-number li {
    margin-bottom: 1rem;
    list-style: decimal;
}

.guide-wrap ol.list-number li::before {
    display: none;
}

.guide-wrap ul.list-dotted {
    margin-top: 0.35rem;
}

.guide-wrap ul.list-dotted li {
    list-style: none;
    background: none;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.guide-wrap ul.list-dotted li::before {
    background: #444;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.guide-wrap ul.list-line {
    margin-top: 0.35rem;
}

.guide-wrap ul.list-line li {
    list-style: none;
    background: none;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
    position: relative;
}

.guide-wrap ul.list-line li::before {
    background: #666;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 7px;
    height: 1px;
}



/*------------------------------------
  이메일주소무단수집거부
------------------------------------*/
#email {
    background-color: #f8f8f8;
    border: 4px solid #e5e5e5;
    padding: 3rem 4rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}


/*------------------------------------
  개인정보취급방침
------------------------------------*/
#guie_link_t {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 2rem 4rem;
    border-radius: 0.5rem;
    margin: 3rem 0 2rem;
}

#guie_link_t ol li {
    list-style: none outside none;
}



/*------------------------------------
  사이트맵
------------------------------------*/
.sitemap-wrap {
    border-top: 1px solid #222;
}

.sitemap-wrap h3 a {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #222;
}

.sitemap-wrap > ul {
    overflow: hidden;
}

.sitemap-wrap > ul > li {
    border-bottom: 1px solid #222;
    padding: 2rem 1rem 3rem;
    margin-bottom: -2px;
}

#sitemap_wrapper ul.cate_depth02 li a {
    color: #777;
    display: block;
    letter-spacing: -0.07em;
    padding: 10px 0 10px 30px;
}

#sitemap_wrapper ul.cate_depth02 li a:hover {
    color: #e60012;
}

.sitemap-wrap ul ul li a {
    display: block;
    padding: .25rem 0;
}

@media (min-width: 768px) {
    .sitemap-wrap > ul > li {
        padding: 2rem 2rem 3rem;
    }
}

@media (min-width: 992px) {
    .sitemap-wrap h3 a {
        font-size: 1.5rem;
    }
}




/* 사이트맵 다른 스타일 */
#sitemap_wrapper {
    width: 100%;
    margin: 0;
}

#sitemap_wrapper ul.cate_depth01 {
    margin-bottom:80px;
}

#sitemap_wrapper ul.cate_depth01 li.list01 {
    margin-bottom: 5%;
}

#sitemap_wrapper ul.cate_depth01 li h3 {
    border-bottom: 1px solid #9d9d9d;
    border-top: 2px solid #444;
    padding: 15px 0;
    text-align: center;
    font-size: 1.25em;
    background: #f5f5f5;
    margin-bottom: 0;
}

#sitemap_wrapper ul.cate_depth01 li h3 a.cate01_tit {
    letter-spacing: -0.07em;
    color: #333;
}

#sitemap_wrapper ul.cate_depth02 li {
    background: url("/images/sub/bullet_list02.gif") no-repeat scroll 20px 50%;
    border-bottom: 1px solid #d2d2d2;
}

#sitemap_wrapper ul.cate_depth02 li a {
    color: #777;
    display: block;
    letter-spacing: -0.07em;
    padding: 10px 0 10px 30px;
}

#sitemap_wrapper ul.cate_depth02 li a:hover {
    color: #e60012;
}