/* Add here all your css styles (customizations) */

@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');

* { font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Nanum Gothic', sans-serif;*/
    font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}

body {
    font-size: 14px;
}

.header .topbar ul.loginbar li i.fa {
    color: #222;
}

/*body { font-family: 'Open Sans', sans-serif; font-size: 14px;}*/

/*body{font-family: 'Lato', sans-serif;}*/

/*각메뉴 타이틀 대문자를 일반으로 변경*/
.breadcrumbs-v3 p {
    text-transform: none ;
}


.english strong{
	font-family: 'Open Sans', sans-serif !important;
}

.english{
	font-family: 'Open Sans', sans-serif !important;
}

.parallax-quote-in p {
    font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}

.color-green {
    color: #72C02C;
}


.modalLoding {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loding.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}

body.loading .modalLoding {
    display: block;
}

.header {
    border-bottom: 2px solid #C9C9C9;
}

.breadcrumbs {
    background: transparent url("../img/patterns/15.png") repeat scroll 0% 0%;
    border-bottom: 1px solid #C9C9C9;
}

.box-line{
	border: 1px solid #C9C9C9;
}

.bold{font-weight: bold !important;}

.cursor{cursor: pointer;}

.content-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}


blockquote.hero:hover {
	background: #eee;
	border-left-color: #E74C3C;
}


.headline-center h2::after {
    width: 70px;
    margin-left: -35px;
}



/*마우스 선택영역 색상 표시*/
::-moz-selection {
	color: #fff;
	background: #082F95;
}
::selection {
	color: #fff;
	background: #082F95;
}

/* table back 컬러*/
.table-back {
    background-color: #F9F9F9;
}

/* table 여유공간 없음.*/
.table .no-space {
    padding: 0;
    margin: 0;
}


/*하단 */


.footer-v1 .footer .map-img {
    background: transparent url("../../img/main/map-img.png") no-repeat scroll 5px 30px;
}


.footer {
    /*padding: 10px 0px ;*/
    color: #EEE;
}

.footer-v1 .footer {
    padding: 10px 0px;
    background: #272727 none repeat scroll 0% 0%;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #4765A0;
    border-radius: 5px !important;
    
}

.footer .family select:focus{
	border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}

.copyright .browser{
	text-align: right;
	margin-top: 12px;	
}

.copyright p{
    font-size: 13px;
    margin-bottom: 0px;
}

.latest-list li {
	display: inline-block;
	border-top: medium none;
}

.latest-list > li + li::before {
    content: "/ ";
    padding: 0px 5px;
    color: #CCC;
}

.footer .family{
	color: black;
	padding: 3px 5px 3px 10px;
    width: 150px;
    height: 22px;
    border: 0;
    background: #FFF url(../../img/select_arrow.gif) no-repeat scroll 95% 50%;
    font-size: 12px;
    
    outline:0;
    appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;

}

.footer .container p{
	padding-top: 20px;
}



.mo_view{
	display: none;
}

@media (max-width: 768px) {
  .mo_none{
  	display: none;
  }
  
  .mo_view{
  	display: block;
  }
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
	.breadcrumbs-v3 p {
	    font-size: 30px;
	    font-weight: 600; 
	}
}

.word-break{
	word-break: keep-all;
}

/* 검색창 이미지 */
.ui-menu-item img{
	width: 40px !important;
}
