@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}


@charset "utf-8"; .timeline {
    list-style: none;
    margin: 0px auto;
    padding: 0px 0px 30px;
    /*overflow: hidden;*/
    position: relative;
    max-width: 1200px;
}

.timeline::after {
    border-radius: 2px;
    left: 50%;
    top: 30px;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 1;
}

.timeline .timeline-row.timeline-sep {
    margin-top: 30px;
}

.timeline .timeline-row .timeline-label {
    left: 50%;
    top: -62px;
    width: 170px;
    height: 50px;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    margin-left: -70px;
    position: absolute;
    z-index: 100;
    border: 1px solid #ddd;border-radius:5px;box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    transition: box-shadow 0.15s ease-in-out;
}

.timeline .timeline-row .timeline-time {
    font-style: italic;
    top: 38px;
    text-align: right;
    right: 50%;
    line-height: 22px;
    font-size: 15px;
    margin-right: 40px;
    position: absolute;
}

.timeline .timeline-row .timeline-icon {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    margin-left: -25px;
    position: absolute;
    z-index: 100;
    border: 0;
}

.timeline .timeline-row .timeline-icon img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border: 1px solid #ddd;
}

.timeline .timeline-row .timeline-icon i {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
}

.timeline .timeline-row .timeline-content {
    background-color: #fff;
    margin-left: 40px;
    position: relative;
    /*border: 1px solid #ddd;border-radius:5px;box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    transition: box-shadow 0.15s ease-in-out;*/
}

.timeline .timeline-row .timeline-content::after {
    left: -41px;
    top: 48px;
    width: 40px;
    height: 2px;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}

.timeline .timeline-row .timeline-desc {
    padding: 30px 3% 3% 3%;
}

.timeline .timeline-row .timeline-heading {
    font-weight: bold;
    margin-bottom: 8px;font-family:"Noto Serif KR", serif !important;
}

.timeline .timeline-row .timeline-explan {
    color: #747474;
    line-height: 20px;
    margin-bottom: 8px;
	font-size: 15px;
}

.timeline .timeline-row .timeline-info {
    line-height: 22px;
}

.timeline .timeline-row .timeline-details i {
    margin-left: 15px;
}

.timeline .timeline-row .apms-autowrap {
    margin-bottom: 0px !important;
    max-width: 100% !important;
}

.timeline :nth-child(2n+1).timeline-row {
    padding-right: 50%;
    padding-left: 0px;
}

.timeline :nth-child(2n+1).timeline-row .timeline-time {
    left: 50%;
    text-align: left;
    right: auto;
    margin-right: 0px;
    margin-left: 40px;
}

.timeline :nth-child(2n+1).timeline-row .timeline-content {
    margin-right: 40px;
    margin-left: 0px;
}

.timeline :nth-child(2n+1).timeline-row .timeline-content::after {
    left: auto;
    right: -41px;
}

.animated.timeline .timeline-row .timeline-content {
    transition: 0.8s;
    left: 20px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}

.animated.timeline :nth-child(2n+1).timeline-row .timeline-content {
    left: -20px;
}

.animated.timeline .active.timeline-row .timeline-content {
    left: 0px;
    opacity: 1;
}

.animated.timeline :nth-child(2n+1).active.timeline-row .timeline-content {
    left: 0px;
}

.timeline-one.timeline {
    padding: 0px 10px;
    padding-right: 0px;
}

.timeline-one.timeline::after {
    left: 28px;
}

.timeline-one.timeline .timeline-row {
    padding-left: 0px;
    margin-bottom: 20px;
}

.timeline-one.timeline .timeline-row .timeline-label {
    left: 0;
    margin-left: -7px;
}
.timeline-label {
   width:140px;margin:0px auto;text-align:center;border-radius: 5px;height: 34px;line-height: 31px;box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 5px 5px 20px -1px rgba(50, 60, 70, 0.15);
    transition: box-shadow 0.15s ease-in-out;
}


.timeline-one.timeline .timeline-row .timeline-time {
    margin: 0px 0px 6px 56px;
    top: 0px;
    text-align: left;
    right: auto;
    position: relative;
}

.timeline-one.timeline .timeline-row .timeline-icon {
    left: -7px;
    top: 38px;
    margin-left: 0px;
}

.timeline-one.timeline .timeline-row .timeline-content {
    margin-left: 56px;
    position: relative;
}

.timeline-one.timeline .timeline-row .timeline-content::after {
    left: -20px;
    top: 32px;
    right: auto;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row {
    padding-right: 0px;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row .timeline-time {
    margin: 0px 0px 6px 56px;
    left: auto;
    top: 0px;
    text-align: left;
    right: auto;
    position: relative;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row .timeline-content {
    margin-right: 0px;
    margin-left: 55px;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row {
    padding-right: 0px;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row .timeline-time {
    margin: 0px 0px 6px 56px;
    left: auto;
    top: 0px;
    text-align: left;
    right: auto;
    position: relative;
}

.timeline-one.timeline :nth-child(2n+1).timeline-row .timeline-content {
    margin-right: 0px;
    margin-left: 55px;
}

.timeline-one.animated.timeline :nth-child(2n+1).timeline-row .timeline-content::after {
    left: -20px;
}

.timeline-one.animated.timeline :nth-child(2n+1).active.timeline-row .timeline-content {
    left: 0px;
}

@media all and (max-width: 1200px) {
	 .timeline .timeline-row .timeline-desc {
		padding: 15px 3% 3% 3%;
	}
   .responsive .timeline {
        padding: 0px 10px;
    }

    .responsive .timeline::after {
        left: 28px;
    }

    .responsive .timeline .timeline-row {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .responsive .timeline .timeline-row .timeline-label {
        left: 0;
        margin-left: -7px;
    }
    .timeline-label {
        left: 0;
        margin-left: 3px;
    }

    .responsive .timeline .timeline-row .timeline-time {
        margin: 0px 0px 6px 56px;
        top: 0px;
        text-align: left;
        right: auto;
        position: relative;
    }

    .responsive .timeline .timeline-row .timeline-icon {
        left: -7px;
        top: 38px;
        margin-left: 0px;
    }

    .responsive .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        position: relative;
    }

    .responsive .timeline .timeline-row .timeline-content::after {
        left: -20px;
        top: 32px;
        right: auto;
    }

    .responsive .timeline :nth-child(2n+1).timeline-row {
        padding-right: 0px;
    }

    .responsive .timeline :nth-child(2n+1).timeline-row .timeline-time {
        margin: 0px 0px 6px 56px;
        left: auto;
        top: 0px;
        text-align: left;
        right: auto;
        position: relative;
    }

    .responsive .timeline :nth-child(2n+1).timeline-row .timeline-content {
        margin-right: 0px;
        margin-left: 55px;
    }

    .responsive .animated.timeline :nth-child(2n+1).timeline-row .timeline-content::after {
        left: -20px;
    }

    .responsive .animated.timeline :nth-child(2n+1).active.timeline-row .timeline-content {
        left: 0px;
    }
}

.bg-black, i.bg-black, .badge.bg-black {
    background-color: #333;
    color: #fff;
}
.bg-darkred, i.bg-darkred, .badge.bg-darkred {
    background-color: rgba(6, 0, 129);
    color: #fff;
}
.animated.timeline :nth-child(2n+1).active.timeline-row .timeline-content {
    text-align: right;
}
.list-item h2.timeline-heading {
    display: block;
    font-size: 30px;
    line-height: 35px;
    margin: 0px;
    padding: 0px 0px 6px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .animated.timeline :nth-child(2n+1).active.timeline-row .timeline-content {
        text-align: left;
    }
    .responsive .animated.timeline :nth-child(2n+1).timeline-row .timeline-content::after {
        left: -20px;
    }
    .responsive .timeline .timeline-row .timeline-content::after {
        left: -20px;
        top: 32px;
        right: auto;
    }
    .responsive .timeline .timeline-row .timeline-icon {
        top: 8px;
    }	
}