@charset "utf-8";

/* 내용관리 */
#ctt {
	/* 	margin: 10px 0;
	padding: 20px; */
	background: #fff;
	width: 793px;
	float: right;
}
#ctt {
	background: url('/img/content_B.png') 0 43px no-repeat;
}

.ctt_admin {
	display: none;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con {
	padding: 10px 0 50px;
	line-height: 1.6em
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}

/* 사이드 메뉴 */
.inner {
	float: left;
	width: 210px;
}

.inner .depth01 {
	display: block;
	background-color: #b30000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.6px;
	line-height: 50px;
	text-align: center;
}

.depth02 ul {
	background: #fff;
	border: 1px solid #eee;
}

.depth02 ul li {
	line-height: 45px;
	padding-left: 10px;
}

.depth02 ul li:hover>a {
	color: #b30000;
}

.depth02 ul li a {
	color: #666;
	display: block;
}

/**/
#content_wrap {
	margin-top: 50px;
}

#content_banner {
	width: 1024px;
	height: 160px;
	background: #eee;
	margin-top: 40px;
}

/**/
.content_wrap {
	
}

.content_wrap .blue {
	color: #2e82ab;
}
.content_wrap .red {
	color: #b30000;
}
.content_wrap .orange {
	color: #db5a27;
}

.content_wrap .b {
	font-weight: bold;
}
.content_wrap .size16 {
	font-size: 16px;
}
.content_wrap .size20 {
	font-size: 20px;
}
.mgt30{
    margin-top: 30px;
}
.mgt20{
    margin-top: 20px;
}

.mgt10{
    margin-top: 10px;
}


.content_wrap p {
	color: #505050;
}

.content_tit {
	margin-bottom: 40px;
}

.content_tit h2 {
	letter-spacing: -0.83px;
	font-size: 27px;
	font-weight: 600;
	color: #b30000;
	margin: 0;
}

.content_tit h3 {
	letter-spacing: -0.83px;
	color: #646464;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}

.content_tit h4 {
	margin: 10px 0;
	color: #a1a1a1;
	font-size: 14px;
	letter-spacing: -0.83px;
	font-weight: normal;
}

.content_box {
	font-size: 16px;
	line-height: 28px;
}

.content_box table {
	border-collapse : collapse;
	border-spacing : 0;
	width: 100%;
}

.content_box table thead {
	border-top: 2px solid #2e82ab;
}

.content_box table thead th {
	background: #f5faff;
	line-height: 40px;
	color: #2e82ab;
	font-size: 14px;
	font-weight: bold;
}
.content_box table thead th:last-child {
	border: 0;
}

.content_box table tbody {
	border-bottom: 2px solid #2e82ab;
	color: #666;
}
.content_box table tr {
	border-bottom: 1px solid #eee;
}
.content_box table th {
	font-size: 14px;
	color: #505050;
	border-right: 1px solid #eee;
	padding: 5px 0;
}
.content_box table th.tit {
	background: #fffafa;
    line-height: 40px;
    color: #b30000 !important;
    font-size: 14px;
    font-weight: bold;
    border-top: 2px solid #b30000 !important;
    border-right: 0;
}
.content_box table th.titblue {
	background: #f5faff;
    line-height: 40px;
    color: #2e82ab !important;
    font-size: 14px;
    font-weight: bold;
    border-top: 2px solid #2e82ab !important;
    border-right: 0;
}

.content_box table td {
	padding: 5px 10px;
	font-size: 14px;
    line-height: 24px;
    border-right: 1px solid #eee;
}
.content_box table td:last-child {
	border: 0;
}
.content_box .tt {
	margin-bottom: 20px;
}
.content_box .tt p {
	font-weight: bold;
    color: #2e82ab;
}
.content_box .tt ul {
	list-style: inside;
}
.content_box .tt ul li {
	font-size: 16px;
    color: #444;
    letter-spacing: -0.83px;
}
.content_img {
	/* text-align: center; */
}
.howto {
	margin-top: 30px;
	background: url('/img/pd06_B.png') right 50px no-repeat;
}
.howto p {
	background: #b30000;
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    line-height: 40px;
}
.howto ul {
	margin-top: 20px;
}
.howto ul li {
	line-height: 40px;
    color: #3e3e3e;
    font-size: 16px;
}

.content_bt {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #b30000;
    border-radius: 20px;
    width: 700px;
    margin: 30px auto;
}
.content_bt_text {
	width: 650px;
    padding: 0 0 0 20px;
}
.content_bt_text p {
	color: #666;
    font-size: 14px;
    line-height: 22px;
}
.content_bt_text p span {
	color: #b30000;
    font-weight: bold;
}
