@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Noto+Sans+KR:wght@100;300;400;500;700&family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.5;
    scroll-behavior: smooth;
    overflow: auto !important;
    -ms-overflow-style: scrollbar;
}

body {
    /* -ms-overflow-style: none;  for internet explorer, edge 
    scrollbar-width: none;    for firefox 
    overflow-y: scroll;*/
    -ms-overflow-style: scrollbar;
    overflow: auto !important;
    overflow-x: hidden !important;
}

/*body::-webkit-scrollbar {
  display: none;            !* for Chrome, Safari, and Opera *!
}*/

.navbar-brand img{
    height: 30px;
    width: auto;
}

.nav-item {
    height: 33px;
    padding: 0;
    line-height: 33px;
    font-size: 18px;
    font-weight: 500;
   /* color: #222;*/
    vertical-align: top;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
}

@media (min-width: 768px) {
    html {
    font-size: 14px;
    line-height: 1.5;
  }
}

html {
  position: relative;
  min-height: 100%;
}


/*nav*/
.navbar-dark {
  background-color: rgba(255, 255, 255, .5) !important;
}

.navbar-toggler {
  background-color: rgba(0, 0, 0, .3) !important;
}

a.nav-link {  
  color: #181818 !important;    
  text-transform: uppercase;
  font-weight: bold;
}

a.nav-link:hover {
  color: #333 !important;
}

/*nav*/


/*footer style*/
.footerDiv {
  background-color: #777;
  color: white;
  /*height: 228px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*flex-direction: column;*/
}

.footerDiv a {
  color: #fff !important;
  padding: 0 2px !important;
}

.footerDiv a.btn.bg-light-grey {
  color: #777 !important;
  background-color: #f1f1f1 !important;
  font-size: 15px;
  line-height: 1.8;
  padding: 8px 16px !important;
}
/*footer style*/


/*home*/
.main-area {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  /*display: flex;*/
  /*align-items: center;
  justify-content: center;*/
  z-index: 1;
}

.main-header {
    /* display: flex;*/
    position: absolute;
    flex-direction: column;
    color: #222;   
    z-index: 2;
    top: 0%;
    left: 2%;
}

.main-title {
    font-family: 'Rubik', sans-serif;
    font-size: 65px;
    font-weight: 300;
   /* text-align: center;*/
    text-transform: uppercase;
    letter-spacing: 2px;
    /*  background-color: rgba(0, 0, 0, .5);*/
    /*padding: 0 24px;*/
}

.sub-title {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    /*padding: 10px 24px;*/
    letter-spacing: 10px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.sub-title-top {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    /*padding: 10px 24px;*/
    letter-spacing: 10px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #676767;
}

.sub-title-bottom {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    /*padding: 30px 24px;*/
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #0B0C0D;
}

.section {
    padding: 50px 0 0 0;
    color: #777;
}

.section-title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 150%;
/*  text-align: center;*/
  text-transform: uppercase;
}

.section a {
  text-decoration: none;
  padding: 0 !important;
  color: #007bff;
}

.card-body-text-gray {
  color: #777;
}

.detail-main {
  margin-top: 100px;
  margin-bottom: 50px;
}

.detail-main a {
  color: #777 !important;  
  /*text-decoration: none;*/
}

.detail-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #777;  
}

.detail-sub-title {
  font-size: 1.2rem;
  color: #777;
}

.detail-desc {
  font-size: 1.1rem;
  color: #777;
}

.detail-info {
  font-size: 1rem;
  font-weight: 500;
  color: #777;
}

/*home*/

/*/////////////////////////////////////////////////////////////////////////////////////////*/


#news-main .card img {
    height: 250px;
}

#news-main .card-body {
    height: 160px;
}

#news-main .card-title {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.2;
    color: #1976D2;
    margin: 5px 0 5px;
    font-weight: 400;
    font-size: .85rem;
    text-align: left;
}

#news-main .card-text {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.6;
    color: #777;
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0;
}

#news-main .foot-text {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 3;
    color: #999;
    font-weight: 400;
    font-size: .85rem;
    text-align: left;
    letter-spacing: 0;
}

.newsSearchItem {
    font-size: 1.1rem;
    color: gray;
    text-decoration: none;
}

.newsSearchItem:hover {
    color: #555;
}

.newItemSp {
    margin: 0 8px;
    font-size: 1.2rem;
    color: gray;
}


#Professionals .card-title {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.2;
    color: #303030;
    margin: 5px 0 5px;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: left;
}

#Professionals .card-text {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.8;
    color: #303030;
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0;
}

.section-sub-title {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 150%;
}

.content-desc {
    font-weight: 300;
    color: #777;
}

.desc-eng {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
}

.desc-kor {
    font-family: 'Rubik';
    font-size: 16px;
    word-break: keep-all;
    font-weight: 400;
}

.residential,
.public,
.mixed {
    min-height: 250px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.residential:hover,
.public:hover,
.mixed:hover {
    background: #000;
    color: rgb(236, 183, 97);
    cursor: pointer;
}

.residential {
    background-image: url("../images/img2.jpg");
    min-height: 300px;
    flex-direction: column;
}

.public {
    background-image: url("../images/img3.jpg");
    min-height: 300px;
    flex-direction: column;
}

.mixed {
    background-image: url("../images/img4.jpg");
    min-height: 300px;
    flex-direction: column;
}

.residential,
.public,
.mixed {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgResidential {
    position: relative;
    background-image: url("../images/img2.jpg");
    width: 100%;
    height: 100vh; 
}

/*.main-area {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}*/

.bgpublic {
    position: relative;
    background-image: url("../images/img3.jpg");
    width: 100%;
    height: 100vh;
}

.bgResidential,
.bgpublic,
.bgmixed {
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.imgSize img {
    width: 70%;
}

#service > div > div.row:nth-child(4) .card-title,
#service > div > div.row:nth-child(5) .card-title,
#service > div > div.row:nth-child(6) .card-title {
    /*color: #777;*/
    font-weight: 600;
    font-family: 'Rubik'
}


#service .card-text {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.3;
    font-family: 'Rubik'
}

#service > div > div:nth-child(2) .card-text {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.3;
    font-family: 'Rubik'
    /* height: 60px;*/
}

#service > div > div.row:nth-child(4) .card-text,
#service > div > div.row:nth-child(5) .card-text,
#service > div > div.row:nth-child(6) .card-text {
    font-family: 'Rubik';
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    /* color: #777*/
}

.serviceCard {
    background-color: #0076BA;
    color: white;
    border-radius: 50px;
    font-family: 'Rubik'
}

.specializedCard {
    /* background-color: #0076BA;*/
    color: #0076BA;
    border: 2px solid #0076BA;
    font-family: 'Rubik'
}

.serviceNum {
    text-align: center;
    color: #0076BA;
    text-decoration: underline;

}

.bg-custom-gray {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.text-white {
    color: #fff !important;
}

h5.card-title {
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.card-title,
.card-body {
    text-align: center;
}

/* 모바일 */
@media (max-width:600px) {

    .sub-title-top{
       font-size: 14px;
    }
    #wrap #container {
        padding-top: 20% !important;
    }

    .contact_left,
    .contact_right {
        width: 100% !important;
    }

    .contact_left dt, dd{
        font-size: 16px !important;
    }

    .contact_right img {
        width: 100% !important;
    }
    .fix_banner_box {
        color: #222;
        width: 100% !important;
        background-color: #fff !important;
        text-align: left;
    }

    .fix_banner h2, .fix_banner_div {
        color: #181818 !important;
        padding-left: 0% !important;
    }

    .main-area {
        position: relative;
        min-height: 30%;
        overflow: hidden;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .carouselExampleSlidesOnly img {
        height: 100% !important;
    }

        #layerPopup {
            max-width: 100%;
            left: 30px;
            right: 30px;
            margin: 50px auto;
            top: 60px;
            padding: 0;
        }

        #layerPopup img {
            width: 100%;
        }

    .mob_hidden {
        display: none !important;        
    }

    body,
    html {
        font-size: 14px;
        overflow-x:hidden !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .searchMob {
        padding-top: 10px !important;
        margin-bottom: -20px !important;
    }

    .keyMob {
        width: 76% !important;
    }

    #category {
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0 !important;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .searchCss {
        float: left !important;
        position: relative;
        right: 4%;
    }

    .searchCss3 {
        float: left !important;
        position: relative;
        right: 13%;
    }

    .newsMob {
        padding-bottom: 5px !important;
    }

    .form-controlMob {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    #videoDiv {
        position: relative;
        min-height: 77%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* TODO: Delete --------------------- */
        h1 {
        padding: 20px 0;
    }

        h1.mainTitle {
            font-size: 170% !important;
            padding: 20px;
        }

    h2.subTitle {
        font-size: 350% !important;
    }

    /* --------------------------------- */
    .section-title {
        font-family: "Noto Sans KR", sans-serif;
        font-size: 200% !important;
        text-align: center;
        text-transform: uppercase;
        /* color: #777; */
        /* padding: 30px 0; */
    }

    .sub-section-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 500;
        font-size: 48px;
        color: #fff;
        line-height: 0.7em;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .sub-section-sub-title {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2em;
        letter-spacing: 3px;
    }

    .desc-eng {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 18px;
    }

    .desc-kor {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 17px;
        word-break: keep-all;
    }

    .main-title {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 35px;
        font-weight: 300;
       /* text-align: center;*/
        text-transform: uppercase;
        letter-spacing: 2px;
        /*background-color: rgba(0, 0, 0, .5);*/
       /* padding: 0 24px;*/
    }

    .main-title-web {
        display:none;
    }

    .main-title-mo {

    }

    .sub-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        font-weight: 300;
        padding: 48px 24px;
        letter-spacing: 10px;
        line-height: 1.1em;
        text-transform: uppercase;
    }

    .imgdetails {
        display: none;
    }

    .carousel-img {
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .carousel-caption > p {
        margin-bottom: 0 !important;
        font-size: 16px;
    }

    .article-title {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.2;
        color: #777;
        /* color: #303030; */
    }

    .article-text {
        font-size: 15px;
        color: #777;
    }

    .article-subtext {
        margin-top: 20px;
        font-size: 13px;
        font-weight: 500;
        color: #777;
    }

    .newsSearchItem {
        font-size: 0.9rem;
        color: gray;
        text-decoration: none;
    }


    /*------------------- history -------------------*/
    .history_year {
        font-size: 110% !important;
        font-weight: 700;
    }

    .history_title {
        font-size: 110% !important;
        color: #a98669;
        font-weight: 700;
    }

    .history_subtitle {
        font-size: 110% !important;
        font-weight: 700;
        color: rgba(0, 0, 0, .5);
        word-break: keep-all;
    }

    .history_content {
        font-size: 100% !important;
    }
    /*------------------- history -------------------*/
}


/* 웹 */
@media (min-width:601px) {

    .main-title-mo {
        display: none;
    }
    #layerPopup {
        max-width: 35%;
        left: 30px;
        right: 30px;
        margin: 50px auto;
        padding: 0;
        top: 70px;
    }

    #layerPopup img {
        width: 100%;
    }

    .web_hidden {
        display: none !important
    }

    .mob_hidden {        
        height: 90%;
    }

    .newsWeb {
        padding-left: 15% !important;
    }

    .searchWeb {
        padding-left: 3% !important;
    }

    .textWeb {
        position: absolute;
        bottom: 30px;
        white-space:nowrap;
        text-align: center;     
        
    }
    
    .sub-section-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 500;
        font-size: 48px;
        color: #fff;
        line-height: 0.7em;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .sub-section-sub-title {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2em;
        letter-spacing: 3px;
    }
    /* .mainTitle {
    width: 600px;
  }

  h1.mainTitle {
    line-height: 1rem;
  } */

    /* TODO: delete */
    /* .xxxlarge,
  .xxxlarge2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 0.7em;
    letter-spacing: 5px;
    margin-bottom: 25px;
  }

  .large {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
    line-height: 1.2em;
  } */
    /* ------------------------------------------------------ */

}

/*------------------- history -------------------*/
.history_year {
    font-size: 120%;
    font-weight: 700;
}

.history_title {
    font-size: 120%;
    color: #a98669;
    font-weight: 700;
}

.history_subtitle {
    font-size: 120%;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    word-break: keep-all;
}

.history_content{
    font-size: 110%;
}
/*------------------- history -------------------*/
#benefit {
    color: #777 !important;
}

.benefit_title {
    font-weight: 700;
    margin-top: 10px;
}

#benefit span {
    word-break: keep-all !important;
}

.form_title span {
    color: #c24343;
    font-weight: 700 !important;
    /* font-size: 150% !important;  */
}

.form_download {
    font-family: 'Nanum Gothic', sans-serif;
}

    .form_download span {
        word-break: keep-all;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 1px;
    }

.resume01:hover,
.resume02:hover,
.resume03:hover {
    background: #777;
    color: #fff !important;
}

    .resume01:hover span,
    .resume02:hover span,
    .resume03:hover span {
        background: #777;
        color: #fff !important;
    }

#recruit a:hover {
    text-decoration: none;
}

/*------------------- video -------------------*/
#videoDiv {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

video#videoMovie {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

video#videoMovieMob {
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.videoMain {
    flex-direction: column;
    color: #fff;
    text-align: center;
    z-index: 10;
}

/*------------------- video -------------------*/

.list-group-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.list-group-item-bg {
    /* color: #fff; */
    background-color: #dee2e6 !important;
}

#list-item-more {
    padding: 0 !important;
    font-size: .8rem;
    color: #007bff !important;
}

.list-item-subject {
    font-size: 1rem;
    color: #007bff;
}

.list-item-content {
    font-size: .95rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}


@media only screen and (max-device-width: 1024px) {
    .sub-section-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        line-height: 0.7em;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .sub-section-sub-title {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2em;
        letter-spacing: 1px;
    }
}

.bodytest {
    background-image: url("../images/news/news2206200-1.jpg");
    /* min-height: 1060px; */
    height: 100%;
    padding-top: 1057px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bodytest2 {
    background-image: url("../images/news/news2201210-4.jpg");
    padding-top: 1057px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bodytest3 {
    background-image: url("../images/news/news2201190-4.jpg");
    padding-top: 1057px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bodytest4 {
    background-image: url("../images/news/news2111260-1.jpg");
    padding-top: 1057px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bodytest5 {
    background-image: url("../images/news/news2108120-4.jpg");
    padding-top: 1057px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainTiltle_TEST {
    z-index: 10;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}


.serviceLeft {
    float: left;
    width:80%;
}

.serviceLeft-1 {

}

.serviceLeft-2{

}

.serviceRight{
    float:left;
    width:20%;
    padding-left:30px;
   /* display:none;*/
}

.projectLeft {
    float: left;
    width: 50%;
    /*margin-left: 10%;*/
    font-size:150% !important;
    border: 0px solid black;
}


.projectRight {
    float: left;
    width: 50%;
   /* padding-left: 30px;*/
    /* display:none;*/
    border: 0px solid black;
}

.serviceUsun {
    margin-bottom:3%;
}

