
/*

common 

*/

main{
  min-height: 100rem;
}

section { *zoom:1;}
section:after { content: ''; display: block; clear: both;}
/*body #wrap { height:100%; max-height: 100%;}*/
address,ul,dl { margin-bottom: 0;}
body #wrap address>p { margin: 1em 0;}
img { max-width: 100%;}



#main-content img { border-style: none;}
body p { padding: 0; margin: 0;}
#main-content .imgWidth img { width: 100%;}


a.btn.default {
  position: relative;
  padding: 10px 56px;
	font-size:17px;
  border: 1.5px solid #3c3c3c;
  background-color: transparent;
  border-radius: 25px;
  color: #000;
  font-weight: 400;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
a.btn.default:hover{
  background-color: #F7941E;
  color: #fff;
  border-color: #F7941E;
}


.2019-01-03page-main section {
  padding: 100px 0;
}

.no-padding { padding: 0;}
.no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


/* Section Visual (Slick.js) */

div.slick .slick_col:not(:first-child) {
  visibility: hidden;
}

div.slick.slick-initialized .slick_col {
  visibility: visible;
}

.visual_section div.slick .slick_col {
  width: 100%;
  height: 800px;
  /* float: left; */
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.visual_section div.slick .slick_col:nth-of-type(1) {
  background-image: url('/html/_skin/cosepa/img/main/main_vis_img1.jpg');
}

.visual_section div.slick .slick_col:nth-of-type(2) {
  background-image: url('/html/_skin/cosepa/img/main/main_vis_img2.jpg');
}

body .slick-dotted.slick-slider {
  margin-bottom: 0;
  overflow: hidden;
}
body section.visual_section:not(.sub) .slick_txt.text-center{
  top: 40%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .slick_txt.text-center {
  position: absolute;
  bottom: 43%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

body .slick_txt.text-center * {
  position: relative;
  opacity: 0;
}
.visual_section div.slick .slick_col h1 {
	position: relative;
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	color: #253645;
	font-size: 43px;
	font-family: "NanumSquare", sans-serif; 
	font-weight: 700;
}
.visual_section div.slick .slick_col h1:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	background: #dab304;
	opacity: .2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.visual_section div.slick .slick_col h2 {
	font-size: 35px;
	color: #253645;
	margin-top: 5px;
  margin-bottom: 60px;
	font-weight: 400;
}
.visual_section div.slick .slick_col h2 strong {
	font-weight: 700;
	color: #253645;
	opacity: 1;
}
body .slick-dots {
  top: 48%;
}

body .slick-dots li {
	width:14px;
	height:14px;
	border-radius:50%;
	background-color: #fff;
	/*-moz-box-shadow: inset 2px 2px 2px #ddd;
	-webkit-box-shadow: inset 2px 2px 2px #ddd;
	box-shadow: inset 2px 2px 2px #ddd;*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

body .slick-dots li.slick-active {
  background-color: #71bf44;
  border-radius:30px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

body .slick-dots li button {
  width: 37px;
  height: 4px;
  padding: 0;
}

body .slick-dots li button:before {
  display: none;
}

#wrap .slick-next, #wrap .slick-prev {
  width: 27px;
  height: 53px;
  z-index: 200;
}

#wrap .slick-next {
  background: url('/html/_skin/cosepa/img/common/arrow-next.png') no-repeat;
  right: 100px;
}

#wrap .slick-prev {
  background: url('/html/_skin/cosepa/img/common/arrow-prev.png') no-repeat;
  left: 100px;
}

#wrap .slick-prev:before, #wrap .slick-next:before {
  display: none;
}

.visual_section { 
	position: relative;
	height: 100%;
}

@media screen and (max-width: 900px) {
	#wrap .slick-next {
		right: 40px;
	}

	#wrap .slick-prev {
		left: 40px;
	}
}
@media screen and (max-width: 767px) {
	.visual_section div.slick .slick_col {
		height: 100vh;
		}
	body .subpage .slick_txt.text-center {
		bottom: auto;
		top: 29%;

	}

	.visual_section div.slick .slick_col h1 {
		padding-left: 5px;
		padding-right: 10px;
		font-size: 36px;
	}
	.visual_section div.slick .slick_col h1:after {
		height: 20px;
		background: #dab304;
		opacity: .2;
		bottom: 0;
	}

	.visual_section div.slick .slick_col h2 {
		font-size: 28px;
		margin-top: 5px;
		margin-bottom: 60px;
	}
	
}
@media screen and (max-width: 550px) {
	.visual_section div.slick .slick_col h1:after {
		width:150px;
		height: 20px;
		background: #dab304;
		opacity: .2;
		bottom: 0;
	}
	body .slick-dots {
		top: 52%;
	}
}


/*¸ÞÀÎ Á¤Ã¥ ¹è³Ê*/
.quick-banner {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
}

.quick-banner {
	height: auto;
	overflow: hidden;
}
.quick-banner .quick-banner-menu {
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.quick-banner .quick-banner-menu li {
	display: table-cell; 
	width: 25%;
	height: 100%;
	border-left: 1px solid #000;
}
.quick-banner .quick-banner-menu li a {
	padding: 35px;
	display: block;
}
.quick-banner .quick-banner-menu li a:hover *,
.quick-banner .quick-banner-menu li a:focus *,
.quick-banner .quick-banner-menu li a:active * {
	opacity: .8;
}
.quick-banner .quick-banner-menu li:last-child {
	border-right: 1px solid #000;
}

.quick-banner .quick-banner-menu li:nth-of-type(odd) {
	background: rgba(164,164,164,.1);
}

.quick-banner .quick-banner-menu li h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}
.quick-banner .quick-banner-menu li h3:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	content: '';
	background: url('/html/_skin/cosepa/img/common/go-right-btn.png')no-repeat;
}
.quick-banner .quick-banner-menu li p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	line-height: 1.4em;
}

@media screen and (max-width: 1200px) and (min-width:601px){

	.quick-banner .quick-banner-menu li {
		display: inline-block; 
		float:left;
		width: 50%;
	}
	.quick-banner .quick-banner-menu li p br { display: none;}

	.quick-banner .quick-banner-menu li:nth-of-type(odd) {
		background: transparent;
	}
	.quick-banner .quick-banner-menu li:nth-of-type(1),
	.quick-banner .quick-banner-menu li:nth-of-type(4){
		background: rgba(164,164,164,.1);
	}

}
@media screen and (max-width: 1200px) {
	.quick-banner .quick-banner-menu li {
		border-left: none;
	}
	.quick-banner .quick-banner-menu li:last-child {
		border-right: none;
	}

}
@media screen and (max-width: 600px) {

	.quick-banner .quick-banner-menu li {
		display: block; 
		width: 100%;
	}
	.quick-banner .quick-banner-menu li a {
			padding:15px 30px;
	}
	.quick-banner .quick-banner-menu li h3 { margin:0; padding:0;}
	.quick-banner .quick-banner-menu li p { display: none;}
	
}

/*main-logo-bnr*/
.main-logo-bnr {
	padding: 15px 0;
    background-color: #f3f3f3;
}
.main-logo-bnr ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px;
}
.main-logo-bnr ul li {
    width: 25%;
    padding: 5px 10px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .main-logo-bnr ul {
        margin: 0 -5px;
    }
    .main-logo-bnr ul li {
        width: 50%;
        padding: 5px;
    }
}

/*main-board*/
.main-board-wrap {
	padding: 60px 0 110px;
}

.main-board-wrap .container {
	display: flex;
	display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.main-board-wrap .order1,
.main-board-wrap .order2,
.main-board-wrap .order3 {
	min-height: 360px;
}
.main-board-wrap .order1 { 
	order: 1;
	width: 25%;	
    background: #007dc0;
}
.main-board-wrap .order2 { 
	order: 2;
	width: 50%;
  border: 1px solid #d6d6d6; 
	border-left: none;
}
.main-board-wrap .order3 { 
	order: 3;
	width: 25%;
	background: url('/html/_skin/cosepa/img/main/main_banner_bg.jpg')no-repeat;
	border: 1px solid #d6d6d6; 
}

.main-board-wrap .tab_con_board {
	padding: 15px 30px;
}
.main-board-wrap .basic-board-list, 
.main-board-wrap .webzine-board-list {
	border-top: none;

}
.main-board-wrap .basic-board-list tr , 
.main-board-wrap .webzine-board-list tr{
	border-top: none;

}

.tab { 
	border-left: none; 
	background: #fff; 
	overflow: hidden; 
}
.tab li { 
	float: left; 
	width: 20%; 
	border-left: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	text-align: center; 
	box-sizing: border-box; 
}
.tab li:first-child {
	border-left: none;
}
.tab li { 
	display: inline-block; 
	padding: 15px 0 14px; 
	color: #646464;
	cursor: pointer; 
	background: url('/html/_skin/cosepa/img/common/pattern.jpg')repeat;
}
.tab li.on { 
	background:#fff; 
	color:#282828; 
	border-bottom: none;
}
.tab_con { 
	clear:both; 
	margin-top: 0; 
	border-top: none;

}
.tab_con div { 
	display: none; 
	height: auto; 
	background: #fff; 
	text-align: center; 
}


@media screen and (max-width:450px) {
	.tab li { font-size:11px;}
}
.main-board-wrap .banner-left {
	padding: 30px;
	height: 100%;
}

.main-board-wrap .banner-left .banner-left-in {
	position:relative;
	height: 100%;
}
.main-board-wrap .banner-left p {
	font-family: "NanumSquare", sans-serif; 
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #383838;
}
.main-board-wrap .banner-left h4 {
	font-family: "NanumSquare", sans-serif; 
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

a.defult_btn {
	border: 2px solid rgba(255,255,255,.6);
	background: rgba(0,0,0,.6);
	position:relative;
	height: 40px;
	padding: 9px 50px 6px 30px;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
}
a.defult_btn:hover,
a.defult_btn:focus {

}
.banner-left-in a.defult_btn {
	position:absolute;
	bottom:0;
}
a.defult_btn:hover {
	border: 2px solid rgba(255,255,255,.6);
	background: rgba(136, 94, 53, 0.52);
}
a.defult_btn:before {
	content:'';
	position: absolute;
	right: 24px;
	top: 12px; 
	width: 18px;
	height: 13px;
	background: url('/html/_skin/cosepa/img/common/arrow-right.png')no-repeat;
}

a.defult_btn:before{
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition: all 0.5s;
}

a.defult_btn:hover:before{
  right: 10px;
	transition: all 0.5s;
}


/*main/ calendar*/

.schedule_in {
	padding: 0 27px;
}
.schedule_in h3 {
	height: 50px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 18px 0 10px;
}
.schedule_in #calendar { 
	border-top: 1px solid rgba(255,255,255,.4);
}



#calendar .fc-toolbar .fc-center h2 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 29px;
}
#calendar .fc-toolbar {
	position: relative;
	margin: 14px 0 5px;
}

#calendar .fc-toolbar .fc-left {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	float: none;
}
.fc-state-default.fc-corner-right {
	position: absolute;
	right: 0;
}

#calendar .fc-toolbar .fc-today-button,
#calendar .fc-toolbar .fc-right { display:none;} /* ´Þ·Â- ¿À´Ã/ ÁÖ°£/ ÀÏ°£ ¹öÆ°*/

#calendar .fc-button-group button,
#calendar .fc-button-group button:hover{
	border: none;
	background: transparent;
	text-shadow: none;
	box-shadow: none;
	outline: none;
}
.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after{
	color: #fff;
}

/*´Þ·Â height*/
.fc-day-grid-container.fc-scroller {
	height:auto!important;
}
@media screen and (min-width: 1000px) {
	.pc-display_none {display:none !important;}
}



@media screen and (max-width: 1200px) and (min-width:556px){
	.main-board-wrap .order1 { 
		order: 1;
		width: 50%;
	}
	.main-board-wrap .order2 { 
		order: 3;
	}
	.main-board-wrap .order3 { 
		order: 2;
		width: 50%;
	}
}

@media screen and (max-width: 1200px){
	.main-board-wrap {
		margin: 50px 0;
	}
	.main-board-wrap .order1 { 
		background: url('/html/_skin/cosepa/img/main/main_banner_bg.jpg')no-repeat;
		background-size: cover; 
	}
	.main-board-wrap .order2 { 
		width: 100%;
		margin-top: 30px;
		border: 1px solid #d6d6d6; 
		border-left: 1px solid #d6d6d6;
	}
	/*´Þ·Â*/
	.fc-week.fc-widget-content { height:34px!important;}
}

@media screen and (max-width: 999px) {
	.mb-display_none {display:none !important;}
}

@media screen and (max-width: 991px){

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main-board-wrap .board-wrap { padding: 0;}
	.main-board-wrap .basic-board-list {
    table-layout: fixed;
	}
	.main-board-wrap .basic-board-list tbody tr {
		padding: 0;	
	}
	.main-board-wrap .basic-board-list td {
	  padding: 17px 0 15px;	
	}

	.main-board-wrap .basic-board-list tbody td.board-subject a .board-content {
	  vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
}

@media screen and (max-width: 550px) {

	.main-board-wrap .order1,
	.main-board-wrap .order3 { 
		width: 100%;
	}
	.main-board-wrap .order3 { 
		margin-top: 30px;
	}
}

/*main- movie*/

.main-video-wrap {
	padding: 60px 0;
	background: url('/html/_skin/cosepa/img/main/main_movie_wrap_bg.jpg')no-repeat;
}
.video-wrap-in {
	position: relative;
	border: 3px solid #fff;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
}
.video-wrap-in a {	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.video-wrap-in .pr-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 111;
	transform: translate(-50%, -50%);
}

.main-video-wrap .head {
	padding: 40px 60px;
}

.main-video-wrap .head h2 {
	color: #fff;
	font-size: 24px; 
	margin-bottom: 20px;
	font-weight: 600;
}
.main-video-wrap .head p {
  color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.main-video-wrap .col-md-7 {
    width: 55%;
	}
	.main-video-wrap .col-md-5 {
    width: 45%;
	}
}
@media screen and (max-width: 1200px) {

	.main-video-wrap .head {
		padding: 0 50px;
	}
	.main-video-wrap .head h2{ margin-top: 0;}
}
@media screen and (max-width: 991px) {
	.main-video-wrap {
		background-size: cover;
	}
	.main-video-wrap .head {
		padding-top: 50px;
		text-align: center;
	}
	#main-content img {
    border-style: none;
    width: 100%;
	}

}

@media screen and (max-width: 550px) { 
	.main-video-wrap .head {
		padding-left: 0;
		padding-right: 0;
	}

}


/*instagram*/
.main-gallery {
	padding: 80px 0;
}
.main-gallery .container  {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
}
.main-gallery-list {
	width:66.67%;
}
.main-gallery-list .board-wrap .gallery-list figure {
	width:50%;
}
.main-gallery-list .board-wrap .gallery-list figure a {
	position:relative;
}
.main-gallery-list .board-wrap .gallery-list figure figcaption {
	position: absolute;
	bottom:0;
	background:#eee;
	width: 100%;
	border-top: 1px solid #fff;
}
.main-gallery-list .board-wrap .gallery-list figure figcaption p {
	padding:0;
	margin:0;
	height:38px;
	line-height:38px;
}
.main-gallery-list .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom:0;
	height: auto;
}

.newspaper-wrap {
	width:33.33%;
}
h1.index_tit {
  font-weight: 400;
  font-size: 24px;
  color: #333;
  text-align: center;
	padding:0;
	margin-top: 0;
	margin-bottom:50px;
}

h1.index_tit span {
	display: block;
  font-size: 13px;
  color: #666;
  text-align: center;
	margin-top: 5px;
}
.index_tit.non-txt {
	text-indent:-9999px;
}

/*ÀÌ¹ÌÁö·Î ÀÛ¾÷*/
.main-gallery-list ul {
	width: 100%;

}
.main-gallery-list ul li {
	width: 50%;
	display:inline-block;
	float: left;
	padding-bottom:10px;
}

/* gallery */

body .main-gallery .board-wrap .gallery-list {
	margin-bottom:0;
}
body .main-gallery .board-wrap .basic-board-list {
	display:none;
}
.main-gallery-list .board-wrap .gallery-list {
	padding-left:0;
	padding-right:0;
}
@media screen and (max-width:1200px){
	.main-gallery {
		padding: 50px 0;
	}
	.newspaper-wrap figure {
		padding: 0 17px;
	}

}

@media (max-width: 767px) {
.main-gallery-list .board-wrap .gallery-list figure {
		padding: 0 10px;
}
	.newspaper-wrap figure {
		padding: 0 10px;
	}
}
@media screen and (max-width:550px){
	.main-gallery .container {
		max-width:400px;
	}
	.main-gallery-list {
		width: 100%;
	}
	.main-gallery-list .board-wrap .gallery-list figure {
		width:100%;
	}
	.main-gallery-list .board-wrap .gallery-list figure img {
		max-width: 100%;
		width: 100%;
	}
	.newspaper-wrap {
		width:100%;
	}
	.index_tit.non-txt {
		display:none;
	}
}


/*

main

*/