/** 웹폰트 호출 **/
@import url(http://fonts.googleapis.com/css?family=Damion);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

body, .body-layout{
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif !important;
    letter-spacing: -0.5px;
    word-break:break-word;
}

h1, h2, h3, h4, h5, h6, p{font-family: 'Noto Sans', sans-serif !important;}
.caption a{font-family: 'Noto Sans', sans-serif !important;}

.carousel-control{display: none;}

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;   /*외부 여백*/
}

/** 로고위치(상하) 조절 **/
.navbar-brand{
    padding: 0;
    margin-top: 30px;
}
.navbar-brand img{
    margin-bottom:12px;
}

/** 모서리 각지게 **/
.none-radius{border-radius: 0px !important;}

/** 최상단여백 크기 설정 **/
.topmarginLay_a{padding:55px;}
@media (max-width: 768px) {
.topmarginLay_a{padding:85px;}
}
@media (max-width: 768px) {
.topmarginLay_a{padding:85px;}
}

/** 각각의 페이지 타이틀 설정 **/
.panel-default >.vine-title-title{background-repeat: none;padding:30px 0;}

/** 타이틀백그라운드 이미지 **/
.custom-back1{border-bottom:1px solid #333;}

/** 메뉴구분선 삭제 **/
.navbar-inverse .divider-vertical {border-right-color: rgba(236, 205, 171, 1);border-left-color: rgba(195, 130, 16, 1);display:none;}

/** 서브메뉴 하단 보더처리 **/
.navbar-nav > li > .dropdown-menu {border-bottom: 5px solid #7C5852;border-radius: 3px;}

/**페이지 타이틀**/
.vs-title-box{background:#fff;border:1px solid #ddd;background-image:url(/skin/img/title-deco.png) no-repeat right bottom;margin:0 0 55px;}
.vs-title-img{}
.vs-title-img img{width:100%;}
.vs-title-txt{}
/*css3 애니메이션 입니다. 익스플로러 9 이하 버전에서는 작동하지 않습니다.*/
/*.navbar-brand>img {  animation-duration: 1s;  animation-name: slidedown;}*/
/*@keyframes slidedown {*/
/*  from {    margin-top: -200px;    width: 100%  }*/
/*  to {    margin-top: 0px;    width: 100%;  }*/
/*}*/
/*@-webkit-keyframes slidedown {*/
/*  from {    margin-top: -200px;    width: 100%  }*/
/*  to {    margin-top: 0px;    width: 100%;  }*/
/*}*/

/**ClearFix**/
.dh-board,.dh-view-box{clear:both;}

/**인트로 HTML 설정**/
.intro-html{margin:25px 0;}
.vs-intropanel{background:#fff;padding:10px;border:1px solid #ddd;min-height:250px;}
.vs-intropanel p{font-size:11px;}
.vs-intropanel a{color:#000;display:block;}

/*Vine*/
p.vBox{
   /*max-width:800px;*/
   margin:20px auto !important;
   padding:15px;
   font-size:14px;
   line-height:28px;
   font-weight:400;
   color:#999;
   background:#f8f8f8;
   border-top:3px solid #eee;
   border-bottom:3px solid #eee;
}

.vSubtitle{font-size:12px;padding:0 0 0 40px;}

.vborder#DDD{border:1px solid #ddd;}

.vboxH450{height:450px;}
.vbox1{background:#FFF; padding:15px; border:1px solid #ddd;margin:0 0 15px;}
.vbox2{background:#FFF;}

.thumbnail {margin:0 0 15px 0;}

/* 11st Template Initial Publishing */
body {color: #444444; line-height: 1.7; background-color: #fafafa;}

/* navigation */
.navbar {margin-bottom: 0;}
.navbar-inverse {
    background: #fff;
    border-bottom: 0;
}
.navbar-collapse{
    margin:0 -15px !important;
    border-bottom:1px solid #eee !important;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 20px 35px 15px;
    margin: 20px 0 0;
    color: #333;
    font-size: 16px;
    text-shadow: none;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #1464a8;
}
.navbar-toggle{
    margin-top:30px;
}

.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: #333;
	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;
}
.navbar .glyphicon {
	color: #333;
}
.caret {display: none;}


/* 상단 서브 메뉴 설정 시작 */
.navbar-nav > li > .dropdown-menu {border-bottom: 3px solid #1464a8;}
.dropdown-menu{
    margin: 0;
    padding: 2px 0 2px;
    left: 0 !important;
    right: auto !important;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-width: 185px;
}
.dropdown-menu > li > a{
	background-color: transparent;
    color: #333;
    padding: 12px 20px 12px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.dropdown-menu > li > a:hover{
    background-image:none;
    background-color:#f7f7f7;
    color:#1464a8;
}
/* //상단 서브 메뉴 설정 끝 */
/* //navigation */

/* slide */

.fill {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.fill h1 span{
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    padding: 0;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
    font-size: 36px;
    border-bottom: 1px solid #fff;
    line-height: 52px;
}
.carousel-caption{
    position: absolute;
    right: 15%;
    top: 50%;
    left: 15%;
    z-index: 10;
    margin-top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
/* //slide */

/* main page */
/* top */
.main .top {
    padding: 20px;
    background-image: url('/skin/img/main/bg_t.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.main .top h2 {margin: 10px 0; color: #fff; font-weight: 400;}
.main .top p {color: #939393; font-size: 15px;}
.main .top img {padding: 25px 0;}

/* middle (left) */
.main .middle .left {
    width: 675px;
    position: absolute;
    padding: 30px 10px;
    background-color: #f0f0f0;
}
.main .middle .left .box {padding: 15px; background-color: #fff; border-right: 2px solid #f0f0f0;}
.main .middle .left .box:hover {background-color: #f0f0f0;}
.main .middle .left .box table h4 {margin: 0; color: #4d4d4d;}
.main .middle .left .box p {margin: 10px 0; color: #7B7777; line-height: 1.3;}

/*  middle (right) - widget (NOTICE) */

/*.intro-widget-layout {width: 495px; float: right; background-color: #f0f0f0;}*/
.intro-widgetbox {
    padding: 0 0 10px;
    margin-top:0;
}

.intro-widgetBoardbox {border: none;}
.intro-widgetBoardbox > a {padding:5px 0; background: #fff;}
.intro-widgetBoardbox > a:hover {padding:5px 0px;}
.intro-widgetBoardbox > a > h5,
.intro-board-layout .page-header h4{
    color: #333;
    margin: 0;
    font-size: 15px;
    font-weight:bold;
}
.intro-widgetBoardbox > a > h5{
    padding-bottom: 8px;
    margin-top: 31px;
}
.fa-angle-right::before {content: url('/skin/img/main/btn_plus.png');}

.intro-widget-list-box > ul > li {padding: 7px 0;}
.intro-widget-list-box > ul > li > a {color: #777777 !important; font-size:12px;}
.intro-widget-list-box > ul > li > .widget-list-row-regdate {font-size: 11px;}

/* middle2 */
.main .middle2, .main .bottom {padding: 30px 0;}
.main .middle2 .title {margin-bottom: 15px;}
.main .middle2 .title h4 {padding-left: 50px;}
.main .middle2 .title img, .main .bottom .title img {float: left;}
.main .middle2 ul {padding-left: 0;}
.main .middle2 ul li::before {content: url('/skin/img/main/ico_arrow.png');}
.main .middle2 ul li {list-style-type: none; line-height: 1.9; color: #7B7777;}
.main .middle2 .contents-r img {}

/* bottom */
.main .bottom {color: #fff; background-color: #8f8f8f;}
.main .bottom .title h4 {margin-top: 3px; margin-bottom: 20px; padding-left: 35px; font-weight: 400;}
.main .bottom h5 {margin: 0 0 10px; font-size: 29px; font-weight: 600;}
.main .bottom ul {padding-left: 20px;}
.main .bottom ul li, .main .bottom p {color: #f0f0f0; font-weight: 400;}
.main .bottom p {padding-left: 35px;}
/* //main page */



/* sub page */

.sub .menuTitle {
    background-image: url('/skin/img/sub/bg_menuTitle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.sub .menuTitle > div {padding: 30px; background-color: rgba(0, 0, 0, 0.4);}
.sub .menuTitle h2 {margin: 0; color: #fff; font-size: 38px; font-weight: 400;}
.sub .menuTitle p {margin: 5px 0 0; color: #ddd;}

.sub .route {float: none; padding: 30px 0;}
.sub .route > div {padding: 0;}
.sub .route h4 {display: none;}
.sub .route ol {display: inline-block; margin: 0; padding: 0; list-style-type: none;}
.sub .route li {float: left; color: #919191;}

.sub .subTitle img:nth-child(1) {padding-left: 4px;}
.sub .subTitle h3 {float: left; margin: 10px 0 30px; color: #1464a8; font-size: 30px;}

.sub .contents {margin-top: -30px;}
.sub .contents .nav-tabs {border-bottom: 2px solid #1464a8;}
.sub .contents .nav-tabs > li {margin-bottom: -2px;}
.sub .contents .nav-tabs > li > a {
    width: 150px;
    padding: 15px;
    color: #565656;
    font-size: 16px;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #1464a8;
    background-color: #fff;
}
.sub .contents .nav-tabs > li.active > a {
    color: #fff;
    border: 1px solid #1464a8;
    background-color: #1464a8;
}
.sub .contents .nav-tabs > li.active > a:focus,
.sub .contents .nav-tabs > li.active > a:hover,
.sub .contents .nav-tabs > li > a:focus,
.sub .contents .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #1464a8;
    border: 2px solid #1464a8;
}

.sub .contents .tab-content {margin: 30px 0; padding: 40px 40px 60px; border: 1px solid #dfdfdf;}

.sub .contents big {
    color: #333;
    font-size: 30px;
    border-bottom: 1px solid #333;
    line-height: 1;
    letter-spacing: 1px;
}
.sub .contents big span:nth-child(1) {color: #1464a8; font-weight: 600;}

.sub .contents .txt::first-letter {font-size:200%;}

.sub .contents .sign {margin-top: 40px; padding-left: 230px}
.sub .contents .sign span {float: left; padding-top: 35px; font-size: 18px;}
/* //sub page */

/* social area */
.socialArea {display: none;}
/* //social area */

/* footer */
.footer_copy .text-center {
	padding: 0;
    margin: 0;
    margin-top: 30px;
    color: #777777;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #eee;
    background: #ededed;
}
.footer_text{background: #ededed; border-top: 1px solid #a4a4a4;}

.footer_copy .footerBox {
    margin: 0 auto;
    padding: 30px 20px;
    width: 1170px;
    border-top: none;
    background-color: #fff;
}
.footer_copy .txt >div{
    display:inline-block;
}


.footer_copy .info, .footer_copy .copy {padding: 0 15px;}
.footer_copy .logo {padding: 0;}
.footer_copy .info span {padding: 0 10px;}

.footer_copy a {color: #777777;}
.footer_copy a:hover {color: #777777;}
.footer_copy img{
    margin:0 auto;
}
.footer_copy ul li,
.footer_copy address,
.footer_copy span,
.footer_copy .copy {
    color: #777777;
    font-size:12px !important;
}
.footer_copy ul{
    margin-top:15px;
    padding:0;
}
.footer_copy ul li {float: left; padding: 0 10px; list-style-type: none;}
.footer_copy address {display: inline-block; margin: 0; text-align: left;}
@media (max-width:767px){
    .footer_copy .footerBox{
        padding:30px 0;
    }
    .footer_copy .text-center{
        text-align:center;
    }
}
@media (max-width:991px){
    .footer_copy .footerBox{
        width:100%;
    }
}
@media (min-width:767px) and (max-width:991px){
    .footer_copy .txt ul{
        margin:0;
    }
}
/* //footer */

/* //11th Template Initial Publishing */

.menu-top img{
    float: right;
    cursor: pointer;
    margin-left: 5px;
    margin-top:2px;
}

.menu-top{
    text-align: right;
}
@media(min-width:992px){
    .menu-top{
        padding:0;
    }
}

.flexslider{
    margin:0 auto;
}
@media (min-width:992px){
    .container.sub-layout{
        padding:0;
    }
}


.intro-widget-list-box > ul{
    padding: 15px 0 3px;
}
.intro-board-widget-layout > .intro-board-layout .intro-boardbox{
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}
@media (min-width:768px){
    .intro-board-widget-layout > .intro-board-layout .intro-boardbox{
        padding:0;
    }
    .intro-board-widget-layout > .intro-widget-layout{
        padding-right:0;
    }
    .intro-board-widget-layout > .intro-board-layout{
        padding:0 15px 0 0;
    }
}

@media (max-width:767px){
    .intro-board-widget-layout > .intro-board-layout{
        padding:0;
    }
}
.intro-board-layout .page-header .fa:before{
    content: url('/skin/img/main/btn_plus.png');
}
.intro-board-layout .page-header .fa{
    position: absolute;
    top: 0px;
    right: 0px;
}
.intro-board-widget-layout .intro-board-layout .thumbnail{
    border:0;
     -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075); 
     box-shadow: 0 0px 0px rgba(0,0,0,.075); 
}
.intro-board-widget-layout .intro-board-layout .thumbnail a{
    background-size: cover !important;
    height: 98px !important;
    border: 0 !important;
}
.intro-board-widget-layout .intro-board-layout .thumbnail .caption{
    padding: 0 0 6px;
}
.intro-board-widget-layout .intro-board-layout .thumbnail .caption h5 a{
    font-size:13px;
    font-weight:bold;
}
.dh-front-blog > .col-md-4 > .thumbnail{
    min-height: 0;
    margin-bottom: 0;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption p a{
    font-size: 12px;
    color: #777777;
}
.intro-widget-list-box > ul >li+li{
    border-top:0px;
}

.intro-board-layout .page-header{
    padding-bottom: 13px;
    margin: 36px 0 25px;
    position:relative;
}

/*html 영역*/
.intro-html-layout,
.intro-html-layout .main-contents > div,
.intro-html-layout .main-contents > div > div > .main-sub-contents div:first-child{
    padding:0;
}

@media (min-width:768px){
    .main-contents .title{
        padding:0;
    }
}

@media (min-width:768px){
    .intro-html-layout .main-contents .tab-left{
        padding-left:0;
    }
    .intro-html-layout .main-contents .tab-right{
        padding-right:0;
    }
}

@media (min-width:768px) and (max-width:991px){
    .intro-board-widget-layout .intro-boardbox .dh-front-blog > div:last-child{
        display:none;
    }
}

@media (max-width:991px){
    .intro-html-layout .main-contents .main-sub-contents .col-md-7{
        padding:0;
    }
}

.main-contents img{
    margin-bottom:15px;
}

.main-contents .main-sub-contents{
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.intro-html-layout .main-contents .title{
    font-size:15px;
    color:#333333;
}
.intro-html-layout .main-contents .sub-title{
    font-size:13px;
    color:#333333;
    margin: 0 0 20px 0;
}
.intro-html-layout .main-contents p{
    font-size:12px;
    color:#777777;
}


/*게시판*/
.dh-board>.table-hover{
    border-top: 2px solid #1464a8;
    border-bottom: 2px solid #1464a8;
    margin-top: 0;
}

.page-top-text{
    position: absolute;
    top: 40px;
    left: 95px;
    color: #fff;
}

.sub-page-top h3{
    font-size:25px;
    font-weight:bold;
}

.sub-page-top .sub-page-header h3{
    margin-bottom: 0;
    padding-bottom: 20px;
}

.sub-page-top .page-top-text p{
    font-size:12px;
}

@media (max-width:767px){
    .sub-page-top img{
        height:100px;
    }
    .sub-page-top .page-top-text{
        top: 5px;
        left: 30px;
    }
}

@media (min-width:767px) and (max-width:991px){
    .sub-page-top img{
        height:100px;
    }
    .sub-page-top .page-top-text{
        top: 5px;
        left: 30px;
    }
}
.label-danger{
    background-color: rgba(255,255,255,0);
}
.label{
    color: #1e9eda;
}

/* table 설정 시작 */
table{
    font-size:10pt;
    width:100%;
    border-top:2px solid #1464a8;
    border-bottom:2px solid #ccc;
    margin-bottom: 60px;
}
tr{
    line-height:20pt;
}
th{
    padding:8px 14px;
    color:#333;
    background-color: #f7f7f7;
    border-top:1px solid #eee;
    border-bottom:1px solid #ddd;
}
td{
    padding:8px 14px;
    background-color:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
/* //table 설정 끝 */


/* 게시판 설정 시작 */
.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: 13px 8px;
}
.dh-board > .table-hover{
    border-top: 2px solid #1464a8;
    border-bottom: 2px solid #ccc;
}
.dh-board > .table-hover > tbody > tr:hover{
    background-color:#f7f7f7;
}
.dh-margin-top{margin-top: 20px;}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color:#1464a8;
    border-color:#1464a8;
}

/* 게시판 버튼 설정 */
a.btnRead{font-weight: 500;}
.btn-group, .btn-group-vertical{margin: 10px 0 30px;}
/* //게시판 설정 끝 */

/*문의하기*/
#mailForm{
    border-top: 2px solid #1464a8;
    border-bottom: 2px solid #1464a8;
    padding: 20px 0;
}
#mailForm .form-group label {
    float: left;
    width: 15%;
    text-align: left;
    font-size: 15px;
    margin-top:5px;
}
#mailForm .form-group .form-control {
    display: inline-block;
    font-size: 13px;
}
#mailForm .checkbox{
    width:100%;
}
#mailForm .checkbox label{
    width: 100%;
    font-size: 12px;
    color: #777777;
}
#mailForm input[value='Send Message'],
#mod_type_formForm .save{
   width: 250px;
    height: 45px;
    margin: 0 auto;
    background-color: #1464a8 !important;
    border: 0px;
    background: url('');
    color: #fff;
}
#mailForm > div:nth-child(4){
    margin-bottom:0;
}

@media (min-width:992px){
    #mailForm{
        width:1170px;
    }
    #mailForm .form-group label{
        padding-left: 60px;
    }
    #mailForm .checkbox label{
        padding-left: 195px;
    }
    #mailForm .form-group .form-control{
        width: 80%;
    }
}

@media (min-width:992px){
    #mailForm > p,
    #mailForm > div:nth-child(4) p{
        padding-left:175px;
    }
}

/*회사소개*/
.sub-page-top{
    position:relative;
}

.sub-page-top .tab-btn{
    position: absolute;
    bottom: 0;
    right:0;
    font-size: 15px;
}
.sub-page-top .sub-page-header{
    border-bottom:1px solid #eee;
}
.tab-btn li{
    float: left;
    list-style-type: none;
    border: 1px solid #eee;
    padding: 12px 0px 0;
}
.tab-btn li:nth-child(1),
.tab-btn li:nth-child(2){
    border-right-width: 0px;
}
.tab-btn li a{
    padding: 10px 43px 0;
    position: relative;
    top: -5px;
    color:#333;
}

.blue-cl{
    color: #1464a8;
}
.company-introduce p{
    margin:0;
    color:#777777;
}

.company-introduce .sub-contents{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top:20px;
}
.company-introduce .sub-contents > p{
    font-size: 15px !important;
    color: #1464a8;
    display: inline-block;
    border-bottom: 2px solid #1464a8;
    width: 58px;
}
.company-introduce .tab1 .col-md-7 h4,
.company-introduce .tab2 .col-md-7 h4{
    font-size:30px;
}

.company-introducee .sub-contents p{
    font-size:13px;
    color:#777777;
}

.company-introduce .ceo-sign p{
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.company-introduce .tab1 .col-md-7,
.company-introduce .tab2 .col-md-7,
.company-introduce .tab3 .col-md-7{
    margin-bottom:15px;
}

.tab-btn .on{
    background-color: #1464a8;
}
.tab-btn .on a{
    color:#fff;
}


.tab-btn a:hover, .tab-btn a:focus{
    text-decoration:none;
}
.company-introduce .tab2,
.company-introduce .tab3{
    display:none;
}


@media (max-width:767px){
    .company-introduce .sub-contents{
        margin-top:50px;
    }
    .sub-page-top .tab-btn{
        bottom:-38px;
    }
    .tab-btn li a{
        padding: 10px 29px 0;
    }
}


.intro-board-widget-layout .intro-board-layout .intro-boardbox:nth-child(1){
    display:none;
}
.intro-board-widget-layout .intro-widget-layout .intro-widgetbox:nth-child(1){
    display:none;
}

.main-contents .main-sub-contents p{
    background: url('/skin/img/dot.png') no-repeat left top;
    padding-left: 15px;
}

.navbar-inverse .navbar-nav > li > a{
    color:#fff;
}


.footer_copy .txt ul li,
.footer_copy address{
    color:#fff;
}

.company-introduce .org img{
    margin:0 auto;
}

.dh-view-box{
    padding:0 15px;
}


.bbs-list-index-layout table thead tr th{
    color:#fff;
}

#insertForm h2{
    color:#fff;
}

#insertForm .form-group label{
    color:#fff;
}

#mailForm .form-group label{
    color:#fff;
}

#insertForm .input-group .input-group-btn input,
#insertForm .input-group .input-group-btn:first-child button,
#insertForm .form-group:last-child button{
    background-image: url('');
    background-color: #fff;
    color: #fff;
}

#insertForm .input-group .input-group-btn button{
    background-image: url('');
    background-color: #1464a8;
    color: #1464a8;
    text-shadow: 0px 0px 0px;
}

.flexslider .intro-text span{
    display:none;
}

.dh-view-info span strong{
    display:none;
}

/*reset------------------------------*/
.intro-widget-layout{display:none;}
.intro-board-layout{width:100%!important;}
.main_grid .col-sm-4{width:32.3333333333%;}
@media only screen and (max-width:998px){.main_grid .col-sm-4{width:100%!important;}}
.main_grid .inner{margin:10px;}
.main_grid .inner h4{float: left; margin: 20px 0 0; padding: 0 5px 0;}
.list-row-contents{display:none;}
.dh-front-list2 h6{ border-bottom: 1px dashed #ededed;  padding: 2px 0 10px;}
.page-header h4{font-weight:bold;}

/*common-layout----------------------*/
.footer_text{text-align:center; padding:20px 0 0;}

/* head */
.head{ border-bottom: 1px solid #dedede; padding: 4px 10px 10px; margin-bottom:30px;}    
.head .inner{position:relative;}    
.head h2{margin: 0; padding: 0; font-weight: 400; color: #555;}
.head ul{ position: absolute; right: 0; bottom: 0; margin: 0; font-size: 13px; font-weight: 300; color: #777;}  
@media only screen and (max-width:768px){ .head ul{ position: relative; margin-top:10px;}} 

.visual_box{overflow: hidden; width: 100%; height: 140px; position: relative; margin: 0 auto; margin-bottom: 20px;}
.visual_box img{width:100%;}
@media only screen and (max-width:768px){ .visual_box img{width:100%; height:100%; margin-top:0!important;} }    
.visual_bg{position:absolute; left:0; top:0; width:100%;height:100%; background:rgba(0,0,0,0.0); z-index:999;  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);}
    
/* content_wrap */
.content_wrap{width:95%; margin:0 auto; padding-top: 30px;}    
.content_wrap p{ color: #555;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 20px 0;
}
/* //page_wrap */
/* //head */

/*common-css-------------------------*/
.padd00{padding:0;}
.f-green{color:#8BC34A;}
.f-red{color:#F44336;}
.f-bold{font-weight:bold;}
.marg-b20{ margin-bottom: 20px;}
.marg_b00{margin-bottom:0;}
.line_style01{margin:50px 0;}
.marg-l10{margin-left: 10px;}
.cust_width{width:93%!important;}
/*common-module----------------------*/
.list-style01 .title,
.list-style01 .arti{display:inline-block; *display:inline; zoom:1; vertical-align:top;}
.list-style01 .title{width:12%; min-width:74px; font-weight:bold;}
.list-style01 .arti{width:86%;}
.list-style01 li{margin-bottom:7px;}

.list-style02{padding-left:25px;}
.list-style02 li{margin-bottom:15px;}

.list-style03 .title{width:20%; min-width:78px; font-weight:bold;}
.list-style03 .arti{width:77%;}

.list-style04{margin-left:40px;}
.list-style04 .title{width:12%; min-width:127px; font-weight:bold;}
.list-style04 .arti{width:80%;}

.list-style05{margin-left:40px;}
.list-style05 .title{width:21%; min-width:292px; font-weight:bold;}
.list-style05 .arti{width:70%;}

/*main-------------------------------*/
.main_grid .btn{
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #0768B0;
    float: right;
    margin: 20px 0 0;
}
.main_grid .btn a{
    display: block;
    color: #0768B0;
    line-height: 16px;
    padding: 4px 20px 4px;
}
.main_grid .btn:hover{
    background-color: #0768B0;
    border: 1px solid #0768B0;
}
.main_grid .btn:hover a{
    color: #fff;
}

.main_grid .col-xs-12 h4{font-weight:bold;}

/*supply_page------------------------*/
.supply_grid01 img, 
.supply_grid02 img{margin-bottom:37px;}
/*다국어 버튼*/
.menu-top{width:100%; background:#fff; padding-top:5px;}
.menu-top_inner{width:100%; max-width:1170px; margin:0 auto;}