
/*News v2
------------------------------------*/

a.stkim_link { color:#6D3536;}

.photo-txt {
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}

/*News Badge*/
.news-v2-badge {
  border:1px solid #cacaca;
  border-radius:3px;
  clear:both;
  overflow: hidden;
  position: relative;
  margin:0px 0 17px 0;
  padding: 0px 5px 0px 5px;
}

.news-v2 .news-v2-badge h3 {
 font-size:15px;
 margin-bottom:2px;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 64px;
  background: #fff;
  padding: 5px 15px;
  position: absolute;
}

.news-v2 .news-v2-badge p.note {
  top: 14px;
 }

.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.today-words {
	/*background-color: #f1eded;*/
	/*padding: 12px 5px 8px 5px;*/
	/*text-align: center;*/
	/*width: 100px;*/
	/*float: left;*/
	/*border: 2px solid #e3dada;*/
	margin-right: 20px;
}
.today-words .tw-image {
	padding: 0;
	margin: 0;
	font:13px 'NotoSansM';
	color:#710021;

}
.today-words h2 {
	padding: 0;
	margin: 0;
	border: 0px solid;
	line-height:1.1;
}
.today-words-tit	{
	display: none !important;
}

.today-words-txt {
	padding: 1px 0 4px 1px;
	width:100%;	
	text-align:center;
	height:39px;
	overflow-y:hidden;
}
.today-words-txt h2 {
	font-size:13px;
	font-family:'Dotum';
	padding:4px 0 0 0;
	letter-spacing:-0.5px;
	margin:0;
	height:35px;
	overflow:hidden;
}
.today-words-txt p {
	margin: 8px 0 8px 0;
	letter-spacing:-1px;
	line-height: 20px;	
}
.today-words-txt h2 a, .today-words-txt h2 a:link, .today-words-txt h2 a:visited {
	color:#710021;
}
.today-words-txt h2 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.2em;
	height: 3.6em;
}

/* ¿À´ÃÀÇ °­·Ð ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
 .news-v2-badge {
	  padding: 10px 10px 0 5px;
	}
  .today-words {
    display: none !important;
  }
  #today-words h2 a {
	color: #710021;
  }
 /*.today-words-tit	{	
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block !important;
  }*/
 .today-words-tit h2 {
	margin: 0 0 10px 10px;
	padding: 0px; 
	color: #710021;
	font-size: 14px;
	font-weight: bold;
  }	 
 .today-words-tit h2 i {
	font-size: 17px;	
  }	 

 .today-words-txt h2 {
	letter-spacing: -0.5px;
	padding:0;
	margin:0 0 10px 0;
 }
 .today-words-txt p {
	margin-bottom: 7px;
 }
}


.notice-tab {
	border-top:1px solid #710021;
	border-bottom:1px solid #ccc;
	padding: 9px 0 0 0;
	margin: 20px 0 0 0;
	height:44px;
}
.notice-tab li {
	list-style:none;
	float:left;
	padding:0 10px 0 10px;
	border-right: 1px solid #CACACA;
}
.notice-tab li:last-child {
	float: right;
	padding:0;
	margin-right:10px;
}
.notice-tab li:nth-last-child(-n+2) {
	border-right: 0;
}
.notice-tab li a {
	font-family: 'Noto Sans Korean','³ª´®°íµñ','Nanum Gothic','¸¼Àº°íµñ',MalgunGothic;
	font-size:15px;
	font-weight:400;
	padding:10px 15px 9px 15px;
}
.notice-tab li a.active,
.notice-tab li a:hover {
	border-bottom:3px solid #710021;
}
.notice-tab li:last-child a {
	padding:0;
}
.notice-tab li:last-child a:hover{
	border-bottom:none;
}
.no-display {
	display: none;
}
.notice-noti-li, main-notice-li {
	/*font-size:13px;*/
	letter-spacing:-0.5px;
}
.notice-noti-li p a, , main-notice-li p a {
	color:#333;	
}

hr {
	margin: 0;
	border-top: 2px solid #B2B2B2;
}

.main-notice { border:0px solid red; position:relative;}
.main-notice h2.ttl { border-top:1px solid #710021;	font-size:13px; border-bottom:1px solid #ccc; padding:12px 0 9px 5px; margin-top:0; letter-spacing:-1px; 
	font-family: 'NotoSansR', sans-serif; }
.main-notice h2.ttl a { padding:0 8px 8px 8px; color: #8a8a8a; }
.main-notice h2.ttl a.active { border-bottom:3px solid #710021; font-weight:bold; color:#710021; font-weight: bold; }
.main-news { border:1px solid red;}
.more { position:absolute; right:15px; top:7px;}

@media (max-width: 991px) {
	.main-notice { border: 0px solid red; overflow: hidden; margin-bottom: 15px; }
	.main-notice h2.ttl a { padding:0 8px 9px 8px; }
}

/* °Ô½Ã±Û ¸ñ·Ï
------------------------------------*/
.list-normal {
	padding:0px;
	list-style: none;
	font-size:13px;
}
.list-normal li {
	clear:both;
	height: 28px;
	line-height: 31px;
	padding-left: 12px;
	letter-spacing:-0.5px;
	border-bottom:1px dashed #E2E2E2;
	background: url(/home/img/main/notice_icon.gif) no-repeat 1px 15px;
}
.list-normal li.new {
	background: url(/home/img/main/notice_new.gif) no-repeat 0 11px;
}
.list-normal li a {
	float: left;
}
.list-normal li .dt {
	float: right;
	color: #9B9B9B;
}

/* ¿ìÃø¸Þ´º ¹Ú½º
------------------------------------*/
.right-box {
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
}

.right-box1 {
	border: none solid #E5E5E5;
	margin-top: 15px;
}

/* ·Î±×ÀÎ
------------------------------------*/
.reg-page {
    color: #555;
    padding: 15px 30px 0px 30px;
    background: #eee;
    border: solid 1px #e6e6e6;
    box-shadow: 0 0 3px #eee;
	margin-bottom: 16px;
}
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
	display:none;
}
.btn-u {
	border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 10px 6px 10px;
    position: relative;
    background: #710021;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.reg-btn {
    position: relative;
    display: block;
    margin-top: 0px;
	padding-right:0px;
    margin-bottom: 1px;
}
.reg-btn label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.reg-btn label a	{
	color: #555;
}

.container-login {
	margin: 0;
	padding: 10px 20px 0 20px;
	background-color: #EEEEEE;
	text-align: center;
}
.container-login input[type="text"],
.container-login input[type="password"],
.container-login input[type="checkbox"] {
	border: 1px solid #e5e5e5;
}
.container-login input[type="text"],
.container-login input[type="password"] {
	height: 27px;
}
.container-login input[type="image"] {
	position: absolute;
	top: 10px;
	left: 280px;
}

.container-login ul {
	margin:0;
	text-align: left;
	padding-left: 10px;
}
.container-login .inputLbl {
	width: 60px;
}
.container-login li:last-child {
	padding-left: 60px;
}

.container-login hr {
	margin: 0;
	border-top: 1px solid #FFFFFF;
}

.container-login .container-login-up {
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
	height: 26px;
	list-style: none;
	display: inline-block;
}
.container-login .container-login-up li {
	float: left;
	padding: 0 16px;
	border-right: 1px solid #565656;
	font-weight: bold;
}
.container-login .container-login-up li:last-child {
	border-right: 0;
}

/* ¿ìÃø¸Þ´º º£³Ê
------------------------------------*/
.container-banner {	
	padding: 0px;
	list-style: none;
	float: left;
	width:100%;
	margin:0 auto;
	text-align:center;
	border:1px solid #e5e5e5;
	margin-bottom:19px;
	
}
.container-banner ul {
	/*width: 348px;
	height: 187px;*/
	list-style: none;
	padding: 0px;	
	border: 0px solid red;
	margin: 0 auto;
	clear: both;
}
.container-banner ul li {
	padding: 0px;
	margin: 0px;
/*	display: inline-block; */
	float: left;
	border-right: 1px dashed #cacaca;
	border-bottom: 1px dashed #cacaca;
}

.container-banner ul li:nth-child(4)	{
	border-right: 0px dashed #cacaca;
}
.container-banner ul li:nth-child(5)	{
	border-bottom: 0px dashed #cacaca;
}

.container-banner ul li:nth-child(6)	{
	border-bottom: 0px dashed #cacaca;
}

.container-banner ul li:nth-child(7)	{
	border-bottom: 0px dashed #cacaca;
}

.container-banner li:last-child {
	border-right: 0px dashed #cacaca;
	border-bottom: 0px dashed #cacaca;
}

@media (max-width: 991px) {
	.container-banner ul li {
		width: 25%;
	}
}

.list-banner {
	padding: 0px;
	list-style: none;
}
.list-banner li {
	float: left;
	border-right: 1px dashed #E2E2E2;
}
.list-banner li:last-child {
	border-right: 0;
}
.container-banner:after {
	content: "";
	display: block;
	clear: both;
}

/* ÁÖ°£ ±³±¸ ÀÏÁ¤, »õ·Î ³ª¿Â Ã¥ Å¸ÀÌÆ²
------------------------------------*/
.left-title {
	padding: 6px 6px 6px 15px;
	height: 32px;
	margin-bottom: 14px;
}
.left-title-brown {
	background-color: #6D3536;
	border-color: #6D3536;
}
.left-title-gray {
	background-color: #888888;
	border-color: #888888;
}
.left-title h5 {
	float: left;
	color: #FFFFFF;
	margin: 0;
}
.left-title div {
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	text-align: center;
	
	padding: 0px;
}
.left-title a {
	color: #9B9B9B;
	font-size: 20px;	
	height: 19px;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
}

/* ÁÖ°£ ±³±¸ ÀÏÁ¤
------------------------------------*/
.right-box {
	clear:both;
}

.right-box p {
	text-align: center;
}
.list-date {
	padding: 0px;
	margin: 10px 10px 9px 4px;
	list-style: none;	
}
.list-date li {
	clear: both;
	height: 24px;
	overflow:hidden;
	line-height: 25px;
	border-bottom: 1px solid #E2E2E2;	
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.list-date li:last-child {
	border-bottom: 0;
}
.list-date li .dt {
	color: #8D4344;
}

/* ÁÖ°£ ±³±¸ ÀÏÁ¤ ¹öÆ° ½ºÅ¸ÀÏ µ¤¾î¾²±â
------------------------------------*/
.btn-info {
  color: #ffffff;
  background-color: #dfe6e8;
  border-color: #d0dadd;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #c1cfd3;
  border-color: #86a0a8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #c1cfd3;
  border-color: #adbfc4;
}
.btn-danger {
  color: #ffffff;
  background-color: #333030;
  border-color: #262424;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #191717;
  border-color: #000000;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #191717;
  border-color: #060606;
}

/* »õ·Î ³ª¿Â Ã¥
------------------------------------*/
.list-book {
	padding: 0px;
	margin: 10px 15px 19px 5px;
	list-style: none;
}
.list-book li {
	float: left;
	width: 50%;
	border-right: 1px dashed #E2E2E2;
	text-align: center;
	line-height:1.2;
}
.list-book li:last-child {
	border-right: 0;
}
.list-book:after {
	content: "";
	display: block;
	clear: both;
}
.list-book li div {
	display: inline-block;
	width:120px;
	text-align: center;
}
.list-book li a img {
	width: 75px;
	height:105px;
	margin:0 auto;
	margin-top:15px;
	border:1px solid #ccc;
}

.catholic-link {
	padding:0;
	margin:0;
	width:90%;
}
.catholic-link option {
	padding:0;
}
/* ÇÏ´Ü ¹è³Ê ¹Ú½º
------------------------------------*/
.banner-box {
	border: 0px solid #E5E5E5;
	background-color: #FFFFFF;
	margin-top: 15px;
}
.bottom-links .btn-primary {
	background-color: #888888;
    border-color: #666666;
}
.bottom-links .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #888888;
}
/* ÇÏ´Ü ÀüÃ¼ ¸µÅ©
------------------------------------*/
.content-foot-title {
	border-top:2px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding: 2px 0 0 10px;
	margin: 5px 0 0 0;

}
.content-foot-title h5.fullmenu {
/*	background:url(/home/img/main/btnarrow.png) 87px 2px no-repeat;	 */
	font-family: "Noto Sans Korean", sans-serif; font-size: 14px; font-weight: bold; 
	color: #6d3535;
}
.content-foot-title .title-brown {
	font-family: "Noto Sans Korean", sans-serif; font-size: 14px; font-weight: bold; color: #6d3535;
}
.content-foot-left {
	background-color: #f4f4f4;
	padding:16px 5px 50px 10px;
	margin-right:-15px;
	margin-left:-10px;
	border-top:1px solid #B2B2B2;
	background-image:url(/home/img/main/gradbg2.png);
	background-repeat: repeat-x;
}
.content-foot-left .col-md-2 {
	width:20% !important;
}
.list-fullmenu-left {
	padding: 0;
	margin-top: 4px;
	list-style: none;
	font-size: 12px;
}
.list-fullmenu-left li {
	background:url(/home/img/main/dot.png) 0 9px no-repeat;
	padding:1px 0 1px 5px;
}
.list-fullmenu-right {
	padding: 0;
	padding-bottom:10px;
	margin-right:-15px;
	margin-left:-15px;
	list-style: none;
	border-top:1px solid #B2B2B2;
	background:#fcfcfc;
	margin-bottom:0;
}
.list-fullmenu-right li {
	border-bottom: 1px solid #F1F1F1;
	padding:2px 0 0px 14px;
}
.list-fullmenu-right li:first-child {
	height:28px;
	padding-top:6px;
	background:url(/home/img/main/gradbg.png) repeat-x;
}
.list-fullmenu-right li:last-child {
	border-bottom: 0;
}
.content-foot-left div {
	border:0px solid;
}
/* Bootstrap Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
	color: #fff;
	margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
	opacity: 1;
	font-size:30px;
	height:inherit;
	width: inherit;
	background: none;
	text-shadow: none;
	position: inherit;
}

.carousel-v1 .carousel-arrow a i {
	top: 50%;
	opacity: 0.6;
	background: #000;
	margin-top: -18px;
	padding: 2px 12px;
	position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
	opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
	left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
	right: 0;
}



/* ¸ÞÀÎ ¹è³Ê st */
.our-banner {
	width: 100%;
	padding: 0px;
    margin: 10px 0 0 0;
    text-align: center;
	border: 0px solid red;
}

.our-banner li {
    padding: 0;
    width: 24.6%;
    margin: 7px 0px;
	text-align: center;
    border: 0px solid #eee;
}

.our-banner img {
    padding: 0px;
	margin: 0 auto;
    width: 212px;
    height: auto;
    vertical-align: middle;
}

.notice-gallery-li .col-xs-6 a img { width:145px; height:88px;}
/*@media (min-width: 430px) and (max-width: 767px) {
	.main-notice .notice-gallery-li a img { width:100%; height:auto; }
}*/

/* youtube */
.our-youtube li {
	position:relative;
	z-index:1;
}
.our-youtube li span {
	display:none;
	font-family: "NotoSansDL","Noto Sans Korean", "Open Sans", Arial, sans-serif;
	font-weight: bold;
	font-size:15px;
	text-align:center;
	color:#fff;
}
.our-youtube > li.active_hover span {
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:30px;
	z-index:3;
}
.our-youtube > li.active_hover span i {
	display:block;
	font-size:40px;
	margin-top:15px;
	font-weight:normal;
	color:red;
}
.our-youtube > li.active_hover span i:hover {
	color:#fff;
}
.our-youtube > li.active_hover:after
{
	content:'';
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	/*background:#fff;*/
	background-image:linear-gradient(45deg, #1E96FF 50%, #0000FF);
	border:1px solid #6D3536;
	z-index:2;
	transition:all .5s;
	box-shadow:0px 0px 5px #999;
	opacity:0.95;

}

@media (max-width: 991px) {
 .our-banner {
	margin: 15px 0 10px 0;
 }
 .our-banner li {
    width: 44%;
    margin: 2px 5px;
	}

 .our-banner img {
    width: 100%;
	}
 .carousel-arrow {
	display:none;
	}

  .our-youtube li span {
  	font-size:13px;
  }
  .our-youtube li span i, .our-youtube > li.active_hover span i  {
  	/*font-size:13px;*/
	display:none !important;
  }
  
}