/*------------------------------------
  common
------------------------------------*/
.guide-wrap{
	word-break:keep-all;
	font-weight: 300;
}
.guide-wrap p{
	font-size:1rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.guide-wrap .box{
	background:#fafafa;
	border:1px solid #e8e8e8;
	padding:1.5rem;
	border-radius:0.25rem;
	color:#222;
}
@media (min-width: 1200px) {
	.guide-wrap .box{
		padding:2.5rem;
	}
}
.guide-wrap ol.list-round{ 
	margin-top:0.35rem;
}
.guide-wrap ol.list-round > li {
	list-style:none; 
	background: none;
	padding-left:1.25rem;
	margin-bottom:0rem;
	position:relative;
	line-height:150%;
}
.guide-wrap ol.list-round > li::before{
	content:'①';
	display:block;
	float:left;
	margin-left:-1.25rem;
	margin-top:-0.01rem;
}
.guide-wrap ol.list-round > li:nth-child(2)::before{
	content:'②';
}
.guide-wrap ol.list-round > li:nth-child(3)::before{
	content:'③';
}
.guide-wrap ol.list-round > li:nth-child(4)::before{
	content:'④';
}
.guide-wrap ol.list-round > li:nth-child(5)::before{
	content:'⑤';
}
.guide-wrap ol.list-round > li:nth-child(6)::before{
	content:'⑥';
}
.guide-wrap ol.list-round > li:nth-child(7)::before{
	content:'⑦';
}
.guide-wrap ol.list-round > li:nth-child(8)::before{
	content:'⑧';
}
.guide-wrap ol.list-round > li:nth-child(9)::before{
	content:'⑨';
}
.guide-wrap ol.list-number{ 
	text-align: left;
	line-height:140%;
}
.guide-wrap ol.list-number > li {
	margin-bottom:0.625rem;
	list-style:decimal; 
	margin-left:1.25rem;
}
.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.5rem;
	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;
	margin-left:0.75rem;
	margin-bottom:0.25rem;
	position:relative;
}
.guide-wrap ul.list-line > li::before{
	content:'-';
	display:block;
	float:left;
	margin-left:-0.75rem;
	margin-top:-0.1rem;
}



/*------------------------------------
  이메일주소무단수집거부
------------------------------------*/
#email { 
	background-color:#f8f8f8;
	border: 4px solid #e5e5e5;
	padding: 3rem 4rem;
	border-radius:0.5rem;
	margin-bottom:3rem;
} 
@media (max-width: 991.98px) {
    #email { 
        padding: 1.5rem 2rem;
    } 
}

/*------------------------------------
    개인정보취급방침
------------------------------------*/
.privacy-wrap {
    overflow: visible !important;
}

.privacy-inner.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    overflow: visible !important;
    position: relative;
}

.privacy-inner.row > [class*="col-"] {
    float: none !important;
    min-width: 0;
    overflow: visible !important;
}


/* ========================================
    left nav
======================================== */
.section-nav {
    position: relative;
    box-sizing: border-box;
    overflow: visible !important;
}

.section-nav-sticky {
    position: relative;
    box-sizing: border-box;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    overflow-x: hidden;
}

.section-nav.is-fixed .section-nav-sticky {
    position: fixed;
    top: 150px;
    z-index: 30;
}

.section-nav.is-bottom .section-nav-sticky {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15px;
}
.section-nav li + li {
    margin-top: 0.5em;
}

.section-nav a {
    color: #b8b8b8;
    font-size: var(--fs-19);
    font-weight: 400;
    word-break: keep-all;
    transition: color 0.2s ease, font-weight 0.2s ease;
}

.section-nav a:hover,
.section-nav a.active {
    color: var(--primary);
    font-weight: 600;
}

.section-nav-sticky::-webkit-scrollbar {
    width: 6px;
}

.section-nav-sticky::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.section-nav-sticky::-webkit-scrollbar-track {
    background: transparent;
}

/* ========================================
   right content
======================================== */
.section-content {
    min-height: 1000px;
    overflow: visible !important;
    box-sizing: border-box;
    padding-left: 2em;
}

.section-inner {
    padding-bottom: 2em;
    scroll-margin-top: 5em;
}

.section-inner + .section-inner {
    margin-top: 10px;
}
.privacy-wrap p{
    margin-bottom: 0em;
}


/* ========================================
   responsive
======================================== */
@media (max-width: 1199.98px) {
    .section-nav a {
        font-size: var(--fs-17);
    }

}
@media (max-width: 991.98px) {
    .privacy-inner.row {
        display: block !important;
    }

    .section-nav {
        display: none;
        /* margin-bottom: 30px;
        min-height: auto !important; */
    }

    .section-nav-sticky,
    .section-nav.is-fixed .section-nav-sticky,
    .section-nav.is-bottom .section-nav-sticky {
        position: static !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .section-content {
        padding-left:15px;
        min-height: auto;
    }

    .section-inner {
        /* padding-bottom: 70px;
        scroll-margin-top: 140px; */
    }

    .section-inner h3 {
        margin-bottom: 18px;
    }

    .section-inner p,
    .section-inner li {
        font-size: 16px;
    }

    .section-nav a {
        font-size: 18px;
    }
}





/*------------------------------------
  사이트맵
------------------------------------*/
.sitemap-wrap{
	/* border-top:1px solid #222;*/
}
.sitemap-wrap h3{
    /* border-top:2px solid #222; */
    background: var(--primary);
    border:1px solid var(--primary);
}
.sitemap-wrap h3 a{
    display:block;
	font-size: 1.5rem !important;
	font-weight:550;
	color:#fff;
}
.sitemap-wrap div ul {
	overflow:hidden;
}
.sitemap-wrap div ul li{
	border-bottom:1px solid #e0e0e0;
	padding:0.5rem 1rem 0.5rem;
	margin-bottom:-2px;
	font-weight:500;
}
.sitemap-wrap ul ul li a{
	display:block;
	padding:.25rem 0;
}
.sitemap-wrap ul li.lvl-2 {
}
.sitemap-wrap ul li.lvl-2 > a:hover {
	color: var(--primary);
}
.sitemap-wrap div ul li.lvl-3 > a {
	color: var(--gray-400);
	display: block;
	padding-left: 12px;
	font-weight:400;
	font-size:0.95rem;
}
.sitemap-wrap div ul li.lvl-3 > a:hover {
    color: var(--gray-900);
}
.sitemap-wrap div ul li.lvl-4 {
    background: #f7f7f7;
}
.sitemap-wrap div ul li.lvl-4 > a {
	color: var(--gray-400);
	display: block;
	padding-left: 12px;
	font-weight:400;
	font-size:0.95rem;
    position: relative;
}
.sitemap-wrap div ul li.lvl-4 > a::before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
	color: var(--gray-400);
}
.sitemap-wrap div ul li.lvl-4 > a:hover {
    color: var(--gray-900);
}

@media (min-width: 768px) {
	.sitemap-wrap > ul > li{
		padding:3rem 2rem 5rem;
	}
}
@media (min-width: 992px) {
	.sitemap-wrap h3 a{
		font-size: 1.8rem;
	}
}