/*------------------------------------
  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 h3{
	font-size: 1.25rem;
    font-weight: 500;
    color: #444;
    margin: 2.5rem 0 1rem;
    letter-spacing: -0.1rem;
}
.guide-wrap h4{
	font-size:1.125rem;
	font-weight:500;
	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.125rem;
		margin:2.5rem 0 1rem;
	}
	.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:1rem;
	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;
} 


/*------------------------------------
  개인정보취급방침
------------------------------------*/
#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;
}

.boxing p.bold_f {
    font-size: 1.25rem;
    font-weight: 500;
    color: #444;
    margin: 2.5rem 0 1rem;
    letter-spacing: -0.1rem;
}
.boxing .depth {
    padding: 0 0 0 16px;
}

/*------------------------------------
  사이트맵
------------------------------------*/
.sitemap-wrap{
	/*-border-top:1px solid #222;*/
}
.sitemap-wrap h3 a{
	display:block;
	font-size: 1.5rem !important;
	font-weight:700;
	color:#222;
}
.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 div ul li.lvl-3 a {
	color: #888;
	display: block;
	padding-left: 12px;
	font-weight:400;
	font-size:0.95rem;
}
#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:3rem 2rem 5rem;
	}
}
@media (min-width: 992px) {
	.sitemap-wrap h3 a{
		font-size: 1.8rem;
	}
}