@import url('common.css');
@import url('navbar.css');
@import url('member.css');
@import url('board.css');
@import url('work.css');
@import url('shop.css');
@import url('main.css');
/*-- ==============================================================
 Font
 ============================================================== */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&display=swap&subset=korean'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");


html{
-webkit-overflow-scrolling : touch;
  word-break: keep-all;
}





body {
  font-family: 'Noto Sans KR', 'Noto Sans', 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.682;
  font-size: 16px;
  font-weight: 400;
}

body .font-eng {
  /* font-family: 'Playfair Display', serif; */
  font-family: 'Montserrat', sans-serif;
}

body .font-sans {
  font-family: 'Montserrat', sans-serif;
}

.dropdown-item,
.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500
}

p {
  font-weight: 400;
}

.btn {
  border-radius: 0;
}

/*-- ==============================================================
 Layout
 ============================================================== */
.navbar>.container,
#owl-intro .container,
section>.container {
  max-width: 1500px;
  width: 100%;
}

.product-detail>.container {
  max-width: 1140px;
}

/* Service */
.height-service {
  height: 500px;
}

@media (max-width:991px) {
  .height-service {
    height: 300px;
  }
}

/* Work */
.height-lg {
  height: 700px;
}

.height-md {
  height: 500px;
}

.height-sm {
  height: 300px;
}

@media (max-width:991px) {

  .height-lg,
  .height-md,
  .height-sm {
    height: 360px;
  }
}

/* Contact */
.height-400 {
  height: 400px;
}

.height-800 {
  height: 800px;
}

@media (max-width:991px) {
  .height-400 {
    height: 400px;
  }

  .height-800 {
    height: 500px;
  }
}

@media (max-width:574px) {
  .height-400 {
    height: 300px;
  }

  .height-800 {
    height: 420px;
  }
}

/*-- ==============================================================
 Sub Title
 ============================================================== */
.height-title {
  height: 500px;
}

.sub-title {
  color: #fff;
}

@media (max-width:991px) {
  .height-title {
    height: 300px;
    margin-top: 55px;
  }

  .height-title .content-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .sub-title {
    margin-top: 0;
  }
}

/*==============================
contact
==-=============================  */
.bg-dark.text-white h2 {
  color: #fff;
}

.bg-dark.text-white p {
  color: rgba(255, 255, 255, .6);
}

/*******************
/* Sub Tab navbar
*******************/
.sub-navbar-wrap {
  margin-top: -58px;
}

.sub-navbar-wrap .sub-navbar li,
.sub-navbar-wrap .sub-navbar-2 li {
  /* border-top: 1px solid #ccc; */
  border-left: 1px solid rgba(255, 255, 255, .15);
  height: 58px;
  background-color: rgba(0, 0, 0, .15)
}

.sub-navbar-wrap .sub-navbar li:first-child,
.sub-navbar-wrap .sub-navbar-2 li:first-child {
  border-left: none;
}

.sub-navbar-wrap .sub-navbar li:hover,
.sub-navbar-wrap .sub-navbar-2 li:hover {
  background-color: rgba(0, 0, 0, .4)
}

.sub-navbar-wrap .sub-navbar li.active,
.sub-navbar-wrap .sub-navbar-2 li.active {
  background-color: #fff;
}

.sub-navbar-wrap .sub-navbar li a,
.sub-navbar-wrap .sub-navbar-2 li a {
  display: blcok;
  color: rgba(255, 255, 255, .8);
  line-height: 58px;
  padding: 0;
  text-transform: uppercase;
}

.sub-navbar-wrap .sub-navbar li.active a,
.sub-navbar-wrap .sub-navbar-2 li.active a {
  color: #1b1d1f;
  font-weight: 600;
}

@media (max-width:574px) {
  .sub-navbar-wrap .sub-navbar li a,
  .sub-navbar-wrap .sub-navbar-2 li a {
    font-size: 13px;
  }
}




/*  */
.service-01 li:not(:last-child) {
  margin-bottom: 25px;
}

.service-01 h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.list-icon {
  /* padding-left: 40px; */
}

.list-icon li {
  position: relative;
  padding-bottom: 20px;
  line-height: 1.45;
  padding-left: 36px;
}

.list-icon i {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
}

.faq .card-header {
  border-bottom: 3px solid #fff;
  background-color: rgba(0, 0, 0, .04);
}

#owl-gallery .hero-wrap {
  height: 400px;
}

@media (max-width:991px) {
  .half-bg.half-about {
    background-color: #32b67a;
  }

  .text-md-white {
    color: #fff;
  }
}


/* 프롬바이오 */
.box-icon.box-icon-md .box-icon-title>i, .box-icon.box-icon-md>i {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.box-icon.box-icon-md .box-icon-title>i, .box-icon.box-icon-md>i img {
  max-width: 86%;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}


.nav-solids .nav-link {
    border: 1px solid #ccc;
    margin: 0 4px;
}
.nav-solids .nav-link:hover {
  color: #000;
  border: 1px solid #555;
}
.nav-solids .nav-link.active {
  border: 1px solid #555;
  background-color: #555;
  color: #fff;
}
.list-ci {
  /* padding-top: 10px; */
}
.list-ci li {
margin-top: 30px;
padding: 50px 0px;
padding-left: 50px;
}
.list-ci li img{
  /* border: 1px solid #aba4a0; */
  width: 80%;
}


.list-color  {
  text-align: right;
  padding-right: 20%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.list-color >*{
  color: #fff !important;
}
.list-color p {
  font-size: 80%;
  margin-bottom: 0;
}


@media (max-width:545px) {
  .list-color h6 {
    font-size: 18px;
    margin-bottom: 8px !important;
  }
  .list-ci li img{
    width: 100%;
  }
  .list-ci li {
margin-top: 15px;
  padding: 36px 16px;

  }
}


.list-ceo dl {
  display: flex;
  padding-bottom: 10px;
}
.list-ceo dt {
  width: 120px;
  font-weight: 500;
  /* text-align: right; */
}
.list-ceo dd {
  width: calc(100% - 55px)
}

.list-ceo.list-ceo-eng dt {
  width: 350px;

}


.tableB-frombio.tableB-list.table>tbody>tr>td>table {
  border: 1px solid #eee;
}
.tableB-frombio.tableB-list table>tbody>tr .gallery_subject {
  font-weight: 500;
  text-align: left !important;
}
.tableB-frombio.tableB-list table>tbody>tr .gallery_etc {
  text-align: left !important;
  padding: 0 0 10px 10px;
  font-size: 13px;
}


/* 2021-05-04 */
html body .text-blue {
  color: #004a99;
}
.bg-blue {
  background-color: #004a99;
}
.list-project-title>* {
  font-size: 18px;
  font-weight: 500;
}
.list-project-title dt,
.list-project-title dd {
border-top: 1px solid  #b1b1b1;
border-bottom: 1px solid  #b1b1b1;
padding-top: 16px;
padding-bottom: 16px;
}
.list-project dt,
.list-project dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-project dt h6 {
  margin-bottom: 0;
  font-size: 25px
}
.progress {
    border-radius: 16px;
}
.progress,
.progress-bar {
  height: 16px;

}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 10s;
  animation-name: myanimation;
  -o-transition: 5s all;
  transition: 5s all;
}
@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}
@keyframes myanimation {
  from {
    width: 0;
  }
}



@media (max-width:545px) {
  .list-project dt h6 {
    font-size: 18px
  }
  .list-project dt h6>span{
    opacity: .9;
    font-weight: 300;
  }
  .list-project dt {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .list-project-mobile li {
    float: left;
    width: 20%;
    font-size: 13px;
  }
}



/* 2023 */

.max-1920 {max-width: 1920px;}
.grid-border {
  overflow: hidden;
}

.grid-border .col {
  position: relative;
}

.grid-border .col:before,
.grid-border .col:after {
  content: '';
  position: absolute;
}

.grid-border .col:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
}

.grid-border .col:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
}


 /* Wide */
 .d-grid { display:grid; grid-template-columns:repeat(var(--column),1fr); grid-gap:30px }
 @media (min-width:576px){
 .d-grid { --column:1; grid-gap:15px }
 }
 @media (min-width:768px){
 .d-grid { --column:2 }
 }
 @media (min-width:1200px){
 .d-grid { --column:3; grid-gap:30px }
 }


  @media (max-width:545px) {
.inner-lg .h3 {
  font-size: 32px;
}
.inner-lg h4 {
  font-size: 27px;
}

  }
