@charset "utf-8";

.bo_v_btn {position:relative;text-align:right;}
	.bo_v_btn ul {display:inline-block;}
	.bo_v_btn ul:after {display:block;clear:both;content:"";}
	.bo_v_btn ul li {float:left;}
	.bo_v_btn ul li+li {margin-left:3px;}
	.bo_v_btn ul li#gall_allchk {margin-right:15px;font-size:.85em;color:#4c4c4c;line-height:30px;}
	.bo_v_btn ul li#gall_allchk label {cursor:pointer;}
	.bo_v_btn ul li a, .bo_v_btn ul li button {display:block;width:35px;border:1px solid #dcdcdc;border-radius:3px;font-size:1.2em;line-height:35px;text-align:center;background:#fff;cursor:pointer;transition:all .2s;}
	.bo_v_btn ul li a i, .bo_v_btn ul li button i {color:#4c4c4c;}
	.bo_v_btn ul li a:hover, .bo_v_btn ul li button:hover {border-color:#333;background:#4c4c4c;}
	.bo_v_btn ul li a:hover i, .bo_v_btn ul li button:hover i {color:#fff;}

.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 ul li span.memo {line-height:1.35em;}
.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;}
@media (max-width:768px) {
	.timeline-content {width:90%;}
}

/* 게시판 쓰기 */
#bbs_write {margin:30px 0 80px;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;}
.bbs_btn {text-align:right;}
	.bbs_btn ul {display:inline-block;}
	.bbs_btn ul:after {display:block;clear:both;content:"";}
	.bbs_btn ul li {float:left;margin-left:5px;}
	.bbs_btn ul li a, .bbs_btn ul li button {display:block;min-width:100px;padding:0 20px;border-radius:3px;font-size:1.1em;font-weight:500;color:#fff;}
	.bbs_btn ul li a:before, .bbs_btn ul li button:before {margin-right:7px;font-weight:normal;font-family:"FontAwesome";}
	.bbs_btn ul li a.btn_cancel:before {content:"\f00d";}
	.bbs_btn ul li a.btn_list {background:#dd3863;transition:all .3s;}
	.bbs_btn ul li a.btn_list:hover {background:#f24371;}
	.bbs_btn ul li a.btn_list:before {content:"\f0c9";}
	.bbs_btn ul li button.btn_submit:before {content:"\f00c";}

.co_info {width:100%;border-top:5px solid #999;background:#fff;background:rgba(255,255,255,.8);}
.co_info th, .co_info td {padding:12px 0;font-weight:normal;font-size:.88em;border-bottom:1px solid #e5e5e5;}
.co_info tr:nth-child(even) {background:#f7f7f7;}

#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;}