@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;700;800&display=swap');

#site {
    padding-top: 100px;
    font-size: 16px;
    font-family: 'Nunito Sans', 'notokr', sans-serif;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #d50715;
    border-color: #d50715;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #bf0512;
    border-color: #bf0512;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}


/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:fixed;padding-top: 30px;padding-bottom:20px;margin-bottom:0;border:none;}

.navbar-inverse .navbar-brand img{/* height:38px; */margin-top:-10px;}

.navbar-inverse .navbar-nav > li > a{font-size: 17px;font-weight: 900;color:#333;letter-spacing: 0.034em;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #d50a15;}

.navbar-inverse .navbar-nav > li:not(#gnbauth) > a span {
    left: 0;
    height: 50px;
    position: absolute;
}
.navbar-inverse .navbar-nav > li:not(#gnbauth) > a .kr {
    opacity: 0;
    font-weight: 700;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#d50715;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#d50715;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#d50715;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:50%;right:auto;transform:translate(-50%,0);border-radius:.25rem;border:1px solid #d5d5d5;padding:10px 0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:5px 20px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:none;font-weight:600;}
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right{margin-right:-30px;}
    .navbar-inverse .navbar-nav > li > a{
        margin: 0 20px;
        padding: 15px 10px;
    }
    .navbar-inverse .navbar-nav > li:not(#gnbauth) > a {
        width: 115px;
        height: 50px;
    }
    .navbar-inverse .navbar-nav > li#gnbauth > a {
        margin-right: 20px;
    }
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:40px;height:6px;background-color:rgba(255,255,255,.8);border:none;margin:0 4px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:40px;height:6px;background-color:#d50715;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);/*transform:rotate(45deg);*/}

.carousel-caption {text-shadow:none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:17px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #202020;color: #fff;}
#site footer .footer-info{padding:40px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;font-weight:300;margin-right: 17px;line-height: 24px;opacity: 0.95;}
#site footer .footer-info ul .copy {
    opacity: 0.5;
    font-size: 12px;
}
#site footer .footer-info .logo img {
    margin-top: 3px;
}
#site footer .footer-info .info {
    padding-right: 0;
    padding-left: 45px;
    text-align :right;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:calc(100vh - 90px)}
#mainCarousel .carousel-caption {
    top: 48%;
    text-align: left;
    text-shadow: 15px 1px 25px rgba(0, 0, 0, 0.15);
    left: 15%;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 30px;
    font-size: 150px;
}
#mainCarousel .carousel-caption h1 > span {
    top: 35px;
    left: 300px;
    position: absolute;
    font-size: 0.55em;
    font-weight: 300;
    letter-spacing: -0.02em;
}
#mainCarousel .carousel-caption p {
    top: 124px;
    left: 303px;
    position: absolute;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
/* #mainCarousel .carousel-caption h1 > span::after {
    content: '아름답고 효율적인 공간문화를 창조하는 제일디자인 하이테크';
    bottom: -35px;
    left: 3px;
    position: absolute;
    font-size: 27px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: -0.04em;
} */
#mainCarousel .carousel-caption a.btn-more {
    padding: 11px 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    border: 2px solid #fff;
}
#mainCarousel .carousel-caption a.btn-more:hover,
#mainCarousel .carousel-caption a.btn-more:focus {
    color: #fff;
    background: #d50a15;
    border-color: #d50a15;
}
/* #mainCarousel a.btn-profile {
    right: 100px;
    bottom: 60px;
    position: absolute;
    background: transparent;
    border-color: #fff;
}
#mainCarousel a.btn-profile:hover,
#mainCarousel a.btn-profile:focus {
    background: #333;
    border-color: #333;
} */
/* #mainCarousel a.btn-brochure {
    right: 100px;
    bottom: 60px;
    position: absolute;
    padding: 0;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0.02em;
}
#mainCarousel a.btn-brochure:hover,
#mainCarousel a.btn-brochure:focus {
    color: #d8d7dc;
} */

.carousel-control {
    background-image: none;
}
.carousel-control .glyphicon {
    width: auto !important;
    height: auto !important;
}
.carousel-control.left .glyphicon {
    left: 45%;
}
.carousel-control.right .glyphicon {
    right: 45%;
}
.carousel-control .glyphicon::before {
    padding: 5px;
    font-size: 35px;
    font-weight: 500 !important;
    font-family: "Phosphor" !important;
    background: rgba(0,0,0,0.5);
}
.carousel-control.left .glyphicon::before {
    content: "\e9c8";
}
.carousel-control.right .glyphicon::before {
    content: "\e9c9";
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item{height:calc(100vh - 67px)}
    #mainCarousel .carousel-caption {
        top: 45%;
        right: 10%;
        left: 10%;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 80px;
    }
    #mainCarousel .carousel-caption h1 > span {
        top: 100px;
        left: 0;
    }
    #mainCarousel .carousel-caption p {
        top: 170px;
        left: 0;
        font-size: 17px;
    }
    #mainCarousel .carousel-caption a.btn-more {
        margin-top: 120px;
        padding: 9px 30px;
        font-size: 14px;
    }
    #mainCarousel .carousel-control {
        display: none;
    }
    #mainCarousel .carousel-indicators {
        width: 70%;
        margin-left: -35%;
    }
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}


/* 메인 추가 스타일 */










/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 180px;
    position: relative;
    /* background: #efefef url(/public/img/sub/back_page_top01.jpg) no-repeat; */
    background-image: url(/public/img/sub/back_page_top01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#business > .pageTop {background-image: url(/public/img/sub/back_page_top02.jpg);}
#portfolio > .pageTop {background-image: url(/public/img/sub/back_page_top03.jpg);}
#contact > .pageTop {background-image: url(/public/img/sub/back_page_top04.jpg);}

.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(95deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%);
}
/* .subPage > .pageTop::after {
    content: '';
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    position: absolute;
    opacity: 0.9;
    display: none;
} */
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
    margin-top: 150px;
}
.subPage > .pageTop .tit {
    position: relative;
    margin: -43px 0 0;
    font-size: 78px;
    font-weight: 800;
    letter-spacing: 0;
    z-index: 100;
    color: #000;
}

.subPage > .contents > section {
    padding: 120px 0;
}
.subPage > .contents > section:first-child {
    padding-top: 120px;
}
.subPage > .contents > section:last-child {
    padding-bottom: 150px;
}

.title-lv-1 {
    margin: 0 0 50px;
    font-size: 50px;
    font-weight: 800;
    color: #000;
}

.space-bottom {
    margin-bottom: 80px;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 3px;
}
.list-style-1 > li {
    padding-left: 15px;
}
.list-style-1 > li::before {
    content: '';
    top: 8px;
    left: 0;
    position: absolute;
    width: 6px;
    height: 3px;
    background: #333;
}

/* COMPANY (페이지) */
.subPage .wrap-tit {
    text-align: center;
    width: 30%;
}
.subPage .wrap-tit h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
}
.subPage .wrap-tit h3 + div {
    padding: 47px 0 0;
    /* padding: 102px 0 0; */
}
.subPage .wrap-tit h3::before,
.subPage .wrap-tit h3::after {
    content: '';
    top: 0;
    position: absolute;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url(/public/img/sub/icon_quotes.png);
    opacity: 0.5;
    display: none;
}
.subPage .wrap-tit h3::before {
    left: 5px;
    top: -30px;
}
.subPage .wrap-tit h3::after {
    right: 0px;
    bottom: 6px;
    top: auto;
}
.subPage .wrap-tit h3 > em {
    font-weight: 500;
    font-style: normal;
    color: #d50715;
    display: inline-block;
}
.subPage .wrap-tit + div {
    width: 70%;
    margin-left: 0;
    padding-left: 80px;
}
#company .subPage .wrap-tit + div img {
    margin-left: 0;
}
/* Overview */
#company section#overview img {
    filter: saturate(0.5);
    height: 460px;
    /* height: 550px; */
    margin-left: 0;
}
#company ul.list-overview > li {
    float: left;
    width: 50%;
    margin-bottom: 0;
}
#company ul.list-overview > li:nth-child(odd) {
    padding-right: 15px;
}
#company ul.list-overview > li:nth-child(even) {
    padding-left: 0;
}
#company ul.list-overview > li:nth-child(n+3) {
    margin-top: 15px;
}
/* #company .row2 .con:not(.left) ul.list-overview > li:not(:last-child) {
    min-height: 152px;
} */
#company ul.list-overview > li .inner {
    padding: 30px 30px 30px 85px;
    /* border-top: 1px solid #333; */
    background: #f8f8f8;
    height: 135px;
}
#company ul.list-overview > li h4 {
    position: relative;
    /* margin: 0 0 5px; */
    /* padding-left: 22px; */
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.034em;
}
#company ul.list-overview > li h4::before {
    content: '';
    top: -33px;
    left: -5px;
    width: 50px;
    position: absolute;
    border-top: 3px solid transparent;
}
#company ul.list-overview > li h4 i {
    top: -7px;
    left: -55px;
    position: absolute;
    font-size: 32px;
    color: #333;
    /* display: block; */
    /* margin-bottom: 30px; */
}
/* Greeting */
#greeting {
    background: #243f64;
    padding: 100px 0;
    color: #fff;
}
#greeting p {
    margin-bottom: 30px;
    font-size: 17px;
}
#greeting p > strong {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #b4d4ff;
    letter-spacing: -0.4px;
    z-index: 100;
}
#greeting p > strong::before {
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #9cc5f9;
    transform: skewX(-10deg);
    opacity: 1;
    z-index: -1;
}
#greeting p > em {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
#greeting p > em.red {
    font-weight: 800;
    color: #84c9ff;
}
#greeting .from {
    font-weight: 400;
    text-align: right;
    color: #ddd;
}
#greeting .from .name {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
}
#greeting h3 > em {
    color: #84c9ff;
}
/* History */
#history {
    background: url(/public/img/sub/history.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    padding: 120px 0 150px;
}
#greeting h2, #history h2 {
    color: #fff;
}
#company ul.list-history {
    position: relative;
    padding-left: 50px;
}
#company ul.list-history::before {
    content: '';
    top: 20px;
    left: 190px;
    height: 93%;
    position: absolute;
    border-left: 1px solid #716d6d;
}
#company ul.list-history > li {
    margin-bottom: 0;
}
#company ul.list-history > li+li {
    margin-top: 35px;
}
#company ul.list-history > li .year {
    float: left;
    width: 10%;
    position: relative;
    margin: 0;
    font-size: 35px;
    font-weight: 100;
    color: #fff;
    padding: 3px 0 0;
}
#company ul.list-history > li .year::after {
    content: '';
    top: 14px;
    right: -55px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #d50715;
    border-radius: 30px;
}
#company ul.list-history > li .detail {
    width: 89%;
    display: inline-block;
    padding-top: 8px;
    padding-left: 180px;
}
#company ul.list-history > li .block {
    position: relative;
}
#company ul.list-history > li .block+.block {
    margin-top: 25px;
}
#company ul.list-history > li .detail .month {
    top: 3px;
    left: -70px;
    position: absolute;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}
#company ul.list-history > li .detail p {
    line-height: 1.4em;
    letter-spacing: -0.034em;
    font-size: 19px;
    font-weight: 300;
}
/* #clients {
    background: #d8d7dc;
    padding: 100px 0;
}
#clients img {
    margin-top: -100px;
} */

/* BUSINESS (페이지) */
/* Process */
#business ul.list-process {
    margin: 0 -15px;
}
#business ul.list-process > li {
    float: left;
    width: 25%;
    padding: 0 15px;
    position: relative;
}
#business ul.list-process > li i {
    top: 44%;
    left: -21px;
    position: absolute;
    font-size: 42px;
    font-weight: 600;
    color: #c1c1c1;
}
#business ul.list-process > li i::before {
    font-weight: 600;
}
/* #business ul.list-process > li+li::before {
    content: "\f733";
    top: 41%;
    left: -21px;
    position: absolute;
    font-size: 42px;
    font-weight: 600;
    font-family: "Phosphor";
    color: #c1c1c1;
} */
#business ul.list-process > li .inner {
    min-height: 212px;
    padding: 90px 25px 30px;
    background: #555862;
    color: #Fff;
    border-radius: 5px;
    height: 312px;
}
#business ul.list-process > li:nth-child(1) h4 {
    margin: 0 0 30px;
}
#business ul.list-process > li .step {
    font-size: 20px;
    font-weight: 400;
    color: #ffa4a4;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 30px;
    border-bottom: 1px solid;
}
#business ul.list-process > li h4 {
    margin: 10px 0 20px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    height: 44px;
}
#business ul.list-process > li ul li {
    padding-left: 10px;
    font-size: 15px;
}
#business ul.list-process > li ul li::before {
    top: 7px;
    width: 4px;
    height: 4px;
    background: #ff9d8d;
}


/* Interior, Construct */
#business .interior-construct {
    background: #f2f2f2;
}
#business .interior-construct h2 {
    margin-top: -10px;
    text-align: left;
}
#business .interior-construct p {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.034em;
}
#business .interior-construct p > em {
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    color: #d50a15;
}
#business .interior-construct h3 {
    margin: 17px 0 15px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.034em;
}
#business #interior h3 {
    margin-top: 2px;
}
#business .interior-construct ul {
    margin-bottom: 30px;
}
#business .interior-construct .image {
    width: 58.33333333%;
}
.biz-area {
    width: 40%;
    background: #fff;
    padding: 30px 40px;
}
.biz-area ul li {
    font-size: 16px;
    letter-spacing: -0.034em;
    font-weight: 500;
}
.btn-sub {
    position: relative;
    padding: 8px 20px 8px 40px;
    font-weight: 500;
    color: #333;
    border: 2px solid #666;
    font-size: 15px;
    background: #fff;
    letter-spacing: -0.034em;
}
.btn-sub:hover,
.btn-sub:focus {
    color: #fff;
}
.btn-profile {
    background: #333;
    border-color: #333;
    color: #fff;
}
.btn-portfolio:hover,
.btn-portfolio:focus {background: #df333c;border-color: #df333c;}
/* .btn-result:hover,
.btn-result:focus {background: #28a37d;border-color: #28a37d;} */

/* .btn-sub::before {
    top: 9px;
    left: 15px;
    position: absolute;
    font-weight: 600;
    font-family: "Phosphor";
} */
.btn-sub i {
    top: 9px;
    left: 15px;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
}
/* .btn-portfolio::before {content: "\f040";font-size: 16px;} */
/* .btn-profile::before {content: "\f14c";} */
/* .btn-result::before {content: "\f254";} */

#business #interior {
    padding-bottom: 120px;
    border-bottom: 1px solid #fff;
    background: #f8f8f8;
}
#business #interior .image {
    width: 30%;
    padding: 0 7px;
}
/* Clients */
#business ul.list-client {
    margin: 0 -25px;
}
#business ul.list-client > li {
    float: left;
    width: 20%;
    margin-bottom: 0;
}
#business ul.list-client > li:nth-child(n+6) {
    margin-top: 15px;
}
#business ul.list-client > li img {
    padding: 0 25px;
}


/* CONTACT (페이지) */
ul.list-contact {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    padding: 10px 0 50px;
}
ul.list-contact > li {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding-left: 85px;
    font-size: 18px;
    /* font-size: 20px; */
}
ul.list-contact > li+li {
    margin-left: 70px;
    /* margin-left: 100px; */
}
ul.list-contact > li i {
    top: -9px;
    left: 0;
    position: absolute;
    padding: 16px;
    font-size: 35px;
    color: #052f69;
    background: #eee;
    border-radius: 100%;
}
ul.list-contact > li h4 {
    margin: 0 0 7px;
    font-weight: 900;
    letter-spacing: 0;
}

/* PORTFOLIO (블로그 게시판) */
#portfolio .table_blog2 dd .inner .top a .thumb {
    height: 300px;
}


/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
/* 카테고리 */
.category_wrap {
    margin-bottom: 80px;
}
.category_wrap ul {
}
.category_wrap ul li {
    position: relative;
}
.category_wrap ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #111;
    opacity: 0;
    transition: all .3s ease;
}
.category_wrap ul li:hover::after {
    left: 10px;
    width: calc(100% - 20px);
    opacity: 1;
}
.category_wrap ul li.on::after {
    width: calc(100% - 20px);
    opacity: 1;
    left: 10px;
}
.category_wrap ul li+li {
    margin-left: 20px;
}
.category_wrap ul li a {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    border: none;
}
.category_wrap ul li:first-child a {
    min-width: auto;
}
.category_wrap ul li a:hover,
.category_wrap ul li a:focus {
    color: #333;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #333;
    font-weight: 700;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a {
    color: #333
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    border-radius: 3px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
}
.board_data_view .header_wrap .info {
    margin-top: 15px;
}
.board_data_view .header_wrap .info span {
    font-size: 13px;
    color: #999;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #d50715;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #d50715;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
/* 블로그 게시판 */
.table_blog2 dd {
    margin-bottom: 60px;
    padding: 0 20px;
}
.table_blog2 dd .inner {
    border: none;
}
.table_blog2 dd .inner .top a {
    transition: all ease 0.3s;
}
.table_blog2 dd .inner .top a:hover,
.table_blog2 dd .inner .top a:focus {
    opacity: 0.7;
}
.table_blog2 dd .inner .bottom {
    padding: 25px 0 0 0;
}
.table_blog2 dd .inner .bottom .info {
    display: none;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 6px;
}
.table_blog2 dd .inner .bottom .title .badge {
    bottom: -16px;
    padding: 0;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #999;
    background-color: transparent;
    letter-spacing: 0;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 24px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover {
    color: #333;
    text-decoration: none;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:67px;font-size:15px}
    .navbar-inverse{position:fixed;padding:0;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand::before{top:10px;left:48px;font-size:17px}
    .navbar-inverse .navbar-brand img{height:38px;margin-top:2px}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:16px}
    .navbar-inverse .navbar-nav > li > a::after{top:18px;right:15px;left:auto}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#d50a15}
    .navbar-inverse .navbar-nav > li:not(#gnbauth) > a span{position:static}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff !important;background:#96714a}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    #site footer .footer-info{padding:25px 0}
    #site footer .footer-info .logo img{height:33px;margin:0 auto 15px}
    #site footer .footer-info .info{padding-right:15px;padding-left:15px;text-align:center}
    #site footer .footer-info ul li{margin-right:0;font-size:12px;line-height:19px}
    #site footer .footer-info ul li.copy{margin-top:5px;font-size:10px}

    .subPage > .pageTop{height:100px}
    .subPage > .pageTop::before{top:auto;bottom:0;background:linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%)}
    .subPage > .pageTop .tit{margin:-18px 0 0;font-size:50px}
    .subPage > .pageTop > .container{margin-top:50px}
    .subPage > .contents > section{padding:60px 0}
    .subPage > .contents > section:first-child{padding-top:60px}
    .subPage > .contents > section:last-child{padding-bottom:60px}
    .title-lv-1{margin:0 0 20px !important;font-size:42px}
    .subPage .wrap-tit{width:100%}
    .subPage .wrap-tit h3{margin-bottom:30px;font-size:22px}
    .subPage .wrap-tit h3 + div{padding:0}
    .subPage .wrap-tit + div{width:100%;padding-left:15px}

    #company section#overview img{height:400px}
    #company ul.list-overview{margin-top:30px}
    #company ul.list-overview > li{width:100%}
    #company ul.list-overview > li+li{margin-top:15px}
    #company ul.list-overview > li:nth-child(odd){padding-right:0}
    #company ul.list-overview > li:nth-child(n + 3){margin-top:10px}
    #company ul.list-overview > li .inner{height:auto;padding:25px 25px 25px 85px}
    #company ul.list-overview > li h4{font-size:17px}
    #greeting{padding:60px 0}
    #greeting p{margin-bottom:20px;font-size:16px}
    #greeting .from .name{padding-left:8px;font-size:22px}
    #history{padding:60px 0}
    #company ul.list-history{padding-left:0}
    #company ul.list-history::before{left:0;height:95%}
    #company ul.list-history > li+li{margin-top:20px}
    #company ul.list-history > li .year{width:100%;font-size:31px;padding:0 0 0 15px}
    #company ul.list-history > li .year::after{right:auto;top:12px;left:-3px;width:8px;height:8px}
    #company ul.list-history > li .detail{width:100%;padding-left:60px}
    #company ul.list-history > li .block+.block{margin-top:15px}
    #company ul.list-history > li .detail .month{left:-45px;font-size:15px}
    #company ul.list-history > li .detail p{font-size:16px}
    #business ul.list-process > li{width:100%;text-align:center}
    #business ul.list-process > li+li{margin-top:30px}
    #business ul.list-process > li i{top:-37px;left:50%;font-size:38px;transform:translateX(-50%) rotate(90deg)}
    /* #business ul.list-process > li+li::before{top:-44px;left:50%;font-size:38px;transform:translateX(-50%) rotate(90deg)} */
    #business ul.list-process > li .step{font-size:19px}
    #business ul.list-process > li .inner{height:auto;min-height:auto;padding:70px 15px 30px}
    #business ul.list-process > li h4{height:auto;font-size:19px}
    #business ul.list-process > li ul{display:inline-block;text-align:left}
    #business ul.list-process > li ul li{font-size:14px}
    #business #interior{padding-bottom:60px}
    #business .interior-construct p{margin-bottom:30px;font-size:18px}
    #business .interior-construct h3{font-size:22px}
    #business .interior-construct ul{margin-bottom:20px}
    .biz-area{width:100%;padding:25px 20px}
    .biz-area ul li{font-size:15px}
    .btn-sub{padding:7px 18px 7px 38px;font-size:14px}
    .btn-portfolio::before{top:5px;font-size:15px}
    #business #interior .image{width:100%;margin-top:15px;padding:0}
    #business .interior-construct .image{width:100%;margin-top:15px;padding:0}
    #business ul.list-client{margin:0}
    #business ul.list-client > li{width:33.3%}
    #business ul.list-client > li:nth-child(n + 4){margin-top:10px}
    #contact .root_daum_roughmap{height:300px}
    ul.list-contact{margin-top:45px;padding:0}
    ul.list-contact > li{width:100%;padding-left:80px;font-size:16px}
    ul.list-contact > li+li{margin-top:30px;margin-left:0}
    ul.list-contact > li i{top:-6px;padding:14px;font-size:32px}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .category_wrap{display:inline-block;margin-bottom:40px}
    .category_wrap ul{text-align:center}
    .category_wrap ul li{margin:0 !important}
    .category_wrap ul li a{padding:10px;font-size:16px}
    .category_wrap ul li::after{bottom:2px}
    .table_video dd,
    .table_blog2 dd{margin-bottom:40px}
    .table_video dd:nth-child(odd),
    .table_blog2 dd:nth-child(odd){padding-right:10px}
    .table_video dd:nth-child(even),
    .table_blog2 dd:nth-child(even){padding-left:10px}
    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb{height:130px !important}
    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom{padding:15px 0 0 0}
    .table_blog2 dd .inner .bottom .title .badge{bottom:-12px;font-size: 16px;}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a{font-size:15px}
    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span{font-size:13px}
    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span{padding:0 1px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    [id^='form_history'] .board_wrapper {padding-top: 0;padding-bottom: 0}
    [id^='form_history'] .board_wrapper .alert-info {padding: 20px}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */

}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .navbar-inverse > .container,
    .footer-info > .container{width:1500px}
    .contents section > .container,
    .pageTop > .container{width:1500px}
}
/************ 모바일 최적화 끝 ************/