@charset "UTF-8";
/************************************************/
/*		common         				        	*/
/************************************************/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-family: "LG스마트체","NanumGothic","나눔고딕","Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif;
		vertical-align: baseline;
		font-family: inherit;
	}

body * {
	box-sizing: border-box;
	line-height:1.6em;
}

hr, caption, .hidden, .hide {
	display: none;
}

img, fieldset {
	border: 0 none;
}

ul, li, ol{
	list-style: none;
}

 .wrapper::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: rgba(0, 0, 0, 0);
    }

 .wrapper::-webkit-scrollbar:hover {
      background-color: rgba(0, 0, 0, 0.12);
    }

 .wrapper::-webkit-scrollbar-thumb {
      border: 2px solid transparent;
      box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.3);
      border-radius: 12px;
    }

 .wrapper::-webkit-scrollbar-thumb:active {
      box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
      border-radius: 12px;
    }
    
/************************************************/
/*		policy        					*/
/************************************************/
#policy.wrapper {
	width: 100%;
	height:100%;
	padding: 30px 50px;
}


.titWrap h1.titLevel01 {
	font-size: 1.8em;
	font-weight: 700;
}

h3.titLevel03 {
	font-size: 20px;
	color: #333;
	margin: 20px 0 10px;
}

h4.titLevel04 {
	font-size: 18px;
	font-weight: 600;
}

li[id*="view"] ul {
	padding-left: 20px;
}

li[id*="view"] ul li, li[id*="view"] ul li div {
	padding-bottom: 10px;
}

.personalnforDescList li[id*="view"] {
	padding-bottom: 20px;
}

.depth02 li {
	padding-bottom: 6px;
	color: #444;
}

#view06 .depth01 {
	background-color: #efefef;
}

#view06 .depth01>li {
	display: inline-block;
	width: 48%;
}

#view06 .depth02 li:first-child {
	list-style: disc;
	font-weight: 600;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

#view06 .depth02 li {
	padding-bottom: 4px;
}

/************************************************/
/*		agree       					*/
/************************************************/
#agree html, #agree body, #agree div, #agree ul, #agree li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		font-family: inherit;
}


#agree.wrapper{
	height:450px;
	overflow:auto;
	padding:30px;
}

#agree .titWrap h1.titLevel01{
	font-size: 1.4em;
    font-weight: 700;
    margin: 0;
}

#agree h3.titLevel03 {
    font-size: 14px;
    color: #333;
    margin: 20px 0 10px;
}

#agree h4.titLevel04{
	font-size: 18px;
    font-weight: 600;
}

#agree li[id*="view"] ol{
	padding-left:20px;
	font-size:14px;
	list-style: decimal;
}

#agree li[id*="view"] li{
	list-style: decimal;
}
#agree li#view01 p{
	margin-top:20px;
	font-weight:600;
	font-size:13px;
	color: #555;
}