/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}

/* 폰트 설정 */
* {font-family: 'Noto Sans', 'Noto Sans CJK KR', 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans', 'Noto Sans CJK KR', 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	/*background-image:url('/skin/img/back_navi.gif'); */
	border-color:#f6f6f6;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 20px 20px;
    margin: 10px 0 0;
    font-size:30px;
    font-weight:600;
}
.navbar-brand img {
	padding-top: 10px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse{
    background-color:#dedede;
    background-image:none;
}
.navbar-inverse .navbar-nav > li > a{
	background-color: transparent;
	color: #555;
	font-size: 15px;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	padding: 15px 20px 20px 20px;
    margin: 30px 0px 0px 0px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover{
    color:#0876f3;
    background-color:transparent;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu{
    left: 0 !important;
    right: auto !important;
    margin: 0;
    padding: 0;
}
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#333333;                /*텍스트 색*/
	padding: 13px 20px 13px 20px;      /*내부 여백*/
	margin: 0px 0px 0px 0px;       /*외부 여백*/
	font-size:14px;
}
.dropdown-menu > li > a:hover{
    background-image: none;
    background-color: #f7f7f7;
    color: #0876f3;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
	background-color:#ffffff;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/


/* 3th Template Initial Publishing */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    color: #4D4D4D;
}

/**************** 1. 네비게이션 영역 시작 ****************/
.btnEdit i,
.btnDelete i {
	color: #eee;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open>a:focus,
.navbar-inverse .navbar-nav > .open>a:hover {	
	color: #3A3A3A;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-inverse .navbar-nav > .open>a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #333;
}
.caret {display: none;}

.navbar-right {margin-right: 40px;}

/* 모바일 환경일 때 메뉴 버튼색 */
.navbar-header .navbar-toggle {background-color: #333;}

/* 모바일 환경일 때 메뉴 배경색 */
.navbar-collapse {background-color: #E0FFFF;}

/* 라인 투명 */
.navbar-inverse .divider-vertical {
    border-right-color: transparent;
    border-left-color: transparent;
}

/* 네비바 하단 테두리 */
.navbar-inverse {border: none;}

.navi-bottom {width: 100%;}

/* Desktop */
@media (min-width: 768px) {
    /* 데스트탑 환경일 때 메뉴 배경색 - 흰색 */
    .navbar-collapse {background-color: #dedede;}
}
/***************** 1. 네비게이션 영역 끝 *****************/


/******************* 2. 메인 영역 시작 *******************/

/**************** 2-1. 슬라이드 영역 시작 ****************/
/*.container_slide {margin-top: 5px;}*/
.fill{background-size:100% 100%;}

/* 슬라이드 텍스트 위치 조정 */
.flex-caption {top: 35px; left: 120px;}

/* 슬라이드 텍스트 */
.flex-caption span.intro-title {color: #333; font-weight: 500; background: #FFFFFF; line-height: 1.1;}
.flex-caption span.intro-text {color: #333;}
.flex-caption span.color {color: #A01B1E; background: #FFFFFF;}
/***************** 2-1. 슬라이드 영역 끝 *****************/

/******************* 2-2. DIV 영역 시작 ******************/
/* '+' 아이콘 색*/
.pull-right {color: #333 !important; font-weight: 500;}

.intro-html-layout > div {padding-left: 0; padding-right: 0;}

/******************* top 영역 시작 ********************/
.mainPage .wrapTop {
    display:none;
    margin-top: 40px;
    padding: 2px 15px 0 15px;
    background-image: url('/skin/img/main/bg_navi_bottom.gif'); background-repeat: no-repeat; background-size: contain;
}

.mainPage .top .panel {height: 544px; border: 1px solid #EBEBEB;}

/* 아이콘 이미지 */
.mainPage .top img {width: 100px; margin-top: 100px; margin-bottom: 30px;}

/* 텍스트 */
.mainPage .top p {font-size: 17px; font-weight: 700; text-align: center;}

/* 배경 이미지 */
.mainPage .top-back1 {background-image: url('/skin/img/main/bg_top1.png'); background-repeat: no-repeat; background-size: contain;}
.mainPage .top-back2 {background-image: url('/skin/img/main/bg_top2.png'); background-repeat: no-repeat; background-size: contain;}
.mainPage .top-back3 {background-image: url('/skin/img/main/bg_top3.png'); background-repeat: no-repeat; background-size: contain;}
/******************** top 영역 끝 *********************/

/****************** middle 영역 시작 ******************/
.page-header{
    padding-bottom: 8px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.mainPage .middleTitle {
    padding-left: 10px;
    padding-right: 10px;
}
.mainPage .middleTitle h4 {
    margin-bottom: 8px;
    color: #555;
    font-size: 24px;
    font-weight: 300;
}
.mainPage .middle h5 {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.mainPage .middle p {font-size: 13px;}
/******************* middle 영역 끝 *******************/

/****************** bottom 영역 시작 ******************/
.mainPage .wrapBottom {margin: 24px 0; padding: 0 30px;}
.mainPage .bottom {
    display: none;
    padding: 20px 0;
    background-image: url('/skin/img/main/bottom.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.mainPage .bottom h4 {color: #1E1E1E; font-size: 28px; font-weight: 600;}
.mainPage .bottom p {color: #1E1E1E; line-height: 1.8;}
.mainPage .bottom a {
    display: inline-block;
    padding: 20px;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    letter-spacing: 0.7px;
}
/******************* bottom 영역 끝 *******************/
/******************** 2-2. DIV 영역 끝 *******************/

/******************** 2. 메인 영역 끝 ********************/




/******************* 게시판 영역 시작 ********************/
/* 게시판 영역 테두리 */
.intro-board-widget-layout {margin-right: 0; margin-left: 0; border: 1px solid #DDD;}

/* NOTICE */
.fa-angle-right:before {content: "\f067"; font-size: 14px;}
.intro-widgetBoardbox {border: none;}
.intro-widgetBoardbox a {padding: 0; background: transparent; border: none;}
.intro-widgetBoardbox > a:hover{border: none !important; padding: 0;}
.intro-widgetBoardbox h5 {margin-bottom: 18px; color: #555; font-size: 24px; font-weight: 300 !important;}
.intro-widgetBoardbox .fa {padding: 6px 12px;}
.intro-widget-list-box > ul {padding: 0;}

/* Desktop */
@media (min-width: 768px) {
    /* NOTICE */
    .intro-widget-layout {width: 100%;}
    .intro-widgetbox {margin-top: 30px; margin-bottom: 15px; padding-right: 15px; padding-left: 15px; border-bottom: 1px solid #EEE;}
    .intro-widgetBoardbox a {padding-bottom: 0;}
    .intro-widget-list-box > ul > li {padding: 15px 0;}
    .intro-widget-list-box > ul > li > a {font-size: 13px;}
    
    /* Gallery */
    .intro-board-layout {width: 50%; margin-bottom: 21px;}
    .intro-boardbox .page-header {margin-bottom: 0; padding-bottom: 0; border: none;}
    
}
/******************** 게시판 영역 끝 *********************/

/********* 메인 HTML 영역 끝 (슬라이드 하단) **********/

/* sub page */

/* sub page title */
.subPage .top, .subPage .middle, .subPage .bottom {margin: 30px 0;}

.wrapSubTitle {padding-bottom: 15px;border-bottom: 1px solid #CACACA;}
.subTitle {display: inline-block;}
.subTitle img {float: left;}
.subTitle h2 {
    display: inline-block;
    margin: 2px 0px 0px 20px;
    font-size: 31px;
    font-weight: 500;
    color: #555;
}

.Certification{
 display: inline-block;
}
.Certification>h2{
 display: inline-block;
 margin-bottom:30px;  
    
}

 
/* sub page route */
.wrapRoute {text-align: right; margin-bottom: 20px;}
.wrapRoute .route {margin-top: -25px;}
.wrapRoute .route h4 {display: none;}
.wrapRoute .route ol {display: inline-block; margin: 0; padding: 0; list-style-type: none;}
.wrapRoute .route li {float: left; color: #595959; font-size: 12px; font-family: "NanumGothic", "나눔고딕";}
.wrapRoute .route li strong {color: #0876f3;}

h3{margin-bottom:20px;}
/* sub page contents */
.subPage h3 {
    color: #595959;
    font-size: 23px;
    font-weight: 600;
}
.subPage p{
    color: #555;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin: 10px 0 20px;
}
.subPage .back-bottom {
    padding-bottom: 30px;
    background-color: #F7F7F7;
    background-image: url('/skin/img/sub/back_middle.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
.subPage .middle > div {padding: 80px 0 0 260px;}

.subPage .bottom h3 {padding-left: 100px;}
/* //sub page */

/************* 하단 카피라이트 영역 시작 **************/
.footer_copy {max-width: 1170px; margin: 0 auto;padding: 40px;}
.footer_copy > div > .col-md-12 {padding: 0;}
/* 로고 이미지 영역 */
.footer_copy > div > .col-md-12 > .col-md-3 {padding: 0;}
/* 개인정보취급방침, 이용약관, 주소 영역 */
.footer_copy > div > .col-md-12 > .col-md-9 {padding: 0; text-align: left;}
/* 개인정보취급방침, 이용약관 링크 스타일 */
.footer_copy .link, .footer_copy a {color: #919191; font-size: 13px;}
/* 주소 텍스트 스타일 */
.footer_copy address {margin-top: -5px; color: #919191; font-size: 13px; line-height: 1.7;}

/* Desktop */
@media (min-width: 768px) {
    .footer_copy {padding: 25px 0 0;}
}
/************** 하단 카피라이트 영역 끝 ***************/

.greeting-img{
    width:100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.inner-img-box{
    border: 1px solid #ddd;
    padding: 15px 0;
    height: 150px;
    overflow: hidden;
    margin: 10px;
    background: #fff;
}
.inner-img-box img{max-width:100%;}
.row.subPage > div > div > div:nth-child(1) > div:nth-child(1) > div{padding-top:25px;}
.row.subPage > div > div > div:nth-child(1) > div:nth-child(2) > div{padding-top:50px;}
.row.subPage > div > div > div:nth-child(1) > div:nth-child(3) > div{padding-top:25px;}
.row.subPage > div > div > div:nth-child(2) > div:nth-child(1) > div{padding-top:25px;}
.row.subPage > div > div > div:nth-child(2) > div:nth-child(2) > div{padding-top:15px;}
.row.subPage > div > div > div:nth-child(3) > div:nth-child(1) > div{padding-top:42px;}
.row.subPage > div > div > div:nth-child(3) > div:nth-child(2) > div{padding-top:25px;}
.row.subPage > div > div > div:nth-child(3) > div:nth-child(3) > div{padding-top:33px;}

ol, ul{margin-bottom: 30px;}

.tg th,.tg td,.tc td, .tc th{text-align:center;}
.tg th,.tc th{background: #f7f7f7;}


.content-row{padding-bottom:20px; border-bottom:1px solid #e3e3e3; margin-bottom: 45px;}
.content-row:last-child{border-bottom:none;}

.page-logo{width:70px; float:right; margin-right:10%;}
.subPage img{max-width:100%;}

.none-margin{margin:0 25px 0; width:90%;}
.sim-table th{padding:7px;}
.sim-table{margin-left:20px;}
.panel-body h5{text-align:center;}
.btn_m:hover {
    border: 1px solid #0876f3 !important;
    background-color: #0876f3;
    color: #fff;
}
.btn_m {
    padding: 5px 15px 4px;
    display: inline-block;
    color: #0876f3;
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 0;
}

/*table*/
table{
    font-size:10pt;
    width:100%;
    border-top: 2px solid #0876f3;
    border-bottom: 2px solid #cecece;
    margin-bottom: 30px;
    word-break: break-word;
    
}
tr{
    line-height:20pt;
}
th{
    padding:8px 14px;
    color:#333;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: break-word;
}
td{
    padding:10px 10px;
    background-color:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    word-break: break-word;
}

.dh-board > .table-hover{
    border-top: 2px solid #0876f3;
    border-bottom: 2px solid #ccc;
    margin: 10px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
    padding: 12px 20px;
    line-height: 1;
    color:#555;
}
.table > thead > tr > th{
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td > strong > a{
    color:#555;
}
table td, table th{border-right:1px solid #ddd;}
table td:nth-of-type(1), table th:nth-of-type(2){border-left:1px solid #ddd;}
.footer-social-layout{width:100%; border-bottom:1px solid #dedede;}
/* //3th Template Initial Publishing */



.main_itle{color: #555; font-size: 18px; font-weight: 600; margin: 20px 0 10px;}

.m-14_sub li:nth-of-type(2) a, 
.m-14_sub li:nth-of-type(3) a, 
.m-14_sub li:nth-of-type(4) a,
.m-14_sub li:nth-of-type(6) a, 
.m-14_sub li:nth-of-type(7) a,
.m-14_sub li:nth-of-type(9) a,
.m-14_sub li:nth-of-type(10) a{text-indent: 20px; color: #a4a4a4;}

.table01_img_size img{width:170px;}
/*메인슬라이드*/
.fill{height:350px; border:1px solid #cccccc; box-shadow:4px 4px 4px #a4a4a4;}
.fill h1 span{background:none;}
.main_slide_txt01{font-size:21px; color:#fff; font-weight:bold;  }
.main_slide_txt02{font-size:27px; color:#fff; font-weight:bold; margin-top: 10px;}
.main_txt_wrap{background:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); padding:15px 30px; border-radius:4px;}
.main_txt_wrap{ width:100%; max-width:390px;}
.carousel-caption{bottom:0px; left:none; right:none; left:10%;}

.left_img_align{position: relative; bottom: 7px;}
.img_bold,
.img_border img{border:4px double #cccccc; box-shadow:4px 4px 4px #a4a4a4;}
.logo_img_algin{display: inline-block; *display:inline; zoom:1; vertical-align: middle; margin-top: -7px;}


.head_gdt{background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #0876f3 100%); 
background: -webkit-linear-gradient(top, #1e5799 0%,#0876f3 100%); background: linear-gradient(to bottom, #1e5799 0%,#0876f3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0876f3',GradientType=0 ); 
color:#fff;}