@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.btn.btn-blue-o{
	background:none;
	border:1px solid #c69c6d;
	color:#c69c6d;
}
.radius-none{
	border-radius:0 !important
}
.btn.btn-bullet{
	border:1px solid #333;
	border-radius:0 !important;
	position:relative;
}
.btn.btn-bullet:after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:6px;
	height:4px;
	background:#333;
	transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
}

@media (min-width: 1200px){
	.container {
		width: 1130px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}



/*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: auto;
  width: 100%;
  background:#f9f9f9;
  overflow-x:hidden !important;
}

/*라인 설정*/
.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 {
	padding: 10px 0;
	background: #252525;	
	color: #fff;
	font-size: 13px;
	font-weight:100;
}
#footerWrap .container {
	position: relative;
}
/* #footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
} */
#footerWrap .adress-area{
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	line-height: 1.7em;
}
#footerWrap .adress-area h1{
	margin-bottom:20px;
}
#footerWrap .adress-area p{
	margin-bottom: 0;
	opacity:0.8;
	font-size:13px;
}
#footerWrap .adress-area span{
	display: inline-block;
	padding:0 10px;
}
/* #footerWrap .adress-area span:after{
	display: inline-block;
	content: "|";
	clear: both;
	margin: 0 5px 0 8px;
} */
#footerWrap .adress-area span:last-child:after{
	display: none;
}
#footerWrap .adress-area .footer-tel{
	position: absolute;
	top: 24px;
	left: 445px;
}
.footer-sns{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index:1;
}
.footer-sns ul{margin-bottom:0;}
.footer-sns img{
	width:46px;
	vertical-align:top;
}
@media(max-width:767px){
	.footer-sns{
		position: relative;
		padding-top:15px;
		text-align:center;
	}
	.footer-sns img{
		width:35px;
	}

}
.footer-sns ul:after{
	content: "";
	display: block;
	clear: both;
}
.footer-sns ul > li{
	list-style: none;
	display: inline-block;
}	
.footer-link{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 0;
	width: 165px;
	z-index:2;
}

.footer-link > a{
	display: inline-block;
	width: 100%;
	height: 33px;
	padding: 0 10px;
	background: transparent;
	border: 1px #d0cfcf solid;
	font-size: 13px;
	color: #d0cfcf;
	text-align: left;
	line-height: 31px;
	font-weight:400;
}
.footer-link > a i{
	float: right;
}
.footer-link > ul {
	position:absolute;
	right:0;
	width:100%;
	background: transparent;
	border: 1px #d0cfcf solid;
	padding:5px 0;
	top:32px;
	display:none;
}
.footer-link > ul > li > a{
	display:block;
	padding:3px 10px;
	font-size:13px;
	color: #d0cfcf;
}

@media(max-width:1024px){
	.footer-link{
		top: 100px;
		right: 0;
	}
}
@media(max-width:992px){
	#footerWrap {
		padding: 15px 0 30px;
	}
	#footerWrap .adress-area{
		margin-bottom: 15px;
		line-height: 1.5em;
	}
	#footerWrap .adress-area .footer-tel{
		position: relative;
		top: auto;
		left: auto;
	}
	#footerWrap h1 img{
		width:120px;
	}
	.footer-link{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 20px;
	}
	.footer-link > a{
		width: 100%;
	}
	.footer-link > ul {

	}
	.footer-link > a i{
		transform:rotate(180deg)
	}
}
@media(max-width:767px){
	#footerWrap .dp-table-cell{
		display:block;
	}
}


/*서브*/

#subVisual-Wrap {
	position:relative;
	overflow: hidden;
	height:190px;
	_margin-top: 159px;
	background: #d0d0d0 url(../images/subVisual_bg.jpg) repeat-x;
}
#subVisual-Wrap .subVisual-area{
	position: relative;
	width: 1100px;
	margin: auto;
	z-index: 5;
}
#subVisual-Wrap .img-bg{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -470px;
	z-index: 1;
}


#subVisual-Wrap .subVisual-copy{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 89px;
	background: #01a4ff;
	background-color: rgba( 1, 164, 255, 0.2 );
	line-height: 88px;
	z-index: 3;
}

#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

#subVisual-Wrap .subVisual-tit{
	position:absolute;
	z-index:2;
	width:1200px;
	left:50%;
	top:40%;
	margin-left:-550px;
}
#subVisual-Wrap h1{
	margin-top:60px;
}


@media(max-width: 992px){
	#subVisual-Wrap {
		/* margin-top: 105px; */
		height: auto;		
	}
	#subVisual-Wrap .subVisual-area{
		width: 100%;
	}	
	#subVisual-Wrap .img-bg{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#subVisual-Wrap .subVisual-copy{
		height: 45px;
		line-height: 43px;
	}

	#subVisual-Wrap .subVisual-tit{
		width:1200px;
		left:50%;
		top:40%;
		margin-left:-550px;
	}
	#subVisual-Wrap .subVisual-tit h2{
		font-size:35px;
	}
	
}

@media(max-width:767px){
	#subVisual-Wrap .subVisual-tit{
		top:20%;
		left:0;
		margin-left:0;
	}
	#subVisual-Wrap .subVisual-tit h2{
		font-size:20px;
	}
}


/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:100;
	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{
	width: 100%;
	margin-bottom: 80px;
}
#pc-sub-menu > #left-menu{
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
}
#pc-sub-menu > #left-menu > ul:after{display: block; content: ""; clear: both;}

#pc-sub-menu > #left-menu > ul li{
	border-bottom: 5px #878787 solid;
	background: #fff;
	text-align: center;
	width:125px;
	display:inline-block;
	margin:0 8px;
	position: relative;
}
#pc-sub-menu > #left-menu > ul li.on{
	border-bottom: 5px #1076bd solid;
}
#pc-sub-menu > #left-menu > ul li.on:after{
	position: absolute;
	bottom:-18px;
	left:50%;
	transform:translateX(-50%);
	background-image:url('../images/deco-blue');
	width:25px;
	height:14px;
	content:'';
	background-repeat:no-repeat;
	background-size:contain;
}
#pc-sub-menu > #left-menu > ul li a{
	display: block;
	color: #666;
	font-size:18px;
	font-weight:400;
	text-decoration: none;
	padding:15px 0;
	letter-spacing:-0.04em;
}
#pc-sub-menu > #left-menu > ul li.on a{
	color: #1076bd;
	font-weight:500;
	text-decoration: none;
}

#pc-sub-menu.sub-menu02 > #left-menu > ul li{
    width: 125px;;
    margin: 0 10px;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul li:nth-child(6){
    width: 165px;;
}
#pc-sub-menu.sub-menu03 > #left-menu > ul li{
    width: 125px;;
    margin: 0 10px;
}
#pc-sub-menu.sub-menu03 > #left-menu > ul li:nth-child(5),
#pc-sub-menu.sub-menu03 > #left-menu > ul li:nth-child(6){
    width: 158px;;
}

#pc-sub-menu.sub-menuetc > #left-menu > ul li{
	width:160px;
}
/* .sub-menu01 > #left-menu li{width: 20%;}
.sub-menu03 > #left-menu li,
.sub-menu04 > #left-menu li{width: 33.333333%;} */


@media(max-width: 1200px){
	#pc-sub-menu.sub-menu02 > #left-menu > ul li{
		width: 100px;
		margin: 0 8px;
	}
	#pc-sub-menu.sub-menu02 > #left-menu > ul li:nth-child(6){
		width: 152px;
	}	
}
@media(max-width: 992px){
	#pc-sub-menu{
		margin-bottom: 40px;
	}
	#pc-sub-menu > #left-menu > ul li {
		border-bottom: 2px #878787 solid;
		width: auto;
		margin: 0 10px;
		padding: 10px 0 5px;
	}
	#pc-sub-menu > #left-menu > ul li a{
		font-size:13px;
	}
	#pc-sub-menu > #left-menu > ul li.on {
		border-bottom: 2px #1076bd solid;
	}
	#pc-sub-menu > #left-menu > ul li.on:after {
		bottom: -8px;
		width: 15px;
		height: 8px;
	}
	.sub-menu01 > #left-menu li{width: 33.33333%;}

	#pc-sub-menu.sub-menu03 > #left-menu > ul li {
		width: 20%;
		margin: 0 4px;
	}
	#pc-sub-menu.sub-menu03 > #left-menu > ul li:nth-child(5), 
	#pc-sub-menu.sub-menu03 > #left-menu > ul li:nth-child(6) {
		width: 34%;
	}
	.sub0301 .content-right > div > h2 {
		line-height:1.6;
	}

	#pc-sub-menu.sub-menuetc > #left-menu > ul li{
		width:30%;
		margin:0 2px;
	}
}

.sub0301 .info li > span{
	width:10%;
}
.sub0301 .info p{
	display:inline-block;
	width:88%;
	vertical-align:top;
	letter-spacing:-0.05em;
}


/* 제품소개 서브메뉴  */
/*#pc-sub-menu.sub-menu02 > #left-menu > ul{
	display: inline-block;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li{
	position: relative;
	margin-right: 8px;
	border: 0;
	border-bottom: 4px solid #ccc;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:last-child{
	margin-right: 0;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li.on{
	background: none;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li > a{
	color:#898989;
	font-size:18px;
	font-weight: 500;
	text-decoration:none;
}
 #pc-sub-menu.sub-menu02 > #left-menu > ul > li a:hover{
	color: #2f96d9;
}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li.on::after {
	content: " ";
	position: absolute;
	top: 105%; 
	left: 50%;
	margin-left: -12px;
	border-width: 12px;
	border-style: solid;
	border-color: #0071bb transparent transparent transparent;
}  */

@media(max-width: 992px){
	#pc-sub-menu.sub-menu02 > #left-menu > ul {
		width: 100%;
	}
	#pc-sub-menu.sub-menu02 > #left-menu > ul > li{
		width: 21%;
		min-height: 35px;
		margin-bottom: 10px;
		margin-right: 2%;
	}	
	#pc-sub-menu.sub-menu02 > #left-menu > ul li:nth-child(6) {
		width: 22%;
	}
	#pc-sub-menu.sub-menu02 > #left-menu > ul > li > a{
		display: inline-block;
		padding: 10px 10px;
		font-size :12px;
		vertical-align: middle;
	}
	#pc-sub-menu > #left-menu > ul li a{
		padding:5px 0;
	}
}
@media(max-width: 767px){
	#pc-sub-menu.sub-menu02 > #left-menu > ul > li > a{
		padding: 0;
	}
	#pc-sub-menu.sub-menu02 > #left-menu > ul > li{
		margin-right: 0.5%;
	}	
	#pc-sub-menu.sub-menu02 > #left-menu > ul li:nth-child(6) {
		width: 30%;
	}
}

/* #pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(1).on{border-bottom: 4px solid #20409b;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(1).on::after {border-color: #20409b transparent transparent transparent;} 
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(2).on{border-bottom: 4px solid #762283;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(2).on::after {border-color: #762283 transparent transparent transparent;} 
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(3).on{border-bottom: 4px solid #00b050;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(3).on::after {border-color: #00b050 transparent transparent transparent;} 
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(4).on{border-bottom: 4px solid #20bdbd;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(4).on::after {border-color: #20bdbd transparent transparent transparent;} 
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(5).on{border-bottom: 4px solid #feb811;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(5).on::after {border-color: #feb811 transparent transparent transparent;} 
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(6).on{border-bottom: 4px solid #538f51;}
#pc-sub-menu.sub-menu02 > #left-menu > ul > li:nth-child(6).on::after {border-color: #538f51 transparent transparent transparent;} 

 */
#sub-inner-wrap {
	position: relative;
	background:#fff!important;
}

.sub-container{
	background:#fff;
	
}

@media(min-width: 1200px){
	.sub-container{
		width: 1100px;
		margin: auto;
		padding: 20px 0 80px 0;	
	}
}
@media(max-width: 1199px){
	.sub-container{
		width: 100%;
		padding: 0 30px 40px 30px;
	}
}
@media(max-width: 992px){
	#sub-inner-wrap {
		/* padding: 30px 0 40px 0;	 */
	}
	.sub-container{
		width: 100%;
		padding: 30px 20px 40px 20px;
	}
}
@media(max-width: 767px){
	.sub-container{
		width: 100%;
		padding: 30px 15px 40px 15px;
	}
}

.page-location{
	width:100%;
	height: 52px;
	background: #f9f9f9;
	line-height: 50px;
	text-align: right;
}
.page-location > div{
	width:1100px;
	margin:auto;
}

@media(max-width: 992px){
	.page-location{
		background: none;
		text-align: center;
	}
	.page-location > div{
		width:100%;
		background: #f9f9f9;
	}
}
#sub-inner-wrap .subTitle {
	margin-bottom:40px;
	margin-top:0;
	text-align: center;
}
#sub-inner-wrap .subTitle h2 {
	margin: 0;
}
#sub-inner-wrap .subTitle p {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
}
@media(max-width: 992px){
	#sub-inner-wrap .subTitle {
		margin-bottom: 20px;
	}
}

/* #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:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		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;
	}
}


/*메뉴*/
#header{
	position:relative;
	z-index:1030;
}
#header.main_header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	background:none;
}
#topNav{
	height:auto;
}
@media(min-width:993px){
	#topNav{
		height:auto !important;
	}
}
#topNav .header-top{
	height: 40px;
	background: #1076bd;
	text-align: right;
}
#topNav .header-top a{
	display: inline-block;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
}
#topNav .header-top span{
	position: relative;
}
#topNav .header-top span:after{
	display: inline-block;
	content: "|";
	clear: both;
	color: #fff;
	opacity:0.5;
	margin: 0 22px;
}
#topNav .header-top a:last-child:after{
	display: none;
}
#topNav .header-top a:hover{
	text-decoration:none;
}

@media(max-width:992px){
	#topNav .header-top .mobile{
		border-right: 1px #9391b0 solid;
	}
	#topNav .header-top a{
		padding: 0 15px;
		border-left: 1px #9391b0 solid;
	}
	#topNav .header-top a:after{
		display: none;
	}
}

#topNav .global-menu {
	position: relative;
	display :block;
	width: 100%;
	background: #fff;
	padding:19px 0 20px;
	z-index:5;
}
#topNav .global-menu:after{display: block; content: ""; clear: both;}
#topNav .global-menu h1{
	float: left;
	margin: 0;
	padding-top: 5px;
	line-height:0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
#topNav.top-nav-collapse h1{
	padding-top: 15px;
}
#topNav.top-nav-collapse .global-menu {
	border-bottom:1px solid #ddd;
}

@media(max-width:992px){
	#topNav .global-menu{
		height: 100%;
		padding:5px 0;
	}
	#topNav .global-menu h1{
		float: none;
		padding: 10px 0;
	}
	#topNav .global-menu h1 img{
		width: 120px;
	}
}
#topNav .global-menu .menu-btn{
	position: absolute;
	top: 10px;
	right: 20px;

}
.navbar-toggle{
	float:none;
	border:none;
	padding:10px;
	margin:0;
	border-radius:0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus{
	background:none !important;
}
.navbar-toggle .icon-bar{
	background:#2a3869 !important;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top:5px;
}
@media(min-width:993px){
	.navbar-toggle{
		display:none !important;
	}
}
@media(max-width:992px){
	.navbar-toggle{
		display:block !important;
	}
}

/* gnb */
#bs-navbar{
	float: right;
	max-width:750px;
	width:100%;
}
@media(max-width: 1200px){
	#topNav #bs-navbar {
		width: 670px;	
	}
}
@media(min-width:993px){
	#topNav #bs-navbar {
		display:block !important;	
		z-index:5;		
	}
}
@media(max-width:992px){
	#topNav #bs-navbar {
		display:none;
		float: none;
		width: 100%;
		margin-top: 10px;
		border-top: 1px #dcdcdc solid;
	}	
}
#topNav .global-menu .navbar-nav{
	position:relative;
	width:100%;	
}
#topNav .global-menu .navbar-nav > li {
	position: relative;
	width: 20%;
	text-align:center;
}
#topNav .global-menu .navbar-nav > li.ebook_btn{
	display:inline-block;
}
#topNav .global-menu .navbar-nav > li > a{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #202020;
	z-index:12;
	padding: 20px 0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;	
}
#topNav .global-menu .navbar-nav > li.sub02 > a{
	color:#1076bd!important;
}
#topNav .global-menu .navbar-nav > li.sub03 > a{
	color:#1076bd!important;
}
#topNav .global-menu .navbar-nav > li.ebook_btn > a{
	padding:14px 0;
}
#topNav .global-menu .navbar-nav > li.ebook_btn > a > span{
	display:inline-block;
	padding:5px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background:rgba( 1, 164, 255, 0.68);
}
#topNav .global-menu .navbar-nav > li > a:after{
	content:"";
	position:absolute;
	height:5px;
	background:#8c6239;
	bottom: 0;
	left:50%;
	width:0;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
#topNav .global-menu .navbar-nav > li > a:before{
	content:'';
	position:absolute;
	left: 0;
	top: 20px;
	font-size: 11px;
	background: #e6e6e6;
	width:1px;
	height:20px;
}
#topNav .global-menu .navbar-nav > li:last-child:before{
	content:'';
	position:absolute;
	right: 0;
	top: 20px;
	font-size: 11px;
	background: #e6e6e6;
	width:1px;
	height:20px;
}
#topNav .global-menu .navbar-nav > li > a:hover{
	color:#0071bb;
}
#topNav .global-menu .navbar-nav > li:hover > a:after,
#topNav .global-menu .navbar-nav > li.opened > a:after{
	content:"";
	position:absolute;
	height:5px;
	background:#0071bb;
	bottom:0px;
	left:0;
	width:100%;
}
#topNav.top-nav-collapse .global-menu .navbar-nav > li > a{
	padding: 30px 0;
}
@media(max-width:992px){
	#topNav .global-menu .navbar-nav > li > a:before{
		display: none;
	}
	#topNav .global-menu .navbar-nav > li{
		border-bottom: 1px #dcdcdc solid;
		text-align: left;
	}
	#topNav .global-menu .navbar-nav > li > a{
		font-size: 14px;
		padding: 14px 0;
	}
	#topNav .global-menu .navbar-nav > li > a:after{
		display: none;
	}
	#topNav.top-nav-collapse .global-menu .navbar-nav > li > a{
		padding: 20px 0;
	}
}
#topNav .global-menu .navbar-nav > li > div {
	position: absolute;
	top: 58px;
	width:100%;
	padding:0;
	background: #0071bb;
	border:none;
	box-shadow:none;	
	border-radius:0;	
	min-height: 212px;
	z-index:10;
	opacity: 0.9;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
#topNav.top-nav-collapse .global-menu .navbar-nav > li > div {
	top: 80px;
}
#topNav .global-menu .navbar-nav .menu-list{
	padding: 20px;
}
#topNav .global-menu .navbar-nav .menu-list > p > a{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #81b4d5;
	font-size: 15px;
	color: #fff;	
	padding-right:2px;
}
#topNav .global-menu .navbar-nav .menu-list > p > a:hover{
	padding-left:10px;
}
#topNav .global-menu .navbar-nav .menu-list > p > a > span{
	position:absolute;
	right:15px;
}
@media(min-width:993px){
	#topNav .global-menu .navbar-nav > li > div{
		display:none !important;
	}
	#topNav .global-menu .navbar-nav > li:hover > div{
		display:block !important;
	}
	#topNav .global-menu .navbar-nav > li:hover > ul {
		display:block !important;
	}
}

/* #topNav .global-menu .navbar-nav > li:first-child > ul{
	border-left:1px solid #ddd;
}
#topNav .global-menu .navbar-nav > li > ul > li > a{
	padding:12px 5px;
} */
/* #topNav .global-menu .navbar-nav .menu-title{
	background:#f5f5f5;
}
#topNav .global-menu .navbar-nav .menu-title, */

@media(max-width:767px){
	#topNav .global-menu .navbar-nav > li > div{
		min-height:auto !important;
	}
	#topNav .global-menu .navbar-nav .menu-list{
		padding: 20px 20px 15px 20px;
	}	
}

@media(max-width:992px){
	.navbar-nav{
		margin:0;	
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:100% !important;
	}
	#topNav .global-menu .navbar-nav > li {
		width:100%;
	}
	#topNav .global-menu .navbar-nav > li > div{
		position:relative;
		top: 0 !important;
		min-height: 140px;
	}
}

.navbar{border:none !important;}

@media(min-width:768px){
	
	.modal-blind{
		display:none !important;
	}
}
@media(max-width:767px){
	.modal-blind{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		z-index:2;
		background:rgba(255,255,255,.4);
		display:none;
	}
}

/* tab */
.tab-wrap{
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
}
.sub-tabs{
	overflow: hidden;
	width: 920px;
	margin: auto;
	border-top:1px solid #898989

}
.sub-tabs li{
	float: left;
	border-right:1px solid #898989;
	text-align: center;
	border-bottom:1px solid #898989
}
.sub-tabs li:first-child{
	border-left:1px solid #898989
}
.sub-tabs li a{
	padding: 20px 0;
	color: #898989;
}
.sub-tabs li.active a{
	color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
	color: #fff;
}

@media(max-width: 992px){
	.sub-tabs{
		width: 100%;
	}
	.sub-tabs li{
		display: table;
		width: 50%;
		min-height: 52px;
	}
	.sub-tabs li:nth-child(3n + 1){
		border-left:1px solid #898989
	}

	.sub-tabs li a{
		display: table-cell;
		padding: 6px 0;
		color: #898989;
		font-size: 12px;
		vertical-align: middle;
	}
}

/* tab갯수 */
.sub-tabs.col-1 li{
	width: 100%;
}
.sub-tabs.col-4 li{
	width: 25%;
}
.sub-tabs.col-5 li{
	width: 20%;
}
.sub-tabs.col-6 li{
	width: 16.666%;
}

@media(max-width: 992px){
	.sub-tabs.col-1 li{		
		width: 100%;
	}
	.sub-tabs.col-4 li{
		width: 50%;
	}
	.sub-tabs.col-5 li,
	.sub-tabs.col-6 li{
		width: 33.33333%;
	}
}

/* tab color */
.sub-tabs.tab-blue li:nth-child(1).active,
.sub-tabs.tab-blue li:nth-child(1):hover,
.sub-tabs.tab-blue li:nth-child(1):focus{background: #20409b;}
.sub-tabs.tab-blue li:nth-child(2).active,
.sub-tabs.tab-blue li:nth-child(2):hover,
.sub-tabs.tab-blue li:nth-child(2):focus{background: #0067b3;}
.sub-tabs.tab-blue li:nth-child(3).active,
.sub-tabs.tab-blue li:nth-child(3):hover,
.sub-tabs.tab-blue li:nth-child(3):focus{background: #0089cf;}
.sub-tabs.tab-blue li:nth-child(4).active,
.sub-tabs.tab-blue li:nth-child(4):hover,
.sub-tabs.tab-blue li:nth-child(4):focus{background: #0b9edb;}
.sub-tabs.tab-blue li:nth-child(5).active,
.sub-tabs.tab-blue li:nth-child(5):hover,
.sub-tabs.tab-blue li:nth-child(5):focus{background: #7cafdf;}
.sub-tabs.tab-blue li:nth-child(6).active,
.sub-tabs.tab-blue li:nth-child(6):hover,
.sub-tabs.tab-blue li:nth-child(6):focus{background: #9dcffe;}

.sub-tabs.tab-violet li:nth-child(1).active,
.sub-tabs.tab-violet li:nth-child(1):hover,
.sub-tabs.tab-violet li:nth-child(1):focus{background: #762283;}
.sub-tabs.tab-violet li:nth-child(2).active,
.sub-tabs.tab-violet li:nth-child(2):hover,
.sub-tabs.tab-violet li:nth-child(2):focus{background: #a4238f;}
.sub-tabs.tab-violet li:nth-child(3).active,
.sub-tabs.tab-violet li:nth-child(3):hover,
.sub-tabs.tab-violet li:nth-child(3):focus{background: #b354a0;}
.sub-tabs.tab-violet li:nth-child(4).active,
.sub-tabs.tab-violet li:nth-child(4):hover,
.sub-tabs.tab-violet li:nth-child(4):focus{background: #b18abf;}

.sub-tabs.tab-green li:nth-child(1).active,
.sub-tabs.tab-green li:nth-child(1):hover,
.sub-tabs.tab-green li:nth-child(1):focus{background: #00b050;}

.sub-tabs.tab-cyan li:nth-child(1).active,
.sub-tabs.tab-cyan li:nth-child(1):hover,
.sub-tabs.tab-cyan li:nth-child(1):focus{background: #20bdbd;}

.sub-tabs.tab-yellow li:nth-child(1).active,
.sub-tabs.tab-yellow li:nth-child(1):hover,
.sub-tabs.tab-yellow li:nth-child(1):focus{background: #feb811;}

.sub-tabs.tab-darkgreen li:nth-child(1).active,
.sub-tabs.tab-darkgreen li:nth-child(1):hover,
.sub-tabs.tab-darkgreen li:nth-child(1):focus{background: #538f51;}


/* tab title color */
.tab-content.tit-blue .tab-pane:nth-child(1) h3{color: #20409b;}
.tab-content.tit-blue .tab-pane:nth-child(2) h3{color: #0067b3;}
.tab-content.tit-blue .tab-pane:nth-child(3) h3{color: #0089cf;}
.tab-content.tit-blue .tab-pane:nth-child(4) h3{color: #0b9edb;}
.tab-content.tit-blue .tab-pane:nth-child(5) h3{color: #7cafdf;}

.tab-content.tit-violet .tab-pane:nth-child(1) h3{color: #762283;}
.tab-content.tit-violet .tab-pane:nth-child(2) h3{color: #a4238f;}
.tab-content.tit-violet .tab-pane:nth-child(3) h3{color: #b354a0;}
.tab-content.tit-violet .tab-pane:nth-child(4) h3{color: #b18abf;}

.tab-content.tit-green .tab-pane:nth-child(1) h3{color: #00b050;}
.tab-content.tit-cyan .tab-pane:nth-child(1) h3{color: #20bdbd;}
.tab-content.tit-yellow .tab-pane:nth-child(1) h3{color: #feb811;}
.tab-content.tit-darkgreen .tab-pane:nth-child(1) h3{color: #538f51;}

.tab-content img{
	width: 100%;
}

.tab-content h3{
	margin-top: -20px;
	font-size: 35px;
	font-weight: 800;	
	text-align: right;
	letter-spacing: -2PX;
}
@media(max-width: 992px){
	.tab-content .page-title h3{
		font-size: 24px;
	}
}

.sub-cont{
	padding-top: 40px;
	background: url(../images/title_line.gif) no-repeat top left;
}
.sub-cont img{
	width: 100%;
}
.sub-cont .w-line{
	margin-top: 0;
	border-top: 1px #ccc solid;
}
.section-tit{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.sub-menu{
	background: #fff;
}
.submenu-fixed{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	padding-top: 30px;
	background: #fff;
	z-index: 100;
}
.subtab-fixed{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	padding-top: 30px;
	z-index: 99;
}


@media(max-width: 992px){
/*
	.mo-submenu-fixed{
		position: relative;
		left: 0;	
		top: 0px;
		padding:  0 20px;
		background: #fff;
		z-index: 100;
	}
	.mo-subtab-fixed{
		position: relative;
		left: 0;		
		top: 105px;
		padding:  30px 20px;
		width: 100%;
		z-index: 99;
	}
	*/
}

.map-adress{
	margin-top: 45px;
	padding-left: 30px;
	border-left: 10px #0070bb solid;
}
.map-adress p{
	margin-bottom: 10px;
	font-size: 18px;
	color: #898989;
}
@media(max-width: 992px){
	.map-adress{
		margin-top: 20px;
		padding-left: 15px;
	}
	.map-adress p{
		font-size: 14px;
	}
}


#gallery-list div.thum a{
	display:block;
	height:380px;
}
@media(max-width:767px){
	#gallery-list div.thum a{
		display:block;
		height:272px;
	}
}
@media(max-width:485px){
	#gallery-list div.thum a{
		display:block;
		height:200px;
	}
}
#gallery-list div.thum a img{
	display:block;
	height:100%;
}

.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube > iframe{
	position:absolute;
	width:100% !important;
	height:100% !important;
	left:0;
	top:0;
}











p,td,li{
	font-size:16px;
	font-weight:300;
	letter-spacing:-0.02em;
	word-break:keep-all;
}
.blue-line{
	width:30px;
	height:4px;	
	background:#1076bd;
	display:inline-block;
}
.dotted-border{
	border: 1px dotted #9f9f9f !important;
}
.border-box{
	border:1px solid #ddd;
	border-radius:4px;
}
.blue-border{
	border: 1px solid #1076bd;
}
.green-border{
	border: 1px solid #00b5b9;
}
.purple-border{
	border: 1px solid #938bc4;
}
.bg-blue{
	background:#1076bd;
}
.bg-green{
	background:#00b5b9;
}
.bg-purple{
	background:#938bc4;
}
.bg-yellow{
	background:#fdb340;
}
.bg-gray{
	background:#f4f4f4 !important;
}
.bg-yellow{
	background:#fff7ec !important;
}
.bg-skyblue{
	background:#e7f1f8 !important;
}
.bbb{
	border-bottom:1px solid #1076bd !important;
}
.ybb{
	border-bottom:1px solid #fdb340 !important;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.intro > div{
	width:49.5%;
}
.intro > div:last-child{
	padding-left:50px;
}
.blue-bullet li{
    color: #333;
    letter-spacing: -0.05em;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    text-align: left;
    padding: 0 0 0 14px;
}
.blue-bullet li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 12px;
    left: 0px;
    background: #1076bd;
}
.purple-bullet li{
    color: #333;
    letter-spacing: -0.05em;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    text-align: left;
    padding: 0 0 0 14px;
}
.purple-bullet li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 12px;
/*     transform: translateY(-50%); */
    left: 0px;
    background: #938bc4;
}
@media(max-width:992px){
	p,td,li{
		font-size:14px;
	}
	.intro > div{
		width:100%;
	}
	.intro > div:last-child{
		padding-left:0;
	}
	.blue-line{
		width:20px;
		height:2px;	
	}
}
/* table */

.table-color{
	width:100%;
	max-width:100%;
}
.table-color thead th{
	background:#b2b4b6;
	text-align:center;
	color:white;
	font-size:16px;
	font-weight:500;
	padding:3px 0;
	border-radius:4px;
}
.table-color thead th:first-child{
	background:#1076bd;
}
.table-color thead th:nth-child(3){
	background:#fdb340;
}
.table-color tbody tr td{
	color:#333;
	background:#f4f4f4;
	border-bottom:1px solid #b2b4b6;
	padding:15px 0;
}
.table-color tbody tr td:first-child{
	border-top-left-radius: 4px;	
	border-top-right-radius: 4px;
}
.table-color tbody tr td:nth-child(3){
	background:#fff7ec;
}
.table-color thead th{
	border-bottom:2px solid white !important;
}
.table-color thead th,
.table-color tbody tr td{
	border-left:2px solid white !important;
}
@media(max-width:992px){
	.table-color thead th{
		font-size:13px;
		padding:2px 1px;
	}
	.table-color tbody tr td{
		font-size:13px;
		padding:10px 1px;
	}	
}
@media(max-width:485px){
	.table-color thead th{
		font-size:12px;
	}
	.table-color tbody tr td{
		font-size:12px;
	}	
}

/* sub */
.lr > div{
	width:49.5%;
}
.sub0102 .border-box{
	padding:50px 70px;
}
.root_daum_roughmap {
	width:100% !important;
	position: relative;
}
.root_daum_roughmap a.more{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    text-align: center;
    padding-top: 3px;
	background:#1076bd;
	color:white;
}
.root_daum_roughmap a.more i{
	color:white;
}
.sub0104{
	padding-bottom:80px;
}
.sub0104 section:last-child > div{
	display:inline-block;
	vertical-align:middle;
	padding:35px 45px;
}
.sub0104 section:last-child .addr{
	position: relative;
}
.sub0104 section:last-child .addr:before{
	position: absolute;
	content:'';
	width:1px;
	height:100px;
	background:#ddd;
	left:0;
	top: 50%;
    transform: translateY(-50%);
}
.addr{
	padding:20px 0;
}
/* .addr > div{
	margin-bottom:5px;
} */
.addr > div > div{
	width:120px;
}
.addr > div > div > p{
	margin-right:12px;
}
.addr > div > div img{
	margin-right:5px;
}
.addr > div > p{
	width:auto;
}
.addr > div > div,.addr > div > p{
	display:inline-block;
	vertical-align:top;
}
.addr:first-child{
	border-bottom:1px solid red;
}
@media(max-width:992px){
	.logo{
		width:120px;
	}
	.lr > div{
		width:100%;
		float:none;
		margin-bottom:15px;
	}	
	.sub0104 section:last-child > div{
		padding:20px 0;
		display:block;
	}
	.sub0104 section:last-child .addr:before{
		content:none;
	}
	.addr > div > div{
		width:120px;
	}
	.sub0102 .border-box{
		padding:30px;
	}
	.sub0104{
		padding-bottom:0;
	}
}
@media(max-width:600px){
	.addr > div > div{
		width:100%;
		display:block;
	}
	.addr > div > p{
		padding-left:36px;
	}
}


.tab-intro{
	margin:120px auto 40px;
}
.tab-intro h2{
    font-size:30px;
	letter-spacing:-0.03em;
}
.tab-intro h2 span{
    font-size:20px;
	font-weight:500;
	color:black;
	opacity:0.8;
}
.gray-box{
	background:#f4f4f4;
	width:100%;
	padding: 38px 40px;
	margin:40px 0;
	position:relative;
}
.gray-box p{
	margin:0;
	line-height:26px;
}
.gray-img{
	position:absolute;
	bottom:20px;
	right:70px;	
}



/* content-left */
.content-left{
    text-align: left;
    width:20%;
    position: relative;
    float:left;
}
.content-left hr{
    background:#1076bd;
    width:220px;
    height: 2px;
	margin-top:0;
}
.content-left h2{
    color:#000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
	letter-spacing:-0.01em;
	line-height:34px;
	margin-top:0;
}
/* content-right */
.content-right{
    width: 78%;
    float: right;
    position: relative;
	border-top:1px solid #e7e7e7;
	padding:30px 0 20px 15px;
}
.content-right > div > div{
    vertical-align: top;
}
.content-right dl{
	width:49.2%;
	float:left;
	border:1px solid #ddd;
	border-radius:4px;
	margin-bottom:6px;
}
.content-right dl:after{
	clear:both;
	content:'';
	display:block;
}
.content-right dl dt,
.content-right dl dd{
	float:left;
}
.content-right dl dt{
	text-align:center;
	font-weight:500;
	color:white;
	font-size:16px;
	border-radius:4px;
	width:24%;
	height:120px;
	padding-top:35px;
}
.content-right dl:nth-child(even){
	margin-left:1.5%;
}
.content-right dl dd{
	padding:15px;
	height:120px;
	width:76%;
	position: relative;
}
.content-right > dl > dd p{
	color:#555;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	position: absolute;
	top:50%;
	left:15px;
	transform:translateY(-50%);
	letter-spacing:-0.015em;
}
.content-right .item{
	margin:10px 0;
}
.content-right .item h3{
	padding:14px 0;
	text-align:center;
	color:white;
	font-weight:500;
	font-size:16px;
	border-radius:6px;
	margin:1px 0;
}
.content-right .item .border-box{
	text-align:center;	
	position: relative;
	border-radius:6px;
}
.content-right .item .border-box > div{
	width: 40%;
	display:inline-block;
	padding:40px 0;
	margin:0 20px;
	position: relative;
}
.content-right .item .border-box > div:after{
	position: absolute;
	width:1px;
	height:145px;
	content:'';
	background:#ebebeb;
	right:-20px;
	top:50%;
	transform:translateY(-50%);
}
.content-right .item .border-box > div:last-child:after{
	content:none;
}
.content-right .item .border-box > div p.fw500{
	margin-bottom:10px;
}
.content-right .item .border-box > div .img-box{
	position: relative;
}
.content-right .item .border-box > div .per{
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 50px;
}
.content-right .item .border-box > div .per span{
	font-weight:bold;
	font-size:26px;
}
.content-right .item.item-3 .border-box > div {
	width:27%;
}
.content-right .item.item-3 .border-box > div .per{
	position: relative;
	top: 0;
	right: 0;
}
.content-right .item.item-3 .border-box > div:after{
	height:245px;
}
.content-right .last-item {
	margin-top:40px;
}
.content-right .last-item dl{
	width:100%;
	margin-left:0;
}
.content-right .last-item dl dt,
.content-right .last-item dl dd{
	float:left;
	height:145px;
}
.content-right .last-item dl dt{
	width:12%;
	position: relative;
	padding-top:24px;
}
.content-right .last-item dl dd{
	width:44%;
	background:#f6f6f6;
	padding:20px 14px;
}
.content-right .last-item dl dd h6{
	font-size:16px;
	padding:9px;
	text-align:center;
	border-radius:5px;
	background:#fff;
	margin:0 0 10px 0;
}
.content-right .last-item dl dd.left{
	padding-right:22px;
}
.content-right .last-item dl dd.right{
	padding-left:22px;
	position: relative;
}
.content-right .last-item  p{
	letter-spacing:-0.05em;
}
.content-right .last-item dl dd.right:after{
	position: absolute;
	top:50%;
	left:-5px;
	transform:translateY(-50%);
	background-image:url('../images/deco-gray.png');
	width:16px;
	height:47px;
	content:'';
	background-repeat:no-repeat;
	background-size:contain;	
}
.content-right .last-item dl.blue dt{
	background:#1076bd;
}
.content-right .last-item dl.blue dd h6{
	border:2px solid #1076bd;
	color:#1076bd;
}
.content-right .last-item dl.green dt{
	background:#00b5b9;
}
.content-right .last-item dl.green dd h6{
	border:2px solid #00b5b9;
	color:#00b5b9;
}
.solution section:last-child{
	border-bottom:1px solid #e7e7e7;
	padding-bottom:60px;
}

.sub0202 .border-box.text-center{
	padding:30px 20px;
	border-radius:0;
}
.sub0202 .blue-line{
	width:40px;
	height:2px;
	margin:10px 0;
}
.sub0202 .system{
	background:#f7f7f7;
	padding:30px 50px;
	border-radius:10px;
}
.sub0202 .system > div:first-child{
	width:32%;
}
.sub0202 .system > div:last-child{
	width:67%;
}
.sub0203 .item{
	width:49.5%;
}
.sub0203 .item .border-box{
	padding:10px;
	height:425px;
}
.sub0203 .item .border-box img{
	margin-bottom:15px;
}
.sub0203 .item .border-box ul{
	padding:0 16px;
}
.vertical-middle{
	vertical-align:middle!important;
}
.sub0204 .img-top{
	padding-top:36px;
}
.sub0204 .img-top > div{
	position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 70px 25px 30px 25px;
    display: inline-block;
    width: 32%;
    margin: 0 .5%;
    height: 165px;
    vertical-align: top;
}
.sub0204 .img-top img{
	position: absolute;
	top:-50%;
	left:50%;
	transform:translate(-50%,50%);
}
.sub0204 section:last-child .content-right > div > div{
	width:49%;
	display:inline-block;
}
.cta{
	color:white;
	width:140px;
	height:34px;
	line-height:34px;
	background:#1076bd;
	text-align:center;
	border-radius:4px;
	margin:10px auto 30px;
}
.sub0205 .border-box{
	width:49%;
	float:left;
	padding:16px 3px;
	margin-bottom:6px;
}
.sub0205 .border-box:nth-child(odd){
	margin-right:2%;
}
.sub0205 .border-box > div{
	display:inline-block;
	vertical-align:middle;
}
.sub0205 .border-box .img-box{
	width:22%;
	text-align:center;
}
.sub0205 .border-box .txt-box{
	width:76%;
}
.sub0205 .border-box .txt-box p{
	letter-spacing:-0.04em;
}
.sub0205 section:last-child .content-right > div{
	margin:0 0 8px 0;
	border-radius:10px;
	height:65px;
	position: relative;
}
/* .sub0205 section:last-child .content-right > div:after{
    width: 0;
    height: 50px;
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent;
    content: '';
    top: 0;
    right: 0;
    display: inline-block;
} */
.sub0205 section:last-child .content-right > div > h6,
.sub0205 section:last-child .content-right > div > p{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.sub0205 section:last-child .content-right > div > h6{
	width:256px;
	height:100%;
	padding:22px 30px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position: relative;
}
.sub0205 section:last-child .content-right > div > h6:after{
	position: absolute;
	top:0;
	right:0;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 63px solid #fff;
	border-left: 50px solid transparent;
}
.sub0205 section:last-child .content-right > div > p{
	padding-left:18px;
}
.sub0206 section:last-child .content-right > div.item{
	float:left;
	width:49.25%;
	margin:5px 0;
}
.sub0206 section:last-child .content-right > div.item:nth-child(odd){
	margin-right:1.5%;
}
.sub0206 section:last-child .content-right > div.item .border-box{
	height:110px;
	padding:10px 20px;	
	text-align:left;
}
.sub0206 section:last-child .content-right > div.item .border-box li{
	line-height:1.5;
	margin:4px 0;
}
.sub0206 section:last-child .wid3 > .item{
	width:30%;
	float:left;
	margin-right:5%;
	position: relative;
}
.sub0206 section:last-child .wid3 > .item:first-child:after{
	background-image:url('../images/sub0206_08.png');
	width:57px;
	height:15px;
	content:'';
	background-size:contain;
	background-repeat:no-repeat;
	top:30px;
	right:-50px;
	position:absolute;
	z-index:1;
}
.sub0206 section:last-child .wid3 > .item:nth-child(2):after{
	background-image:url('../images/sub0206_09.png');
	width:57px;
	height:15px;
	content:'';
	background-size:contain;
	background-repeat:no-repeat;
	top:30px;
	right:-50px;
	position:absolute;
	z-index:1;
}
.sub0206 section:last-child .wid3 > .item:first-child{
	position: relative;
}

.sub0206 section:last-child .wid3 > .item:last-child{
	margin-right:0;
}
.sub0206 section:last-child .wid3 > .item .border-box{
	height:100px;
	padding:15px 2px;
}
.sub0206 .wid4 > div{
	width:24%;
	margin-right:1%;
	float:left;
}
.sub0206 .wid4 > div:last-child{
	margin-right:0;
}

.sub0207 .wid3 > div{
	width:150px;
	height:150px;
	border-radius:50%;
	position: relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:160px;
}
.sub0207 .wid3 > div:after{
	width:160px;
	height:160px;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	background:transparent;
	content:'';
}
.sub0207 .wid3 > div:before{
	width:50px;
	height:39px;
	background-image:url('../images/sub0207_02.jpg');
	background-size:contain;
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	right:-100px;
	content:'';
}
.sub0207 .wid3 > div:last-child:before{
	content:none;
}
.sub0207 .wid3 > div:nth-child(1):after{
	border:1px solid #1076bd;
}
.sub0207 .wid3 > div:nth-child(2):after{
	border:1px solid #938bc4;
}
.sub0207 .wid3 > div:nth-child(3):after{
	border:1px solid #00b5b9;
}
.sub0207 .wid3 > div:nth-child(3){
	margin-right:0
}
.sub0207 .wid3 > div h2{
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	text-align:center;
	margin:0;
	line-height:25px;
	letter-spacing:0;
}
.sub0207 .wid6 > div {
	width:15.6%;
	float:left;
	height:150px;
	text-align:center;
	padding:10px 2px;
	border-radius:5px;
	margin-right:10px;
}
.sub0207 .wid6 > div:last-child{
	margin-right:0;
}
.sub0207 .wid6 > div p{
	margin:0;
}

.sub0301 .content-right > div.new{
	position: relative;
}
.sub0301 .content-right > div.new.bg{
	background:#e7f1f8;
	padding:8px 0;
	width:67%;
	margin:40px auto 20px;
}
.sub0301 .content-right > div.new.bg2{
	background:#e7f1f8;
	padding:7.6px 0;
	width:75%;
	margin:40px auto 20px;
}
.sub0301 .content-right > div > h2{
	padding:0;
	margin:0 auto;
	display:inline-block;
}
.sub0301 .content-right > div.new:before{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	background-image:url('../images/sub0301_02.png');
	width:12px;
	height:39px;
	background-size:contain;
	content:'';
	background-repeat:no-repeat;
}
.sub0301 .content-right > div.new:after{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:0;
	background-image:url('../images/sub0301_03.png');
	width:12px;
	height:39px;
	background-size:contain;
	content:'';
	background-repeat:no-repeat;
}
.sub0301 ul{
	width:100%;
}
.sub0301 ul > li{
	width:50%;
	float:left;
	letter-spacing:-0.04em;
}
.sub0301 div.pa > div{
	width:192px;
	float:left;
	margin-right:70px;
}
.sub0301 div.pa > div:last-child{
	margin-right:0;
}
.sub0301 .wid3 > div{
	width:150px;
	height:150px;
	border-radius:50%;
	position: relative;
	display:inline-block;
	vertical-align:middle;
	margin-right: 90px;
    margin-left: 20px;
}
.sub0301 .wid3 > div:after{
	width:160px;
	height:160px;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	background:transparent;
	content:'';
}
.sub0301 .wid3 > div:before{
	width:50px;
	height:39px;
	background-image:url('../images/sub0301_07.jpg');
	background-size:contain;
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	right:-80px;
	content:'';
	background-repeat:no-repeat;
}
.sub0301 .wid3 > div:last-child:before{
	content:none;
}
.sub0301 .wid3 > div:nth-child(1):after{
	border:1px solid #1076bd;
}
.sub0301 .wid3 > div:nth-child(2):after{
	border:1px solid #00b5b9;
}
.sub0301 .wid3 > div:nth-child(3):after{
	border:1px solid #938bc4;
}
.sub0301 .wid3 > div:nth-child(3){
	margin-right:0
}
.sub0301 .wid3 > div .txt-box{
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	text-align:center;
	margin:0;
	line-height:25px;
	letter-spacing:0;
	width:100%;
}
.sub0301 .wid3 > div .txt-box p{
	color:white !important;
}
#gallery-list .thum{
	border:1px solid #ddd;
}


@media(max-width:1200px){
	.gray-img {
		bottom: 20px;
		right: 30px;
		width: 200px;
	}
	.content-left hr{
		width:180px;
	}
	.content-right .item .border-box > div {
		width: 44%;
	}
	.sub0202 div.mt30 > img{
		width:49%;
	}
	.sub0203 .item .border-box {
		height: 450px;
	}
	.sub0204 .img-top > div {
		padding: 60px 25px 30px 25px;
		height: 180px;
	}
	.sub0205 section:last-child .content-right > div > p {
		width: 50%;
	}
	.sub0206 section:last-child .content-right > div.item .border-box {
		height: 150px;
	}
	.sub0206 section:last-child .wid3 > .item .border-box {
		height: 140px;
		padding: 15px 10px;
	}
	.sub0207 .wid3 > div {
		margin-right: 100px;
	}
	.sub0207 .wid3 > div:before {
		right: -75px;
	}
	.sub0207 .wid6 > div {
		width: 15%;
		height: 180px;
	}
	.sub0301 ul > li {
		width: 100%;
		margin:2px 0;
	}
	.sub0301 ul > li:nth-child(odd) {
		margin-right: 0;
	}
	.sub0301 div.pa > div {
		margin-right: 60px;
	}
}
@media(max-width:992px){
	.tab-intro h2 span {
		font-size: 15px;
	}
	.sub0206 .wid4 > div{
		width:49%;
		margin-right:1%;
		float:left;
	}
	.tab-intro {
		margin: 60px auto 40px;
	}
	.img-wrapper{
		text-align:center;
	}
	.gray-img {
		position: relative;
		bottom: 0;
		right: 0;
		width: 200px;
		margin-bottom:20px;
	}
	.content-left,
	.content-right{
		width: 100%;
		float: none;
		display:block;
		padding:0;
	}
	.content-left{
		margin-top:20px;
	}
	.content-left br{
		display:none !important;
	}
	.content-left h2 {
		font-size: 18px;
		line-height: 18px;
	}
	.content-right{
		border-top:none;
	}
	.gray-box {
		padding: 20px 15px;
	}
	.content-right dl {
		width: 100%;
		float: none;
		border: 1px solid #ddd;
		border-radius: 4px;
		margin-bottom: 10px;
	}
	.content-right dl dt,
	.content-right dl dd{
		font-size: 14px;
		width: 100%;
		height: auto;
		padding:10px;
	}
	.content-right dl dt br{
		display:none !important;
	}
	.content-right > dl > dd p {
		line-height: 20px;
		position: relative;
		top: 0;
		left: 0;
		transform:none;
		letter-spacing: -0.05em;
	}
	.content-right dl:nth-child(even) {
		margin-left: 0;
	}
	.content-right .item .border-box > div,
	.content-right .item.item-3 .border-box > div {
		width:100%;
		margin:0;
		padding:20px 0;
	}
	.content-right .item h3 {
		padding: 12px 0;
		font-size: 15px;
	}
	.content-right .item .border-box > div .per {
		font-size: 16px;
	}
	.content-right .item .border-box > div .per span {
		font-size: 18px;
	}
	.content-right .last-item dl dt {
		width: 100%;
		padding-top: 24px;
	}
	.content-right .last-item dl dt, .content-right .last-item dl dd {
		float: none;
		height: auto;
		display:block;
	}
	.content-right .last-item dl dd.left,
	.content-right .last-item dl dd.right{
		padding-right:10px;
		padding-left:10px;
		width: 100%;
	}
	.content-right .last-item dl dd.right:after {
		top: -20px;
		left: 50%;
		width: 12px;
		height: 34px;
		transform: rotate(90deg)translate(-50%,0);
	}
	.content-right .last-item dl dt img{
		width:50px;
	}
	.content-right .last-item dl dt {
		width: 100%;
		padding: 10px 0 5px 0;
	}
	.sub0202 div.mt30 > img {
		width: 100%;
		margin-bottom:10px;
	}
	.sub0202 .system {
		padding: 30px 15px;
		text-align:center;
	}
	.sub0202 .system > div:first-child {
		padding-right: 0;
	}
	.sub0202 .system p {
		text-align:left;	
	}
	.sub0203 .item {
		width: 100%;
	}
	.sub0203 .item .border-box {
		height: auto;
	}
	.sub0204 .img-top {
		padding-top: 10px;
	}
	.sub0204 .img-top > div {
		padding: 55px 25px 20px 25px;
		height: auto;
		margin: 15px 0 30px;
		width: 100%;
	}
	.sub0204 .img-top img {
		position: absolute;
		top: -50%;
		left: 50%;
		transform: translate(-50%,50%);
		width: 70px;
	}
	.sub0204 section:last-child .content-right > div > div {
		width: 100%;
	}
	.sub0205 .border-box {
		width: 100%;
		float: none;
		padding: 15px;
		margin-bottom: 10px;
	}
	.sub0205 .border-box .img-box {
		text-align: left;
		padding-left: 5px;
	}
	.sub0205 .border-box .img-box img{
		width:40px;
	}
	.sub0205 section:last-child .content-right > div > h6 {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		border-radius:5px;
	}
	.sub0205 section:last-child .content-right > div > p {
		width: 100%;
		padding:15px 10px;
	}
	.sub0205 section:last-child .content-right > div {
		margin: 10px 0;
		height: auto;
	}
	.sub0206 .wid4 > div {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.sub0206 .wid4 > div img{
		width:80%;
	}
	.sub0206 section:last-child .content-right > div.item:nth-child(odd) {
		margin-right: 0;
	}
	.sub0206 section:last-child .content-right > div.item,
	.sub0206 section:last-child .wid3 > .item {
		width: 100%;
		margin: 10px 0;
		float: none;
	}
	.sub0206 section:last-child .content-right > div.item .border-box,
	.sub0206 section:last-child .wid3 > .item .border-box{
		height: auto;
	}
	.sub0206 .content-right > .text-center img{
		width:90px;
	}
	.content-right .item h3 br{
		display:none !important;
	}
	.sub0207 .wid3 > div {
		width: 100px;
		height: 100px;
		margin-right: 0;
		display:block;
		margin:25px auto 70px;
	}
	.sub0207 .wid3 > div:last-child{
		margin-bottom:20px;
	}
	.sub0207 .wid3 > div:after {
		width: 110px;
		height: 110px;
	}
	.sub0207 .wid3 > div:before {
		width: 40px;
		height: 30px;
		transform: rotate(90deg)translate(0,-50%);
		bottom: 0;
		right: -100px;
		left: 15%;
		top: auto;
		bottom: -50px;
		background-repeat: no-repeat;
	}
	.sub0207 .wid3 > div:nth-child(3) {
		margin-right: auto;
	}
	.sub0207 .wid6 > div {
		width: 100%;
		height: auto;
		margin: 5px 0;
	}
	.sub0205 section:last-child .content-right > div > h6:after{
		content:none;
	}
	.sub0301 div.pa > div {
		width: auto;
		float:none;
		display:block;
		margin-right: 0;
		text-align:center;
	}
	.sub0301 .content-right > div.new.bg,
	.sub0301 .content-right > div.new.bg2{
		background: #e7f1f8;
		padding: 8px 0;
		width: 100%;
		margin: 20px auto;
	}
	.content-left{
		margin-bottom:30px;
	}
	.table_board_write,
	.table_board_write thead,
	.table_board_write tbody,
	.table_board_write tr,
	.table_board_write tr th,
	.table_board_write tr td{
		display:block;
		width:100%;
		float:none;
	}
	.table_board_write tr th{
		text-align:center;
		border-right:none;
	}
	.table_board_write tr th br{
		display:none!important;
	}
	.filebox .upload-name {
		width: 68%;
	}
	.span-input {
		width: 46%!important;
	}
	#border-bottom .text-right{
		text-align:center!important;
	}
	#subVisual-Wrap h1 {
		margin-top: 30px;
	}
	#subVisual-Wrap .subVisual-text p{
		margin-bottom:30px;
	}
	.bl-sm{
		border-left:1px solid #898989 !important;
	}
	.nbl-sm{
		border-left:none !important;
	}
	.resize{
		max-width:70%!important;
	}
	.sub0301 .content-right > div > h2 {
		width:90%;
	}
	.sub0301 .wid3 > div {
		width: 120px;
		height: 120px;
		margin: 0 auto 40px;
		display:block;
	}
	.sub0301 .wid3 > div:nth-child(3) {
		margin: 0 auto;
	}
	.sub0301 .wid3 > div:after {
		width: 130px;
		height: 130px;
	}
	.solution section:last-child {
		padding-bottom: 30px;
	}
	.table-color thead th, .table-color tbody tr td {
		border-left: 1px solid white !important;
	}
	.sub0206 section:last-child .wid3 > .item:first-child:after,
	.sub0206 section:last-child .wid3 > .item:nth-child(2):after{
		content:none;
	}
	.banner-wrap{
		margin:10px 0;
	}
	.sub0301 .wid3 > div:before {
		width: 30px;
		top: auto;
		right: auto;
		bottom: -55px;
		left: 50%;
		transform: translateX(-50%);
	}
	.sub0301 .content-right > div.new:before,
	.sub0301 .content-right > div.new:after{
		content:none;
	}
}


.free{
	display:inline-block;
	width:auto;
	padding:8px 15px;
	background:#1076bd;
	color:white;
	border-radius:10px;
	font-size:14px;
}
.free:hover{
	color:white;
}