@charset "utf-8";
body{margin:0;background:#eee;}
form{
	padding:0;
	margin:0;
}
*, ::after, ::before {
    box-sizing: border-box;
	padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-spacing: 0;
    box-sizing: border-box;
    font-family: 굴림;
    font-size: 14px;
    line-height: 1.5;
}
a{
    text-decoration: none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
.loading_wrap{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
	z-index:100000000;
}
.loading_wrap table{
	width:100%;
	height:100%;
}
.loading_wrap table tr td{
	width:100%;
	height:100%;
	font-size:16px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
/*헤드*/
/*헤드 배경:#2d457a*/
/*헤드 안쪽:263B68*/
/*배경, 목차:#eee*/
.header{
	width:100%;
	background:#2d457a;
}
.header .head_wrap{
	width:100%;
	max-width:728px;
	margin:auto;
	background:#263B68;
	padding:20px 40px;
}
.header .head_wrap h1{
	
	margin:0;
	margin-bottom:5px;
}
.header .head_wrap h1 a{
	font-size: 26px;
	text-decoration:none;
	color:#fff;
}
.header .head_wrap p{
	font-size: 14px;
	line-height:1.5;
	margin:0;
	color:#fff
}
.contents{
	width:100%;
	max-width:728px;
	margin:auto;
	background:#fff;
	padding:35px 40px;
}
.contents .index_wrap{
    background: #eee;
    padding: 2em;
    margin: 10px 0;
    display: table;
}
.contents .index_wrap h2{
	margin: 35px -1px 20px;
	margin-top: 0;
    font-size: 22px;
    border-left: 5px solid #6c8071;
    padding-left: 5px;
	background:#eee;
}
.contents .index_wrap h2{
	margin: 35px -1px 20px;
	margin-top: 0;
    font-size: 22px;
    border-left: 5px solid #6c8071;
    padding-left: 5px;
	background:#eee;
}
.contents .index_wrap ul{
	padding: 0 0 0 1em;
	list-style-type: disc;
}
.contents .index_wrap ul li{
	margin: 0 0 0.25em 0;
	font-size:14px;
}   
.contents .index_wrap ul li a{
	text-decoration:none;
	color:#000;
	font-weight:600;
}
.contents .section h2{
	margin: 35px -1px 20px;
    font-size: 22px;
    border-left: 5px solid #6c8071;
    padding-left: 5px;
}
.contents .section p{
	margin: 15px 0;
    text-align: justify;
    word-break: break-all;
}
.contents .section .btn{
	display: inline-block;
    margin: 10px 0;
    background: cadetblue;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	color:#fff;
	font-weight:600;
	text-decoration:none;
}
.footer{
	width:100%;
	background:#2d457a;
}
.footer .footer_inner{
	width:100%;
	max-width:728px;
	margin:auto;
	background:rgba(255,255,255,0.12);
	padding: 15px 40px;
	color:#fff;
}