@CHARSET "UTF-8";

/*스타일*/
.wrap{width: 100%;}
.navbar{margin-bottom: 5px;}
.nipa-navbar { box-shadow: none; border: none; height:120px; background: #4a3737 url(../eng/images/topbar.gif) center top repeat; }
.nipa-sample { background-color: white; background-image: linear-gradient(to bottom,#fff 0,#ffffff 100%); height: 100px; width:100%; border-bottom:1px solid rgba(0, 0, 0, 0.2); }
.navbar-brand { float: left; padding: 15px 15px; height: 100px;} 
.navbar-header{height: 70px;}
.navbar-brand img { height: 70px; }

/*사이트맵, 국문홈페이지 바로가기*/
.quick{margin-right: 20px;}

.nipa-bg {
    background-image: url(/eng/images/main/background-icon.gif);
    background-position: right bottom, left top;
    background-size: 362px 500px;
    background-repeat: no-repeat, repeat;
    padding: 15px;
}

@media (min-width: 992px) {	
}

@media (min-width: 768px) and (max-width: 991px) {
	.nipa-bg {
	    background-image: url(/eng/images/main/background-icon-small.gif);
	    background-position: right top, left top;
	    background-size: 158px 223px;
	    background-repeat: no-repeat, repeat;
	    padding: 15px;
/* 	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; IE8
	    filter: alpha(opacity=30); IE 5~7. 8~9
	    opacity:0.3; Modern Browser */
	}
}

@media(max-width: 767px){
	.nipa-bg {
	    background-image: url(/eng/images/main/background-icon-small.gif);
	    background-position: right top, left top;
	    background-size: 158px 223px;
	    background-repeat: no-repeat, repeat;
	    padding: 15px;
	}
}

.navi-header{
	height: 25px;
	background-image: url(/eng/images/main/background.gif);
	background-color:silver;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #7A7A7A;
	text-align: right;
	margin-bottom: 0;
    padding: 0px 30px 5px 5px;
}

.navi-bottom{
	height: 150px;
	background-image: url(/eng/images/main/background.gif); 
	background-color:silver;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #7A7A7A;
	text-align: right;
	
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Verlag-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.213483146em;
  font-weight: bold;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0.4em 0;
  font-weight: bold;
  text-align: left;
/*   text-transform: uppercase; */
}

h3, .h3 {
  font-size: 1.2em;
  line-height: 1.058823529em;
  margin-top: 1.05882353em;
  margin-bottom: 1.05882353em;
}

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.714285714em;
}

h5 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 .75em;
}

p,
label,
.form-control,
.title h5 {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #777777;
  opacity: .9;
}
a:hover {
  color: #777777;
  opacity: 1;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}
.title p {
  color: #777777;
}

.text-gray {
  color: #777777;
}

*::selection {
  background: #E3C4A0;
  color: #FFFFFF;
}



.small-text {
  color: #777777;
  text-align: center;
}

html {
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: block;
  z-index: 9000;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
}
.open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.select .dropdown-menu {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 50% -40px;
  -moz-transform-origin: 50% -40px;
  -o-transform-origin: 50% -40px;
  -ms-transform-origin: 50% -40px;
  transform-origin: 50% -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  margin-top: -20px;
}
.select.open .dropdown-menu {
  margin-top: -1px;
}
.dropdown-menu > li > a {
  padding: 8px 16px;
  color: #333333;
}
.dropdown-menu > li > a img {
  margin-top: -3px;
}
.dropdown-menu > li > a:focus {
  outline: 0 !important;
}
.btn-group.select .dropdown-menu {
  min-width: 100%;
}
.dropdown-menu > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.select .dropdown-menu > li:first-child > a {
  border-radius: 0;
  border-bottom: 0 none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F5F5F5;
  color: #333333;
  opacity: 1;
  text-decoration: none;
}

.dropdown-with-icons > li > a {
  padding-left: 0px;
  line-height: 28px;
}
.dropdown-with-icons i {
  text-align: center;
  line-height: 28px;
  float: left;
}
.dropdown-with-icons i[class^="pe-"] {
  font-size: 24px;
  width: 46px;
}
.dropdown-with-icons i[class^="fa"] {
  font-size: 14px;
  width: 38px;
}

@media (min-width: 768px) {
	
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-search-form {
    display: none;
  }

  .navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }

  .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
  }

  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px;
  }
	
}

@media (max-width: 767px) {
	
   [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .active > a, [class*="navbar-"] .navbar-nav .active > a:hover, [class*="navbar-"] .navbar-nav .active > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: black;
  }
  [class*="navbar-"] .navbar-nav > li > a,
  [class*="navbar-"] .navbar-nav > li > a:hover,
  [class*="navbar-"] .navbar-nav > li > a:focus,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: 1;
    background: #fff;
  }
  [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: white;
    border-top-color: black;
  }

 	
}

 .navbar-nav > li > .dropdown-menu {
  border-radius: 10px;
  margin-top: -5px;
}

body > .navbar-collapse a {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.navbar-toggle .navbar-collapse,
.navbar-toggle .navbar-form {
  border-color: transparent;
}
body > .navbar-collapse {
  position: fixed;
  display: block;
  top: 0;
  height: 100%;
  width: 300px;
  right: 0;
  z-index: 1032;
  visibility: visible;
  background-color: #999;
  overflow-y: visible;
  border-top: none;
  text-align: left;
  border-left: 1px solid #e3e3e3;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
body > .navbar-collapse ul {
  position: relative;
  z-index: 3;
  overflow-y: auto;
  height: 95%;
}
body > .navbar-collapse .nav > li {
  border-bottom: 1px solid #e5e5e5;
}
body > .navbar-collapse .nav > li:last-child {
  border-bottom: 0;
}
body > .navbar-collapse .nav > li > a {
  margin: 0px 0px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  padding: 24px 0;
}
body > .navbar-collapse .nav > li > a:hover, body > .navbar-collapse .nav > li > a.active {
  color: #c5a47e;
}
body > .navbar-collapse .nav > li.social-links {
  text-align: center;
  margin-left: -40px;
}
body > .navbar-collapse .nav > li.social-links > a {
  font-size: 18px;
  padding: 24px 15px;
}
body > .navbar-collapse::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #FFFFFF;
  display: block;
  content: "";
  z-index: 1;
}
body > .navbar-collapse.has-image::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  content: "";
  z-index: 1;
}
  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  } 

@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-search-form {
    display: none;
  }

  .navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }

  .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
  }

  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px;
  }

  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0;
  }

  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .navbar .container {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  .nav-open .wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    -o-transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  .navbar-burger .container {
    padding: 0 15px;
  }
  .navbar-burger .navbar-header {
    width: 100%;
  }
  .navbar-burger .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-burger.navbar .navbar-collapse.collapse, .navbar-burger.navbar .navbar-collapse.collapse.in, .navbar-burger.navbar .navbar-collapse.collapsing {
    display: none !important;
  }

  body > .navbar-collapse .navbar-nav,
  body > .navbar-collapse .navbar-nav > li {
    float: none;
  }
  body > .navbar-collapse .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 767px) {
  .navbar-transparent {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.45);
  }

  #bodyClick {
    right: 230px;
  }

  body > .navbar-collapse {
    width: 230px;
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
  }

  
  .navbar .container {
    left: 0;
  }

  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .wrapper {
    left: 0;
    -webkit-transform: translate3d(-115px, 0, 0);
    -moz-transform: translate3d(-115px, 0, 0);
    -o-transform: translate3d(-115px, 0, 0);
    -ms-transform: translate3d(-115px, 0, 0);
    transform: translate3d(-115px, 0, 0);
  }

  .navbar-nav {
    margin: 1px -15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:first-child > a {
    padding: 5px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:last-child > a {
    padding: 15px 15px 25px 50px;
  }

  [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .active > a, [class*="navbar-"] .navbar-nav .active > a:hover, [class*="navbar-"] .navbar-nav .active > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: black;
  }
  [class*="navbar-"] .navbar-nav > li > a,
  [class*="navbar-"] .navbar-nav > li > a:hover,
  [class*="navbar-"] .navbar-nav > li > a:focus,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: .7;
    background: transparent;
  }
  [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: white;
    border-top-color: white;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-fixed-top {
    -webkit-backface-visibility: hidden;
  }

  .social-line .btn {
    margin: 0 0 10px 0;
  }

  .subscribe-line .form-control {
    margin: 0 0 10px 0;
  }

  .social-line.pull-right {
    float: none;
  }

  .footer nav.pull-left {
    float: none !important;
  }

  .footer:not(.footer-big) nav > ul li {
    float: none;
  }

  .social-area.pull-right {
    float: none !important;
  }

  .form-control + .form-control-feedback {
    margin-top: -8px;
  }

  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
  }

  .btn.dropdown-toggle {
    margin-bottom: 0;
  }

  .media-post .author {
    width: 20%;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }

  .media-post .media-body {
    width: 100%;
  } 
}


 .main-pd {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
 }
  .main-pd2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 22px;
 }
 .g-text {
	  font-size: 15px;
	  line-height: 25px;
	  font-weight: 400;
	  color: #A9A9A9;
	  text-align: left;
	  margin-bottom: 0;
 }

@media (min-width: 992px) {	
	.ga_h2{
		display: none;
	}
	.col-md-7{
		width: 58.33333333%;
	}
	.main-p{
		width: 30%; 
		/* width: 148px; height: 160px; */
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.ga_h{
		display: none;
	}
	.col-md-7{
		width: 100%;
		float: none;
	}	
	.main-p{
		width: 30%; 
		/* width: 148px; height: 160px; */
	}
}

@media(max-width: 767px){
	.ga_h{
		display: none;
	}
	.col-md-7{
		width: 100%;
		float: none;
	}
	.main-p{
		width: 45%; height: 45%px;
		/* width: 148px; height: 160px; */
	}
	
	.navi-header{padding: 0px 0px 5px 5px;}
}



/*레이아웃*/

/*=================== PC  ===================*/
@media (min-width: 992px) {	
/* 	.container{ width: 1000px; margin: 0 auto;}
 */	body {
    	font-size: 120%;
	}
	.big-text {
	  font-size: 15px;
	  line-height: 25px;
	  font-weight: 400;
	  color: #A9A9A9;
	  text-align: left;
	  width: 70%;
	  /* text-transform: uppercase; */
	  margin-bottom: 0;
	}
}

/*=================== 테블릿  ===================*/
@media (min-width: 768px) and (max-width: 991px) {
  h1.responsive-small {
    font-size: 4em !important;
  }
  body {
    	font-size: 110%;
	}
	.big-text {
	  font-size: 15px;
	  line-height: 25px;
	  font-weight: 400;
	  color: #A9A9A9;
	  text-align: left;
	  width: 90%;
	  /* text-transform: uppercase; */
	  margin-bottom: 0;
	}
}

/*=================== 모바일  ===================*/
@media(max-width: 767px){
	.navbar-brand img {
    width: auto !important;
    height: 50px;
    }
	body {
    	font-size: 100%;
	}
	h2 {
	   font-size: 1.625em;
	   line-height: 1.15384615;
	}
	h3 {
	  font-size: 1.375em;
	  line-height: 1.13636364;
	}
	.big-text {
	  font-size: 15px;
	  line-height: 25px;
	  font-weight: 400;
	  color: #A9A9A9;
	  text-align: left;
	  width: 100%;
	  /* text-transform: uppercase; */
	  margin-bottom: 0;
	}
	
}




/* ======================================== 용기시작 ======================================== */
	/* ======================================== eng.sub.jsp ======================================== */
	 /*------------------------------------도연 수정------------------------------------*/
	.sub1-navi { float: left; background:#ffff;width:180px;height:700px; margin-right: 30px; margin-top: 10px; }
	.sub1-tit { border-bottom: 8px solid #0071bd; }
	.sub1-tit h2 { margin-bottom: 40px; margin-top: 5px; font-weight: 500; color: #333; line-height: 120%; letter-spacing: -0.5px;}
	.sub1-tit h2 span { display: block; padding-top: 5px; color: #b7b7b7; font-family: NotoSansR,Helvetica, Arial, sans-serif, Dotum, "돋움"; font-size: 12px; line-height: normal; letter-spacing: -0.7px; }
	
	.sub-navi { padding-left: 0; margin-bottom: 0; list-style: none; }
	.nav-subnavi h2 { margin-bottom: 40px; margin-top: 40px; padding-left:30px;color: #ffeb3b; font-size: 30px;font-family: NotoSansM, "Malgun Gothic", "맑은 고딕", Tahoma, Geneva, sans-serif; line-height: 120%; min-height:auto !important;}
	.nav-subnavi h2 span { display: block; padding-top: 5px; color: #ffc228; font-family: NotoSansR,Helvetica, Arial, sans-serif, Dotum, "돋움"; font-size: 12px; line-height: normal; }
	.sub-navi a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px 5px 25px; font-size: 14px; line-height: normal; letter-spacing: -0.5px;}
	.sub-navi .active a{ display: block; background:url(/eng/images/common/bg_navibluebar.gif) no-repeat 0px ; border-bottom: 1px solid #0071bd; } 
	
	
	
	/* ======================================== aboutnipa_001_05.jsp ======================================== */
	@media (min-width: 992px){
		.content{ float: left; background:#ff999;width:758px;margin-left: 0px;}
		.content contInfo{width:750px;}
		.content map_canvas{width : 750px; height: 525px;}
		.nav {float:right;  	padding-top: 50px;}
		.subtop_shot { display:none;}
	
	}
	@media (min-width: 768px) and (max-width: 991px){
		.content{ float: left; background:#ff999;width:710px;margin-left: 0px;}
		.content contInfo{width:700px;}
		.content map_canvas{width : 700px; height: 490px;}
		.nav {	float:right;   height: 60px; padding-top: 50px; }
		
		/*메뉴 높이*/
		.container > .navbar-header,
		.container-fluid > .navbar-header,
		.container > .navbar-collapse,
		.container-fluid > .navbar-collapse {
			  height: 70px;
		}
		.subtop_long { display:none;}
		 .navi-bottom{ height:108px; }
		
		
	}
	
	@media (max-width: 767px){
		.content{ float: left; background:#ff999;width:450px;margin-left: 0px;}
		.content contInfo{width:450px;}
		.content map_canvas{width : 450px; height: 315px}
		.nav {	float:left;      padding-top: 15px; }
		  
		
		.nipa-navbar { height: auto; }
	    .nipa-sample { height: auto; }
	    .navbar-brand { height: 75px;} 
	     .navbar-collapse{margin-top: 5px;}
	     .navi-bottom{display: none;}
		}
	}
	
	@media (max-width: 450px){
		.content{ float: left; background:#ff999;width:auto; margin-left: 0px;}
		.content contInfo{width:auto;}
		.content map_canvas{width : auto; height: auto;}
	}
	
	/*========================================== 페이지 기본 CSS ========================*/
	
	.location{  margin: 10px 0; padding: 5px 0; overflow: hidden; }
	.subtitle{ font-weight: 500; margin: 0; color: #0071bd; letter-spacing: -0.03em; line-height: 1; font-size: 1.3em; line-height: 1.1; }
	.subtitle-underlist { float: left; display: block; padding-left:0px; margin-top: 10px; }
	.subtitle-underlist > li { display: inline-block; line-height: 1; }
	.subtitle-underlist a { font-weight: 300; font-size: 0.8em; color:#8c8c8c; }
	.subtitle-underlist li:first-child a { display: block; width: 17px; height: 12px; background: url(/eng/images/common/home-small.gif) center no-repeat; }
	.subtitle-underlist .subtit-bord { color:#404040;  }
	.route { background: url(/eng/images/common/arr.gif) 0 0 no-repeat; width: 10px; height: 10px; display: inline-block; }
	.row {  margin: 10px 0; padding: 5px 0; overflow: hidden; }
	.row-2 { margin: 10px 0; padding: 0; overflow: hidden; }
	.text-ccti-2 img { width: 680px; }
	.text-ccti-3 img { width: 400px; }
	.colunder-textgroup { float: left; margin-top: 40px; padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 100;}
	.detailt { float:left; }
	.majoractivities { font-weight: 500; color: #0071bd; font-size: 1.1em; line-height: 1.3; padding-top: 15px; }
	.majorcontent { color: #555555; margin-top: 10px; font-weight: 500;}
	.mj-cont-list { background: url(/eng/images/common/bullet.gif) no-repeat 0 9px; margin-bottom: 4px; padding-left: 10px; line-height: 22px; color: #676767; font-family: '돋움', dotum, sans-serif; letter-spacing: -0.2px; font-size: 0.9em; }
	.mj-cont-list-2 { float: left; margin-bottom: 4px; line-height: 22px; color: #676767; font-family: '돋움', dotum, sans-serif; letter-spacing: -0.2px; font-size: 0.9em; }
	.map-imgarea { position: relative; clear: both; width: 100%; margin-bottom: 20px !important; }
	.img-list-inline { list-style: none; padding-left: 0px; }
	.img-frame { float: left; }
	.img-frame > img { padding-right: 15px; padding-top: 20px; }
	
	.history-imgarea { width: 100%; background-color: #fafafa; border-top: 3px solid #ccc; margin: 20px 0px; }
	.history-imgarea ul { width: 100%; list-style: none; padding-left: 0px;}
	.history-imgarea ul .his-txt-1 { width: 100%; border-bottom: 1px solid #e3e3e3; display: inline-block; padding: 5px 20px; }
	.his-year {  color: #0071bd; font-size: 1.7em; letter-spacing: -0.04em; }
	.his-cont {  width: 100%; float: left; }
	.his-mt { width: 10%; font-weight: bold; font-size:15px; color: #131313; float: left; }
	.his-detail-list { overflow: hidden; float: left; margin-top: 0px; margin-bottom: 0px; }
	.his-detail { line-height: 22px; color: #676767; font-family: '돋움', dotum, sans-serif; letter-spacing: -0.2px; font-size: 0.7em; }
	
	.detailt2 { float:left; width: 100%;}
	.links-group{ position: relative; clear: both; width: 100%; margin-bottom: 20px !important; }
	.links{ margin: 0 auto; list-style: none; vertical-align: top;  padding-left: 0px; }
	.links-list{ float: left; display: inline-block; position: relative; margin-bottom: 10px !important; vertical-align: top; }
	.links-list a img { max-width: 100%;  padding-right: 20px; }
	
	.front{ position:absolute; z-index:1;}
	.col{ position: relative; z-index:100; }
	.mj-cont-list-2 { float: left; margin-bottom: 4px; line-height: 22px; color: #676767; font-family: '돋움', dotum, sans-serif; letter-spacing: -0.2px; font-size: 0.9em; }
	.mj-cont-list-3 { background: url(/eng/images/common/acc.gif) no-repeat 8px 16px; color:#0071bd; padding-left: 20px; padding-top: 10px; float: left; margin-bottom: 4px; line-height: 22px; font-family: '돋움', dotum, sans-serif; letter-spacing: -0.2px; font-size: 0.9em; }
	
	.sitemap_group{ min-height: 400px; }
	.sitemap_group_2{ min-height: 200px; }
	.sitemap_first{ box-sizing: border-box; border: 1px solid #e0e0e0; float: left; margin: 0; list-style: none; padding: 0; }
	.sitemap_first li{ border-top: 1px solid #e0e0e0; height: 53px; line-height: 53px; text-indent: 20px; }
	.sitemap{  box-sizing: border-box; border: 1px solid #e0e0e0; float: left; margin-left: 70px; list-style: none; padding: 0; }
	.sitemap li{ border-top: 1px solid #e0e0e0; height: 53px; line-height: 53px; text-indent: 20px; }
	.firsttxt { border: none; color: #fff; font-size: 19px; font-weight: bold; background: #0071bd url(/eng/images/atc/sitemap_arrow.gif) right no-repeat; display: block; }
	
	
	/*------------1200px 이상 ------------*/
	
	@media (min-width: 1200px) {
  	.lg { display: none !important; }
	.col_md{ width:45%; }
	}
	
	
	/*------------992px 이상  1199px 이하 ------------*/
	
	@media (min-width: 992px) and (max-width: 1199px) {
  	.md { display: none !important; }
  	.col_md{ width:45%; }
  	}
	
	/*------------992px 이상------------*/
	
	@media all (max-width: 992px){
	.conarea{ margin-right:0px; }
	.col_md{ width:45%; }
	.front{ width:70%;}
	}
	
	/*------------992px 이하 768px 이상------------*/
	
	@media (max-width: 991px) and (min-width: 768px){
	.sm{ display:none! important; }
	.col_md{ width:45%; }
		.front{ width:70%;}

	}
	
	/*------------모바일------------*/
	
	@media (max-width: 767px) {	
	.conarea{ margin-right:0px; }
	.xs{ display:none! important; }
	.text-ccti-3 img { width: 100%; }
	.img-frame > img { width: 100%;}
	.col_sm{ width:100%; }
	.sitepadding{ margin-left: 0px; margin-bottom: 0px; margin-top: 20px;}
	.front{ width:70%;}
/* 	.sitemap_first li{   line-height: 25px; margin-left: 5px; margin-right: 5px; text-indent: 10px; vertical-align: middle;}
	.sitemap li{  line-height: 25px;  margin-left: 5px; margin-right: 5px;  text-indent: 10px;}
 */
	}
	
	/*========================================== 페이지 기본 CSS 끝 ========================*/
	/* ======================================== footer ======================================== */


.footer-group { background: #fff; padding-bottom: 50px;  padding-top:20px;  border-top:1px solid rgba(0, 0, 0, 0.2); }
.footer-group .flogo { margin: 22px 25px 0 0; width: 180px;}
.footer-group .flogo a img { height: 70px;}
.footer-group .address { max-width: 700px;}
.footer-group .fnavi { margin: 25px 0px 10px; overflow: hidden; }
.footer-group .fnavi li { float: left; padding: 0px; margin: 0 0 0 10px; }
.footer-group .fnavi li:first-child { margin-left: 0; }
.footer-group .fnavi a { color: #848e97; font-size: 12px; }
.fnavi li:nth-child(3) a { color: #ff7200; }
address span { font-size: 13px; color: #848e97; display: inline-block; }
address .address { margin-right: 20px; }
/* address .copyright { display: block; } */
.footer-group .site-link-group{width:300px;}
.footer-group .site-link-group > div { display: inline-block; margin: 22px 0 0 0; vertical-align: top; }
.footer-group .site-link { margin-left: 8px; position: relative; }
.footer-group .site-link ul { display: none; width: 100%; background: #fff; border: 1px solid #ccc; position: absolute; bottom: 30px; }
.footer-group .site-link ul li a { font-size:12px; display: block; padding: 3px 0px 3px 5px; }
.footer-group .site-link strong a { display: block; font-size: 12px; color: #89919a; background: url(../images/common/site_link_arr.gif) no-repeat 93% 12px; border: 1px solid #676f7a; border-radius: 3px; padding: 6px 20px 6px 7px; }
.footer-group .nipa-sns-group{vertical-align: bottom; width: 205px;}
.footer-group .nipa-sns-group a { margin-left: 3px; float: left; }
	
	/*------------992px 이상  1199px 이하 ------------*/
	
	@media (min-width: 992px) and (max-width: 1199px) {
  		.footer-group .address { max-width: 530px;}
  	}
	
	
	@media (max-width: 991px) and (min-width: 768px){
		.footer-group .flogo { width: 100px;}
	 	.footer-group .address { max-width: 590px;}
	}
	
	/*------------모바일------------*/
	
	.gr_icon{ display:block; padding:0 0 0 15px; background:url(/eng/images/common/icon_gr_square.gif) no-repeat 0 5px;}
	.gr_icon span{font-weight:bold; }
	.v_icon{ display:block; padding:0 0 0 15px; background:url(/eng/images/common/icon_v_square.gif) no-repeat 0 5px;}
	.v_icon span{font-weight:bold; color:#6b79dc;}
	.g_icon{display:block; padding:0 0 0 15px; background:url(/eng/images/common/icon_g_square.gif) no-repeat left 5px;}
	.g_icon span{font-weight:bold; color:#36a450;}
	.o_icon{display:block; padding:0 0 0 15px; background:url(/eng/images/common/icon_o_square.gif) no-repeat left 5px;}
	.o_icon span{font-weight:bold; color:#fa565c;}
	
	/* ======================================== 용기끝 ======================================== */
	
	
	