@charset "UTF-8";
@import 'main.css';
@import 'fontSet.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}




/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
  height: 100%;
  width: 100%;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}


/*푸터*/
#footerWrap {
	background:#f2f2f2;
	border-top:1px solid #d4d4d4;
}
#footerWrap > .CopyRight{
	background:#2b2b2b;
}
#footerWrap address {margin:0px -7px;}
#footerWrap address > p {
	float:left;
	padding:2px 7px;
	font-size:14px;
	margin:0;
}
@media(max-width:767px){
	#footerWrap address > p {
		display:inline-block;
		float:none;
	}
}
#footerWrap .inforLink li {padding:3px 0px;}
#footerWrap .SocialLink li a{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	line-height:50px;
	text-align:center;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#footerWrap .SocialLink li a.facebook {
	background:#3b5998;
}
#footerWrap .SocialLink li a.facebook:hover {
	background:#52555a;
}
#footerWrap .SocialLink li a.twitter {
	background:#1DA1F3;
}
#footerWrap .SocialLink li a.twitter:hover {
	background:#52555a;
}
#footerWrap .SocialLink li a.blog {
	background:#00C33B;
}
#footerWrap .SocialLink li a.blog:hover {
	background:#52555a;
}
#footerWrap .SocialLink li a.instagram {
	background:#3b5998;
}
#footerWrap .SocialLink li a.instagram:hover {
	background:#52555a;
}

#goTopView{
	position:fixed;
	z-index:100;
	right:40px;
	bottom:60px;
}
#goTopView span {
	display:inline-block;
	vertical-align:bottom;
	background: rgba(0, 0, 0, .4);
	padding:8px;	
}


/*서브*/

#subVisual-Wrap {position:relative;}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	left:0; 
	top:0;
	height:100%;
	width:100%;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
}

/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:-1;
	height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;

}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #ddd;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:left;
	width:200px;
	text-align:left;
	margin-left:-1px;
	box-sizing:border-box;
}
@media(max-width:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:50%;
	}
}
#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #ddd;
	background:#f1f1f1; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#333; 
	background:url(../images/lnb-arrow.png) no-repeat right center;
	background-size:40px 10px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.png) no-repeat right center;
	background-size:40px 10px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:#f1f1f1;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:14px;
	font-weight:700;
	color:#333;
	line-height:59px;
	border-bottom:1px solid #ddd;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:#f1f1f1;}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px;}

#pc-sub-menu{
	border-bottom:1px solid #ddd;
}
#pc-sub-menu > #left-menu{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	padding-top:30px;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	border-bottom:4px solid #fff;
}
#pc-sub-menu > #left-menu > ul > li:hover{
	border-bottom:4px solid #ccc;
}
#pc-sub-menu > #left-menu > ul > li.on{
	border-bottom:4px solid #c69c6d;
}
#pc-sub-menu > #left-menu > ul > li > a{
	display:block;
	width:180px;
	padding:20px 0;
	color:#333;
	font-size:20px;
	text-decoration:none;
}
/*서브*/

#subVisual-Wrap {position:relative;}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	left:0; 
	top:0;
	height:100%;
	width:100%;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
}
#sub-inner-wrap {
	padding:50px 0 0 0;
	position:relative;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;
}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#998675;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#998675;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}

/*회사 연혁*/
.htstoryArea {
	position:relative;
	overflow:hidden;	
	padding-bottom:40px;
}
.htstoryArea:before{
	position:absolute;
	content:"";
	width:1px;
	background:#000;
	left:50%;
	top:0;
	height:9999px;
	z-index:-1;
}
.htstoryArea .section{margin-bottom:20px;}
.htstoryArea .section:after{
	content:"";
	display:block;
	clear:both;
}
.htstoryArea .section dl{
	width:50%;
	float:left;
	position:relative;
	padding:0px;
	padding-right:25px;
}
.htstoryArea .section dl:after {
	content:"";
	position:absolute;
	right:-6px;
	top:4px;
	width:12px;
	height:12px;
	background:#000;
	border-radius:10px;
}
.htstoryArea .section:nth-child(2n) dl{
	float:right;
	padding:0px;
	padding-left:25px;
}
.htstoryArea .section:nth-child(2n) dl:after{
	left:-6px;
}
.htstoryArea .section dl dt,
.htstoryArea .section dl dd{
	float:right;
	text-align:right;
	letter-spacing:-0.05em;
}
.htstoryArea .section:nth-child(2n) dl dt,
.htstoryArea .section:nth-child(2n) dl dd{
	float:left;
	text-align:left;
}

.htstoryArea .section dl dt{
	font-size:18px;
	padding:0px 20px;
	margin-top:-3px;
}
.htstoryArea .section dl dd{
	font-size:16px;
}
@media(max-width:1200px){
	.htstoryArea .section dl dd{
		width:100%;
		margin-top:10px;
		padding:0px 20px;
	}
}
@media(max-width:767px){
	.htstoryArea:before{
		left:20px;
	}
	.htstoryArea .section dl{
		width:100%;
		text-align:left !important;
		padding:0;
		padding-left:20px;
	}
	.htstoryArea .section dl:after{
		left:14px !important;
	}
	.htstoryArea .section dl dt,
	.htstoryArea .section dl dd{
	float:left;
	width:100%;
	text-align:left !important;
	letter-spacing:-0.05em;
	}
}

.opacity8;{opacity:.8;}