@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

a {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

h1,h2,h3{margin-top:20px;margin-bottom:10px}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.color-black{
  color:#000 !important;
}

.size25{
  font-size:25px;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 50px 0;
}

.center {
  text-align: center;
  padding-bottom: 35px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Home Page******
**************************/

#main-slider {
  position: relative;
  overflow: hidden;
  margin-top:110px;
}
#main-slider .item {
  height: 530px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  /* background-size: cover; */
}
#main-slider .item2 {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 75% 0;
  /* background-size: cover; */
}
#main-slider .slider-inner {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 195px;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #0c3f6c;
}
#main-slider .slider-inner p {
  font-size:20px;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 0; /*5*/
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #0c3f6c;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 0%;
  height: 4px;
  background: #0c3f6c;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 0; /*14*/
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#feature {
  background: #fff;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  /*margin-bottom: 35px;*/
  overflow: hidden;
  width:200px;
  height:200px;
}
.feature-wrap img{vertical-align:top;}


.feature-wrap h2, .viewer-wrap h2{
  margin-top: 37px;
  padding-top:37px;
}

.viewer-wrap{
  overflow:hidden;
}

.viewer-wrap h2{
  margin-top:45px;
}

.feature-wrap h2 > span{
  display:block;
  font-size:15px;
  margin-top:5px;
}

.feature-wrap h3{
  font-size:13px;
  line-height:24px;
  position:relative;
}

.feature-wrap h3 > a{
  display:block;
  position:absolute;
  right:10px;
  top:-46px;
  font-weight:600;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  line-height: 110px;
  text-align:center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 35px;
  background: #fff;
  border-radius: 100%;
  color: #4A5B9A;
  border: 3px solid #fff;
  box-shadow: inset 0 0 0 2px #4A5B9A;
  -webkit-box-shadow: inset 0 0 0 2px #4A5B9A;
}

.feature-wrap i:hover{
  background: #4A5B9A;
  color: #fff;
  box-shadow: inset 0 0 0 5px #4A5B9A;
  -webkit-box-shadow: inset 0 0 0 5px #4A5B9A;
  border: 3px solid #4A5B9A;
}

.viewer-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  line-height: 110px;
  text-align:center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 35px;
  background: #F5FCFF;
  border-radius:0;
  color: #6FB5F3;
  border: 3px solid #F5FCFF;
  box-shadow: inset 0 0 0 2px #6FB5F3;
  -webkit-box-shadow: inset 0 0 0 2px #6FB5F3;
}

.viewer-wrap i:hover{
  background: #6FB5F3;
  color: #fff;
  box-shadow: inset 0 0 0 5px #6FB5F3;
  -webkit-box-shadow: inset 0 0 0 5px #6FB5F3;
  border: 3px solid #6FB5F3;
}



.no-margin {
  margin:0;
  padding:0;
}


#viewer {
 /* background:#F5FCFF;*/
}

#viewer h2, 
#viewer h3 {
  color: #5F5F5F;
}

.viewer-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.viewer-wrap ul li{
  display: inline-block;
  float: left;
  width: 100%;
  height:120px;
  position:relative;
}

/* .web-Viewer ul li > a {
  background:rgba(255, 255, 255, 0.50);
  display:block;
  width:100%;
  height:100px;
  padding-top:40px; 
  border:2px solid #8EC0DA;
  font-size:20px;
  font-weight:bold;
}


.web-Viewer ul li > a:hover {
  background: #8EC0DA;
  color: #fff;
  box-shadow: inset 0 0 0 5px #8EC0DA;
  -webkit-box-shadow: inset 0 0 0 5px #8EC0DA;
  border: 3px solid #8EC0DA;
} */



#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #FDFDFD;
  font-size: 14px;  
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #4058B1;
}

#bottom .widget {
  margin-bottom: 3%;
}

#footer {
  padding:30px 15px;
  color: #fff;
  background: #2e2e2e;
  border-top: 5px solid #004e82;
  line-height:20px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #79ADDC;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


#bgSlide1{
	background-image: url("../images/slider/bg1.jpg");
	background-color:#0066c0;
}
#bgSlide2{
	background-image: url("../images/slider/bg2.jpg");
	background-color:#2ba0a6;
}
#bgSlide3{
	background-image: url("../images/slider/bg3.jpg");
	background-color:#09ae91;
}
#bg1-icon{
	background-image: url("../images/slider/bg1_icon.png");
	background-position:75% !important;
	
}
#bg2-icon{
	background-image: url("../images/slider/bg2_icon.png");
	background-position:75% 0 !important;
	
}
#bg3-icon{
	background-image: url("../images/slider/bg3_icon.png");
	background-position:75% !important;
	
}


/* add style */
.space_w{padding:0 15px;}
.left_box, .left_box2{width:100%;text-align:center;}
.right_box, .right_box2, .right_box3{display:none;padding:0 1%;}
.right_box img, .right_box2 img, .right_box3 img{padding-top:0}

/* Scroll To Top ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.enigma_scrollup {
    width: 45px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
	border-radius: 2px;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #3b3b3b;
    z-index: 9999;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enigma_scrollup i {
    line-height: 38px;
	font-size: 24px;
	vertical-align:middle;
}
.enigma_scrollup:hover{
	opacity: 0.8;
}
a.enigma_scrollup:hover i, a.enigma_scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
	
}

/**************
 
 부트스트랩관련 css추가

************/


*,*:before,*:after{
	box-sizing:border-box;
}

@media(min-width:768px){

	/*.container{width:750px;}*/
	.container{padding-left:0 !important;padding-right:0 !important;}
	#bottom{padding-left:15px; padding-right:15px;}

}

@media(min-width:992px){

	/*.container{width:970px;}*/
	.container{padding-left:15px !important;padding-right:15px !important;}
	#bottom{padding-left:15px; padding-right:15px;}
	

}

@media(min-width:1200px){

	.container{width:1180px;}
}


.container{
	padding-left:15px;
	padding-right:15px;
	margin-right:auto;
	margin-left:auto;
}
.container:before, .container:after {
	display: table;
	content:" "
}
.container:after {
	clear: both
}


.row:before, .row:after {
	display: table;
	content:" "
}
.row:after {
	clear: both
}
.row:before, .row:after {
	display: table;
	content:" "
}
.row:after {
	clear: both
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-md-2half,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3, 
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4, 
.col-xs-5, 
.col-sm-5, 
.col-md-5,
.col-lg-5, 
.col-xs-6,
.col-sm-6, 
.col-md-6, 
.col-lg-6,
.col-xs-7,
.col-sm-7, 
.col-md-7, 
.col-lg-7,
.col-xs-8, 
.col-sm-8,
.col-md-8,
.col-lg-8, 
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10, 
.col-md-10, 
.col-lg-10,
.col-xs-11, 
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12, 
.col-sm-12, 
.col-md-12,
.col-lg-12,{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5, 
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11, 
.col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666666666666%
}
.col-xs-10 {
	width: 83.33333333333334%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666666666666%
}
.col-xs-7 {
	width: 58.333333333333336%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666666666667%
}
.col-xs-4 {
	width: 33.33333333333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.666666666666664%
}
.col-xs-1 {
	width: 8.333333333333332%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666666666666%
}
.col-xs-pull-10 {
	right: 83.33333333333334%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666666666666%
}
.col-xs-pull-7 {
	right: 58.333333333333336%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666666666667%
}
.col-xs-pull-4 {
	right: 33.33333333333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.666666666666664%
}
.col-xs-pull-1 {
	right: 8.333333333333332%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666666666666%
}
.col-xs-push-10 {
	left: 83.33333333333334%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666666666666%
}
.col-xs-push-7 {
	left: 58.333333333333336%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666666666667%
}
.col-xs-push-4 {
	left: 33.33333333333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.666666666666664%
}
.col-xs-push-1 {
	left: 8.333333333333332%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media(min-width: 768px) {
	#progressBar {
	  margin-top: -4px;
	  position: relative;
	  z-index: 14;
	  width: 100%;
	  background: rgba(0, 0, 0, 0.1);
	}

	#main-slider .slider-inner h2{
		font-size:35px;
	}
	
	#main-slider .slider-inner p{
		font-size:25px;
	}

	.viewer-wrap ul li{ 
		width:100%;
	}

	.col-sm-1,
	.col-sm-2, 
	.col-sm-3, 
	.col-sm-4, 
	.col-sm-5,
	.col-sm-6, 
	.col-sm-7, 
	.col-sm-8, 
	.col-sm-9, 
	.col-sm-10, 
	.col-sm-11, 
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666666666666%
	}
	.col-sm-10 {
		width: 83.33333333333334%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666666666666%
	}
	.col-sm-7 {
		width: 58.333333333333336%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.666666666666664%
	}
	.col-sm-1 {
		width: 8.333333333333332%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%
	}
	.col-sm-pull-0 {
		right: 0
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666666666666%
	}
	.col-sm-push - 10 {
		left: 83.33333333333334%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666666666666%
	}
	.col-sm-push-7 {
		left: 58.333333333333336%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666666666667%
	}
	.col-sm-push-4 {
		left: 33.33333333333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.666666666666664%
	}
	.col-sm-push-1 {
		left: 8.333333333333332%
	}
	.col-sm-push-0 {
		left: 0
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}


	

}
@media(min-width: 992px) {


	.viewer-wrap ul li {
		width:33.33333333333333%;
		display: inline-block;
		float: left;
		height:120px;
		position:relative;
	}
	.viewer-wrap ul li > a {
	  display:block;
	  /*height:100px;
	  font-size:20px;
	  font-weight:bold;
	  border:2px solid #8EC0DA;
	  color:#65ADD2; */
	}

	.col-md-1, 
	.col-md-2, 
	.col-md-2half,
	.col-md-3, 
	.col-md-4, 
	.col-md-5, 
	.col-md-6, 
	.col-md-7, 
	.col-md-8,
	.col-md-9,
	.col-md-10, 
	.col-md-11, 
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666666666666%
	}
	.col-md-10 {
		width: 83.33333333333334%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666666666666%
	}
	.col-md-7 {
		width: 58.333333333333336%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666666666667%
	}
	.col-md-4 {
		width: 33.33333333333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2half {
		width: 20%
	}
	.col-md-2 {
		width: 16.666666666666664%
	}
	.col-md-1 {
		width: 8.333333333333332%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666666666666%
	}
	.col-md-pull-10 {
		right: 83.33333333333334%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666666666666%
	}
	.col-md-pull-7 {
		right: 58.333333333333336%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666666666667%
	}
	.col-md-pull-4 {
		right: 33.33333333333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.666666666666664%
	}
	.col-md-pull-1 {
		right: 8.333333333333332%
	}
	.col-md-pull-0 {
		right: 0
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666666666666%
	}
	.col-md-push-10 {
		left: 83.33333333333334%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666666666666%
	}
	.col-md-push - 7 {
		left: 58.333333333333336%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666666666667%
	}
	.col-md-push-4 {
		left: 33.33333333333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.666666666666664%
	}
	.col-md-push-1 {
		left: 8.333333333333332%
	}
	.col-md-push-0 {
		left: 0
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-md-offset-0 {
		margin-left: 0
	}

}
@media(min-width: 1200px) {
	.col-lg-1, 
	.col-lg-2, 
	.col-lg-3, 
	.col-lg-4, 
	.col-lg-5, 
	.col-lg-6, 
	.col-lg-7,
	.col-lg-8, 
	.col-lg-9,
	.col-lg-10, 
	.col-lg-11, 
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666666666666%
	}
	.col-lg-10 {
		width: 83.33333333333334%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666666666666%
	}
	.col-lg-7 {
		width: 58.333333333333336%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666666666667%
	}
	.col-lg-4 {
		width: 33.33333333333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.666666666666664%
	}
	.col-lg-1 {
		width: 8.333333333333332%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666666666666%
	}
	.col-lg-push-10 {
		left: 83.33333333333334%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666666666666%
	}
	.col-lg-push-7 {
		left: 58.333333333333336%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666666666667%
	}
	.col-lg-push-4 {
		left: 33.33333333333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.666666666666664%
	}
	.col-lg-push-1 {
		left: 8.333333333333332%
	}
	.col-lg-push-0 {
		left: 0
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}

	
	
	




}



/* add history */
.history	{max-width:2560px; min-height:748px; margin:0 auto; overflow:hidden;}
.history h4	{color:#fff; text-align:center; padding:80px 0 0; font-size:35px; font-family:"HN_Th"; font-weight:normal; line-height:60px}
.year_list	{position:relative}
.history_year {margin:25px auto 62px auto; text-align:center}
.history_year a	{display:inline; padding:3px 14px; margin-left:10px; color:#fff; font-size:18px; line-height:30px}
.history_year a.active {border-top:2px solid #fff; border-bottom:2px solid #fff; font-family:"HN_Bd";}
.history_year a:hover	{text-decoration:none}





/*.history_cont{width:1280px;margin:0 auto;overflow:hidden;}*/
.history_cont .bx-wrapper	{height:380px}
.history_cont .bx-wrapper .bx-viewport	{overflow:visible !important;}
.history_cont ul	{/*height:380px;*/ overflow:hidden}
.history_cont ul:after	{display:block; content:""; height:0; clear:both}
.history_cont ul li	{ position:relative; float:left; max-width:100%;}
.history_cont ul.slide_width li	{width:auto !important;}
.history_cont ul li div	{float:left; width:310px; height:380px; margin: 0 8px;}
.history_cont ul li div img	{width:100%; height:179px; vertical-align:top; border-bottom:1px solid #d9d9d9;}
.history_cont p	{position:relative; box-sizing:border-box; padding:25px 18px 0; background:#fff; height:200px; font-size:13px; line-height:20px}
.history_cont p span	{display:block; position:absolute; bottom:30px; line-height:22px}

.history_cont .bx-controls {z-index:100; position:relative; top:-202px; width:100%; margin:0 auto}
.history_cont .bx-controls-direction	{position:absolute; top:0; width:100%; height:48px}
.history_cont .bx-controls-direction a	{display:inline-block; position:absolute; width:48px; height:48px; background:url('../images/history_btn.png') no-repeat left top; text-indent:-9999px; color:transparent; padding:0; margin-left:0; font-size:0; line-height:0}
.history_cont .bx-controls-direction .bx-prev	{left:20px}
.history_cont .bx-controls-direction .bx-next	{right:20px; background-position:-51px 0}
.history_cont .bx-controls-direction a:hover	{background-position:0 -51px}
.history_cont .bx-controls-direction .bx-next:hover	{background-position:-51px -51px}
.bx-wrapper .bx-controls-direction a.disabled	{display:none}


/* browser mobile*/
.history_cont ul.mo_slide li div	{display:block; float:none; width:260px; margin:0 auto}
.history_cont ul.mo_slide li div img	{width:100%}
.history_cont ul.mo_slide li p	{position:relative; box-sizing:border-box; padding:25px 18px 0; margin:0 auto; width:260px; height:200px; font-size:13px; line-height:20px}
.history_cont ul.mo_slide li p span	{display:block; position:absolute; bottom:30px; line-height:22px}

.month_style{font-weight:bold;font-size:1.3em}

@media screen and (max-width:770px){
	/*history*/
	.history h4	{font-size:24px}
	.history_cont .bx-wrapper	{max-width:90% !important}
	.history_cont ul li div	{margin:0 4px}
	.history_cont .bx-controls-direction .bx-prev	{left:0}
	.history_cont .bx-controls-direction .bx-next	{right:0;}
	.history_year a	{max-width:102px; width:100% !important}
	.advan_inner p{line-height:21px !important;}

	}



@media screen and (max-width:752px){
	/* Common */
	.img_pc	{display:none;}
	.img_m	{display:block}

	/*연혁*/
	.top_inner	{padding:93px 0 147px 0}
	.top_inner h3	{font-size:24px;}
	.intro_top	{font-size:18px; line-height:24px;}
	.intro_text	{padding:15px 40px 28px 22px}
	.intro_text:after	{top:-5px; height:5px}

	.year_list	{position:relative; margin:20px 0 40px 0}
	.year_list .history_year	{z-index:1; margin:0}
	.year_list .bx-viewport	{width:auto !important; max-width:148px !important; margin:0 auto}
	.year_list .bx-controls	{position:absolute; top:0; width:100%; height:40px}
	.year_list .bx-controls-direction a	{display:inline-block; position:absolute; width:10px; height:18px; background:url('../images/year_btn.png') no-repeat left top; text-indent:-9999px; color:transparent}
	.year_list .bx-controls-direction .bx-prev	{left:13px; top:18%}
	.year_list .bx-controls-direction .bx-next	{right:13px; top:18%; background-position:-12px 0}

	

	
}


.blue_line{background:url(../images/007.jpg) no-repeat 0 0;width:200px;height:200px;color:#fff;font-weight:bold;font-size:24px;padding:80px 0;}