@charset "utf-8";
/* CSS Document */


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body{
	background:#77797a;
	color:#ffffff;
	font-family: "Malgun Gothic", "맑은 고딕", sans-serif;
	font-size:14px;
	margin:0;
	line-height:26px;
	}

ul, ol{
	list-style-type:none;
	}

a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}

@media screen and (min-width: 768px) {
  .container {
    width: 720px;
	padding:0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 940px;	
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1150px;	
  }
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width:700px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-12 {
	float:left;
	width: 100%;
}

.pop_title{
	font-size:22px;
	margin-top:20px;
	padding:0 0 10px 10px;
	border-bottom:1px solid #929495;
	}
	
.pop_document_wrap{
	position:relative;
	margin-top:10px;
	}
.pop_document_wrap .ico{
	float:left;
	margin:5px 0 0 30px;
	}
.pop_document_wrap .txt{
	margin-left:80px;
	letter-spacing:-0.5px;
	}
	
.button_wrap{
	width:220px;
	margin:20px auto 10px;
	text-align:center;
	}
.button_wrap .title{
	color:#ffde79;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:2px solid #ffeeb9;
	}	
.button_wrap .button:hover{
	opacity:0.5; filter:alpha(opacity=50);
	}
.pop_guide_wrap{
	border:4px solid #ffce35;
	padding:0 30px;
	}	
.pop_guide_wrap .lst_type li{
	margin:0 0 0 -20px;
	vertical-align:top
	}
.pop_guide_wrap .lst_type li span{
	display:block;
	float:left;
	width:20px;
	margin:0 0 0 -20px;
	}