<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&amp;display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 0;letter-spacing: -0.025em;}
#site &gt; .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim';}


/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;list-style: none;list-style-position: inside;}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br,
.topmarginLay_a {display: none;}
 */


 .ani {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-delay: 0s;
    opacity: 0;
}

.ani-hz {
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.active .ani.delay-0 {animation-delay: 0.0s;}
.active .ani.delay-1 {animation-delay: 0.3s;}
.active .ani.delay-2 {animation-delay: 0.6s;}
.active .ani.delay-3 {animation-delay: 0.9s;}
.active .ani.delay-4 {animation-delay: 1.2s;}
.active .ani.delay-5 {animation-delay: 1.5s;}
.active .ani.delay-6 {animation-delay: 1.8s;}
.active .ani.delay-7 {animation-delay: 2.1s;}
.active .ani.delay-8 {animation-delay: 2.4s;}
.active .ani.delay-9 {animation-delay: 2.7s;}
.active .ani.delay-10 {animation-delay: 3.0s;}
.active .ani.delay-11 {animation-delay: 3.3s;}
.active .ani.delay-12 {animation-delay: 3.6s;}
.active .ani.delay-13 {animation-delay: 3.9s;}
.active .ani.delay-14 {animation-delay: 4.2s;}
.active .ani.delay-15 {animation-delay: 4.5s;}
.active .ani.delay-16 {animation-delay: 4.8s;}

.active .ani.sectionfdup {
    position: relative;
    animation-name: sectionfdup;}
.active .ani.fadeup {animation-name: fadeInUp;}
.active .ani.fadein {animation-name: fadeIn;}
.active .ani.fadindown {animation-name: fadeInDown;}
.active .ani.fadinleft {animation-name: fadeInLeft;}
.active .ani.fadinright {animation-name: fadeInRight;}

.ani_hide {
    position: relative;
    overflow: hidden;
}

@keyframes sectionfdup {
    from {
        opacity: 0;
        top: 30px;
    }
    to{
        opacity: 1;
        top: 0px;
    }
}



@media (min-width: 768px){
    .col-sm-20{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */

/* .navbar.navbar-inverse{background: rgba(255,255,255,0);border-bottom: 0;transition: all .3s ease;}
.navbar.navbar-inverse.on{background: rgba(255,255,255,1);border-bottom: 1px solid #eee;} */
.navbar.navbar-inverse{background: rgba(255,255,255,1);border-bottom: 1px solid #eee;}

#navbar-bg{
  background: #f5f5f5;
  transition: all .3s ease;
}
.on #navbar-bg{}

.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 13px;margin-left: 0px !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;}

.nav.navbar-nav &gt; li &gt; a{display: block;height: 100%;padding: 38px 35px 35px;font-size: 18px;color: #555;font-weight: 500;}
/* .on .nav.navbar-nav &gt; li &gt; a{
    color: #555;
} */
.nav.navbar-nav &gt; li &gt; a .caret{display: none;}
.nav.navbar-nav &gt; li:hover &gt; a,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li:focus &gt; a,
.nav.navbar-nav &gt; li &gt; a:hover,
.nav.navbar-nav &gt; li &gt; a:focus,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li.open &gt; a:hover,
.nav.navbar-nav &gt; li.open &gt; a:focus{color: #fab02c;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;background: none;box-shadow: none;transform: translate(-50%, 0%);padding-top: 15px;}
.nav.navbar-nav li .dropdown-menu li a{padding: 8px 15px;text-align: center;font-size: 15px;font-weight: 500;}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: none;
    color: #fab02c;
    text-decoration: underline;
}


@media (max-width: 767px){
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 100vh;
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);}
#mainCarousel .carousel-inner .item.active .carousel-caption{}
#mainCarousel .carousel-inner .item h1{
    margin: 0;
    overflow: hidden;
    text-shadow: none;
    line-height: 1.45em;
    letter-spacing: -0.055em;
    font-size: 62px;
      font-weight: 600;
}
/* #mainCarousel .carousel-inner .item h1 img{
    opacity: 0;
    transition: all .5s ease;
} */
#mainCarousel .carousel-inner .item h1{
    opacity: 0;
    transition: all .5s ease;
    text-align: left;
}
#mainCarousel .carousel-inner .item.active .carousel-caption h1{}
/* #mainCarousel .carousel-inner .item.active .carousel-caption h1 img{
    opacity: 1;
    background: rgb(255 255 255 / 92%);
    padding: 40px;
    border-radius: 7px;
} */

#mainCarousel .carousel-inner .item.active .carousel-caption h1{
    opacity: 1;
}
#mainCarousel .carousel-inner .item p{display: none;}
#mainCarousel .carousel-inner .item.active .carousel-caption p{}


#mainCarousel .carousel-control{display: none;}

#mainCarousel .carousel-indicators &gt; li,
#mainCarousel .carousel-indicators &gt; li.active{
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 1px solid #fff;
}
#mainCarousel .carousel-indicators &gt; li.active{}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 750px) / 2);right: calc((100% - 750px) / 2);}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 970px) / 2);right: calc((100% - 970px) / 2);}
}




#mainSlide {
  padding-top: 94px;
}
#mainSlide .text-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    margin-left: -87px;
    z-index: 100;
    align-items: center;
}
#mainSlide .text-fixed .txt {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.05em;
}
#mainSlide .text-fixed .box-wrap{
    width: 500px;
    display: block;
    position: relative;
}
#mainSlide .text-fixed .box {
    content: '';
    /* top: -25px; */
    /* left: 57.7%; */
    width: 500px;
    height: 150px;
    /* position: absolute; */
    border: 10px solid #fff;
    /* transform: translateX(-50%); */
}

.animate {
    transform: translate3d(0,0,0);
    perspective: 1000;
    filter: blur(0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: center left;
  
}
.animate--shrink {
    animation-duration: 1s;
    animation-name: shrink;
    animation-timing-function: 'linear';
}
.animate--grow {
    animation-duration: 1s;
    animation-timing-function: 'linear';
    animation-name: grow;
}

@keyframes grow {
    0% {
        transform: scale(1);
        color: #fff;
    }

    100% {
        background: linear-gradient(to right, #f9b232,  #ee7330);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1.4);
    }
}
@keyframes shrink {
    0% {
        background: linear-gradient(to right, #f9b232, #ee7330);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
        color: #c5c5c5;
    }
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#animatedHeading {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-slide {
    /* height: auto;
    min-height: 1px; */

    float: left;
    height: calc(100vh - 94px);
    min-height: 1px;
    display: none;
}
.slick-loading {
    visibility: hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-current {
    position: relative;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-initialized .slick-slide &gt; img{
    width: 100%;
}

.hero__title .slick-slide {
    height: auto;
    padding: 35px 0;
    text-align: center;
    overflow: hidden;
}

.hero__title [aria-hidden] {
    transition: 1s;
}
.hero__title-misc {
    display: block;
}
#mainSlide .text-fixed .hero__title-misc .txt {
    display: inline-block;
    font-size: 62px;
    font-weight: 600;
    color: #c5c5c5;
    letter-spacing: -0.02em;
    line-height: 1em;
}
#mainSlide .text-fixed .hero__title .slick-current + .slick-slide .hero__title-misc .txt{
    animation-duration: 1s;
    animation-name: shrink;
    animation-timing-function: 'linear';
}

/* .hero__title .slick-current + .slick-slide+.slick-slide::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/public/img/slide/slide06.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

#mainSlide .text-fixed .hero__title .slick-current + .slick-slide+.slick-slide .hero__title-misc .txt {
    animation-duration: 1s;
    animation-timing-function: 'linear';
    animation-name: grow;
    background: linear-gradient(to right, #f9b232, #ee7330);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.4);
}



/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section{padding: 120px 0;}
#main01 h3{
    text-align: center;
    margin: 0 0 60px;
    font-size: 45px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
}
#main01 .row{
    display: flex;
    align-items: center;
}
#main01 .row &gt; div{}
#main01 .main-about-logo{}
#main01 .main-about-logo img{
    width: 300px;
}
#main01 .main-about{
    margin: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
#main01 .main-about .left{
    font-size: 35px;
    width: 240px;
    letter-spacing: 0;
}
#main01 .main-about .left b{
    font-size: 49px;
}
#main01 .ani_hide:nth-child(1) .main-about .left b{color: #f9b232;}
#main01 .ani_hide:nth-child(2) .main-about .left b{color: #95c11f;}
#main01 .ani_hide:nth-child(3) .main-about .left b{color: #37a9e1;}
#main01 .ani_hide:nth-child(4) .main-about .left b{color: #ee7330;}
#main01 .main-about .right{
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.04em;
}

#main02{background-color: #fafafa;}
#main02 .intro{
    margin-bottom: 45px;
}
#main02 .intro h4{
    font-size: 38px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.5;
    letter-spacing: -0.055em;
}
#main02 .intro h4 b{
    color: #ed6b24;
}

#main02 .intro .li-main{}
#main02 .intro .li-main li{
    font-size: 18px;
    padding: 4px 0 4px 14px;
    position: relative;
    letter-spacing: -0.035em;
}
#main02 .intro .li-main li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 15px;
    left: 0;
}

#main02 .keyword{}
#main02 .keyword h5{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.023em;
    margin: 20px 0 20px;
}
#main02 .keyword p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.023em;
    margin: 0;
}
#main02 .keyword .li-keyword{
    display: flex;
    gap: 5px;
    margin: 0 0 20px;
}
#main02 .keyword .li-keyword &gt; li{
    font-size: 15px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-weight: 500;
    color: #222;
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.04);
}
#main02 .keyword .kw-img{
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
#main02 .keyword .kw-img.top{
    padding-right: 30px;
}
#main02 .keyword .kw-img.bttm{
    padding-left: 30px;
}
#main02 .keyword .kw-img img{
    max-width: 24%;
    width: 25%;
    /* box-shadow: 0px 4px 14px -3px rgba(0,0,0,0.53); */
}

@media (max-width: 767px){}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {height: 400px;background-image: url(/public/img/sub/sub_title01.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.subWrapper[id^='portfolio'] .subHeader {background-image: url(/public/img/sub/sub_title02.jpg);}
.subWrapper[id^='contact'] .subHeader {background-image: url(/public/img/sub/sub_title03.jpg);}
.subHeader::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.5;
}
.subHeader .container{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.subHeader .container h2{text-align: center;color: #fff;font-size: 50px;margin: 0;margin-bottom: 0;font-weight: 500;margin-top: 70px;}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;display: none;text-align: center;}
.subHeader .container .breadcrumb &gt; li &gt; a,
.subHeader .container .breadcrumb &gt; li.active{color:#fff;opacity: 0.7;letter-spacing: 0;}

.subMenu{
    position: relative;
    padding-top: 45px;
}
.subMenu .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 210px;
}
.subMenu .nav &gt; li{
    margin: 0;
    float: none;
    max-width: 100%;
    /* width: 100%; */
}
.subMenu .nav &gt; li &gt; a{
    padding: 15px 0 13px;
    text-align: center;
    color: #c2c2c2;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
}
.subMenu .nav &gt; li:first-child &gt; a::before {
    display:none;
} 
.subMenu .nav &gt; li &gt; a:hover{
    color: #6a6a6a;
    background: none;
}
.subMenu .nav &gt; li.active &gt; a{
    background: none;
    color: #eba529;
    position: relative;
}
.subMenu .nav &gt; li.active &gt; a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 13px;
    background: #fab333;
    border-radius: 50%;
    transform: rotate(-45deg);
    top: 6px;
    left: -12px;
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    background: none;
    color: #eba529;
}
.subContent{padding-top: 110px;}
.subContent_title{
    margin: 0 0 90px;
}
.subContent_title h3{
    margin: 0;
    text-align: center;
    font-size: 41px;
    color: #000;
    font-weight: 600;
}
.subContent .content, .bbs-section{padding-bottom: 120px;}
#story02 .content.con1 {
    padding-bottom: 100px;
}
.bbs-area .board_wrapper{margin-top: 0;margin-bottom: 0;}
.subContent .content h4{
    margin: 0 0 25px;
    text-align: left;
    font-size: 25px;
    color: #000;
    letter-spacing: -0.045em;
    font-weight: 600;
    padding-left: 15px;
  position:relative;
}
.subContent .content h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 23px;
    background: #37aae1;
    top: 50%;
    transform: translateY(-58%);
    left: 0;
    border-radius: 10px;
}

.dain-house{
    text-align: center;
    padding-bottom: 20px;
}
.dain-house .top{}
.dain-house .top &gt; p{
    font-size: 25px;
    margin: 0 0 40px;
    line-height: 1.65;
}
.dain-house .top .bracket{
    margin: 0 0 70px;
}
.dain-house .top .bracket span{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}
.dain-house .top .bracket span::before,
.dain-house .top .bracket span::after{
    font-weight: 600;
    color: #ccc;
    font-size: 30px;
}
.dain-house .top .bracket span::before{content: '[';margin-right: 10px;}
.dain-house .top .bracket span::after{content: ']';margin-left: 10px;}
.dain-house .top .bracket b{
    color: #ed6b24;
}
.dain-house .bottom{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.dain-house .bottom .box{
    background: #fff;
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    padding: 35px 28px;
    color: #fff;
    position: relative;
    border-radius: 50%;
    border: 1px solid #f18951;
}
.dain-house .bottom .box::before {
    content: "01";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ee6e29;
    top: 70px;
    font-weight: 600;
    border-bottom: 2px solid #ee6e29;
    line-height: 1.2;
}
.dain-house .bottom .box:nth-child(2)::before {
  content: "02";
}
.dain-house .bottom .box:nth-child(3)::before {
  content: "03";
}
.dain-house .bottom .box:nth-child(4)::before {
  content: "04";
}
.dain-house .bottom .box p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.55;
    letter-spacing: -0.035em;
    color: #333;
    padding-top: 79px;
}

.dain-biz{
    display: flex;
    margin: 90px 0;
    align-items: center;
}
.dain-biz:nth-child(2n){
  flex-direction: row-reverse;
}
.dain-biz:last-child {
  margin-bottom:0;
}
.dain-biz:first-child {
  margin-top:0;
}
.dain-biz .img-area{
    width: 500px;
}
.dain-biz .img-area img{}
.dain-biz .txt-area{
    width: calc(100% - 500px);
    padding-left: 80px;
}
.dain-biz:nth-child(2n) .txt-area{
    padding-left: 0px;
    padding-right: 80px;
    text-align: right;
}
.dain-biz .txt-area .tit{margin-bottom: 20px;}
.dain-biz .txt-area .tit span{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fe9a1c;
    margin-bottom: 3px;
    letter-spacing: 0;
}
.dain-biz .txt-area .tit b{
    font-size: 28px;
}
.dain-biz .txt-area .des{
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}
#story02 .con1 .row {
    padding: 0 100px;
}
.fam{
    margin: 0 0 30px;
}
.fam img{
}
.fam .caption{
    text-align: center;
    margin: 27px 0 40px;
}
.fam .caption .aka{
    display: block;
    font-size: 15px;
    color: #e79c14;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 500;
}
.fam .caption .name{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px;
}
.fam .caption .position{
    font-size: 16px;
    color: #222;
    padding-left: 5px;
}

.organ-wrap{}
.organ-wrap img{}

.li-overview{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.li-overview &gt; li{
    padding: 30px 20px;
    font-size: 16px;
    color: #222;
    text-align: center;
    width: 24%;
    align-items: center;
    justify-content: center;
    background: #fff8ee;
    line-height: 1.6;
}
.li-overview &gt; li &gt; span{
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    top: 2px;
    padding-top: 52px;
}
.li-overview &gt; li &gt; span::before {
    content: "\e7ee";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-family:
    'Material Symbols Outlined';
    /* background: #fe9a1c; */
    color: #fe9a1c;
    /* width: 32px; */
    height: 43px;
    line-height: 43px;
    font-size: 40px;
    border-radius: 50%;
    padding: 2px 5px;
    font-weight: 500;
}
.li-overview &gt; li:nth-child(2) &gt; span::before {
    content: "\e7fd";
}
.li-overview &gt; li:nth-child(3) &gt; span::before {
    content: "\e85e";
}
.li-overview &gt; li:nth-child(4) &gt; span::before {
    content: "\e84f";
}
.li-overview &gt; li:nth-child(5) &gt; span::before {
    content: "\e8f9";
}
.li-overview &gt; li:nth-child(6) &gt; span::before {
    content: "\e55e";
}
.li-overview &gt; li:nth-child(7) &gt; span::before {
    content: "\e0b0";
}
#story03 .col-sm-6.right {
    padding-left: 60px;
}
#story03 .col-sm-6.left img {
    margin-left: 130px;
}
.history{
    margin-top: 75px;
}
.history .tit{
    font-size: 38px;
    font-weight: 300;
    color: #333;
    margin: 0 0 80px;
    letter-spacing: -0.045em;
}
.history &gt; ul{
    position: relative;
}
.history &gt; ul .timeline{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
}
.history &gt; ul .timeline .year{
    font-size: 46px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: #333;
    width: 150px;
}
.history &gt; ul .timeline .issue{}
.history &gt; ul .timeline .issue li{
    font-size: 18px;
    font-weight: 500;
    margin-top: 9px;
    position: relative;
    padding-left: 0px;
}

#story04 .con1 .intro{
    text-align: center;
    font-size: 25px;
    margin: 0 0 60px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.045em;
}
.client-txt-wrap{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 80px;
    padding: 0 110px;
}
.client-txt{
    /* max-width: 33%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf5f9;
    width: 300px;
    height: 300px;
    text-align: center;
    border-radius: 50%;
    padding: 0 30px;
}
.client-txt:nth-child(2) {
  background: #fef1da;
}
.client-txt:nth-child(3) {
  background: #ecf4d7;
}
.client-txt p{
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    letter-spacing: -0.035em;
    font-weight: 300;
    color: #000;
}
.client-txt b{
  display: block;
}

.client-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}
.client-wrap .client{
    max-width: 20%;
    width: 216px;
}
.client-wrap .client img{
    /* border: 1px solid #eee; */
    padding: 15px 19px;
}


.portfolio-wrap{
    display: flex;
    padding: 80px 0;
}
.portfolio-wrap:last-child {
  padding-bottom:0;
}
.portfolio-wrap:first-child {
  padding-top:0;
}
.portfolio-wrap .txt-area{
    width: 330px;
    padding-top: 30px;
}
.portfolio-wrap .txt-area h5{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    position: relative;
    /* padding-left: 13px; */
    line-height: 1.5;
}
.portfolio-wrap .txt-area h5 span {
    display: block;
    font-size: 18px;
    color: #37aae1;
    margin-bottom: 5px;
    line-height: 18px;
}
.portfolio-wrap .txt-area h5 span.mbn, .portfolio-wrap .txt-area h5 span.maeil {
    color: #ee6e29;
}
.portfolio-wrap .txt-area h5 span.weeklyjosun {
    color: #da0d0e;
}
.portfolio-wrap .txt-area h5 span.lotte {
    color: #da0d0e;
}
.portfolio-wrap .txt-area h5 span.tbroad {
    color: #e91e63;
}
.portfolio-wrap .txt-area .ani_hide{
    margin-bottom: 20px;
}
.portfolio-wrap .txt-area dl{
    margin: 0;
    /* display: flex; */
    align-items: flex-start;
}
.portfolio-wrap .txt-area dl dt{
    font-size: 16px;
    color: #555;
    font-weight: 900;
    margin-bottom: 6px;
    padding-top: 30px;
}
.portfolio-wrap .txt-area dl dd{
    font-size: 15px;
    line-height: 1.55;
    color: #555;
}
.portfolio-wrap .txt-area p{
    font-size: 16px;
    margin: 0;
}
.portfolio-wrap .img-area{
    width: calc(100% - 60px);
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding-left: 70px;
}
.portfolio-wrap .img-area img{
    max-width: calc((100% / 3) - 4px);
    width: auto;
    margin: 0;
}
#portfolio03 .active .ani.delay-3 {
    animation-delay: .8s;
}
.portfolio-wrap.instalike{
    flex-direction: column;
}
.portfolio-wrap.instalike:first-child {
  padding-top:0;
}
.portfolio-wrap.instalike .img-area{
    width: 100%;
    padding-left: 0;
}
.portfolio-wrap.instalike .img-area img{
}
#portfolio04 .portfolio-wrap.instalike:first-child .img-area img {
    max-width: calc((100% / 2) - 4px);
}

.bbs-section .intro{
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #333;
    padding-left: 15px;
  position:relative;
}
.bbs-section .intro::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 23px;
    background: #37aae1;
    top: 50%;
    transform: translateY(-58%);
    left: 0;
    border-radius: 10px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #247CBA;
    border-color: #247CBA;
}
.btn.btn-primary {
    background-color: #37aae1;
    border: 1px solid #37aae1;
    color: #fff;
}
#form_contact #list_btn{display: none;}
@media (max-width: 767px){

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits{display: none;}

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}

    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0;background: #3b3b3b;color: #fff;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 &gt; a{display: block;}
footer .footer-logo h1 &gt; a &gt; img{display: block;opacity: .5;}
footer .footer-text{
    padding-left: 50px;
}
footer .footer-text p{}
footer .footer-text ul{padding-left: 0;margin-top: 3px;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 12px;line-height: 1.4;color: #bfbfbf;}
footer .footer-text ul li b {
    color:#eee;
}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 12px;margin-top: 10px;letter-spacing: 0;color: #868686;}

@media (max-width: 767px){}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {margin-top: 5px;border: 7px solid #E5E5E5;padding: 50px 25px;text-align: center;}
.maintenance .icon {display: block;line-height: 1;font-size: 64px;margin-bottom: 10px;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 22px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 20px;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 14px;letter-spacing: -0.03em;color: #818181;margin-bottom: 20px;}
.member_wrapper {max-width: 1170px;}

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .navbar-inverse {
        margin-bottom: 0;
    }
    .navbar-inverse .navbar-brand img {
        height: 45px;
        margin-top: 3px;
    }
    .navbar-inverse .navbar-nav{margin:10px -15px}
    .navbar-inverse .navbar-nav &gt; .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav &gt; li &gt; a{padding:10px 15px;font-size:17px}
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus{color:#fab02c !important}
    .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:#fab02c !important}
    .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 &gt; .open .dropdown-menu{padding:10px 0;transform:none}
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a{color:#555;text-align:left}
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav &gt; .open .dropdown-menu &gt; li &gt; a:focus{font-weight:600;color:#111}

    #mainSlide {
        padding-top: 67px;
        position: relative;
    }
    #mainSlider {
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    #mainSlider .slick-slide {
        height: 400px;
        position: relative;
    }
    #mainSlider .slick-slide:nth-child(1) {background: url(/public/img/slide/slide06.jpg)  no-repeat center / cover;}
    #mainSlider .slick-slide:nth-child(2) {background: url(/public/img/slide/slide07.jpg)  no-repeat center / cover;}
    #mainSlider .slick-slide:nth-child(3) {background: url(/public/img/slide/slide08.jpg)  no-repeat center / cover;}
    #mainSlider .slick-slide:nth-child(4) {background: url(/public/img/slide/slide09.jpg)  no-repeat center / cover;}
    #mainSlider .slick-slide img {
        display: none;
    }
    #mainSlide .text-fixed {
        top: 55%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #mainSlide .text-fixed&gt;  .txt {
        margin: 20px 0;
        font-size: 44px;
    }
    #mainSlide .text-fixed .box-wrap{
    width: 100%;
    position: relative;
    }
    #mainSlide .text-fixed .box {
        top: 50%;
        left: 50%;
        width: 80%;
        height: 80px;
        border-width: 7px;
        transform: translate(0%,0%);
        margin: 0 auto;
        position: static;
    }
/*     #animatedHeading {
        top: 0;
        height: 100vh;
        padding-top: 45px;
        transform: none;
    } */
    #animatedHeading {
    /* height: 400px; */
    top: 56%;
    transform: translateY(-50%);
}
    #animatedHeading .slick-list {
        height: 400px !important;
    }
    #animatedHeading .slick-track {
        height: 400px !important;
    }
    #animatedHeading  .slick-track .slick-slide {
        height: 90px;
    }
    .hero__title .slick-current,
    .hero__title .slick-current+.slick-slide+.slick-slide+.slick-slide {
        display: none;
    }
    #animatedHeading  .slick-track .slick-slide {
        padding: 22px 0;
    }
    #animatedHeading  .slick-current+.slick-slide+.slick-slide {
        padding: 90px 0;
    }
    .hero__title-misc .txt {
        font-size: 34px;
        opacity: 0;
    }
    #mainSlide .text-fixed .hero__title-misc .txt{
        font-size: 34px;
        opacity: 0;
    }
    #mainSlide .text-fixed .hero__title .slick-current + .slick-slide+.slick-slide .hero__title-misc .txt {
        transform: scale(1.3);
        opacity: 1;
    }
    @keyframes grow {
        0% {
            transform: scale(1);
            color: #fff;
            opacity: 0;
        }
    
        100% {
            background: linear-gradient(to right, #f9b232,  #ee7330);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transform: scale(1.3);
            opacity: 1;
        }
    }
    @keyframes shrink {
        0% {
            background: linear-gradient(to right, #f9b232, #ee7330);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transform: scale(1.3);
            opacity: 1;
        }
    
        100% {
            transform: scale(1);
            color: #c5c5c5;
            opacity: 0;
        }
    }
    .main-section {
        padding: 60px 0;
    }
    #main01 h3 {
        margin: 0 0 40px;
        font-size: 40px;
    }
    #main01 .row {
        flex-direction: column;
    }
    #main01 .main-about-logo img {
        width: 200px;
        margin-bottom: 20px;
    }
    #main01 .main-about {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    #main01 .main-about .left {
        width: auto;
        font-size: 30px;
    }
    #main01 .main-about .left b {
        font-size: 44px;
    }
    #main01 .main-about .right {
        font-size: 18px;
    }
    #main02 .intro {
        margin-bottom: 30px;
    }
    #main02 .intro h4 {
        font-size: 28px;
        line-height: 1.35;
    }
    #main02 .keyword h5 {
        margin: 15px 0;
        font-size: 22px;
    }
    #main02 .keyword .li-keyword {
        flex-wrap: wrap;
    }
    #main02 .keyword .li-keyword &gt; li {
        flex-basis: 32%;
        font-size: 14px;
        padding: 7px 15px;
    }
    #main02 .keyword p {
        font-size: 19px;
    }
    #main02 .keyword .kw-img {
        flex-wrap: wrap;
        gap: 10px;
        margin: 10px 0;
    }
    #main02 .keyword .kw-img.top {
        padding-right: 0;
    }
    #main02 .keyword .kw-img.bttm {
        padding-left: 0;
    }
    #main02 .keyword .kw-img img {
        max-width: unset;
        width: 48%;
    }

    footer {
        padding: 30px 0;
    }
    footer .footer-logo h1 &gt; a &gt; img {
        height: 45px;
        margin-bottom: 15px;
    }
    footer .footer-text {
        padding-left: 15px;
    }
    footer .footer-text ul li {
        float: unset;
        display: inline-block;
        font-size: 12px;
    }
    footer .footer-text .copyrights {
        font-size: 10px;
        margin-top: 7px;
    }

    .subHeader {
        height: 240px;
    }
    .subHeader .container {
        width: 100%;
    }
    .subHeader .container h2 {
        font-size: 42px;
    }
    .subMenu {
        padding-top: 30px;
    }
    .subMenu .nav {
        flex-wrap: wrap;
        padding: 0;
    }
    .subMenu .nav &gt; li {
        flex-basis: 50%;
        text-align: center;
    }
    .subMenu .nav &gt; li &gt; a {
        display: inline-block;
        padding: 13px 0 0;
        font-size: 16px;
    }
    .subContent {
        padding-top: 60px;
    }
    .subContent .content,
    .bbs-section {
        padding-bottom: 80px !important;
    }
    .subContent_title h3 {
        font-size: 35px;
    }
    .subContent_title {
        margin: 0 0 60px;
    }
    .dain-house .top &gt; p {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 1.55;
    }
    .dain-house .top .bracket {
        margin: 0 0 50px;
    }
    .dain-house .top .bracket span {
        font-size: 20px;
    }
    .dain-house .bottom {
        flex-direction: column;
    }
    .dain-biz {
        flex-direction: column !important;
        margin: 0;
    }
    .dain-biz+.dain-biz {
        margin-top: 40px;
    }
    .dain-biz .img-area {
        width: 100%;
    }
    .dain-biz .txt-area {
        width: auto;
        margin-top: 20px;
        padding-left: 0;
    }
    .dain-biz:nth-child(2n) .txt-area {
        padding-right: 0;
        text-align: left;
    }
    .dain-biz .txt-area .tit {
        margin-bottom: 15px;
    }
    .dain-biz .txt-area .tit b {
        font-size: 25px;
    }
    .dain-biz .txt-area .des {
        font-size: 16px;
        line-height: 1.5;
    }
    #story02 .con1 .row {
        padding: 0 30px;
    }
    .subContent .content h4 {
        margin: 0 0 20px;
        padding-left: 10px;
        font-size: 22px;
    }
    .subContent .content h4::before {
        top: 57%;
        height: 20px;
    }
    .li-overview {
        gap: 10px;
    }
    .li-overview &gt; li {
        width: 48%;
        padding: 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    #story03 .col-sm-6.left img {
        margin-left: 0;
    }
    #story03 .col-sm-6.right {
        padding-left: 15px;
    }
    .history {
        margin-top: 45px;
    }
    .history .tit {
        margin: 0 0 50px;
        font-size: 32px;
    }
    .history .tit br {
        display: none;
    }
    .history &gt; ul .timeline {
        flex-direction: column;
    }
    .history &gt; ul .timeline .year {
        width: 100%;
        margin-bottom: 10px;
        font-size: 36px;
    }
    .history &gt; ul .timeline .issue li {
        margin-top: 6px;
        font-size: 16px;
    }
    #story04 .con1 .intro {
        margin: 0 0 40px;
        font-size: 22px;
    }
    .client-txt-wrap {
        flex-direction: column;
        margin: 0 0 50px;
        padding: 0;
    }
    .client-txt {
        padding: 0 15px;
    }
    .client-wrap .client {
        max-width: unset;
        width: 30%;
    }
    .client-wrap .client img {
        padding: 5px;
    }
    .portfolio-wrap {
        flex-direction: column;
        padding: 30px 0;
    }
    .portfolio-wrap .txt-area {
        width: 100%;
        padding-top: 0;
    }
    .portfolio-wrap .txt-area h5 {
        font-size: 23px;
    }
    .portfolio-wrap .txt-area dl dt {
        padding-top: 0;
    }
    .portfolio-wrap .txt-area dl dd br {
        display: none;
    }
    .portfolio-wrap .img-area {
        width: 100%;
        padding-left: 0;
    }
    .portfolio-wrap .img-area img {
        max-width: 100% !important;
    }
    .bbs-section .intro {
        margin: 0 0 20px;
        padding-left: 10px;
        font-size: 23px;
    }
    .bbs-section .intro::before {
        top: 57%;
        height: 20px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .nav.navbar-nav &gt; li &gt; a {
        padding: 38px 17px 35px;
        font-size: 16px;
    }

    #mainSlide .text-fixed{
        width: 640px;
        margin-left: -33px;
        top: 59%;
    }
    #mainSlide .text-fixed .txt{
    font-size: 35px;
    }
    #mainSlide .text-fixed .box-wrap{
        width: 320px;
    }
    #mainSlide .text-fixed .box {
        width: 320px;
        height: 90px;
    }
    #mainSlide .text-fixed .hero__title-misc .txt{
        font-size: 34px;
    }
    .slick-slide{
        height: auto;
    }
    .hero__title .slick-slide{
        padding: 20px;
    }
    #mainSlide{
        position: relative
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

    #mainSlide .text-fixed{
        width: 640px;
        margin-left: -33px;
        top: 59%;
    }
    #mainSlide .text-fixed .txt{
    font-size: 35px;
    }
    #mainSlide .text-fixed .box-wrap{
        width: 320px;
    }
    #mainSlide .text-fixed .box {
        width: 320px;
        height: 90px;
    }
    #mainSlide .text-fixed .hero__title-misc .txt{
        font-size: 34px;
    }
    .slick-slide{
        height: auto;
    }
    .hero__title .slick-slide{
        padding: 20px;
    }
    #mainSlide{
        position: relative
    }
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    #mainSlide .text-fixed {
        width: 1140px;
    }
}
/************ 모바일 최적화 끝 ************/</pre></body></html>