/*** 캐러셀 ***/

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/* 메인 캐러셀 높이 및 이미지 설정 */

.slider-active .single-slider {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D4D5D7;
    text-align: center;
    width: 100%;
    height: 670px;
    cursor: auto !important;
}

.slider-taxt {
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin: 238px 0 0 0;
}

.slider-taxt h1 {
    display: inline-block;
    font-family: ngb, 'NanumGothicBold';
    color: rgba(255, 255, 255, 1);
    font-size: 81px;
    letter-spacing: 1px;
    padding-left: 1px;
    margin: 0;
    padding: 0;
    font-weight: normal!important;
}

.slider-taxt h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: normal!important;
    margin: 8px 0 0 0;
    padding: 18px 50px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

/*** 캐러셀 ***/

/* 1 섹션 시작 */

#mcw-n1 {
    padding: 100px 0 100px;
}

.mc11-tt-w {
    text-align: center;
    margin-bottom: 30px;
	display:none; /* 200224 css 추가 */
}

.mc11-tt-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    letter-spacing: -1px;
    padding-left: -1px;
    font-size: 40px;
    color: #666;
}

.mc11-tt-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 17px;
    color: #ADADAD;
}

.box-cm1-w {
    margin-top: 30px;
    text-align: center;
    line-height: 1;
}

.box-cm1-w-1 {
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.box-cm1-over {
    margin: 0 auto;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
}

.box-cm1-img-w {
    position: relative;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.bc-img-1 {
    background-image: url(../../images/0main_3quicklink1-intro.svg);
}

.bc-img-2 {
    background-image: url(../../images/0main_3quicklink2-sche.svg);
}

.bc-img-3 {
    background-image: url(../../images/0main_3quicklink3-map.svg);
}

.bc-img-4 {
    background-image: url(../../images/box-cm1_4.jpg);
}

.bc-ovlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.box-cm1-txt-1 {
    display: block;
    font-family: 'mdeuteumb', sans-serif;
    font-size: 24px;
    color: #000;
	font-weight:bold;
    margin: 37px 0 15px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.box-cm1-txt-1 .text_color{
    color: #c92327;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.box-cm1-txt-2 {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.btn-v1m {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    color: #666;
    line-height: 1;
    letter-spacing: 1px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	display:none;
}

.box-cm1-w-1:hover .bc-ovlay {
    opacity: 1;
}

.box-cm1-w-1:hover .bc-img-1,
.box-cm1-w-1:hover .bc-img-2,
.box-cm1-w-1:hover .bc-img-3,
.box-cm1-w-1:hover .bc-img-4 {
    transform: scale(1.2)
}

.box-cm1-w-1:hover .box-cm1-txt-1,
.box-cm1-w-1:hover .box-cm1-txt-1 .text_color,
.box-cm1-w-1:hover .box-cm1-txt-2 {
    color: rgba(0, 0, 0, 0.3);
}

.box-cm1-w-1:hover .btn-v1m {
    padding: 8px 30px 8px 31px;
    color: #ccc;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

/* 1 섹션 끝 */

/* 2 섹션 시작 */

.scbim1-w {
    background-image: url(../../images/scbim1_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    height: 249px;
    position: relative;
}

.scbim1-1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 249px;
    z-index: 1;
}

.scbim1-2 {
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 105px;
    line-height: 1;
    z-index: 2;
}

.scbim1-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    padding: 10px 20px 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

/* 2 섹션 끝 */

/* 3 섹션 s */

#mcw2-n1 {
    padding: 60px 0 100px;
}

.box-cm12-w {
    margin-top: 30px;
    text-align: center;
    line-height: 1;
}

.box-cm12-w-1 {
    cursor: pointer;
}

.box-cm12-img-w {
    margin: 0 auto;
    width: 280px;
    height: 361px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.bc-img2-1 {
    background-image: url(../../images/box-cm12_1.jpg);
}

.bc-img2-2 {
    background-image: url(../../images/box-cm12_2.jpg);
}

.bc-img2-3 {
    background-image: url(../../images/box-cm12_3.jpg);
}

.bc-img2-4 {
    background-image: url(../../images/box-cm12_4.jpg);
}

.bc2-ovlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.box-cm12-txt-1 {
    display: block;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 37px 0 15px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.box-cm12-txt-2 {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.btn-v1m2 {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    margin-top: 166px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.box-cm12-w-1:hover .bc2-ovlay {
    opacity: 1;
}

.box-cm12-w-1:hover .box-cm12-txt-1,
.box-cm12-w-1:hover .box-cm12-txt-2 {
    color: rgba(0, 0, 0, 0.3);
}

.box-cm12-w-1:hover .btn-v1m {
    padding: 8px 30px 8px 31px;
    color: #ccc;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

/* 3 섹션 e */

/* 5섹션 타이틀 시작 */

#vptssa1 {
    padding: 100px 0 70px;
}

.vptssa1-w {
    text-align: center;
}

.vptssa1-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    letter-spacing: -1px;
    padding-left: -1px;
    font-size: 38px;
    color: #666;
    padding: 10px 0 0 0;
    line-height: 1;
}

.accrrbar {
    display: block;
    width: 55px;
    height: 1px;
    background-color: #333;
    margin: 21px auto 22px;
}

.vptssa1-2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 10px 3px 20px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    line-height: 2;
    font-size: 13px;
}

.vptssa1-2-12 {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
}

.c-d-a-1,
.c-d-a-2 {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

/* 5섹션 타이틀 끝 */

/* 5섹션 시작 */

#mcw5-5 {
    height: 350px;
}

/* 5섹션 끝 */

.addf-1 ul,
.addf-2 ul,
.addf-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.addf-1 li,
.addf-2 li,
.addf-3 li {
    margin: 0;
    padding: 0;
    float: left;
}

/* 5섹션 끝 */


/* 200226 메인페이지 포스터 슬라이드 */
#poster_sl{
	width:100%;
	overflow:hidden;
	padding:40px 0;
	background-color:#e5e5e5;
}

#poster_sl .poster_list01{
	width:1120px;
	float:left;
	margin-left:calc(50% - 560px);
}

#poster_sl .poster_list01 a{
	text-decoration:none;
}

#poster_sl .poster_list01 a p{
	font-size:14px;
	text-align:center;
	color:#000;
	width:360px;
	margin:auto;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#poster_sl .poster_list01 div{
	/*width:370px;*/
}

#poster_sl .poster_list01 div img{
	width:360px;
	margin:auto;
	border-radius:12px;
}
/* 200226 메인페이지 포스터 슬라이드 끝 */

/* 200227 게시판 리스트 추출 css 추가 */
#board_list_main{
	width:100%;
	margin:40px 0 50px;
}

#board_list_main .board_all{
	max-width:1110px;
	margin:auto;
}

#board_list_main .board_all .list_all{
	width:530px;
}

#board_list_main .board_all .list_all .list_tit{
	background-color:#f5f5f5;
	padding:10px 20px;
}

#board_list_main .board_all .list_all .list_tit img{
	margin-right:10px;
	float:left;
}

#board_list_main .board_all .list_all .list_tit span{
	font-size:21px;
	display:inline-block;
	color:#000!important;
}

#board_list_main .board_all .list_all .list_tit .txt01{
	float:left;
	font-weight:bold;
}

#board_list_main .board_all .list_all .list_tit .txt02{
	float:right;
}

#board_list_main .board_all .board_list_left{
	float:left;
	margin-right:50px;
}

#board_list_main .board_all .board_list_left .list_tit{
	margin-bottom:7px;
}

#board_list_main .board_all .board_list_left .list_tit img{
	
}

#board_list_main .board_all .board_list_left .list_tit .txt01{
	
}

#board_list_main .board_all .board_list_left .list_tit .txt02{
	
}

#board_list_main .board_all .board_list_left .board_list_01{
	padding:0 15px;
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr{
	
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr td{
	font-size:14px;
	color:#000;
	padding:6px 0;
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr td a{
	color:#000;
	font-size:14px;
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr td:first-child{
	display:none;
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr td:nth-child(2){
	
}

#board_list_main .board_all .board_list_left .board_list_01 .board_output_2_tr td:last-child{
	text-align:right;
}

#board_list_main .board_all .board_list_right{
	float:left;
}

#board_list_main .board_all .board_list_right .list_tit{
	margin-bottom:7px;
}

#board_list_main .board_all .board_list_right .list_tit img{
	
}

#board_list_main .board_all .board_list_right .list_tit .txt01{
	
}

#board_list_main .board_all .board_list_right .list_tit .txt02{
	
}

#board_list_main .board_all .board_list_right .board_list_02{
	padding:0 15px;
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr{
	
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr td{
	font-size:14px;
	color:#000;
	padding:6px 0;
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr td a{
	color:#000;
	font-size:14px;
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr td:first-child{
	display:none;
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr td:nth-child(2){
	width:60%!important;
}

#board_list_main .board_all .board_list_right .board_list_02 .board_output_4_tr td:last-child{
	text-align:right;
}
/* 200227 게시판 리스트 추출 css 추가 끝 */

/* 200228 하단 로고 섹션 css 추가 */
#logo_section{
	width:100%;
	margin:50px 0 50px;
}

#logo_section .logo_all{
	max-width:1200px;
	margin:auto;
}

#logo_section .logo_all ul{
	list-style:none;
	padding:0!important;
}

#logo_section .logo_all ul li{
	width:12.5%;
	float:left;
}

#logo_section .logo_all ul li div{
	width:70%;
	margin:auto;
}

#logo_section .logo_all ul li div img{
	width:100%;
}
/* 200228 하단 로고 섹션 css 추가 끝 */


/* 200318 캘린더 css 추가 */
#bg_color{
	width:100%;
}

#con_calender{
	float:left;
	margin:73px 8.3% 73px 6.13%;
}

#con_calender .cal_all{
	position:relative;
	
	
}

#con_calender .cal_all .cal_01{
	width:320px;
	border:1px solid #ccc;
}

#con_calender .cal_all .cal_01 .cal_01_02{
	background-color:#707070;
}

#con_calender .cal_all .cal_01 .cal_01_02 a{
	text-decoration:none;
}

#con_calender .cal_all .cal_01 .cal_01_02 a .sch_go{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:10px 15px;
}

#calendar{
	width:100%;
	background-color:#fff;
}

#calendar tr{
	
}

#calendar tr td{
	text-align:center;
	padding:10px;
	font-size:18px;
	border-radius:8px;
	
}

#calendar .cal_top{
	background-color:#444;
	color:#fff;
}

#calendar .cal_top td{
	border-radius:0;
}

#calendar .cal_top td label{
	cursor:pointer;
}

#con_calender .cal_all .backg_text{
	display:none;
	position:absolute;
	top:calc(50% - 42.5px);
	left:320px;
	width:calc(100% - 320px);
}

#con_calender .cal_all .backg_text p{
	font-size:60px;
	font-weight:bold;
	color:#eee;
	margin:0;
	text-align:center;
}

#con_calender .cal_all .cal_02{
	position:absolute;
	top:50px;
	left:345px;
	width:400px;
	height:270px;
	padding:0 20px;
	background-color:#fff;
	border:5px solid #444;
	border-radius:10px;
	display:none;
	z-index:40;
}

#con_calender .cal_all .cal_02 .left_mid_arrow{
	position:absolute;
	top:70px;
	left:-16px;
}

#con_calender .cal_all .cal_02 .left_mid_arrow span{
	font-size:16px;
	color:#444;
}

#con_calender .cal_all .cal_02 .close_info{
	position:absolute;
	top:5px;
	right:10px;
}

#con_calender .cal_all .cal_02 .close_info span{
	font-size:22px;
	font-weight:bold;
	cursor:pointer;
}

#con_calender .cal_all .cal_02 p{
	margin:0;
	/*margin-left:20px;*/
	margin-bottom:10px;
}

#con_calender .cal_all .cal_02 .under_line{
	width:100%;
	margin:0 auto 10px;
	height:1px;
	background-color:#aaa;
}

#con_calender .cal_all .cal_02 .con_tit{
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
	
}

#con_calender .cal_all .cal_02 .con_time{
	font-size:16px;
}

#con_calender .cal_all .cal_02 .con_date{
	font-size:16px;
}

#con_calender .cal_all .cal_02 .con_place{
	font-size:16px;
}

#con_calender .cal_all .cal_02 a{
	text-decoration:none;
	color:#666;
}

#con_calender .cal_all .cal_02 .con_info_go{
	display:inline-block;
	border:1px solid #666;
	padding:5px 10px;
	margin-top:15px;
	border-radius:5px;
	transition:all 0.3s;
}

#con_calender .cal_all .cal_02 .con_info_go:hover{
	background-color:#444;
	color:#fff;
}
/* 200318 캘린더 css 추가 끝 */