/** font
 ********************************************* **/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400&display=swap');
/*end font -----------------------------------------*/


body {
	font-size:14px;
	color:#333;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Noto Sans KR', 'Open Sans', 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.wrapper {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-ms-flex-direction: column; /* IE10 */
	-webkit-flex-direction: column; /* Chrome */
	flex-direction: column;
  min-height: 100vh;
	max-width: 2048px;
}

.p-0 {
	padding: 0;
}
.pl-0 {
	padding-left: 0;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}


/* top ---------------------------------------------*/
.main-menu .navigation > li {
  margin-left: 40px;
}

.main-menu .navigation > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.main-menu .navigation > li > ul {
  left: -45px;
  width: 183px;
}

.main-menu .navigation > li > ul > li > a {
  padding: 10px 25px;
  font-size: 11px;
}
/* end top ---------------------------------------------*/

.fixed-footer .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}


/* main */
.main-slider .shape-image {
	background-color: rgba(38,85,91,0.85);
	width: 350px;
  height: 350px;
}

/*project-list*/
.gallery-section-two {
  position: relative;
  padding: 50px 0px 30px;
}

.gallery-section-two .filters li {
  font-weight: 600;
}

.project-list-img {
  position: relative;
  background-color: #cccccc;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3 {
  font-size: 18px;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content .designation {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}


/*company */
.card .card-organization { height: 120px; }
@media (min-width:1200px) and (max-width: 1432px) {
  .card .card-organization { height: 130px;}
  .card-organization-set .card-header { padding: .75rem 0; font-size: 12px; }
  .card-organization-set .card-body { padding: 1.25rem 0; font-size: 12px; }
}
@media (min-width:1433px) and (max-width: 1640px) {
  .card-organization-set .card-header { padding: .75rem 0; font-size: 13px; }
  .card-organization-set .card-body { padding: 1.25rem 0; font-size: 13px; }
}


/*project_detail*/
.content-wrap {
	-moz-box-flex-grow: 1; /* Firefox 19- */
	-ms-flex-grow: 1; /* IE10 */
	-webkit-flex-grow: 1; /* Chrome */
	flex-grow: 1;
	padding: 40px 10px 0;
}

.content-wrap .project-detail-inner {
  margin: 80px 40px 40px 0px;
}

.content-wrap .project-detail-inner h4{
	font-weight: 600;
}

.content-wrap .project-detail-inner h1{
  font-size: 36px;
	font-weight: 700;
}

.content-wrap .project-detail-inner h5{
  font-size: 15px;
	margin: 0 0 20px 0;
}

.content-wrap .project-detail-inner p{
  color: #999;
	line-height: 26px;
}

.project-detail-info ul {
	margin: 50px 0;
}

.project-detail-info ul li:first-child {
  padding-top: 0;
}

.project-detail-info ul li {
  text-align: right;
  padding: 13px 0;
  border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
  font-weight: 400;
	font-family: 'Montserrat', sans-serif;
  color: #000;
}

.project-detail-info ul li span {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.3px;
  float: left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-five {
  line-height: 13px;
  font-size: 13px;
  padding: 10px 20px;
}

/*service*/
.content-wrap-others {
	-moz-box-flex-grow: 1; /* Firefox 19- */
	-ms-flex-grow: 1; /* IE10 */
	-webkit-flex-grow: 1; /* Chrome */
	flex-grow: 1;
	min-height: 790px;
}

.commitment-section .outer-container {
  position: initial;
	min-height: 790px;
}

.commitment-section {
  position: relative;
  background-color: #f0f1ec;
	margin-top: 40px;
}

.commitment-section .outer-container .image-column:after {
  position: absolute;
  content: '';
  right: 0px;
  width: 130px;
  height: 100%;
  background-color: #f0f1ec;
  border-left: 30px solid #ffffff;
}

.commitment-section .outer-container .content-column .inner-column {
  position: relative;
  max-width: 100%;
  margin-left: 0px;
  padding: 60px 100px 10px 0px;
  height: auto;
  background: #f0f1ec;
}

.commitment-section .content-column .inner-column h2 {
  color: #333;
  font-size: 20px;
}

.list-style-two li:before {
  position: absolute;
  left: 0px;
  top: 1px;
  content: '\f00c';
  color: #333;
  font-size: 12px;
  font-family: 'FontAwesome';
}

.list-style-two li {
  position: relative;
  margin-bottom: 5px;
  color: #333;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 500;
}

.studio-block {
  margin-bottom: 10px;
}

.studio-block .inner {
  margin: 0 5px;
  padding: 20px 0;
  border: 1px solid #dadada;
  height: 115px;
}

.studio-block .inner:hover {
  margin: 0 5px;
  padding: 20px 0;
  border: 1px dotted #dadada;
	background: rgba(255,255,255,0.5);
	transition: 0.2s;
}

.studio-block .inner .icon-box {
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 10px;
}

.studio-block .inner h3 {
  font-size: 13px;
}

.studio-block .inner .designation {
  font-size: 14px;
}

.service-logoimg {
	position: relative;
	background: none;
	margin: 0 5px;
  height: 115px;
}

.service-logoimg img {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120px;
}

.service-logoimg2 {
	position: relative;
	background: none;
	margin: 0 5px;
  height: 115px;
}

.service-logoimg2 img {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120px;
}
/*end service*/


/* modal center ---------------------------------------------*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* end modal center */

/* service modal */
.modal-dialog {
		width: 450px;
		margin: 30px auto;
}

.close {
	font-size: 35px;
}

.modal-service-header {
	padding: 7px 2px 21px;
}

.modal-service-header .icon{
	float: left;
	font-size: 40px;
	padding-right: 15px;
	color: #26555b;
}

.modal-service-header h4{
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
}

.modal-service-content {
	padding: 15px;
	background: #f0f1ec;
	border-radius: 10px;
}

.list-style-two li {
    margin-bottom: 1px;
    color: #717171;
    padding-left: 22px;
    font-size: 12px;
    font-weight: 500;
}

.list-style-two li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #555;
    font-size: 10px;
    font-family: 'FontAwesome';
}
/* end service modal */


/*company*/
.company-nav {
	margin-bottom: 50px;
}

.btn-custom{
	font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	color: #26555b;
  padding: 5px 10px;
	background: none;
  transition-duration: 0.4s;
  cursor: pointer;
	margin-bottom: 5px;
}

.btn-custom:hover  {
	background: #26555b;
	color: #fff;
  border-radius: 5px;
}

.btn-custom-active{
	background: #26555b;
	color: #fff;
  border-radius: 5px;
}

.nav {
  margin-bottom: 50px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #26555b;
}

.nav>li {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.nav>li>a {
  padding: 7px 15px;
}

.company-box {
	margin: 0 15px;
}

.ceo-img {
	min-height: 600px;
	background-image:url(../imgs/company_ceo_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.commitment-section .content-column .inner-column .big-text {
  color: #444;
  font-size: 20px;
	font-weight: 600;
	line-height: 30px;
  margin-bottom: 20px;
}

.commitment-section .content-column .inner-column .text {
  color: #797979;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 25px;
}

.sec-title h3 {
  font-size: 20px;
	margin-top: 5px;
}

.list-style-four li {
  position: relative;
  margin-bottom: 4px;
  color: #797979;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans KR', 'Open Sans', sans-serif;
}

.list-style-four li:before {
  position: absolute;
  left: 0px;
  top: 1px;
  content: '\f068';
  color: #26555b;
  font-size: 14px;
  font-family: 'FontAwesome';
}

.list-style-four li span{
	color: #333;
}

.architecture-block .inner-box .lower-box h3 {
  font-size: 14px;
  font-weight: 600;
  padding-left: 35px;
  line-height: 1em;
}

.architecture-block .inner-box .lower-box h3:before {
    width: 25px;
}

.year-block {
    margin-bottom: 10px;
}

.year-block .inner {
  position: relative;
  padding-left: 60px;
}

.year-block .inner .year {
  font-size: 16px;
}

.sec-title .title {
    margin-bottom: 7px;
}

.company-ceo-inner-box {
	position: absolute;
  max-width: 750px;
  width: 100%;
  z-index: 10;
  display: block;
  overflow-y: auto;
}

.testimonial-block-three {
	max-width: 500px;
	margin-top: 60px;
}

.testimonial-block-three .inner-box {
  position: relative;
  text-align: left;
	padding: 0 10px;
}

.testimonial-block-three .image-box .image {
    position: relative;
    width: 200px;
    height: 110px;
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.testimonial-block-three p {
    position: relative;
    color: #5d5d5d;
    font-size: 14px;
		font-weight: 700;
    line-height: 1.8em;
    margin-top: 40px;
		margin-bottom: 25px;
}

.testimonial-block-three .inner-box .image-box .quote-icon {
    left: 0;
    bottom: 0px;
    color: #26555b;
    font-size: 30px;
    background-color: #f1f2ec;
}

.testimonial-block-three .inner-box .author-name {
    position: relative;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
	  text-align: right;
}

.card {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #e8efeb;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .25rem;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
  transition: 0.3s;
	margin-bottom: 30px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
	font-weight: 700;
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.card-header h4{
	font-size: 16px;
	font-weight: 700;
	color: #26555b;
	margin-top: 5px;
	margin-bottom: 10px;
}

.card-header h4:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -5px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background-color: #26555b;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-body h1{
  font-size: 18px;
	font-weight: 500;
	color: #26555b;
}

.text-white {
  color: #fff !important;
}

.bg-ceo {
	margin: 20px 5px 30px;
	background: #26555b;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
/*end company*/


/*contact*/
.gallery-content .inner-box {
    padding: 40px 30px;
}

.gallery-content h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.gallery-list li {
    font-size: 14px;
    color: rgba(255,255,255,0.80);
}

table {
  width: 100%;
  border-collapse: collapse;
}

table {
  border: 1px solid #dcdcdc;
}

.contact-table tr th {
	line-height: 24px;
	padding: 10px 28px;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px dashed #dcdcdc;
}

.contact-table tr td {
	line-height: 24px;
	padding: 10px 28px;
	font-size: 14px;
	background: rgba(255,255,255,0.2);
	border-bottom: 1px solid #dcdcdc;
}

.download-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.download-box .download-inner {
    position: relative;
    padding: 15px 0;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    background-color: #797979;
		border-radius: 5px;
}

.download-box .download-inner .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
		left: 0px;
}

.download-box .download-inner .content .download-icon {
    position: absolute;
    right: 10px;
    top: -5px;
    font-size: 30px;
    color: #fff;
}

.info-box {
  position: relative;
  padding-left: 30px;
	margin-top: 20px;
}

.info-box .info-box-icon {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 25px;
	height: 25px;
	color: #26555b;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #c1d0d2;
	background-color: #fff;
}

.info-text h4{
  font-size: 14px;
	font-weight: 600;
	line-height: 2.4em;
	color: #26555b;
	display: inline-block;
}

.info-text h4:before {
  position: absolute;
  content: '';
  left: 110%;
  bottom: 10px;
  width: 15px;
  height: 1px;
  background-color: #26555b;
}

.info-box h5{
  font-size: 14px;
	font-weight: 600;
}
/*end contact*/


@media only screen and (max-width: 1525px) and (min-width: 1024px) {
	/*project-detail*/
	.content-wrap .project-detail-inner {
		margin: 10px 20px 10px 10px;
	}

	.content-wrap .project-detail-inner h4 {
    font-size: 14px;
	}

	.content-wrap .project-detail-inner h1{
	  font-size: 26px;
	}

	.content-wrap .project-detail-inner h5{
	  font-size: 13px;
		margin: 0 0 10px 0;
	}

	.content-wrap .project-detail-inner p{
		line-height: 20px;
	}

	.project-detail-info .info-item {
		font-size: 13px;
	}

	.project-detail-info ul {
		margin: 30px 0;
	}

	.project-detail-info ul li {
    padding: 10px 0;
	}

	.project-detail-info ul li span {
		font-size: 13px;
	}

	.btn-style-five {
    line-height: 12px;
    font-size: 12px;
    padding: 7px 15px;
	}
	/*end project-detail*/

	/*service*/
	.commitment-section .outer-container .image-column:after {
    width: 80px;
	}

	.commitment-section .outer-container .content-column .inner-column {
    padding: 60px 50px 20px 0px;
	}

	.studio-block .inner .icon-box {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
	}

	.studio-block .inner h3 {
    font-size: 12px;
	}

	.service-logoimg img {
		padding: 0 10px;
	}

	.service-logoimg2 img {
		padding: 0 10px;
	}
	/*end service*/
}


@media only screen and (max-width: 1023px) {
  .main-header .nav-outer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
    justify-content: center;
  }

	.main-slider .shape-image {
    width: 250px;
    height: 250px;
	}

	.project-list-img { /*project-list*/
    height: 250px;
	}

	/*project-detail*/
	.content-wrap .project-detail-inner {
    margin: 0px 20px 40px 20px;
	}

	.content-wrap .project-detail-inner h1{
		font-size: 33px;
	}

	.content-wrap .project-detail-inner h5 {
    margin: 0 0 5px 0;
	}

	.project-detail-info ul {
    margin: 20px 0 30px;
	}
	/*end project-detail*/

	.commitment-section {
		margin-top: 0px;
	}

	.commitment-section .outer-container .content-column .inner-column {
    padding: 60px 60px 0px 60px;
	}

	.studio-block .inner .icon-box {
		font-size: 40px;
		line-height: 1em;
		margin-bottom: 10px;
	}

	.studio-block .inner h3 {
		font-size: 12px;
	}

	.service-logoimg img {
		padding: 0 10px;
	}
	.service-logoimg2 img {
		padding: 0 10px;
	}
	/*end service*/
}


@media only screen and (max-width: 767px) {
  .main-header .main-box .logo-box {
    text-align: left;
  }
  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #333;
    margin: 5px 0px 0px 0px;
  }

	.main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 10px !important;
    border: none !important;
    font-weight: 700;
    text-transform: capitalize;
}

  .main-menu .navbar-header .navbar-toggle, .main-menu .navbar-collapse > .navigation, .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul, .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus, .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a, .header-style-two.inner-header .main-menu .navigation > li > a {
      background-color: #fff;
      color: #333;
      font-size: 12px;
      border: none;
  }

  .main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    cursor: pointer;
    z-index: 5;
    display: none;
  }

  .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
      background: #ededed;
      color: #333 !important;
  }

  .main-menu .collapse.in, .main-menu .collapsing {
    max-height: 500px;
	}

	.main-header .main-box .outer-container {
    padding-bottom: 0px;
	}

	.main-slider .shape-image {
    width: 250px;
    height: 250px;
	}

	.project-list-img { /*project-list*/
		height: 200px;
		padding: 0 20px;
	}

	.content-wrap .project-detail-inner h1{ /*project-detail*/
		font-size: 30px;
	}

	.content-wrap .project-detail-inner p { /*project-detail*/
    line-height: 22px;
	}

	.content-wrap-others {
    min-height: auto;
	}

	.commitment-section .outer-container {
	  position: initial;
		min-height: auto;
	}

	.commitment-section .outer-container .content-column .inner-column { /*service*/
		padding: 40px 20px 20px 20px;
	}

	.studio-block .inner h3 { /*service*/
		font-size: 11px;
	}

	.service-box {
		margin-right: -5px !important;
	  margin-left: -5px !important;
	}

	.nav>li {
		font-size: 10px;
	}

	.nav>li>a {
    padding: 7px 7px;
	}

	.list-style-two li {
    margin-bottom: 0px;
	}

	.modal-dialog { /*modal*/
		width: 95%;
	}

	.commitment-section .content-column .inner-column .big-text { /*company*/
	  font-size: 18px;
		line-height: 28px;
	}

	.ceo-img {
		min-height: 400px;
		background-image: none;
		background-repeat: none;
		background-size: none;
	}

}



@media only screen and (max-width: 599px) {
	.main-slider .shape-image {
    width: 200px;
    height: 200px;
	}

	.gallery-section-two {  /*project-list*/
    position: relative;
    padding: 30px 0px 30px;
	}

	.gallery-section-two .filters {  /*project-list*/
    margin-bottom: 30px;
  }

	.gallery-section-two .filters li {  /*project-list menu*/
    font-size: 12px;
    margin-right: 15px;
	}

	.gallery-block-two .inner-box .image { /*project-list image*/
		margin: 0px 25px;
	}

	.studio-block .inner { /*service*/
	  height: 105px;
	}

	.year-block .inner { /*company*/
    position: relative;
    padding-left: 60px;
	}

	.year-block .inner .year {
    position: absolute;
    margin-bottom: 25px;
	}

	.gallery-list li { /*contact*/
    font-size: 12px;
    color: rgba(255,255,255,0.50);
	}

	.contact-table tr th {
		padding: 5px 10px;
	}

	.contact-table tr td {
		padding: 5px 10px;
	}

}
