<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 내용관리 */
#ctt {
/* 	margin: 10px 0; */
	padding: 10px 16px 50px;
/* 	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9 */
}

.ctt_admin {
	margin: 0 5px;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con {
	padding: 10px 0
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}

.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;
}

.mgt30 {
	margin-top: 30px;
}

.mgt20 {
	margin-top: 20px;
}
.mgt10 {
	margin-top: 10px;
}
.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 {
	text-align: center;
}
.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: #333;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	padding-left: 15px;
}
.content_tit h3:after{
	content:"";
	position: absolute;
	width: 5px;
	height: 30px;
	background:#3396ff;
	left:0;
	top: 0px;
}

.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 {
	padding-left: 30px;
}
.history &gt; li {
    display: flex;
    align-items: flex-start;
    line-height: 60px;
    position: relative;
    padding-bottom: 40px;
}
.history &gt; li:before {
	content: "";
	display: block;
	position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #291770;
    left: -27px;
    top: 12px;
    z-index: 9;
}
.history &gt; li:not(:last-child):after {
	content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100px;
    border-radius: 50%;
    background: #dddddd;
    left: -24px;
    top: 20px;
}

.history &gt; li .date {
	color: #291770;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 17px;
    padding-top: 7px;
}
.history &gt; li &gt; p {
    padding-left: 15px;
    line-height: 30px;
    font-size: 15px;
}

.location {}
.location h5{
	position: relative;
	color: #291770;
	font-size: 20px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.location h5:after{
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #291770;
	position: absolute;
	top: 5px;
	left: 0;
}


.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;
}</pre></body></html>