@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2019-01-03
******************************************************** */

*{-ms-word-break: normal; word-break: normal !important;}

/* ****************** gnb 수정 ********************** */
@media (max-width: 1366px){
	#gnb > ul > li > a {padding: 0 40px;}
}

/* ****************** 푸터 수정 ********************** */
@media all and (max-width:1440px){
	.ftr-gnb .inner {margin-left: 50px; max-width: 120px;}
}
@media all and (max-width:1366px){
	.footer-right-con{margin-right: 100px;}
	.ftr-gnb .inner {margin-left: 40px;}
}

/* ****************** 메인 수정 ********************** */
ul.main-rule-list li a .rule-list-inner .txt-box .sub-tit {-ms-word-break: normal; word-break: normal;}
.icon-list-wrapper li a p{-ms-word-break: normal; word-break: normal;}

@media all and (max-width:1220px){
	.customer-inner .main-board-tit {font-size: 19px;}
}
@media all and (max-width:1120px){
	.customer-inner .main-board-tit {font-size: 17px;}
	.customer-inner .board-more-btn {font-size: 13px;}
}
@media all and (max-width:1024px){
	.customer-inner .main-board-tit {font-size: 14px;}
	.customer-inner .board-more-btn {font-size: 12px;}
	.customer-inner .board-more-btn i {font-size: 12px;}
}
@media all and (max-width:880px){
	.customer-inner .main-board-tit {font-size: 13px;}
	.customer-inner .board-more-btn {font-size: 11px;}
	.customer-inner .board-more-btn i {font-size: 11px;}
}
@media all and (max-width:800px){
	.customer-inner .main-board-tit {font-size: 17px;}
	.customer-inner .board-more-btn {font-size: 12px;}
	.customer-inner .board-more-btn i{font-size: 12px;}
}



/* ------------Overview of FBCB --------------- */
.fbcb-top .fbcb-top-img, .fbcb-top .fbcb-top-txt{height:450px}
@media all and (max-width:800px){
	.fbcb-top .fbcb-top-img, .fbcb-top .fbcb-top-txt{height:300px}
}
@media all and (max-width:640px){
	.fbcb-top .fbcb-top-img{height:280px}
	.fbcb-top .fbcb-top-txt{height:auto}
}