/* common */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }

input[type="text"], input[type="password"] { 
	background:#FFF; 
	border:1px solid #afafaf; 
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}


/* Select메뉴 스타일 */
select {
  height: 26px;
  border:#bcbcbc solid 1px;
  background-color: #FFF !important;
  padding:0 20px 0 10px;
  background:url(../images/common/select_arrow.gif) no-repeat 90% 50%;
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}

/* 파일첨부 */
.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    background:#e6e6e6;
	border:#CCC solid 1px;
	border-radius: 2px;
	font-size:11px;
    color:#383838;
	font-weight: normal;
    text-align:center;
	margin-right:2px;
	margin-bottom: 0;
	padding: 6px 15px 7px 15px;
}
.file_input label:hover {
    background:#d6d6d6;
	transition: all 0.2s linear;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:200px;
    height:26px;
	font-size:12px;
    line-height:26px;
    padding:0;
    border:1px solid #c4c4c4;
}

textarea { height:22px; font-size:12px; border:1px solid #afafaf;}
button { padding-bottom:4px;}
label { vertical-align:top; padding:0; margin:0;}

.alignL         { display:inline-block;}
.alignL_fl      { float:left;}
.alignR_fl      { float:right;}
.marginL5       { margin-left:5px;}
.marginL25      { margin-left:25px;}
.marginTop20    { margin-top:20px;}
.marginTop35    { margin-top:35px;}
.marginTop60    { margin-top:60px;}
.marginBottom40 { margin-bottom:40px;}
.marginL10      { margin-left:10px;}
.marginR10      { margin-right:10px;}
.marginL20      { margin-left:20px;}
.marginR20      { margin-right:20px;}
.paddingTop50   { padding-top:50px;}
.paddingTop60   { padding-top:60px;}
.paddingTop70   { padding-top:70px;}
.paddingLR20    { padding:0 20px;}
.font01 { font-size:26px; color:#FFF;}

/* 버튼 */
.btn_default {
    text-align: center;
	vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn_main_bann { width: 170px; background-color: #00a1f5; border: 1px solid #00a1f5; border-radius: 2px; font-size: 16px; color:#FFF; font-weight: 500; line-height: 24px; padding: 9px 0 11px 0; margin-right: 10px;}
.btn_main_bann:hover { background-color: #ff723a; border: 1px solid #ff723a; transition: all 0.2s linear;}
.btn_biz01 { width: 250px; background-color: #de643f; border: 1px solid #de643f; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz01:hover { background-color: #c3451f; border: 1px solid #c3451f; transition: all 0.2s linear;}
.btn_biz02 { width: 250px; background-color: #6a9a36; border: 1px solid #6a9a36; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz02:hover { background-color: #4b761c; border: 1px solid #4b761c; transition: all 0.2s linear;}
.btn_biz03 { width: 250px; background-color: #5778ad; border: 1px solid #5778ad; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz03:hover { background-color: #335790; border: 1px solid #335790; transition: all 0.2s linear;}
.btn_support { background-color: #ffcc00; border: 1px solid #ffcc00; font-size: 18px; color: #333; font-weight: 500; padding: 12px 60px 14px 60px;}
.btn_support:hover { background-color: #ffa800; border: 1px solid #ffa800;}
.btn_mall { width: 100px; background-color: #fff; border: 1px solid #5aa1f0; border-radius: 20px; font-size: 12px; color: #5aa1f0; font-weight: 600; padding: 5px 4px;}
.btn_mall:hover { background-color: #5aa1f0; border: 1px solid #5aa1f0; color: #FFF;}
@media screen and (max-width:899px) {
	.btn_main_bann { width: 94px; font-size: 0.8em; line-height: 18px; padding: 7px 0 9px 0; margin-right: 0;}
	.btn_biz01, .btn_biz02, .btn_biz03 { margin-bottom: 5px;}
	.btn_mall { width: 100px; background: none; border: 1px solid #FFF; border-radius: 20px; font-size: 12px; color: #FFF; font-weight: 600; padding: 5px 4px;}
	.btn_mall:hover { background-color: #5aa1f0; border: 1px solid #5aa1f0; color: #FFF;}
}


/* Layout */
.wrap { width: 100%; height: 100%; min-width:320px; overflow:visible; overflow: hidden;}
.wrap_prd { width: 100%; height: 100%; display: block;}

/* 좌측 메뉴, 우측 컨텐츠 */
.cont_body { width: 190px;}
.cont_body .sidebar .top { background-color: #0a4394; font-size: 18px; color: #FFF; font-weight: 600; padding: 30px 0;}

/* GNB페이지 인식 */
#gnb li.parent > a.on { color: #0060ff;}
@media screen and (max-width:899px) {
	#gnb li.parent > a.on { color: #55b1ff;}
}

/* Top이동 */
#back-top {
	bottom: 30px;
	position: fixed;
	right: 10%;
}
#back-top a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
@media (min-width:320px) and (max-width:640px) {
	#back-top {
	bottom: 15px;
	position: fixed;
	right: 3%;
	}
}

/* 메인비주얼 슬라이드 */
.header-slider.mobile { display: none;}
.header-slider {
	float: left;
	width: 100%;
	height: 420px;
}
.header-outer .col-md-9 {
	padding-right: 0;
}
.header-outer {
	background: url("/images/common/header-bg.jpg") no-repeat;
	float: left;
	width: 100%;
	margin-top: 75px;
}
.header-slider .carousel-inner > .item {
	height: 420px;
	background-position: top;
}
.carousel-inner>.item {
	overflow: hidden;
}
.caption {
	color: #646a7c;
	display: block;
	margin-bottom: auto;
	position: relative;
	width: 100% !important;
	z-index: 10;
}
.caption .txt_top {
	font-size: 52px;
	color: #FFF;
	font-weight: 600;
	margin-top: 145px;
	text-align: center;
	letter-spacing: 0.5em;
}
.caption h3 {
	color: #196bd0;
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0;
}
.caption .txt_btm {
	color: #FFF;
	font-size: 52px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0.5em;
}
.caption div.rbox_txt { text-align: right; margin-top: 30px;}
.caption div.rbox_txt ul li { width: 120px; font-size: 12px; color: #FFF; text-align: center; margin-left: 5px; padding: 10px 4px; background-color: #6c99d4; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: inline-block;}
.carousel-indicators {
	bottom: 30px;
	left: 50%;
}
.visual01_img { margin-left: -100px; margin-top: 20px; text-align: left; float: left;}

@media (min-width:320px) and (max-width:640px) {
	.header-slider.web { display: none;}
	.header-slider.mobile { display: block;}
	.header-slider .carousel-inner > .item .container {
		padding-left: 0; padding-right: 0;
	}
	.header-slider {
		float: left;
		height: auto;
		width: 100%;
	}
	.header-slider .carousel-inner > .item {
		height: 310px;
	}
	.caption .col-xs-12 { padding-right: 0; padding-left: 0;}
	.caption .txt_top {
	font-size: 2.5em;
	margin-top: 112px;
	letter-spacing: normal;
	}
	.caption h3 {
		margin-top: 10px;
	}
	.caption .txt_btm {
		font-size: 2.5em;
		margin-top: 10px;
		letter-spacing: normal;
	}
	.carousel-indicators {
		position: relative;
		bottom: 40px;
		left: 50%;
	}
}

/* Layout */
section.container_body { width: 100%; height: 100%; text-align: center; background-color: #FFF; padding: 15px 0 30px 0; display: inline-block;}
section.prd_container { position: relative; width: 1075px; margin: 0 auto; text-align: center;}
.path_cont { width: 1075px; margin: 0 auto; text-align: right;}
.path_cont_prd { width: 1075px; margin: 0 auto; text-align: right;}
.path_inner { margin-bottom: 20px;}
.path_inner span { font-size: 12px; color: #999; margin-left: 4px; display: inline-block;}
.path_inner span.ico_path { vertical-align: top;}
.path_inner span.path_focus { color: #666;}

@media screen and (max-width:899px) {
	.container_body { padding: 10px 0 30px 0;}
	.path_cont { width: 100%; text-align: right; padding-right: 10px;}
}

/* 메인페이지 */
.prd_bann { margin-top: 30px;}
.prd_bann ul li { margin: 10px 30px; text-align: center; display: inline-block;}
.prd_bann ul li span { margin-top: 10px; display: inline-block;}
.btm_cont { width: 100%; margin-top: 60px; margin-bottom: 40px; text-align: center; display: inline-block;}
.board_group { width: 430px; display: inline-block;}
.board_titl { margin-right: 20px; float: left;}
.board_titl .titl_txt { font-size: 16px; color: #222; line-height: 22px; font-weight: 600; text-align: center;}
.board_titl .more { font-size: 20px; color: #999; margin-top: 6px; text-align: center;}
.board_titl .more a { color: #999;}
.board_subject { width: 310px; text-align: left; margin-top: 6px; float: left;}
.board_subject ul { width: 100%; margin-bottom: 10px; display: inline-block;}
.board_subject ul li.txt { width: 220px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; float: left;}
.board_subject ul li.txt::before { content:""; width: 4px; height: 4px; background-color: #aaaaaa; vertical-align: top; margin-top: 4px; margin-right: 5px; display: inline-block;}
.board_subject ul li.txt a { color: #555;}
.board_subject ul li.date { color: #555; float: right;}

.tel_group { width: 350px; background-color: #767676; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 10px 20px; vertical-align: top; display: inline-block;}
.tel_group .txt_l { margin-right: 20px; float: left;}
.tel_group .txt_l .txt_titl { font-size: 16px; color: #FFF; text-align: left;}
.tel_group .txt_l .txt_tel { font-size: 20px; color: #FFF; font-weight: 600; text-align: left; margin-top: 10px;}
.tel_group .txt_line { width: 1px; height: 50px; background-color: #a4a4a4; margin-right: 20px; float: left;}
.tel_group .txt_r { float: left;}
.tel_group .txt_r .time { font-size: 16px; color: #FFF; text-align: left; margin-top: 4px;}
.tel_group .txt_r .day { font-size: 12px; color: #FFF; text-align: left; margin-top: 10px;}

.caption .bullet { margin-top: 60px; text-align: center;}
.caption .bullet ul { padding-left: 0;}
.caption .bullet ul li { width: 140px; font-size: 13px; color: #FFF; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 0; margin: 0 6px; display: inline-block;}
.caption .bullet ul li.col1 { background-color: rgba(209, 94, 84, 0.6);}
.caption .bullet ul li.col2 { background-color: rgba(99, 209, 84, 0.6);}
.caption .bullet ul li.col3 { background-color: rgba(84, 145, 209, 0.6);}
.caption .bullet ul li.col4 { background-color: rgba(125, 84, 209, 0.6);}

.bann_cont { width: 100%; text-align: center; margin-top: 40px; display: inline-block;}
.bann_grp { padding: 30px 30px 0 30px; margin: 10px; vertical-align: top; display: inline-block; cursor: pointer;}
.bann_grp ul { padding-left: 0;}
.bann_grp ul li.titl { font-size: 26px; color: #333; font-weight: 600;}
.bann_grp ul li.txt_sm { font-size: 14px; color: #333; line-height: 20px; margin-top: 10px;}
.bann_grp ul li.btn_grp { margin-top: 15px;}
.bann_grp.bann1_bg { width: 287px; height: 310px; background-image: url(../images/bann1.png); background-repeat: no-repeat;}
.bann_grp.bann2_bg { width: 287px; height: 310px; background-image: url(../images/bann2.png); background-repeat: no-repeat;}
.bann_grp.bann3_bg { width: 287px; height: 310px; background-image: url(../images/bann3.png); background-repeat: no-repeat;}
.bann_grp.bann4_bg { width: 287px; height: 310px; background-image: url(../images/bann4.png); background-repeat: no-repeat;}
.btn_solution { background-color: #005297; border: 1px solid #005297; font-size: 14px; color: #FFF; font-weight: 600; padding: 12px 25px 14px 25px;}
.btn_solution:hover { background-color: #003c6f; border: 1px solid #003c6f;}

@media screen and (max-width:899px) {
	.prd_bann ul li { width: 130px; margin: 10px 10px 20px 10px;}
	.btm_cont { margin-top: 30px;}
	.board_group { width: auto; margin-bottom: 30px;}
	.board_titl { margin-right: 0; margin-bottom: 15px; float: none;}
	.tel_group { width: 95%; padding: 10px 20px 20px 20px;}
	.tel_group .txt_l { margin-right: 0; float: none;}
	.tel_group .txt_line { display: none;}
	.tel_group .txt_r { margin-top: 10px; float: none;}
	.tel_group .txt_r .time { margin-right: 10px; float: left;}
	.tel_group .txt_r .day { margin-top: 6px; float: left;}
	.caption .bullet { display: none;}
}

/* 좌측메뉴 */
.leftmenu_titl { height: 88px; background-color: #2a53af; border: 1px solid #e0e0e0; border-bottom: none; font-size: 18px; color: #FFF; font-weight: 600; text-align: center; padding-top: 32px; letter-spacing: -0.04em;}

/* 우측제품 */
.cont_prdtitl { width: 848px; border-bottom: 1px solid #CCC; font-size: 22px; color: #333; font-weight: 600; text-align: left; padding-bottom: 10px; margin-left: 29px; margin-top: -7px;}
.cont_prdtitl span { font-size: 17px; color: #d63535; font-weight: 400; margin-left: 10px; display: inline-block;}
.cont_prdtitl span i { font-size: 13px; vertical-align: top; margin-top: 6px;}
.tab { position: relative; width: 877px; margin-top: 20px;}
.tab ul li { width: 150px; border: 1px solid #CCC; font-size: 14px; color: #666; padding: 8px 0; margin: 0 2px; cursor: pointer; display: inline-block;}
.tab ul li.focus { border: 1px solid #f3512c; background-color: #f3512c; color: #FFF;}
.allview { position: absolute; width: 877px; top: 0; right: 0; text-align: right; margin-top: 10px;}
.allview .txt { font-size: 12px; color: #666; vertical-align: middle; display: inline-block;}
.allview .btn_allview { width: 30px; height: 30px; background-color: #a8a8a8; vertical-align: middle; display: inline-block;}
.allview .btn_allview i { font-size: 14px; color: #FFF; margin-top: 8px;}
.prd_list { width: 875px; margin-top: 20px; margin-left: 5px; text-align: left;}
.prd_list .list_thumb { width: 194px; height: 268px; margin-left: 24px; margin-bottom: 40px; margin-top: 10px; float: left;}
.prd_list .list_thumb .box { width: 100%; height: 194px; border: 1px solid #e2e2e2;}
.prd_list .list_thumb .txt_stitl { font-size: 14px; color: #333; font-weight: 600; text-align: left; margin-top: 10px;}
.prd_list .list_thumb .txt_sub { font-size: 12px; color: #333; line-height: 18px; text-align: left; margin-top: 6px;}

/* 제품 상세 */
.detail_info { width: 875px; margin-left: 29px; margin-top: 30px;}
.detail_info .info_top { width: 100%;}
.detail_info .info_top .info_l { width: 280px; height: 280px; border: 1px solid #e3e3e3; margin-right: 50px; vertical-align: top; float: left;}
.detail_info .info_top .info_r { width: 518px; vertical-align: top; float: left;}
.detail_info .info_top .prd_name { border-bottom: 1px solid #dfdfdf; font-size: 28px; color: #333; font-weight: 600; text-align: left; margin-top: -6px; padding-bottom: 6px;}
.detail_info .info_top .prd_basic { margin-top: 40px; display: table-row; display: block;}
.detail_info .info_top .basic_grp { margin: 3px 0; overflow: hidden;}
.detail_info .info_top .basic_l { width: 100px; height: auto; background-color: #ececec; font-size: 13px; color: #333; font-weight: 600; padding: 12px 10px; vertical-align: middle; display: table-cell;}
.detail_info .info_top .basic_r { height: auto; font-size: 13px; color: #555; line-height: 16px; text-align: left; vertical-align: middle; padding: 0 10px;display: table-cell;}
.detail_info .info_detail { width: 100%; margin-top: 30px; display: inline-block;}
.detail_info .info_detail .titl { font-size: 20px; color: #333; font-weight: 600; border-bottom: 1px solid #a8a8a8; padding-bottom: 6px; text-align: left;}
.detail_info .btn_r { border-top: 1px solid #CCC; text-align: right; margin-top: 20px; padding-top: 10px;}
.btn_list { width: 100px; background-color: #b4b4b4; border: 1px solid #b4b4b4; border-radius: 2px; font-size: 13px; color:#FFF; padding: 10px 0 10px 0;}
.btn_list:hover { background-color: #a6a6a6; border: 1px solid #a6a6a6; transition: all 0.2s linear;}

/* 회사소개(인사말) */
section.top_visual { width:100%; margin-top:68px; display:inline-block;}
.introduction_bg { width:100%; height: 260px; background:url(../images/introduction/visual.jpg) no-repeat center;}
.greegings_inner { width:1004px; margin:0 auto; text-align: center;}
.greegings_inner .bullet { margin-top: 30px; text-align: center;}
.greegings_inner .bullet ul li { width: 140px; font-size: 13px; color: #FFF; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 0; margin: 0 6px; display: inline-block;}
.greegings_inner .bullet ul li.col1 { background-color: rgba(209, 94, 84, 0.6);}
.greegings_inner .bullet ul li.col2 { background-color: rgba(99, 209, 84, 0.6);}
.greegings_inner .bullet ul li.col3 { background-color: rgba(84, 145, 209, 0.6);}
.greegings_inner .bullet ul li.col4 { background-color: rgba(125, 84, 209, 0.6);}
.greegings_img01 { font-size: 24px; color: #FFF; padding-top: 100px;}
.greegings_font01 { font-size: 30px; color:#FFF; line-height: 26px; margin-top: 15px; margin-left: 4px;}
.sub_titl_cont { width: 100%;}
.cont_titl { width: 1004px; font-size: 28px; color: #222; font-weight: 400; border-bottom: 1px solid #CCC; margin: 0 auto; padding-bottom: 10px; text-align: left;}
.greetings_cont { width: 1004px; margin: 0 auto; margin-top: 30px; text-align: left;}
.greetings_top { width: 100%; text-align: center; margin-top: 20px; display: inline-block;}
.greetings_top ul li { display: inline-block;}
.greetings_top ul li.txt { font-size: 20px; color: #1d3f64; font-weight: 400; line-height: 30px; text-align: center;}
.greetings_top ul li.txt span { font-size: 24px; color: #1d3f64; font-weight: 600;}
.greetings_top ul li.bullet_l { vertical-align: top;}
.greetings_top ul li.bullet_r { margin-left: 15px;}
.greetings_c { width: 1004px; margin: 0 auto; text-align: center;}
.greetings_c ul li { display: inline-block;}
.greetings_c ul li.img { width: 280px; margin-right: 20px; vertical-align: top;}
.greetings_c ul li.txt { width: 600px; font-size: 14px; color: #444; line-height: 26px; text-align: left; margin-left: 20px; margin-top: 60px;}
.greetings_btm { font-size: 14px; color: #444; line-height: 26px; text-align: left; margin-top: 40px; padding-left: 20px; padding-right: 20px;}
.greetings_name { width: 1004px; font-size: 13px; color: #555; margin: 30px auto; text-align: right;}
.greetings_name span { font-size: 11px; margin-left: 10px;}
.greetings_name span.name { font-size: 16px; color: #333; font-weight: 600; margin-left: 4px;}
@media screen and (max-width:899px) {
	.greegings_inner { width: auto;}
	.greegings_inner .bullet { display: none;}
	.greegings_img01 { font-size: 1.6em; padding-top: 90px;}
	.greegings_font01 { font-size: 1.8em; line-height: 30px; padding: 20px 80px 0 80px; margin-left: 0; margin-top: 0;}
	.sub_titl_cont { padding-left: 10px; padding-right: 10px;}
	.cont_titl { width: auto;}
	.greetings_cont { width: auto; padding-left: 10px; padding-right: 10px;}
	.greetings_cont ul { padding-left: 0;}
	.greetings_top ul li { display: block;}
	.greetings_top ul li.txt { font-size: 1.2em;}
	.greetings_top ul li.txt span { font-size: 1.2em;}
	.greetings_top ul li.bullet_l { display: none;}
	.greetings_top ul li.bullet_r { display: none;}
	.greetings_c { width: auto; margin-top: 20px;}
	.greetings_c ul li.img { width: auto; margin-right: 0;}
	.greetings_c ul li.txt { width: auto; font-size: 1em; margin-left: 0; margin-top: 20px;}
	.greetings_btm { font-size: 1em; padding-left: 0; padding-right: 0;}
	.greetings_name { width: auto; text-align: right;}
}

/* 회사소개(연혁) */
.history_cont { width: 1004px; margin: 0 auto; margin-top: 50px; text-align: left;}
.history_cont ul { padding-left: 0; margin-bottom: 0;}
.history_body { width: 1004px; height: 100%; background: url(../images/introduction/history_bg.jpg) no-repeat; background-position: 100% 10%;}
.history_grp { width: 800px; margin: 0 auto; border-bottom: 1px solid #CCC; padding-bottom: 30px; margin-top: 30px; padding-left: 60px; overflow: hidden;}
.history_grp .year { font-size: 32px; color: #0d64c6; font-weight: 400; text-align: left; margin-bottom: 10px; letter-spacing: -0.05em;}
.history_grp .year_before { font-size: 32px; color: #464e56; font-weight: 400; text-align: left; margin-bottom: 10px; letter-spacing: -0.05em;}
.history_grp .list { margin-top: 20px; margin-left: 20px;}
.history_grp .list ul { margin-bottom: 10px;}
.history_grp .list ul li { font-size: 13px; color: #555; line-height: 20px; margin-top: 6px; vertical-align: top; display: inline-block;}
.history_grp .list ul li.list_l { width: 120px;}
.history_grp .list ul li.list_r { width: auto;}
@media screen and (max-width:899px) {
	.history_cont { width: auto;}
	.history_body { width: auto; background-position: center 8%;}
	.history_grp { width: auto ;padding-left: 0;}
	.history_grp .year { font-size: 2.5em; margin-left: 10px;}
	.history_grp .year_before { font-size: 2.5em; margin-left: 10px;}
	.history_grp .list { margin-left: 15px;}
	.history_grp .list ul li { font-size: 12px;}
	.history_grp .list ul li.list_l { width: 23%;}
	.history_grp .list ul li.list_r { width: 72%;}
}

/* 회사소개(오시는 길) */
.map { width: 1004px; margin: 30px auto; text-align: center; display: inline-block;}
@media screen and (max-width:899px) {
	.map { width: 100%;}
	.map iframe { height: 400px;}
}

/* 회사소개(공지사항) */
.tbl_inner { width: 100%; margin: 0 auto; margin-top: 0px;}
.board_search { width: 100%; margin: 0 auto; text-align: right; margin-top:10px;}
.search_box { vertical-align:middle;position: relative; width: auto; border: 1px solid #b9b9b9; padding: 0 10px; text-align: left; display: inline-block;}
input[type="text"].input_search { width: 250px; height: 28px; font-size: 12px; color: #333; border: none; outline: none;}
.search_ico { position: absolute; background-color: #FFF; top: 0; right: 2px; margin-top: 5px; vertical-align: top;}
.board_cont { width: 100%; margin: 0 auto; margin-top: 10px;}
.date_hit { margin-bottom: 10px; text-align: right;}
.date_hit ul li { font-size: 11px; color: #999; margin-left: 10px; display: inline-block;}

table.notice { width: 100%; border-collapse: collapse;}
table.notice thead th { height: 38px; border-top: 2px solid #666; font-size: 12px; color: #222; font-weight: 500; text-align: center; padding: 4px 6px;}
table.notice tbody tr { display: table-row;}
table.notice tbody td { height: 36px; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; font-size: 12px; color: #555; line-height: 20px; font-weight: 350; padding: 6px 10px; display: table-cell;}
table.notice tbody td.subject { text-align: left;}
table.notice tbody td.txt_col_red { color: #F00;}
table.notice tbody td a { color: #555;}
table.notice tbody td a.ellip { max-width: 600px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; display: block; overflow: hidden;}
table.notice tbody td.reply { padding-left: 90px;}
table.notice tbody td span { margin-left: 5px; display: inline-block;}
table.notice tbody td span i { color: #ef1d1d; transform: rotate(90deg);}

table.tbl_view { width: 100%;}
table.tbl_view td { font-size: 13px; color: #333; line-height: 20px; border: 1px solid #dbdbdb; text-align: left; padding: 12px 20px;}
table.tbl_view td.titl { background-color: #f4f4f4; text-align: center;}
table.tbl_view td.noline_l { border-left: none;}
table.tbl_view td.noline_r { border-right: none;}
table.tbl_view td.pad { padding: 20px 20px;}
@media screen and (max-width:899px) {
	.tbl_inner { width: auto;}
	table.notice thead th.mobile_none { display: none;}
	table.notice tbody td.mobile_none { display: none;}
	table.notice tbody td { font-size: 1em;}
	table.notice tbody td a.ellip { max-width: 500px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; display: block; overflow: hidden;}
}
@media (min-width:320px) and (max-width:500px) {
	table.notice tbody td a.ellip { max-width: 260px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; display: block; overflow: hidden;}
}

/* 제품소개 */
.prd_inner { width:1004px; margin:0 auto; text-align: center;}
.prd_inner .bullet { margin-top: 30px; text-align: center;}
.prd_inner .bullet ul li { width: 140px; font-size: 13px; color: #FFF; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 0; margin: 0 6px; display: inline-block;}
.prd_inner .bullet ul li.col1 { background-color: rgba(209, 94, 84, 0.6);}
.prd_inner .bullet ul li.col2 { background-color: rgba(99, 209, 84, 0.6);}
.prd_inner .bullet ul li.col3 { background-color: rgba(84, 145, 209, 0.6);}
.prd_inner .bullet ul li.col4 { background-color: rgba(125, 84, 209, 0.6);}
.prd_img01 { font-size: 24px; color: #FFF; padding-top: 100px;}
.prd_font01 { font-size: 30px; color:#FFF; line-height: 26px; margin-top: 15px; margin-left: 4px;}
.sub_titl_cont { width: 100%;}
.cont_titl_prd { width: 1004px; font-size: 28px; color: #222; font-weight: 400; border-bottom: 1px solid #CCC; margin: 0 auto; padding-bottom: 10px; text-align: left;}


/* 고객센터(기술지원 및 유지보수) */
.customer_bg { width:100%; height: 260px; background:url(../images/customer/visual.jpg) no-repeat center;}
.support_cont { margin-top: 60px;}
.support_cont.maintenance { margin-top: 100px;}
.support_cont .support_stitl { font-size: 38px; color: #333; font-weight: 500; text-align: center;}
.support_cont .support_caption { font-size: 20px; color: #bbbbbb; text-align: center; margin-top: 16px;}
.support_cont .colbox { width: 1004px; height: 140px; margin: 0 auto; background-color: #407fd8; font-size: 15px; color: #FFF; line-height: 24px; margin-top: 30px; padding-top: 32px; text-align: center;}
.support_cont .colbox.maintenance { background-color: #40983e;}
.support_cont .technical_txt { margin-top: 40px;}
.support_cont .technical_txt_box { width: 334px; height: 150px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .technical_txt_box.noline { border-right: none;}
.support_cont .technical_txt_box .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .technical_txt_box .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .technical_txt_box .box_txt ul li { margin: 10px 0;}
.support_cont .technical_txt_box .box_txt ul li::before { content: ""; width: 4px; height: 4px; background-color: #CCC; margin-right: 4px; margin-top: 5px; vertical-align: top; display: inline-block;}
.support_cont .technical_txt_box .box_txt_no { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .technical_txt_box .box_txt_no ul li { margin: 10px 0;}
.support_cont .technical_txt_box .box_txt_no ul li.big { font-size: 18px; color: #407fd8; font-weight: 600;}
.support_cont .technical_txt_box .box_txt_no ul li.txt_grey { color: #999;}

.support_cont .maintenance_txt { margin-top: 40px;}
.support_cont .maintenance_inner { margin-bottom: 30px;}
.support_cont .maintenance_txt_box { width: 502px; height: 180px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .maintenance_txt_box.noline { border-right: none;}
.support_cont .maintenance_txt_box .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .maintenance_txt_box .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .maintenance_txt_box .box_txt span { color: #038800; font-weight: 600;}
.support_cont .maintenance_txt_box1 { width: 502px; height: 120px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .maintenance_txt_box1.noline { border-right: none;}
.support_cont .maintenance_txt_box1 .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .maintenance_txt_box1 .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .maintenance_txt_box1 .box_txt span { color: #038800; font-weight: 600;}
@media screen and (max-width:899px) {
	.support_cont .colbox { width: auto; height: auto; font-size: 1.1em; text-align: left; padding: 20px;}
	.support_cont .technical_txt { margin-top: 20px;}
	.support_cont .technical_txt_box { width: auto; height: auto; border-right: none; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; display: block;}
	.support_cont .maintenance_txt { margin-top: 20px;}
	.support_cont .maintenance_txt_box { width: auto; height: auto; border-right: none; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; display: block;}
	.support_cont .maintenance_txt_box1 { width: auto; height: auto; border-right: none; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; display: block;}
}

/* 고객센터(Q&A) */
.select_menu { vertical-align:middle; display: inline-block;}
.select_menu select { height: 30px; font-size: 12px; color: #333;}
.board_write_cont { width: 600px; margin: 0 auto; margin-top: 20px;}
.btn_cont { width: 600px; margin: 0 auto; margin-top: 20px;}
.btn_confirm { background:#0066c3; border: 1px solid #0066c3; border-radius: 2px; font-size: 14px; color:#FFF; padding: 10px 40px 12px 40px; margin: 0 3px 0 3px;}
.btn_confirm:hover { background:#005aac; border: 1px solid #005aac; transition: all 0.2s linear;}
.btn_cancel { background:#9a9a9a; border: 1px solid #9a9a9a; border-radius: 2px; font-size: 14px; color:#FFF; padding: 10px 40px 12px 40px; margin: 0 3px 0 3px;}
.btn_cancel:hover { background:#777777; border: 1px solid #777777; transition: all 0.2s linear;}

table.qna_write { width: 100%; border-collapse: collapse;}
table.qna_write tbody tr { display: table-row;}
table.qna_write tbody td { height: 44px; border-bottom: 1px solid #d7d7d7; font-size: 13px; color: #555; text-align: left; padding: 6px 10px; display: table-cell;}
table.qna_write tbody td.top { border-top: 2px solid #666;}
table.qna_write tbody td.titl { width: 20%; background-color: #ededed; text-align: center;}
table.qna_write input[type="text"].inputbox_subject { width: 80%; padding: 5px;}
table.qna_write tbody td select { height: 30px;}
@media screen and (max-width:899px) {
	.board_write_cont { width: auto; padding-left: 10px; padding-right: 10px;}
	table.qna_write tbody td { font-size: 0.9em; padding: 5px 6px;}
	table.qna_write tbody td.titl { width: 25%;}
	table.qna_write tbody td.r_inner { width: 30%;}
	.btn_cont { width: auto; margin: 0 auto; margin-top: 20px;}
}

/* 비밀번호 확인 */
.pw_check { width: 100%; text-align: center; margin-top: 50px; display: inline-block;}
.pw_check .txt1 { font-size: 18px; color: #333; font-weight: 600;}
.pw_check .inputbox { margin-top: 30px;}
.pw_check .inputbox input[type="password"] { border: 1px solid #CCC; width: 30%; height: 40px; line-height: 0; padding: 10px;}
.pw_check .txt2 { font-size: 14px; color: #666; font-weight: 600; margin-top: 30px; line-height: 20px;}
@media screen and (max-width:899px) {
	.pw_check .inputbox input[type="password"] { width: 70%;}
}

/* 포토갤러리 */
.gallery_bg { width:100%; height: 260px; background:url(../images/gallery/visual.jpg) no-repeat center;}
.gallery_inner { width: 100%; max-width: 1004px; margin: 30px auto; padding-left: 4px;}
.gallery_view { width: 600px; margin: 0 auto; margin-top: 0px;}
.btn_cont_r { width: 100%; text-align: right; margin-top: 16px;}

table.gallery_view { width: 100%;}
table.gallery_view td { font-size: 13px; color: #333; line-height: 20px; border: 1px solid #dbdbdb; text-align: left; padding: 12px 20px;}
table.gallery_view td.titl { background-color: #f4f4f4; text-align: center;}
table.gallery_view td.noline_l { border-left: none;}
table.gallery_view td.noline_r { border-right: none;}
table.gallery_view td.pad { padding: 20px 20px;}
table.gallery_view td div.photo { text-align: center; padding: 10px;}
table.gallery_view td div.attach span { font-size: 11px; color: #666; font-weight: normal; vertical-align: middle; margin: 4px 0; display: block;}
@media screen and (max-width:899px) {
	.gallery_inner { max-width: none;}
	.gallery_view { width: auto; padding-left: 10px; padding-right: 10px;}
	
	table.gallery_view td { padding: 12px 10px;}
	table.gallery_view td div.photo img { width: 100%;}
}

/* 포토갤러리(Thumbnail) */
.gallery-page .gallery-nav {
    text-align: center
}

.gallery-page .grid:after {
    content: '';
    display: block;
    clear: both
}

.gallery-page .grid-item {
    overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease;
	width: auto;
	height: auto;
}

.gallery-page .grid-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	height: 100%;
}

.gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #86bc42;
    opacity: 0;
    transition: all 0.5s ease
}

.gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block;
	margin-bottom: 10px;
}

.gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block
}

.gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px
}

.gallery-page .grid-item .link .wrapper {
    position: relative
}

.gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7)
}

.gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
    width: 300px;
    height: 224px
}

.gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
    height: 550px
}

.gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px
}

.gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center
}

.gallery-page .load-more .btn {
    width: 200px
}

.pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%
}

.pagination .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination .pagination__list li {
    display: inline-block;
    margin-right: 10px
}

.pagination .pagination__list li:last-child {
    margin-right: 0
}

.pagination .pagination__list .pagination__page {
    font-size: 14px
}

.pagination .pagination__list .pagination__previous, .pagination .pagination__list .pagination__next {
    position: relative;
    top: 1px;
    line-height: 32px
}

.pagination .pagination__list .btn-squae {
    background-color: #242c42;
    color: #fff
}
.pagination .pagination__list .btn-squae:hover {
    background-color: #86bc42;
    color: #fff
}
.pagination .pagination__list .btn-squae.active {
    background-color: #86bc42;
    pointer-events: none
}
.btn-squae {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #86bc42;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}
.btn-squae:hover {
    background-color: #242c42;
    color: #fff
}
.btn-squae.active {
    background-color: #242c42;
    cursor: pointer
}
.btn-squae.disable {
    background-color: #ccc !important;
    pointer-events: none;
    color: #fff
}

@media screen and (max-width: 600px) {
	.gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px
    }
    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-mansonry .grid-item-height2 {
        height: 465px
    }
}

@media screen and (max-width: 380px) {
    .gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px
    }

    .pagination .btn-squae {
        width: 26px;
        height: 26px;
        line-height: 26px
    }

    .pagination .pagination__list li .pagination__previous, .pagination .pagination__list li .pagination__next {
        line-height: 22px
    }
}



/* Footer */
.footer_cont { width: 1070px; margin: 0 auto;}
.footer_font02 { font-size: 11px; color:#9f9f9f; line-height: 20px; text-align: left; vertical-align: top; float: left;}
.footer_font02 span::after { content:""; width: 1px; height: 10px; background-color: #8f8f8f; margin: 0 10px; display: inline-block;}
.footer_sns { vertical-align: top; float: right;}
.footer_sns span { padding-left: 15px;}
@media screen and (max-width:899px) {
	.footer_font02 span::after { margin: 0 5px;}
}