@charset "utf-8";

/* ************************************ HEADER ************************************ */
#header{
	position:absolute; height:100px; top:0; left:0; width:100%; z-index:999;
	-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;transition:all 0.4s ease-out; 
}
#headerWrap{
	position:relative; top:0px; left:0px; width:100%; height:100px; z-index:9999; background-color:transparent;border-bottom:1px solid rgba(255,255,255,0.5);
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	-ms-transition:background-color 0.4s;
	transition:background-color 0.4s
}
#headerInner{
	position:relative; height:100%; width:100%; margin:0px auto; padding:0 15px;
}
#header .logo{position:relative; z-index:100; float:left; padding:30px 0;}	
#header .logo a{display:block; }
#header .logo img{display:block; vertical-align:top;height:40px;}
.logo-color{display:none !important;}

/* -------- Header :: UTIL BOX -------- */
.utilArea{position:relative; float:right; height:100%; z-index:100;}
/* Header :: 우측 상단 링크 */
.topLink{position:absolute; top:50%; right:0px; margin-top:-15px; width:130px; height:30px; z-index:1111;text-align:right;}
.topLink ul > li{display:inline-block;margin-right:15px;}
.topLink ul > li:last-child{display:inline-block;margin-right:0;}
.topLink ul > li > a{color:#001848;font-size:100%;font-weight:400;}
.topLink ul > li > a:hover{color:#1e8ab1;}
/* Header :: 언어선택 */
.langSelect {position:absolute; top:50%; right:40px; margin-top:-15px; width:50px; height:30px; border:1px solid #fff; background-color:transparent; z-index:100;}
.langSelect .lang-open-btn {overflow:hidden; position:relative; display:block; height:100%; padding:0 10px; font-size:12px; line-height: 30px; letter-spacing:-0.25px; color:#fff; }
.langSelect .lang-open-btn i {display:inline-block; margin-right: 6px; vertical-align: middle; font-size:20px; margin-top:-2px; }
.langSelect .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
.langSelect .lang-open-btn .arrow i{font-size:16px;}
.langSelect > ul {display:none; position:absolute; top:28px; left:-1px; z-index:10; width:100%; background-color:#fff; border:1px solid #fff}
.langSelect > ul > li > a{display:block; padding:0 10px; font-size:12px; line-height: 30px; color:#000; font-weight:700}
.langSelect > ul > li > a:hover{background-color:rgba(255,255,255,0.2); }
.langSelect.open .lang-open-btn .arrow i{transform:rotate(180deg); margin-top:-3px;}
/* Header :: 검색버튼 */
.searchBtn{position:absolute; top:0; right:0; width:30px; height:100px; z-index:1111;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.searchBtn.searchBtn-open > i {font-size:20px;color:#fff;}
.searchBtn.searchBtn-close{position:absolute;right:20px;}
.searchBtn .line{
	display:block; position:relative; z-index:1; width:18px; height:2px; background-color:#222; margin: 3px auto;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;
}
.searchBtn.active span{border-radius:3px;}
.searchBtn.active span:nth-child(1) {
	 -webkit-transform: translateY(5px) rotate(45deg);
	  -ms-transform: translateY(5px) rotate(45deg);
	  -o-transform: translateY(5px) rotate(45deg);
	  transform: translateY(5px) rotate(45deg);
}
.searchBtn.active span:nth-child(2) {
  opacity: 0;
}
.searchBtn.active span:nth-child(3) {
	 -webkit-transform: translateY(-5px) rotate(-45deg);
	  -ms-transform: translateY(-5px) rotate(-45deg);
	  -o-transform: translateY(-5px) rotate(-45deg);
	  transform: translateY(-5px) rotate(-45deg);
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9997;}
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99;}
#gnb > ul{display:table; width:100%;}
#gnb > ul > li{display:table-cell;width:33.333%;vertical-align:middle;text-align:left;}
#gnb > ul > li > a{height:100px; line-height:100px; color:#001848; font-size:21px; font-weight:600;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;
}
#gnb > ul > li > a:hover, 
#gnb > ul > li.on > a,
#gnb > ul > li.active > a{color:#0090c5;}
/* GNB :: 2차 메뉴 컨텐츠 영역 */
#gnbBg{
	position:absolute; left:0; top:100px; width:100%; height:0; background:#fff; z-index:98;
	-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-o-transition:height 0.3s;-ms-transition:height 0.3s;transition:height 0.3s;
}
#gnbBg.open{height:380px; border:1px solid #e5e5e5;}

#gnb.total-menu > ul > li .gnbDep2{
	visibility:hidden;opacity:0;filter:Alpha(opacity=0);
	position:absolute; 
	left:0;
	top:100px; 
	z-index:99;
	width:100%; 
	padding:25px 0 25px;
	text-align:left; 
	-webkit-transition:all 0s 0s;-moz-transition:all 0s 0s;-o-transition:all 0s 0s;-ms-transition:all 0s 0s;transition:all 0s 0s;
}
#gnb.total-menu > ul > li .gnbDep2.show{
	visibility:visible; 
	opacity:1.0;filter:Alpha(opacity=100); 
	-webkit-transition:all 0.3s 0.1s;
	-moz-transition:all 0.3s 0.1s;
	-o-transition:all 0.3s 0.1s;
	-ms-transition:all 0.3s 0.1s;
	transition:all 0.3s 0.1s;
}
/* GNB :: 2차 메뉴 컨텐츠 구성 */
.gnbDep2Area{position:relative; width:100%; max-width:1100px; padding-left:100px; margin:0px auto;}
.gnbDep2-menu{position:relative; width:100%; display:table; padding-left:100px;}
.gnbDep2-menu ul{display:table-cell;width:33.333%;vertical-align:top;}
.gnbDep2-menu ul li{z-index:100; padding:0 50px 0 0; text-align:left;}
.gnbDep2-menu ul li a{display:table; position:relative; width:100%; height:40px; margin-bottom:10px;color:#001848; background-color:#fff;
    -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s;
}
.gnbDep2-menu ul li a span{display:table-cell; vertical-align:middle; padding:0 0; font-size:16px; font-weight:500; }
.gnbDep2-menu ul li a .gnb-icon{position:absolute; top:-5px; right:0px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s;}
.gnbDep2-menu ul li a .gnb-icon i{line-height:49px;font-size:17px;}
.gnbDep2-menu ul li a:hover{color:#0090c5; padding-left:5px;}
.gnbDep2-menu ul li a:hover .gnb-icon{right:7px;}
.gnbDep2-menu ul li div a{display:block !important; width:100% !important; height:auto !important; padding:3px 0px; margin-bottom:3px !important;
    color:#787878 !important; font-size:15px !important; font-weight:400 !important; 
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s;
}
.gnbDep2-menu ul li div a:nth-child(1){ margin-top:-7px !important;}
.gnbDep2-menu ul li div a:last-child{ margin-bottom:15px !important;}
.gnbDep2-menu ul li div a:hover{padding:3px 0px 3px 5px; font-weight:400 !important; color:#0090c5 !important; }
/* -------- Header :: 헤더 hover  -------- */
#header.over #headerWrap{background-color:#fff;}
#header.over #gnb > ul > li > a{color:#001848;}
#header.over #gnb > ul > li.on > a,
#header.over #gnb > ul > li > a:hover{color:#0090c5;}
/* -------- Header :: GNB(Mobile) -------- */ 
.navBtn{display:none;}
#gnbM{display:none;}


@media (min-width: 1640px) {
	#headerInner{padding:0 120px !important;}
}
@media (min-width: 1431px) {
	#headerInner{padding:0 50px;}	
}
@media all and (min-width: 1400px){
	.gnbDep2Area{padding-left:180px;}
	.gnbDep2-menu{padding-left:180px;}
}
@media all and (max-width: 1399px){
	.gnbDep2Area{max-width:1000px;}	
}
@media all and (max-width: 1200px){
	.gnbDep2Area{max-width:800px;padding-left:90px;}	
	.gnbDep2-menu{padding-left:90px;}
}
@media all and (max-width: 1024px){
	.topLink{height:25px;margin-top:-13px;}
	.gnbDep2Area{padding-left:150px;}
	.gnbDep2-menu{padding-left:150px;}
	#gnb > ul > li > a{font-size:19px;}	
}
@media all and (max-width: 991px){
	#header,#headerWrap{height:80px;}
	#headerWrap{z-index:10000;background-color:#fff;}
	#header .logo{padding:22px 0;}
	#header .logo img{height:36px;}	
    .topLink{display:none;}
	.langSelect {display:none;}
	.searchBtn{top:24px; right:35px; width:30px; height:30px;}	
    .searchBtn.mobile-gnb-open{display:none;}
    .logo-white.mobile-gnb-open{display:none !important;}
	.logo-color.mobile-gnb-open{display:block !important;}
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-100%;
		width:100%; 
		height:100%;  
		background-color:#fff; 
		z-index:9999; 
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);		/* gnb OPEN 속도 */
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto; margin:0 15px;}	/* padding-top : Header 높이값 */
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e5e5e5;}
	#navigation > li:first-child{border-top:1px solid #e5e5e5}
	#navigation > li > a {position:relative; display:block; padding:15px; color:#001848; font-size:17px; font-weight:500; }	
	#navigation > li > a .kr{font-weight:400;}
	#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px; }
	#navigation > li .gnb-icon i{font-size:20px; color:#001848;}
	#navigation > li.active{border-bottom-color:#f9f9f9;background-color:#001848;}
	#navigation > li.active > a{color:#fff;}
	#navigation > li.active > a .gnb-icon i{color:#fff; transform:rotate(-180deg)}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnbDep2{display:none; background-color:#f9f9f9; padding:0 15px; border:1px solid #e5e5e5;}
	#navigation > li .gnbDep2 > li{position:relative; height:auto !important; border-bottom:1px solid #e5e5e5;}
	#navigation > li .gnbDep2 > li:last-child{border-bottom:0}
	#navigation > li .gnbDep2 > li > a{display:block; color:#001848; font-size:14px; padding:12px 0px; }
	#navigation > li .gnbDep2 > li > a .gnb-icon{right:0px;}
	#navigation > li .gnbDep2 > li.on{border-bottom-color:#e5e5e5}
	#navigation > li .gnbDep2 > li.on > a,
	#navigation > li .gnbDep2 > li.on > a .gnb-icon i{color:#1e8ab1;}
	.lang-select-list{padding:30px 0; text-align:center;}
	.lang-select-list a{position:relative; color:#999; font-size:13px; margin:0 10px}
	.lang-select-list a:before{position:absolute; top:2px; left:-12px; width:1px; height:12px; background-color:#eee; content:"";}
	.lang-select-list a:first-child:before{display:none;}
	.lang-select-list a.cur{color:#222; font-weight:700}   
	/* -------- Header :: 모바일 오픈 버튼 -------- */
	.navBtn{
		display:block; position:fixed; top:24px; right:15px; width:30px; height:30px; z-index:10000; 
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	.navBtn .line{
		display:block; width:18px; height:2px; background-color:#001848; margin: 3px auto;
		-webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.navBtn.active .line{background-color:#222;}
	.navBtn.active .line:nth-child(2), .navBtn.active .line:nth-child(4){opacity: 0;}
	.navBtn.active .line:nth-child(1){
		 -webkit-transform: translateY(5px) rotate(45deg);
		  -ms-transform: translateY(5px) rotate(45deg);
		  -o-transform: translateY(5px) rotate(45deg);
		  transform: translateY(5px) rotate(45deg);
	}
	.navBtn.active .line:nth-child(3){
		 -webkit-transform: translateY(-5px) rotate(-45deg);
		  -ms-transform: translateY(-5px) rotate(-45deg);
		  -o-transform: translateY(-5px) rotate(-45deg);
		  transform: translateY(-5px) rotate(-45deg);
	}
	/* -------- Header :: FIXED -------- */
	#header.fixed { position:fixed; }
	#header.fixed #headerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	#header.fixed .logo-white{display:none !important; }
	#header.fixed .logo-color{display:block !important; }
	#header.fixed .language-select{border-color:#eee; background-color:#eee;}
	#header.fixed .language-select .lang-open-btn{color:#222;}
	#header.fixed .language-select > ul{background-color:#eee; border-color:#eee}
	#header.fixed .language-select > ul > li > a{color:#222}
	#header.fixed .language-select > ul > li > a:hover{background-color:rgba(0,0,0,0.1); }	
	#header.fixed .navBtn .line{background-color:#001848}
	#header.fixed .searchBtn.searchBtn-open > i {font-size:20px;color:#222;}
}
@media all and (max-width: 768px){
	#header,#headerWrap{height:60px;}
	#header .logo{padding:15px 0;}
	#header .logo img{height:30px;}	
	.searchBtn{top:15px; right:35px; margin-top:0;}
	.navBtn{top:15px; right:15px; margin-top:0;}
	/* Header :: GNB(Mobile) */
	.gnb-navigation-wrapper{padding-top:60px} /* padding-top : Header 높이값 */
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px;}
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnbDep2 > li > a{font-size:13px;}
}



/* ************************************ FOOTER **************************************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{border-top:1px solid #001848; background-color:#001848;}
#footerInner{position:relative;width:100%;padding:0 15px;}
/* -------- FOOTER :: 상단 -------- */
.footerTop{position:relative;width:100%;padding:60px 0 0px;border-bottom:1px solid #2e4a82;}
/* Footer :: 푸터메뉴 */
.footMenu{margin-bottom:50px;}
.footMenu div > a{font-size:18px;font-weight:500;color:#d0d0d0;}
.footMenu div > a:hover{color:#fff;}
.menuStep01 li{padding-top:30px;}
.menuStep01 li:nth-child(3),.menuStep01 li:nth-child(4){padding-top:10px;}
.menuStep01 li > a,.menuStep01 li > p > a{color:#1e8ab1;font-size:15px;font-weight:500;}
.menuStep01 li > a:hover,.menuStep01 li > p > a:hover{color:#5dc8ee}
.menuStep01 li > p{margin-bottom:5px;}
.menuStep02 li{padding:0 0 !important;}
.menuStep02 li > a{color:#d0d0d0;font-size:14px;font-weight:300;}
.menuStep02 li > a:hover{color:#fff;}
/* Footer :: 푸터로고 */
.footLogo{text-align:right;opacity:0.7;}
/* -------- FOOTER :: 하단 -------- */
.footerBottom{position:relative;width:100%;padding:50px 0 60px;}
.footer-copyright{display:block;font-size:16px;color:#d0d0d0;}
/* -------- FOOTER :: TOP버튼 -------- */
.topBtn{
	position:fixed; bottom:-100px; right:15px; display:block; width:60px; height:60px; background-color:#1e8ab1; 
	text-align:center; line-height:60px; color:#fff; z-index:99;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s;
}
.topBtn.fixed{bottom:15px; opacity:1.0;filter:Alpha(opacity=100);}

@media (min-width: 1640px) {
	#footerInner{padding:0 120px !important;}
}
@media (min-width: 1431px) {
	#footerInner{padding:0 50px;}
}
@media all and (max-width: 1400px){
    .footerTop{padding:50px 0 0px;border-bottom:0px;}
    .footerBottom{padding:30px 0 50px;}
	.footLogo{text-align:left;padding-top:50px;border-top:1px solid #2e4a82;}
}
@media all and (max-width: 991px){
    .footLogo{padding-top:40px;}
	.footLogo img{height:36px;}	
	.footer-copyright{font-size:14px;}
    .topBtn{width:46px; height:46px; line-height:46px;}
}
@media all and (max-width:767px){    
	.footerTop{padding:30px 0 0px;}
    .footerBottom{padding:30px 0 30px;}
	.footLogo{padding-top:30px;}
	.menuStep01 li{padding-top:20px;}	
}
@media all and (max-width: 575px){
	.footMenu{margin-bottom:20px;}
	.footMenu div{margin-bottom:10px;}
	.footMenu div > a{font-size:14px;}
	.menuStep01 li > a,.menuStep01 li > p > a{font-size:13px;}
	.menuStep01 li{padding-top:0px;}
    .menuStep01 li:nth-child(3),.menuStep01 li:nth-child(4){padding-top:0px;}
	.menuStep02{display:none;}	
	.footLogo img{height:30px;}
	.footer-copyright{font-size:13px;}
}



/* ************************************ 게시판 카드 스타일 ************************************ */
#cardBoard{padding:0 0 10%;}
.cardSectionTit{font-size:320%;font-weight:700;line-height:1.2;margin-bottom:20px;text-align:center;}
.cardSectionTxt{font-size:130%;margin-top:-3%;margin-bottom:5%;font-weight:400;text-align:center;}
.cardListWrap{position:relative;width:100%; margin:0 auto; padding:0 0;}
.cardListWrap:after{clear:both; display:block; content:"";}
.card-item{float:left; width:33.33%; padding:0 30px 30px 0;}
.card-item .card{position:relative;width:100%;overflow:hidden;background-color:#fff;border:1px solid #d6d6d6;transition: 0.3s;}
.card-item .card:hover {background-color:#1e8ab1;color:#fff;}
.card-item .card:hover a{color:#fff;}
.card-item .card .card-txt-con{position:relative;margin-top:0px;padding:30px 20px;z-index:99;}
.card-item .card .card-txt-con .card-txt-date{font-weight:400;}
.card-item .card .card-txt-con .card-txt-tit{
    height:90px; overflow:hidden; line-height:30px;	
    display:block; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
	font-size:22px;font-weight:500;margin-top:40px;margin-bottom:30px;}
.card-item .card .card-txt-con .card-txt-subject{
    height:66px; overflow:hidden; line-height:22px;	
    display:block; display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
	font-weight:300;margin-bottom:60px;}
.card-item .card .card-txt-con .card-txt-more{position:relative;font-size:15px;font-weight:500;}
.card-item .card .card-txt-con .card-txt-more a{position:absolute; top:-20px; left:0px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s;}
.card-item .card .card-txt-con .card-txt-more:hover a{left:10px;}
/* -------------- VIEW -------------- */
.cardTitle{width:100%;border-top:2px solid #001848;border-bottom:1px solid #ddd;padding-top:22px;padding-bottom:25px;margin-top:0;}
.cardTitle h1{font-size:140%;font-weight:500;line-height:1.5;}
.cardTitle .date{font-size:100%;font-weight:400;margin-top:10px;}
.cardSummary{width:100%;background-color:#ddd;}
.cardSummary > ul{margin:20px 0px 0px;padding:25px 35px 25px 35px;background-color:#f9f9f9;}
.cardSummary > ul > li{list-style:none;line-height:1.5;color:#001848;font-size:95%;font-weight:400;}
.cardDetail{position:relative;width:100%;overflow:hidden;border-bottom:1px solid #ddd;padding-top:50px;padding-bottom:50px;line-height:1.5;}
.cardDetail img{max-width:100%;}
.video {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
	padding: 0px;
}   
.video-container {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 50%;
}   
.video-container iframe {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.btnArea{width:100%;text-align:center;margin-top:50px;}
.listBtn a{display:inline-block;background:#fff;border:1px solid #1e8ab1;color:#1e8ab1;padding:20px 60px;line-height:100%;font-size:110%;font-weight:500;}
.listBtn a:hover{color:#fff;background:#1e8ab1;border:1px solid #1e8ab1;text-decoration:none;transition: 0.5s;}
.moreBtn a{display:inline-block;background:#fff;border:1px solid #1e8ab1;color:#1e8ab1;padding:20px 60px;line-height:100%;font-size:110%;font-weight:500;}
.moreBtn a:hover{color:#fff;background:#1e8ab1;border:1px solid #1e8ab1;text-decoration:none;transition: 0.5s;}


@media all and (min-width: 1400px){
	.card-item .card .card-txt-con{padding:30px 30px;} 
}
@media all and (max-width: 1024px){
    .cardSectionTit{font-size:300%;}
	.cardSectionTxt{font-size:120%;}
}
@media all and (min-width: 992px){	
    .card-item:nth-child(3n){padding:0 0 30px 0;}
}
@media all and (max-width: 991px){    
	#cardBoard{padding:0 0 13%}
	.card-item{width:50%;}
    .card-item:nth-child(2n){padding:0 0 30px 0;}
	.card-item .card .card-txt-con .card-txt-date{font-size:15px;}
	.card-item .card .card-txt-con .card-txt-tit{font-size:22px;}
	.card-item .card .card-txt-con .card-txt-subject{font-size:16px;}
	.card-item .card .card-txt-con .card-txt-more{font-size:14px;}
	.cardSummary > ul{margin:20px 0px 0px;padding:25px 25px 25px 25px;}
	.cardDetail{padding-top:30px;padding-bottom:30px;}
}
@media all and (max-width: 575px){
	#cardBoard{padding:0px 0px 50px;}
	.cardSectionTit{font-size:250%;margin-bottom:10px;}
	.cardSectionTxt{font-size:110%;margin-bottom:30px;}
	.card-item{width:100%;padding:0 0 20px 0;}	
    .card-item:nth-child(2n){padding:0 0 20px 0;}
	.card-item .card .card-txt-con .card-txt-date{font-size:13px;}	
	.card-item .card .card-txt-con .card-txt-tit{height:44px;line-height:22px;font-size:17px;margin-top:20px;margin-bottom:10px;}
	.card-item .card .card-txt-con .card-txt-subject{height:54px;line-height:18px;font-size:14px;margin-bottom:40px;}
	.card-item .card .card-txt-con .card-txt-more{font-size:13px;}
	.cardTitle{padding-top:15px;padding-bottom:15px;margin-top:20px;}
	.cardTitle h1{font-size:130%;line-height:1.3;}
    .cardTitle .date{margin-top:5px;}
	.cardDetail{padding-top:15px;padding-bottom:15px;}
	.cardSummary > ul{margin:15px 0px 0px;padding:15px 15px 15px 15px;}
	.btnArea{margin-top:30px;}
	.listBtn a{padding:15px 40px;}
}




/* ************************************ Grid Layout ************************************ */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

