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

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.mWrap {
	padding: 70px 0;
}
.bg {
	background: #f9f9f9;
}


/* 메인비주얼 */
.mv .item img {
	width: 100%;
	vertical-align: top;
}
.mv .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 45%;
	width: 48px;
	height: 48px;
	text-indent: -9999em;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	background-size: auto 100% !important;
}
.mv .slick-prev {
	left: 10%;
	background: url('/image/main/mv_prev.png') no-repeat;
}
.mv .slick-next {
	right: 10%;
	background: url('/image/main/mv_next.png') no-repeat;
}
.mv .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0; 
	right: 0;
	text-align: center;
}
.mv .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.mv .slick-dots li button {
	border: 1px solid #333;
	opacity: 0.5;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	border-radius: 100%;
}
.mv .slick-dots li.slick-active button {
	background: #333;
	width: 20px;
	border-radius: 20px;
}

/* 비주얼 하단 */
.link_wrap {
	position: absolute;
    left: 0;
    right: 0;
    margin-top: -55px;
}
.link_wrap ul {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.link_wrap li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.link_wrap li:after {
	content:'';
	display: block;
	position: absolute;
	height: 75px;
	width: 1px;
	background: #ebebeb;
	right: 0;
	top: 27px;
}
.link_wrap li:last-child:after {
	display: none;
} 
.link_wrap li &gt; a {
	display: block;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.5;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.link_wrap li &gt; a:after {
	content:'';
	display: block;
	position: absolute;
	height: 16px;
	width: 16px;
	background: url('/image/main/link.png') no-repeat;
	right: 20px;
	top: 56px;
}
.link_wrap li &gt; a:hover:after {
	background: url('/image/main/link_on.png') no-repeat;
}
.link_wrap li &gt; a:hover {
	color: #fff;
	background: #D90E23;
}
.link_wrap li &gt; a &gt; div {
	display: inline-block;
	vertical-align: middle;
}
.link_wrap li &gt; a .img {
	width: 70px;
	height: 70px;
	position: relative;
	margin-right: 5px
}
.link_wrap li &gt; a .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.link_wrap li &gt; a:hover .img img:first-child {
	opacity: 0;
}
.link_wrap li &gt; a .img img:last-child {
	opacity: 0;
}
.link_wrap li &gt; a:hover .img img:last-child {
	opacity: 1;
}

/* 생명나눔 소감문 */
.mTit {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.1;
}
.red_btn {
	position: absolute;
	right: 0;
	top: 5px;
}
.red_btn a {
	font-size: 14px;
	font-weight: 500;
	color: #D90E23;
}
.nm_list li {
	width: 23.875%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	float: left;
}
.nm_list li:nth-child(4n) {
	margin-right: 0;
}
.nm_list li a {
	border: 1px solid #ebebeb;
	background: #fff;
	display: block;
	padding: 25px;
	height: 175px;
	box-sizing: border-box;
	border-radius: 8px;
}
.nm_list li a:hover {
	border: 1px solid #D90E23;
}
.nm_list li .red {
	font-size: 12px;
	    color: #d6191f;
	font-weight: 600;
}
.nm_list li .tit {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.5em;
    height: 3em;
	color: #666;
	margin: 5px 0 30px;
}
.nm_list li .gray9 .bar {
display: inline-block;
    vertical-align: top;
    font-weight: 100;
    color: #ddd;
    font-sizE: 12px;
    margin: 0 3px;
    height: 20px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}
.the_btn {
	width: 120px;
	height: 40px;
	border: 2px solid #ddd;
	font-size: 14px;
	color: #666;
	border-radius: 30px;
}
.nm_list.col03 li {
	width: 32.333%;
}
.nm_list.col03 li:nth-child(3n) {
	margin-right: 0;
}
.nm_list.col03 li:nth-child(4n) {
	margin-right: 1.5%;
}

/* 알림마당 */
.arim_wrap {
	padding-right: 390px;
}
.arim_wrap .mTit {
	display: inline-block;
}
.small_tab {
	display: inline-block;
	vertical-align: middle;
}
.small_tab li {
	display: inline-block;
	margin-left: 25px;
}
.small_tab li a {
	display: block;
	line-height: 1.2;
}
.small_tab li.on a {
	border-bottom: 1px solid #999;
	font-weight: 500;
}
.arim li a {
	border-bottom: 1px solid #ddd;
	display: block;
	line-height: 60px; 
	position: relative;
}
.arim li .txt {
	color: #666;
	padding-right: 90px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.arim li .txt span {
	color: #666;
} 
.arim li .num {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Open Sans', sans-serif;
}
.contact {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	box-sizing: border-box;
	border: 2px solid #D90E23;
	border-radius: 20px;
	background: url('/image/common/bg.png') no-repeat;
    background-size: 210px;
    background-position: 110% 120%;
}
.contact .pad {
	padding: 45px 30px;
}
.contact .tit {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}
.contact .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
    padding-bottom: 5px;
}
.contact .sub {
	font-size: 16px;
}

/* 본부 조혈모세포기증 희망 등록자 */
.hope_bg {
	background-image: url('/image/main/bg_icon.png');
    background-repeat: no-repeat;
    background-position: right 80px top;
	padding: 100px 0 60px;
}
.hope .ban {
	width: 50%;
	float: left;
	font-size: 0;
}
.hope .ban:last-child {
	border-left: 1px solid #ebebeb;
	box-sizing: border-box;
	padding-left: 30px;
}
.hope .ban .icon_txt {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 70px 0 10px;
}
.hope .ban .icon_txt .img {
	position: absolute;
	top: 0; left: 0;
}
.hope .ban .icon_txt .txt {
	padding: 12px 0 12px 90px;
}
.hope .ban .icon_txt .txt .tit {
	line-height: 1;
}
.hope .ban .icon_txt .txt .num {
	margin-top: 10px;
}
.hope .ban .icon_txt .txt .num b {
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
}
</pre></body></html>