
/*------------------------------------
  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 .smap-row > div{
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	height: 100%;
	box-shadow: 0px 10px 20px 0px rgb(28 35 69 / 4%);
}
.sitemap-wrap h3 a{
	display:block;
	font-size: 1.35rem;
	font-weight:700;
	color:#222;
	margin-bottom:0.5rem;
}
.sitemap-wrap > ul {
	overflow:hidden;
}
.smap-row ul.cate_depth01 > li{
	border-bottom:1px dashed #dedede;
	padding:0.5rem 1rem;
	margin-bottom:-2px;
}
.smap-row ul.cate_depth01 > li > a {
	color: #333 !important;
	display: block;
	padding-left:0.9em;
	position:relative;
}
.smap-row ul.cate_depth01 > li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #d7202b;
	border-top: 2px solid #d7202b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.smap-row ul.cate_depth02 > li > a {
	color: #666;
	display: block;
	padding: 0.2em 0 0.2em 1.1em;
	position:relative;
}
.smap-row ul.cate_depth02 > li > a::before {
	content: "";
	background: #555;
	border-radius:5px;
	width:3px;
	height:3px;
	position:absolute;
	left:0.6em;
	top: 0.8em;
}

.smap-row ul.cate_depth01 > li > a:hover {color: #111 !important;}
.smap-row ul.cate_depth02 > li > a:hover {color: #0090d5 !important;}

@media (min-width: 768px) {
	.smap-row ul.cate_depth01 > li > a::before {
		width: 8px;
		height: 8px;
	}
}
@media (min-width: 992px) {
	.sitemap-wrap h3 a{
		font-size: 1.5rem;
	}
}