@charset "utf-8";

.timeline {position:relative;padding:25px 0;overflow:hidden;}
.timeline::before {position:absolute;left:50%;top:0;width:5px;height:100%;content:'';transform:translateX(-50%);background:#c5cae9;}
.timeline-item {width:100%;margin-bottom:70px;}
.timeline-item:nth-child(even) .timeline-content {float:right;}
.timeline-item:nth-child(even) .timeline-content::after {position:absolute;left:-15px;top:30px;width:0;height:0;content:'';border-style:solid;border-width:10px 15px 10px 0;border-color:transparent #1e6075 transparent transparent;}
.timeline-item::after {content:'';display:block;clear:both;}
.timeline-content {position:relative;width:45%;padding:20px 20px 30px;border-radius:4px;border:1px solid #fff;background:#fff;box-shadow:0 20px 25px -15px rgba(0, 0, 0, 0.3);}
.timeline-item:nth-child(even) .timeline-content {background:#1e6075;}
.timeline-content::after {position:absolute;top:30px;right:-15px;width:0;height:0;border-style:solid;border-width:10px 0 10px 15px;border-color:transparent transparent transparent #fff;content:'';}
.timeline .point {position:absolute;left:50%;width:30px;height:30px;margin-top:25px;margin-left:-15px;border-radius:50%;background:#3F51B5;}
.timeline .timeline-item h2.date {font-family:Georgia,"Times New Roman",Serif;font-size:2.5em;color:#005a96;}
.timeline-item:nth-child(even) h2.date {color:#fff;}
.timeline .timeline-item ul {list-style:none;margin:20px 0 0 25px;padding:0;}
.timeline .timeline-item ul li {position:relative;}
.timeline .timeline-item ul li+li {margin-top:15px;}
.timeline .timeline-item ul li span {display:block;}
.timeline .timeline-item ul li span.month {margin-bottom:5px;font-size:.88em;color:#22c5dd;}
.timeline .timeline-item:nth-child(even) ul li span.memo {color:#fff;}
.timeline .timeline-item a.m_btn {display:block;position:absolute;right:0;bottom:0;width:20px;height:20px;border-radius:50%;font-size:.88em;color:#fff;line-height:20px;text-align:center;background:red;}

/* 게시판 쓰기 */
#bbs_write {margin-top:30px !important;padding:15px 20px;border:1px solid #ededed;border-radius:3px;background-color:#fafafa;}
	#bbs_write ul {list-style:none;margin:0;padding:0;}
	#bbs_write ul li {padding:3px 0;}
	#bbs_write ul li span.tit {display:block;margin-bottom:8px;font-family:'Noto Sans KR','NanumGothic','나눔고딕',Dotum;font-size:1.1em;font-weight:400;}
	#bbs_write ul li span.tit label {font-family:'Noto Sans KR','NanumGothic','나눔고딕',Dotum;}
	#bbs_write ul li span.tit strong {font-weight:500;color:#ff3061;}
	#bbs_write ul li input.frm_input {height:45px;padding-left:7px;border:1px solid #e5e5e5;line-height:2em;background-color:#fff !important;}
	#bbs_write ul li select {height:35px;border:1px solid #e5e5e5;background:#fff !important;cursor:pointer;}

#bottom {position:fixed;left:0;right:0;bottom:0;height:100%;z-index:-1;background:url('./img/history_bg.jpg') no-repeat center bottom;background-size:cover;}