@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 .orange {
	color: #db5a27;
}

.content_wrap .b {
	font-weight: bold;
}

.content_wrap .size15 {
	font-size: 15px;
}

.content_wrap .size18 {
	font-size: 18px;
}

.content_wrap .size20 {
	font-size: 20px;
}

.content_wrap .size24 {
	font-size: 24px;
}

.content_wrap .mgt30 {
	margin-top: 30px;
}

.content_wrap .mgt20 {
	margin-top: 20px;
}
.content_wrap .mgt10 {
	margin-top: 10px;
}
.pdl150 {
	padding-left: 150px;
}
.content_wrap .d-block {
	display: block;
}
.content_wrap .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content_wrap .flex-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content_wrap .circle_img img {
	border-radius: 50%;
	width: 250px;
}

.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: 17px;
	color: #333;
	line-height: 30px;
	letter-spacing: -1px;
}

.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;
}

.history {
	
}
.history > li {
	display: flex;
	align-items: flex-start;
    line-height: 30px;
    height: 60px;
    position: relative;
}
.history > li:before {
	content: "";
	display: block;
	position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #291770;
    left: -27px;
    top: 11px;
    z-index: 9;
}
.history > li:after {
	content: "";
	display: block;
	position: absolute;
    width: 1px;
	height: 58px;
    border-radius: 50%;
    background: #dddddd;
    left: -24px;
    top: 15px;
}
.history > li .date {
	color: #291770;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
}
.history > li > p {
	padding-left: 20px;
}


.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;
}