
span {
  font-family: "Noto Sans KR", serif !important;
}

header {
  font-family: "Noto Sans KR", sans-serif !important;
} 

header nav {
  position: relative;
  /*background: rgba(245, 245, 245, 0.95);*/
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 0;
  height: 60px;
  z-index: 100;
}

header nav > ul {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  transition: all 0.5s;
}

header nav > ul:hover {
  overflow: visible;
}

header nav + div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(245, 245, 245, 0.95);
  z-index: 90;
  transition: all 0.5s;
  opacity: 0;
}

/*
header nav:hover + div {
  height: 300px;
  opacity: 1;
}
*/

header nav > ul > li {
  display: inline-block;
  position: relative;
}

header nav > ul > li:before {
  content: "";
  width: 0.06vw;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 35px;
  background: #3A7778;
}

.s-li:before {
  width: 0.05vw !important;	
}

header nav > ul > li:last-child::after {
  content: "";
  width: 0.06vw;
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 35px;
  background: #3A7778;
}

header nav > ul > li > a { 
  display: block;
  width: 250px;
  height: 60px;
  position: relative;
  line-height: 60px;
  font-size: 20px;
  color: #000;
}

header nav > ul > li > a:hover {
  color: #3A7778 !important;	
}

/*
header nav > ul > li > a:after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #042e6f;
  transition: all 0.5s;
}
*/

header nav > ul > li:hover > a:after {
  width: 100%;
  left: 0;
}

header nav > ul ul {
  position: absolute;
  width: 100%;
  list-style: none;
  text-align: center;
  padding-top: 10px;
  padding-left: 0 !important;
  opacity: 0;
  transition: all 0.5s;
  height: 360px;
  border-left: 1px solid rgba(255, 255, 255, .5);
}

header nav > ul ul:last-child {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

header nav > ul:hover ul {
  opacity: 1;
}

header nav > ul ul li {
  line-height: 50px;
}

header nav > ul ul a {
  position: relative;
  font-size: 20px;
  color: #000;
  transition: all 0.5s;
}

header nav > ul ul a:hover {
  color: #3A7778;
}

/*
header nav > ul ul a:after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #042e6f;
  transition: all 0.5s;
}
*/

header nav > ul ul a:hover:after {
  width: 100%;
  left: 0;
}

.header-with-topbar .top-header-area {
  position: initial !important;	
}

.nav-bg {
  margin-top: 220px;
  z-index: 2;
}

.aside-pc {
  z-index: 3;	
}

.mobile-nav {
  display: none;	
}

@media (max-width: 1300px) {
  .pc-nav {
	display: none; 
  }
  .mobile-nav {
	display: block;  
  }
  .header-with-topbar .navbar-top {
	top: 0 !important;  
  }
  .padding-10px-tb {
	padding-top: 0;
	padding-bottom: 0;  
  }
}

.tab-section {
  height: 700px;	
}

.tab-section2 {
  height: 570px;	
}

.tab-btn a,
.tab-btn2 a {
  color: #000;
  display: inline-block;
  width: 200px;
  text-align: center;	
  padding: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: 0.35s;
  font-size: 24px;
  letter-spacing: -2px;
  font-family: 'Noto Sans KR', 'sans-serif';
}
.tab-btn a.active,
.tab-btn2 a.active {
  color: #000;
  border-bottom: 3px solid #3A7778;
}

.tab-content {
  position: relative;
}

.tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  background-color: #fff;
  padding: 25px 0;
}

@media (max-width: 1300px) {
  .tab {
	flex-direction: column;  
  }
  .tab-section {
	height: 1510px; 
  }
  .tab-section2 {
	height: 1305px;  
  }
  .tab-btn a,
  .tab-btn2 a {
	width: 100px;
	font-size: 14px;  
  }
  .text-extra-large {
	font-size: 18px !important;
  }
  h2 {
	font-size: 24px !important;
  }
  h4 {
	font-size: 18px !important;
  }
  .text-full-large {
	font-size: 20px;  
  }
  .icon-full-large {
	font-size: 40px;  
  }
}

.tab-btn,
.tab-btn2 {
  text-align: center;	
}

.tab-inner {
  width: 100%;
  height: 460px;
  padding: 15px;
  margin: 10px;
  border: 1px solid lightgray;
}

.tab-inner2 {
  width: 100%;
  height: 400px;
  padding: 15px;
  margin: 10px;
  border: 1px solid lightgray;
}

.tab-inner p,
.tab-inner2 p {
  font-size: 18px;
  color: #6F6F6F;
  font-weight: bold;
}

.tab-inner p:first-child,
.tab-inner2 p:first-child {
  color: #000;	
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
}

.tab-inner p:last-child,
.tab-inner2 p:last-child {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.tab h2 {
	text-transform: uppercase;
}
.tab-img {
  width: 100%;
  height: 250px;
}

.tab:target {
  visibility: visible;
  opacity: 1;	
}

.tab:nth-child(1) {
  visibility: visible;
  opacity: 1;
}

.client-section {
  padding: 20px 0 !important;
  border-top: 1px solid lightgray;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
  color: #000 !important;
}

.clients {
  float: left;
  width: 150px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.clients span {
  color: #000;	
}

@media (max-width: 1300px) {
  .tab-inner,
  .tab-inner2 {
	margin: 0;
  }
  .tab-inner p,
  .tab-inner2 p {
	font-size: 14px;  
  }
  .clients {
	width: 100px;  
  }
  header .logo .logo-dark.default, 
  header .logo .logo-light.default,
  header.sticky nav.header-light-transparent .logo .logo-dark,
  header.sticky nav.header-light .logo .logo-dark {
	width: 250px;
	height: 52px;
  }
  .tab-inner p:last-child,
  .tab-inner2 p:last-child {
	padding-top: 20px;  
  }
  .mb-mt-20 {
	margin-top: 20px; 
  }
}

.h-110 {
  height: 110px;	
}

.h-110 span {
  font-size: 16px;
  color: #000;	
}

.footer-logo {
  max-height: 50px !important;	
  width: 100% !important;
}

.main-arrow-left,
.main-arrow-right {
  font-size: 35px;
  font-weight: 600 !important;
}

.header-img {
  background: url(/images/logo-99.png) no-repeat center;
  height: 140px;
  background-size: auto 100px;
  position: relative;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;	
}

.client-container {
  max-width: 900px !important;
  margin-left: 38% !important;
  margin-top: 8%;	
}

.client-arrow-left,
.client-arrow-right {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

.client-arrow-left {
  margin-left: 60px;
}

.client-arrow-right {
  margin-right: 60px;	
}

.portfolio-hover-main span {
  font-size: 14px;
  padding-top: 12px;
  padding-left: 10px;
  text-align: left;	
}

.portfolio-hover-main p {
  font-size: 12px; 	
  padding-left: 10px;
  text-align: left;
  margin: 0 !important;
}

.portfolio-hover-content {
  height: 80px;	
}

@media (max-width: 767px) {
  .client-container {
	margin-left: 0 !important; 
  }
  .first img {
	height: 200px;   
  }
  .portfolio-hover-content {
	height: 100px;  
  }
  .portfolio-hover-main p {
	padding-right: 10px;  
  }
  .header-img {
	height: 70px; 
  }
}

.second {
  background: url(/images/bg/second.png) no-repeat;
  height: 703px;
  background-size: cover;
  background-position: center;
}

.third {
  padding: 100px 0;	
}

.third p {
  margin-top: 70px;	
}

.third img {
  height: 314px;	
}

.fourth {
  background: url(/images/bg/fourth-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.fourth h5, 
.fourth p, 
.fourth span {
  color: #fff;	
}

.fourth .swiper-container {
  height: 250px;	
}

.fourth .img-div {
  height: 194px !important;
}

.fourth img {
  height: 194px !important;
  object-fit: cover;	
}

.fourth .swiper-slide span {
  padding-left: 10px;	
}

.fourth-row {
  padding: 0 50px !important;	
}

.fourth .swiper-button-prev,
.fourth .swiper-button-next {
  top: 40% !important;	
}

.fourth-arrow-left,
.fourth-arrow-right {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

.fifth {
  background: url(/images/bg/fifth-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.fifth h5,
.sixth h5 {
  padding-bottom: 30px;	
}

.fifth p,
.sixth p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.sixth img { 
  width: 100%;
  height: 376px;
  object-fit: cover;
}

.sixth .swiper-pagination-bullet,
.eighth .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  outline: none;
  border: 1px solid #000;
  border-radius: 50% !important;
  background: #fff;
}

.sixth .swiper-pagination-bullet-active,
.eighth .swiper-pagination-bullet-active {
  background: #000;	
}

.sixth .swiper-button-prev,
.sixth .swiper-button-next {
  top: 45%;	
}

.seventh-div {
  font-size: 18px;	
}

.seventh-div + p {
  margin: 35px 0 0 !important;
}

.eighth img {
  height: 646px;
  object-fit: cover;
}

.ninth {
  padding: 120px 0 !important;	
}

.ninth h5 {
  font-size: 36px;	
}

.ninth p {
  margin: 0 !important;
  color: #fff;
  font-size: 14px;	
}

.ninth a {
  font-size: 14px !important;
  font-weight: 300;
  color: #000 !important;	
}

.ninth a:hover {
  background: #3A7778 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.footer,
.footer-2 {
  background: cadetblue;	
}

.footer-2 {
  border-top: 1px solid rgba(255, 255, 255, .2);	
}

.mt-15 {
  margin-top: 15px !important;	
}

.pt-0 {
  padding-top: 0;	
}

.pt-5 {
  padding-top: 5px !important;	
}

.pt-200 {
  padding-top: 200px;	
}

.pb-0 {
  padding-bottom: 0;	
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav {
    background-color: #fff !important;
  }
  .navbar-nav > li.dropdown > .fas {
	color: #000 !important;  
  }
}

nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown > .dropdown-menu {
  background-color: rgba(245, 245, 245, 0.95) !important;	
}

.simple-dropdown a {
  color: #000 !important;
  border-top: 1px solid rgb(0, 0, 0, 0.2) !important;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
}

.simple-dropdown .dropdown a {
  border: 1px solid transparent !important;	
}

.jb-box {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;  
  padding-bottom: 56.25%;
}

.jb-box iframe,
.jb-box object,
.jb-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jb-text { 
  position: absolute;
  top: 40%;
  left: 26%;
  width: 100%;
}

.jb-text h2 {
  margin-top: -24px;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}

.jb-text p { 
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 10px;
}

@media (max-width: 767px) {
  .jb-text {
	left: 3%;  
  }
  .jb-text h2 {
	font-size: 18px !important;  
  }
  .jb-text p {
	font-size: 12px; 
	line-height: 0;
  }
}

.top-space span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.top-space h2 {
  font-size: 14px;	
  color: #fff;
  margin: 0;
  line-height: 25px;
}

.zero .container {
  max-width: 1500px !important;
}

.title {
  margin: 10px 0 30px;	
}

.title span {
  background: #3A7778;
  color: #fff;
  border-radius: 40px;
  padding: 10px 60px;
  font-size: 30px;	
}

.title h3 {
  text-align: center;	
}

.zero h3 {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .title span {
	font-size: 14px;  
  }
  .zero h3 {
    font-size: 12px; 
  }	
}

.picto {
  	
}

.picto img {
  width: 100%;
  height: auto;	
}

.picto img:hover {
  cursor: pointer;	
}

.footer a {
  color: #fff !important;	
}

@media (max-width: 767px) {
  .sm-padding-30px-all {
    padding: 0 !important;
  }
  .cover-background {
    background-position: center left !important;  
  }
  .padding-80px-tb {
	padding-top: 20px;
	padding-bottom: 20px;  
  }
}

.sixth h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3A7778;
}

.m-p {
  margin: -10px !important;
}

@media (max-width: 767px) {
  .sixth h4 {
	font-size: 12px !important;  
  }
}

.logo-child {
  position: absolute;
  top: 60%;
  left: 81%;
}

.menubar-logo a {
  color: #000 !important;
  justify-content: center;
}

@media (min-width: 1300px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  .top-header-area {
	display: none;  
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-collapse.collapse.in, nav.navbar.bootsnav .navbar-collapse.collapse.show {
    display: block !important;
  }
  .jb-box {
	margin-top: 80px;  
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-toggler {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-top: 0px;
    padding: 0;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 335px;
    overflow-y: auto !important;
  }
}

@media (max-width:1300px) {
  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }
}

@media (max-width:1300px) {
  .navbar-collapse {
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    backface-visibility: hidden;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-nav {
    background-color: #fff !important;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px -15px;
  }
}

@media (max-width: 991px) {
  .navbar-nav li > a, nav.navbar.navbar-default ul.nav > li > a, nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a, header .navbar-nav li > a, header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li > a, header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    margin: 0;
    padding: 12px 40px 12px;
    color: #939393;
    display: block;
    line-height: normal;
  }
}

@media (max-width: 1300px) {
  .navbar-nav li > a, nav.navbar.navbar-default ul.nav > li > a, nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a, header .navbar-nav li > a, header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li > a, header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    margin: 0;
    padding: 12px 40px 12px;
    color: #939393;
    display: block;
    line-height: normal;
  }
}

@media (max-width: 1300px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-nav li, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    display: block;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 0;
  }
}

@media (max-width: 1300px) {
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
    justify-content: center;
  }
}

@media (max-width: 1300px) {
  .navbar-nav > li.dropdown > .fas {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 15px 12px;
  }
}

@media (max-width: 1300px) {
  .navbar-nav > li.dropdown > .fas {
    color: #000 !important;
  }
}

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

.logo-child img {
  width: 30px;
  height: 30px;	
}

.menubar-logo img {
  width: 30px;
  height: 30px;	
}

.logo-child div {
  width: 30px;
  height: 30px;
  border-radius: 20%;
  overflow: hidden;
  margin: 0 6px;
}

.logo-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;	
}

.header-div {
  width: 500px;	
  height: 100%;
  cursor: pointer;
}

.map-div{
  width: 100%;
  height: 100%;
}

.text-right {
  text-align: right;	
}

.blog-image {
  background-image: url('/images/bg/detail-bg1.jpg');
  background-size: 100% 250px;
  background-repeat: no-repeat;
  height: 250px;
}

.blog-image2 {
  background-image: url('/images/bg/detail-bg2.png');
  background-size: 100% 250px;
  background-repeat: no-repeat;
  height: 250px;
}

.blog-image h3 {
  font-size: 28px;	
  line-height: 10px;
}

.blog-image h3 span {
  font-weight: bold;
  text-emphasis-style: dot;
}

.blog-image h4 {
  font-size: 16px;
  line-height: 18px;
}

.detail-title {
  color: #3A7778;
  font-size: 40px;	
}

.aside-m {
  display: none;	
}

.flex-6 {
  flex: 6;	
}

.flex-4 {
  flex: 4;	
}

.c1 img {
  width: 225px;
  height: 200px;	
}

.c-parent {
  position: relative;
}

.c-child {
  position: absolute;	
  top: 40%;
  left: 60%;
  width: 100%;
  font-size: 16px;
}

li.active a {
  color: #3A7778;
}

.no-wrap {
  white-space: nowrap;	
}

.menu-div h4 {
  margin: 0;	
}

.text-p {
  margin-top: 5px;	
  margin-bottom: 15px;
}

.text-p p {
  margin: 0 0 10px 0;
}

.reality {
  height: auto !important;	
}

span {
 text-decoration-line: underline;
 text-decoration-color: #3A7778;
 text-underline-offset: 5px;
}

.text-white-2 span,
.t-head,
.text-p {
  text-decoration: none;	
}

.t-head b {
  color: #3A7778;
}

@media (max-width: 767px) {
  .aside-pc {
	display: none;  
  }
  .aside-m {
    display: block;	
  }
  .flex-6 {
    flex: none;	
  }
  .flex-4 {
    flex: none;	
  }
  .blog-image {
	background-size: cover;  
  }
  .blog-image h3 {
    font-size: 18px !important;
  }
  .blog-image h4 {
	font-size: 12px !important;  
  }
  .blog-image blockquote {
    padding: 80px 20px !important;
  }
  .c1 {
	padding-bottom: 0;  
  }
  .c2 {
	padding-top: 0;  
  }
  .c1 img {
	width: 150px;
	height: 150px;  
  }
  .c-child {
	top: 40%;
	left: 40%;
	font-size: 16px;  
  }
  .map-div{
	width: 100%;
	height: 250px;  
  }
  .aside-m span {
	font-size: 18px;  
  }
  .aside-m ul {
	font-size: 16px; 
  }
}

#modalWrap1 {
  position: absolute; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  left: 100px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  display: none;
}

#modalWrap2 {
  position: absolute; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  left: 551px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  display: none;
}

#modalWrap3 {
  position: absolute; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  left: 1002px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  display: none;
}

#modalBody1 {
  width: 450px;
  height: 450px;
  background-color: transparent;
  position: absolute;
}

#modalBody2 {
  width: 450px;
  height: 450px;
  background-color: transparent;
  position: absolute;
}

#modalBody3 {
  width: 450px;
  height: 450px;
  background-color: transparent;
  position: absolute;
}

.mb-15 {
  margin-bottom: 15px; 	
}

.pr-0 {
  padding-right: 0 !important;	
}

.intro-title a {
  line-height: 50px;
}

.intro-01 p {
  margin: 5px 0 10px;
}

.intro-img {
  width: 100%;
  height: 465px;	
}

.aside-title span {
  text-decoration: none;	
}

.closeN1,
.closeN3,
.closeN5 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 425px;
  top: 3px;
  text-decoration: none;
}

.closeDiv {
  position: absolute;
  width: 100%;
  left: 15px;	
  background: #777;
  top: 450px;
  padding: 20px 5px 20px 0;
}

.closeS1,
.closeS2,
.closeS3 {
  border-right: 2px solid #fff;	
}

.closeDiv a {
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.w-100 {
  height: 100%;	
}

#login-form {
  position: relative;
  z-index: 5000;
}

.footer-2 span {
  color: #fff;
  text-decoration: none;
}

#closeBtn5,
#closeBtn6 {
  left: 0; 
}

.thead-light {
  background: #fbfbfb;
}

.intro-table {
  font-size: 16px;	
}

.intro-table td:hover {
  cursor: pointer;	
}

.page-item.active .page-link {
  background-color: #000 !important;
  border-color: #999999 !important;
}

.page-link {
  color: #000 !important;	
}

.page-link:hover {
  color: #fff !important;	
}

.page-item.active .page-link {
  color: #fff !important;	
}

.intro-detail img {
  height: auto;	
}

.intro-detail span {
  text-decoration: none;	
}

@media (max-width: 768px) {
  #modalWrap1 {
	padding-top: 0;
	left: 0;
    top: 80px;
  }
  
  #modalWrap2 {
	padding-top: 0;
	left: 0;
	top: 495px;
  }
  
  #modalWrap3 {
	padding-top: 0;
	left: 0;
	top: 920px;
  }
  
  #modalBody1,
  #modalBody2,
  #modalBody3 {
    width: 100%;
    height: 350px;
  }
  
  #closeBtn1,
  #closeBtn3,
  #closeBtn5 {
    left: 345px;	   
  }
  
  #closeBtn2,
  #closeBtn4,
  #closeBtn6 {
    left: 0;	   
  }
  
  #closeBtn5,
  #closeBtn6 {
	left: 0; 
  }
  
  #modalWrap .w-100 {
	height: 500px;  
  }
  
  section {
	padding: 50px 0 !important;  
  }
  
  .detail-title {
	font-size: 24px;  
  }
  
  .intro-title a {
	line-height: 30px;  
  }
  
  .intro-img {
	height: 400px; 
  }
  
  .closeDiv {
	top: 350px;  
  }
}


