
body {
	font-family: 'NanumSquareR',Dotum, Gulim, Arial;
	font-size: 15px;
	color: #333;
	line-height:150%;
	padding: 0;	
	font-weight:300;
	max-width:800px;
	margin: 0 auto;
}

p {
	line-height:180%;
	margin:0 0 15px 0;
	text-align:justify;
}

strong {
	font-weight:bold;
}

#header {
	border:1px solid #c5c5c5;
	padding:20px 10px;
}

#footer {
	border:1px solid #c5c5c5;
	padding:20px 10px;
	background:#fbfbfb;
}

#conf {
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	padding-bottom:30px;
}

.title {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#993300;
	margin-bottom:20px;
}

.top {
    border-bottom: 1px dotted #afafaf;
    background: #f5ffce;
    padding: 30px 0 10px;
}

.table-bordered {
	width:100%;
}

.table-bordered th {
	background: #fff;
	text-align:center;
}

.form-color1:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);}

.form-color2:focus {
	border-color: #80d4ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 221, 255, 0.25);
}

.form-color3:focus {
	border-color: #9c80ff;
    box-shadow: 0 0 0 0.2rem rgba(15, 0, 255, 0.25);
}

.form-color4:focus {
	border-color: #9a9a9a;
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.25);
}


.check_box {
	text-align:center;
	margin:10px 0 20px;
}

.check_box ul {
	list-style:none;
	padding:0;
	margin:0;
}

.check_box ul li {
	display:inline-block;
	margin:5px 20px;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.btn, .form-control {
	font-size:1em;
	line-height:180%;
	vertical-align:middle;
}

.form-group {
	margin-bottom:0;
}

.title02 {
    color: #dc1212;
    text-align: center;
    font-size: 1.2em;
    line-height: 180%;
    margin: 30px 10px;	
}

.cent_box {
	max-width: 650px;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    padding: 17px 5%;
	background: #f5f5f5;
}

.buttn01 {
    max-width: 200px;
    margin: 0 auto;
    padding: 34px 0 15px;
}

.buttn01 .btn {
	width: 100%;
}

.sub_conf {
	padding:10px 20px;
}

.title03 {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin:30px 0;
}

.year {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#333;
	margin:30px 0;	
}

.modify {
	
}

.table-bordered02 {
	width:100%;
}

.table-bordered02 th {
	background: #f7f7f7;
	text-align:center;
}

.table-bordered02 th,
.table-bordered02 td {
	border: 1px solid #ddd;
	padding:5px;
}

.modify {
    max-width: 436px;
    float: right;
    width: 100%;
}

.cb {
	clear:both;
}

.title04 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin:30px 0;
}

.bottom {
	border-top:1px dotted #afafaf;
	padding-top:30px;
}

.bottom p {
	text-align:center;
}

.bottom ul {
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
	text-align:Center;
}

.bottom ul li {
	display:inline-block;
	margin:10px;
}

.bottom ul li .btn {
	width:210px;

}




/* bs s */

.white {
	color: white;
}

.btn-lg {
	font-size: 38px;
	line-height: 1.33;
	border-radius: 6px;
	padding-top: 11px;
}

.box > .icon {
	text-align: center;
	position: relative;
}

.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 7px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #63B76C;
	vertical-align: middle;
}

.box > .icon:hover > .image {
	border: 4px solid #f5ea00;
}

.box > .icon > .image > i {
	font-size: 40px !important;
	color: #fff !important;
}

.box > .icon:hover > .image > i {
	color: white !important;
}

.box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 25px 0 15px 0;
	text-align: left;
}

.box > .icon > .info > p {
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box > .icon > .info > .more a {
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
	color: #000;
	padding: 6px 8px;
	border-bottom: 4px solid black;
}

.box .space {
	height: 30px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #ffffff;
}





.shape {
	border-style: solid;
	border-width: 0 70px 40px 0;
	float: right;
	height: 0px;
	width: 0px;
	-ms-transform: rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg); /* Opera 10.5 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	transform: rotate(360deg);
}
.listing {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow: hidden;
}
.listing:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.listing-radius {
	border-radius: 7px;
}
.listing-danger {
	border-color: #d9534f;
}
.listing-danger .shape {
	border-color: transparent #d9533f transparent transparent;
}
.listing-success {
	border-color: #5cb85c;
}
.listing-success .shape {
	border-color: transparent #5cb75c transparent transparent;
}
.listing-default {
	border-color: #999999;
}
.listing-default .shape {
	border-color: transparent #999999 transparent transparent;
}
.listing-primary {
	border-color: #428bca;
}
.listing-primary .shape {
	border-color: transparent #318bca transparent transparent;
}
.listing-info {
	border-color: #5bc0de;
}
.listing-info .shape {
	border-color: transparent #5bc0de transparent transparent;
}
.listing-warning {
	border-color: #f0ad4e;
}
.listing-warning .shape {
	border-color: transparent #f0ad4e transparent transparent;
}
.shape-text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	right: -40px;
	top: 2px;
	white-space: nowrap;
	-ms-transform: rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg); /* Opera 10.5 */
	-webkit-transform: rotate(30deg); /* Safari and Chrome */
	transform: rotate(30deg);
}
.listing-content {
	padding: 0 20px 10px;
}

/* bs e */