@charset "utf-8";

html {overflow-y:scroll;}
body {margin:0;padding:0;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}
h1, h5, h6 { }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
h2 {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #cfcfcf;
	color: #333;
	padding-bottom: 17px;
	margin-bottom: 30px;
}
h3 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1e3b8b;
	letter-spacing: -2px;
	padding-bottom: 7px;
}
h4 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
/*	letter-spacing: -2px;*/
	padding-bottom: 20px;
}
h5 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #777;
	padding-bottom: 20px;
}

ul, nav ul, ul {margin:0;padding:0;list-style:none;}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;}
button {cursor:pointer;}

textarea, select {}
select {margin:0;}
p {margin:0;padding:0;word-break:break-all;}
hr {display:none;}
pre {overflow-x:scroll;}

a:link, a:visited, a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}
div.row {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    overflow: hidden;
/*    white-space: normal;*/
/*    white-space: nowrap;*/
/*    white-space: pre;*/
/*    white-space: pre-wrap;*/
/*    white-space: pre-line;*/
/*    white-space: inherit;*/
/*    white-space: initial;*/
/*    white-space: unset;*/
}
right {
	text-align: right;
}
left {
	text-align: left;
}
middle {
	text-align: center;
}

/* 웹 표준을 위한 음성지원 */
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


/* div 센터 정렬 */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* 첨부파일 스타일 */
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
/*    font-size: 100px;*/
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


th, td {
/*    border: 1px solid #ccc;*/
}

/************* 입력폼 컨텐츠 ************************/
strong.must {
    font-weight: bold;
    color: #f00;
}
span.input-group-addon-sm {
    font-size: 15px !important;
/*    line-height: 25px !important;*/
}
input, button, select {
    font-size: 15px !important;
    padding: 2px 4px 2px 4px;
    height: 35px !important;
}
textarea {
    font-size: 15px !important;
}
a.btn {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
a.btn-default {
    color: #000;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/************* 목록, 조회 컨텐츠 ************************/
div.list_row {
    clear: both;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
div.list_title {
    background-color: #eee;
    text-align: center !important;
}

div.view_row {
    clear: both;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
div.view_title {
    background-color: #eee;
}

div.latest_row {
    clear: both;
    border-bottom: 1px dotted #ddd;
    line-height: 30px;
/*    background-color: #f00;*/
}

@media (max-width: 767px) {
    *, input, select {
    font-size: 15px;
    }
    div.list_row {
        line-height: 50px;

    }
    div.list_title {
    }

    div.view_row {
        line-height: 50px;
    }
    div.view_title {
    }
}

/* @media (min-width: 768px) and (max-width: 992px)  {
    div {
        background-color: #f00 !important;
    }
} */

/* 매우 작은 기기들 (모바일폰, 768px 보다 작은) */
/* 부트스트랩에서 이것은 기본이므로 미디어쿼리가 없습니다. */

/* 작은 기기들 (태블릿, 768px 이상) */
/*@media (min-width: @screen-sm-min) { ... }*/

/* 중간 기기들 (데스크탑, 992px 이상) */
/*@media (min-width: @screen-md-min) { ... }*/

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */



/************* 목록, 조회 컨텐츠 ************************/
div.location {
	text-align: right;
	color: #666;
}

div.location > span {
	font-size: 12px;
}

/************* 페이징 - 현재 페이지 ************************/
li.page-current > a {
    background-color: #2a4187 !important;
    color: #fff !important;
}


small.new {
    color: #f00;
}

i.fa {
    color: #2a4187;
}

/************* 11.인사말 페이지 ************************/
img.subimg{
    margin: 10px 0;
}

div.com-info{

}

div.com-info table{
    margin: 20px 40px 40px 40px;
    width: 80%;
}

div.com-info table tr td.c-info {
    padding: 7px 20px;
}

div.com-info td.l-info span {
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #3066a1;
}

div.com-comment p {
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
	white-space: pre-line;
    padding: 0 10px 50px 10px;
}

div.com-comment p span {
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
    color: #3066a1;
	white-space: pre-line;
    padding: 0 10px 30px 10px;
}

div.com-comment h3 {
    font-family: 'Nanum Myeongjo', serif;
	font-weight: bold;
	font-size: 20px;
    color: #333;
	letter-spacing: -2px;
	white-space: pre-line;
    padding: 0 10px 60px 10px;
    text-align: right;
}

/************* 12.회사연혁 페이지 ************************/
div.l12{
	height: 800px;
	background: url('/img/company/bg_history.png') 0 100px no-repeat;
}

div.r12{
	border-width: 3px 0 3px 3px;
    border-style: solid;
    -webkit-border-image:
      -webkit-gradient(linear, 100% 0, 0 0, from(#17295b), to(#9daab7)) 1 100%;
    -webkit-border-image:
      -webkit-linear-gradient(right, #17295b, #9daab7) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(right, #17295b, #9daab7) 1 100%;
    -o-border-image:
      -o-linear-gradient(right, #17295b, #9daab7) 1 100%;
    border-image:
      linear-gradient(to right, #17295b, #9daab7) 1 100%;
}

@media (max-width: 991px)  {
    div.r12 {
        border: none;
		padding: 0;
    }
}

div.rr12{
}

span.year{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 27px;
	color: #408bd3;
	letter-spacing: -2px;
}

span.month{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #7e9cbd;
	letter-spacing: -2px;
}

div.dot_bb {
	border-bottom: 1px dashed #aaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/************* 13.사업영역 페이지 ************************/
div.l15{
	height: 500px;
	background: url('/img/company/bg_member.png') no-repeat;
}

div.memcbox table {
    margin: 30px 0 50px 0;
}

div.memcbox table tr td.comment{
    padding: 15px 10px;
}

div.memcbox td.comment span.mem-city {
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
    color: #3066a1;
	white-space: pre-line;
    padding: 0 10px 30px 10px;
}

div.memcbox td.comment span.mem-nuber {
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
    color: #555;
	white-space: pre-line;
    padding: 0 10px 30px 10px;
}

/************* 14.오시는길 페이지 ************************/
span.comment {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 15px;
	color: #777;
	letter-spacing: -1px;
	line-height: 30px;
	white-space: pre-line;
}

/************* 15.회원사 페이지 ************************/


/************* 20.제품소개 페이지 ************************/
p.comment {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 15px;
	color: #777;
	letter-spacing: -1px;
	line-height: 20px;
	white-space: pre-line;
}

p.comment > b {
	color: #2470bc;
}

span.sub-comment {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 14px;
	color: #777;
	letter-spacing: -1px;
	line-height: 20px;
	white-space: pre-line;
}

h2.product {
	border-bottom: none;
	padding-bottom: 0;
}

.preview {
	display: inline-block;
	padding-bottom: 10px;
}

.btn_preview {
	padding-bottom: 30px;
}

span.product-menu {
	width: 300px;
	height: 54px;
	display: inline-block;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	line-height: 50px;
	white-space: pre-line;
	background-color: #235eac;
}

/************* 21.PMS 페이지 ************************/
div.l21 {
	height: 500px;
	background: url('/img/product/bg_pms5is.png') 10px 50px no-repeat;
}

div.merit {
	margin: 20px;
}

div.merit > .comment {
	margin: 0 0 10px 10px;
	padding-left: 10px;
	background: url('/img/bullet02.png') 0 7px no-repeat;
}

/************* 22.CRIS 페이지 ************************/


/************* 23.MEDIS 페이지 ************************/


/************* 24.WS 페이지 ************************/
img.wstitle {
	padding: 10px;
}

span.ws-merit {
	padding-left: 5px;
	width: 400px;
	height: 26px;
	display: inline-block;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	line-height: 26px;
	white-space: pre-line;
	background: linear-gradient(to right, #386cd1 , #fff);
	margin-bottom: 8px;
}

span.ws-merit > b {
	color: #0d48ba;
	font-weight: bold;
}

span.ws-merit-long {
	padding-left: 5px;
	width: 650px;
	height: 30px;
	display: inline-block;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	line-height: 30px;
	white-space: pre-line;
	background: linear-gradient(to right, #386cd1 , #fff);
	margin-bottom: 8px;
}

span.ws-branch {
	padding-left: 20px;
	width: 164px;
	height: 34px;
	display: inline-block;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	line-height: 34px;
	white-space: pre-line;
	background: #386cd1;
	margin-bottom: 8px;
}

span.ws-feature {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	display: inline-block;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	line-height: 40px;
	white-space: pre-line;
	background: #386cd1;
	margin: 40px 0 0 5px;
}