@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;700&display=swap');
@import url('/public/font/cat_dy/stylesheet.css');
@import url('/public/font/outlier/stylesheet.css');

@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: 95px;letter-spacing: -0.038em;color: #111;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Noto Sans','Noto Sans KR', 'Malgun Gothic', sans-serif;}


/* 구글 아이콘 가변 폰트
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 > br,
.topmarginLay_a {display: none;}
 */

@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-color: #fff;border-bottom: 0;box-shadow: 0 3px 4px rgba(0,0,0,0.08);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 23px;margin-left: 0 !important;height: auto;width: 190px;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 38px 30px;
    font-size: 17px;
    color: #111;
    font-weight: 500;
}

.nav.navbar-nav > li > a i {
    line-height: 0;
    display: none;
}
.nav.navbar-nav > li > a .caret{display: none;}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{color: #ED0621;background: none;}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgb(13 13 13 / 90%);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 13px 15px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: #ef0722;
    color: #fff;
    font-weight: 500;
}


@media (max-width: 767px){
    #site{
        padding-top: 82px;
    }
    .navbar-header .navbar-brand {
        margin-top: 17px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        margin: 32px 15px 32px 0;
        padding: 0;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #822a76;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a {
        padding: 20px 30px;
        font-size: 16px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translate(0);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 38px 14px;
        font-size: 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{height: 650px;}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-align: center;top: 50%;text-shadow: 1px 1px 26px rgb(0 0 0 / 50%);}
#mainCarousel .carousel-inner .item h1{
    font-family: 'Outlier Rail';
    font-size: 88px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.1;
    margin: 0;
}
#mainCarousel .carousel-inner .item h1 span{
    font-family: 'GoyangDeogyang B';
    display: block;
    font-size: 34px;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
#mainCarousel .carousel-inner .item P{}
#mainCarousel .carousel-indicators > li,
#mainCarousel .carousel-indicators > li.active{
    width: 40px;
    height: 11px;
    margin: 0 1px;
    border: 2px solid #fff;
    border-radius: 0;
    background: rgba(255,255,255,0);
}

#mainCarousel .carousel-indicators {
    display: none;
    bottom: 170px;
}
#mainCarousel .carousel-indicators > li.active{
    background: #fff;
}
#mainCarousel .carousel-control{/* display: none; */background: rgba(0,0,0,0) !important;width: 15%;opacity: 0.2;}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item{
        height: 100vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1{
        font-size: 11vw;
    }
    #mainCarousel .carousel-inner .item h1 span{
        font-size: 4.4vw;
    }
}
@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);}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section .row > div{
    padding: 0 8px;
}

#main_wrapper > section .row {
    max-width: 940px;
    margin: 0 auto;
}
.main-section{
    margin-top: -120px;
    padding-bottom: 100px;
}

#main_wrapper {
    background: #f3f3f3;
}
.main-section h3{
    margin: 0 0 60px;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
}
.main-section h3::before{
    content: '';
    display: block;
    width: 16px;
    height: 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0621+0,7e1f70+100 */
    background: #ed0621; /* Old browsers */
    background: -moz-linear-gradient(left,  #ed0621 0%, #7e1f70 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ed0621 0%,#7e1f70 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ed0621 0%,#7e1f70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0621', endColorstr='#7e1f70',GradientType=1 ); /* IE6-9 */
    margin: 0 auto 11px;
    transform: skewY(-30deg);
}
.main-section .main-prod{
    display: block;
    /* border: 1px solid #ECECEC; */
    box-shadow: 1px 1px 45px 11px rgba(0, 0, 0, 0.1);
    padding-bottom: 55px;
    padding-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.25s ease;
    overflow: hidden;
    border-radius: 5px;
}
.main-section .main-prod:hover{
    text-decoration: none;
    transform: translateY(-15px);
}
.main-section .main-prod .img-area{
    display: block;
    position: relative;
    overflow: hidden;
}
.main-section .main-prod .img-area::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: -25px;
    transform: rotate(-45deg);
}
.main-section .main-prod .img-area::after{
    content: '';
}
.main-section .main-prod .caption{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    margin-bottom: 35px;
}

.main-section .main-prod .caption .tit{
    background: linear-gradient(90deg, #ED0621 0%, #7E1F70 52.08%, #57B9F9 100%);
    color: #fff;
    /* border-radius: 50px; */
    /* width: 200px; */
    /* height: 68px; */
    /* line-height: 68px; */
    display: block;
    padding: 0;
    line-height: 54px;
}
.main-section .main-prod .caption .badge {
    background: linear-gradient(90deg, #ED0621 0%, #7E1F70 52.08%, #57B9F9 100%);
    border-radius: 40px;
    width: 120px;
    height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    display: block;
    margin: 0 auto 10px;
    padding: 0;
    opacity: 0.88;
}

.main-section .main-prod .icon-area span {
    font-size: 96px;
    font-size: 76px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    color: #050505;
}

.main-section .main-prod .icon-area {
    display: block;
    text-align: center;
}
.main-section .main-prod:hover .caption{
    /* color: #eb0621; */
}


@media (max-width: 767px){
    .main-section {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .main-section .main-prod{
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-section .main-prod{
        margin-bottom: 16px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}

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

/* 서브페이지 */

.subHeader {height: 280px;background-image: url(/public/img/sub/sub_title0.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}

/* .subHeader::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.23);
} */
.subHeader .container{height: 100%;position: relative;z-index: 1;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 50px;margin:  -6px 0 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-weight: 500;letter-spacing: -0.055em;}
.subHeader .container .breadcrumb{padding: 0;margin: 45px 0 0;background: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.breadcrumb>li+li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    padding: 0 10px;
    color: rgb(255 255 255 / 40%);
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color: rgb(255 255 255 / 75%);font-size: 12px;font-weight: 300;letter-spacing: 0;}

.subMenu{
    position: relative;
    z-index: 1;
    padding-top: 0px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
}
.subMenu .nav{
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 13px 0;
}
.subMenu .nav > li{
    margin: 0 25px;
    position: relative;
}

.subMenu .nav > li + li a::before {
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}
/* [id^="about"] .subMenu .nav > li{width: calc(100% / 3)}
[id^="product"] .subMenu .nav > li{width: calc(100% / 4)} */
.subMenu .nav > li > a{
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 35px;
    text-align: center;
    font-size: 17px;
    color: #333;
    border-radius: 0;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: -0.04em;
    border-radius: 50px;
    min-width: 200px;
}
.subMenu .nav > li > a:hover{background:none;}

.subMenu .nav > li > a:hover {font-weight: 700;color:#111}

.subMenu .nav > li > a:hover::after {
    width: 100%;
}
.subMenu .nav > li.active > a{
    position: relative;
    font-weight: 500;
    color: #fff;
    background: rgba(0,0,0,0);
    background: #ed0621;
    /*     background: -moz-linear-gradient(left, #ed0621, #7e1f70 ,#57b9f9); */
    background: -webkit-linear-gradient(left, #ed0621 ,#7e1f70 ,#57b9f9);
    /* background: linear-gradient(to right, #ff001e, #951081, #57b9f9); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0621', endColorstr='#7e1f70',GradientType=1 );
}
.subMenu .nav > li.acitve > a:hover{color: #000;}

/* .subMenu .nav > li.active > a::after {
    width: 100%;
}
.subMenu .nav > li > a::after {
    transition: .35s;
    width: 0;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    height: 5px;
    background: #ed0621;
    background: -moz-linear-gradient(left, #ed0621, #7e1f70 ,#57b9f9);
    background: -webkit-linear-gradient(left, #ed0621 ,#7e1f70 ,#57b9f9);
    background: linear-gradient(to right, #ff001e, #951081, #57b9f9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0621', endColorstr='#7e1f70',GradientType=1 );
} */

.subContent{padding-top: 90px;}
.subContent_title{}
.subContent_title h3{
    font-size: 45px;
    letter-spacing: -0.055em;
    margin: 0px 0 75px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.subContent .content{padding-bottom: 150px;}

.bbs-section {
    padding-bottom: 20px;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 35px;
    position: relative;
    padding-left: 14px;
    letter-spacing: -0.055em;
}

.subContent .content h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    
    /* Old browsers */
     
    /* FF3.6-15 */
     
    /* Chrome10-25,Safari5.1-6 */
     
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     
    /* IE6-9 */
    position: absolute;
    top: 4px;
    left: 0;
    /* transform: skewY(-24deg); */
    /* z-index: -1; */
    /* opacity: 0.4; */
    background: #ed0621;
    background: -moz-linear-gradient(left, #ed0621, #7e1f70 ,#57b9f9);
    /* background: -webkit-linear-gradient(left, #ed0621 ,#7e1f70 ,#57b9f9); */
    /* background: linear-gradient(to right, #ff001e, #951081, #57b9f9); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0621', endColorstr='#7e1f70',GradientType=1 );
}

#about01 .subContent .con1 img{
    margin: 0;
    /* width: 100%; */
    /* height: 500px; */
}

.greeting{
    padding: 20px 70px 0 0;
}
.greeting p:not(.intro){
    font-size: 17px;
    line-height: 1.78;
    margin: 0 0 30px;
    color: #555;
}
.greeting p.intro{
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.055em;
    margin-bottom: 40px;
    position: relative;
    color: #111;
}

.greeting p.intro span {
    color: #ed0621;
    font-weight: 700;
}

/* .greeting p.intro::before {
    content: '';
    width: 100px;
    height: 50px;
    background: #d80621;
    position: absolute;
    left: -26px;
    top: 0;
    transform: skewY(-25deg);
    z-index: -1;
    opacity: 0.1;
} */
.greeting p:last-child{
    margin: 0;
}

.history{
    position: relative;
    padding-left: 10%;
}
.history .timeline{
    display: flex;
    align-items: flex-start;
    padding: 0 0 42px;
    position: relative;
}

.history .timeline:first-child {
    padding-top: 70px;
}
.history .timeline::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 18%;
}
.history .timeline .year{
    font-size: 44px;
    line-height: 1;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    width: 18%;
}
.history .timeline .issue{padding-top: 12px;width: 78%;padding-left: 75px;position: relative;}
.history .timeline .issue > dl{
    position: relative;
    padding-left: 45px;
}
.history .timeline .issue::before, .history .timeline .issue::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 3px solid #f90621;
    position: absolute;
    top: 17px;
    left: -5px;
    border-radius: 50%;
    background: #fff;
    z-index: 11;
}

.history .timeline .issue::after {
    width: 23px;
    height: 23px;
    top: 11px;
    left: -11px;
    background: #ff7b8a;
    border: 3px solid #ffd9de;
    z-index: 1;
}
.history .timeline .issue > dl .month{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #ef0621;
}
.history .timeline .issue > dl dd{
    font-size: 17px;
    line-height: 22px;
    padding-left: 12px;
    position: relative;
    color: #444;
}

.history .timeline .issue > dl dd + dd {
    margin-top: 10px;
}

.history .timeline .issue > dl dd li {
    color: #666;
    font-weight: 300;
    font-size: 15px;
    padding-left: 3px;
    margin-bottom: 3px;
}

.history .timeline .issue > dl dd li::before {
    content: '-';
    margin-right: 6px;
}

.history .timeline .issue > dl dd ul {
    margin-top: 8px;
}
.history .timeline .issue > dl dd::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
}

#about02 .content .row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 0;
    background: #f7f7f7;
    padding: 50px 40px;
}
.li-cert{}
.li-cert > li{
    font-size: 18px;
    line-height: 1.6;
    padding: 0px 0 0 32px;
    position: relative;
}

.li-cert > li + li {
    margin-top: 11px;
}
.li-cert > li::before{
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    display: block;
    color: #222;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 19px;
    font-weight: 600;
}
.li-cert > li > b{
    font-weight: 500;
}
.li-cert > li > .li-inner{
    margin-top: 4px;
}
.li-cert > li > .li-inner > li{
    font-size: 15px;
    /* padding-left: 12px; */
    position: relative;
    margin-top: 3px;
    color: #707070;
}
.li-cert > li > .li-inner > li::before{
    content: '-';
    margin-right: 5px;
}

.root_daum_roughmap{
    width: 100% !important;
}

.li-location{
    padding: 30px 70px;
    border: 6px solid #eaeaea;
    margin-top: 20px;
}
.li-location::after{
    content: '';
    display: table;
    clear: both;
}
.li-location li{
    float: left;
    width: 50%;
    font-size: 17px;
    padding: 11px 0;
}
.li-location li:first-child{
    width: 100%;
}
.li-location li > span{
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
    width: 110px;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    padding-left: 36px;
}

.li-location li > span >span {
    width: 28px;
    height: 28px;
    background: #222;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -3px;
}
.li-location li > span::after{
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    position: absolute;
    top: 44%;
    right: -7px;
    transform: translateY(-50%);
}
.li-location li b{
    margin-right: 12px;
}

#busienss01 .subContent{
    padding-top: 100px;
}

#busienss01 .subContent .content {
    padding-bottom: 100px;
}
#busienss01 .biz-wrap .row{
    display: flex;
    align-items: center;
}
#busienss01 .biz-wrap .row .col-sm-4{padding-right: 30px;}

#busienss01 .biz-wrap .row .col-sm-8 > div:nth-child(2) {
    border: 1px solid #bf7eb5;
}

#busienss01 .biz-wrap .row .col-sm-8 > div:nth-child(2) h5 {
    background: #8f227e;
}
#busienss01 .biz-wrap .row .col-sm-8 > div:nth-child(3) {
    border-color: #54b4f3;
}
#busienss01 .biz-wrap .row .col-sm-8 > div:nth-child(3) h5{
    background: #2498e3;
}
#busienss01 .biz-wrap .img-area{padding: 120px 40px 80px;border-radius: 10px;box-shadow: 3px 3px 19px rgb(0 0 0 / 8%);min-height: 474px;}
#busienss01 .biz-wrap .img-area .caption{
    text-align: center;
    font-size: 30px;
    margin-top: 26px;
    margin-bottom: 0;
    line-height: 1.45;
    font-weight: 900;
}
#busienss01 .biz-wrap .img-area .caption small{
    font-size: 18px;
    display: block;
    font-weight: 500;
}
#busienss01 .biz-wrap .biz-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid #e57a7a;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    border-radius: 12px;
}
#busienss01 .biz-wrap .biz-box::before{
    content: '';
    display: block;
    width: 225px;
    height: 2px;
    /* background: #ed0621; */
    position: absolute;
    top: -2px;
    left: 0;
}
#busienss01 .biz-wrap .biz-box:last-child{
    margin-bottom: 0;
}
#busienss01 .biz-wrap .biz-box h5{
    width: 240px;
    height: 150px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.07em;
    background: #df1212;
    padding: 0 10px;
    color: #fff;
    margin: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
}
#busienss01 .biz-wrap .biz-box .li-biz{flex: 1;padding: 0 40px;}
#busienss01 .biz-wrap .biz-box .li-biz::after{
    content: '';
    display: table;
    clear: both;
}
#busienss01 .biz-wrap .biz-box .li-biz > li{
    float: left;
    width: 50%;
    font-size: 15px;
    padding-left: 13px;
    position: relative;
    color: #444;
    margin: 2px 0;
    padding-right: 10px;
}

#busienss01 .biz-wrap .biz-box + .biz-box .li-biz > li {
  float: none;
  width: 100%;
}
#busienss01 .biz-wrap .biz-box .li-biz > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
}

.prod-intro{
    margin: 0 0 50px;
}
.prod-intro p{
    font-size: 19px;
    margin: 0;
    line-height: 1.8;
    font-weight: 500;
    color: #303030;
    text-align: center;
    padding: 25px 85px;
    position: relative;
}

.prod-intro p::before, .prod-intro p::after {
    content: '';
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #eaeaea;
    border-right-width: 0;
}

.prod-intro p::after {
    right: 0;
    left: auto;
    border-right-width: 6px;
    border-left-width: 0;
}

[id^="product"] .img-wrap{
    padding: 55px 0;
    border: 1px solid #eaeaea;
    margin: 0 0 45px;
    box-shadow: 3px 3px 12px rgb(0 0 0 / 4%);
}
[id^="product"] .img-wrap img{}

.dl-prod{
    margin: 0 0 30px;
}
.dl-prod:last-child{margin: 0;}
.dl-prod dt{
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 20px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0621+0,7e1f70+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    line-height: 1;
    letter-spacing: -0.055em;
    position: relative;
    padding-left: 30px;
}

.dl-prod dt::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background: #ed0621;
  font-weight: 600;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
.dl-prod dt::after{
  /* content: ''; */
  display: block;
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dl-prod dd{
    font-size: 15px;
    color: #555;
    line-height: 1.55;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.dl-prod dd::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 9px;
}

#product04 .img-wrap{padding: 0;margin: 0;border: 0;box-shadow: none;}
#product04 .img-wrap .caption{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    background: #222;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#product04 .content .row>div:nth-child(1) .img-wrap .caption{background: #d50720;}
#product04 .content .row>div:nth-child(2) .img-wrap .caption{background: #770967;}
#product04 .content .row>div:nth-child(3) .img-wrap .caption{background: #3fa5e5;}

.table.table-tc{
    border-top: 2px solid #333;
}
.table.table-tc tr{
    border-bottom: 1px solid #ddd;
}
.table.table-tc tr th,
.table.table-tc tr td{
    border-left: none;
    border-right: 1px solid #ddd;
    border-top: 0;
    vertical-align: middle;
    font-size: 16px;
    padding: 14px 20px;
}
.table.table-tc tr th:last-child,
.table.table-tc tr td:last-child{
    border-right: 2px solid #fff;
}
.table.table-tc tr th{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0;
    text-align: center;
    background: #303030;
    color: #fff;
}
.table.table-tc tr td{
    color: #555;
}
.table.table-tc tr td.perform-year{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #ed0621;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
    font-size: 14px;
    color: #707070;
}

.table.table_default tbody .subject a {
    font-size: 16px;
    color: #111;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}

.table.table_default thead th {padding: 15px 15px;border-bottom: 1px solid #ddd;font-size: 16px;font-weight: 500;background: #f7f7f7;}

.table_default {
    border-top: 2px solid #333;
}


.table.table_default tr td {
    color: #707070;
    font-size: 14px;
}
.table.table_default tr:hover,
.table_blog dd:hover{
    background:#fafafa
}
.table.table_default td.subject a:hover{
    text-decoration:underline
}

.btn.btn-primary {
    background-color: #d90921;
    border: 1px solid #d90921;
    color: #fff;
}

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

.form-control:not([readonly]):focus {
    border-color: #777;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 45px;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.055em;
}

.board_data_view .header_wrap .info {
    margin-top: 20px;
}

@media (max-width: 767px){
    .subHeader {
        height: 180px;
    }
    .subHeader .container h2{
        font-size: 38px;
    }
    .subHeader .container .breadcrumb {
        width: 100%;
        text-align: center;
    }
    .subMenu{
        display: none;
    }
    .subContent_title h3{
        font-size: 34px;
    }
    .greeting {
        padding: 20px 0 0 0;
        margin-bottom: 30px;
    }
    .greeting p.intro {
        font-size: 23px;
    }
    .history{
        margin-top: 45px;
        padding-left: 30px;
    }
    .history .timeline {
        display: block;
    }
    .history .timeline::before {
        left: -30px;
    }
    .history .timeline .issue::before, .history .timeline .issue::after {
        left: -35px;
        top: -35px;
    }
    .history .timeline .issue::after {
        left: -41px;
        top: -41px;
    }
    .history .timeline .issue {
        padding-top: 12px;
        width: 100%;
        padding-left: 0;
    }
    #about02 .content .row {
        padding: 30px 15px;
        flex-direction: column;
    }
    .li-location {
        padding: 15px;
    }
    .li-location li {
        float: none;
        width: 100%;
    }
    .li-location li > span {
        display: block;
        margin-right: 0;
        width: auto;
        margin-bottom: 10px;
    }
    .li-location li > span::after{display: none;}

    #busienss01 .biz-wrap .row {
        flex-direction: column;
    }
    #busienss01 .biz-wrap .row .col-sm-4 {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    #busienss01 .biz-wrap .img-area {
        padding: 30px;
        min-height: auto;
    }
    #busienss01 .biz-wrap .biz-box {
        position: relative;
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    #busienss01 .biz-wrap .biz-box h5 {
        width: auto;
        height: auto;
        padding: 15px;
    }
    #busienss01 .biz-wrap .biz-box .li-biz {
        flex: 1;
        padding: 20px;
    }
    #busienss01 .biz-wrap .biz-box .li-biz > li{
        width: 100%;
    }
    .prod-intro p {
        font-size: 16px;
        padding: 25px 30px;
    }
    [id^="product"] .img-wrap {
        padding: 30px;
    }
    .dl-prod {
        margin: 0 0 30px !important;
    }
    #performance .icon-wrap{
        text-align: right;
        margin: 0 0 0;
    }
    #performance .icon-wrap > span{
        color: #67baee;
    }
    #performance .icon-wrap > p{
        display: inline-block;
        font-size: 12px;
        color: #aaa;
        font-weight: 300;
        margin-left: 5px;
        vertical-align: middle;
    }
    .table.table-tc tr th, .table.table-tc tr td {
        border-left: none;
        border-right: 1px solid #ddd;
        border-top: 0;
        vertical-align: middle;
        font-size: 15px;
    }
    .table.table-tc tr td.perform-year {
        text-align: center;
        font-size: 18px;
    }


    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits,
    .table.table_default tr .writer{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){
    .greeting {
        padding: 20px 0px 0 0;
    }
    .greeting p.intro {
        font-size: 30px;
    }
    #about02 .content .row {
        padding: 50px 20px;
    }
    .li-location {
        padding: 30px;
    }
    .li-location li {
        float: left;
        width: 100%;
        font-size: 15px;
    }
    #busienss01 .biz-wrap .row {
        flex-direction: column;
    }
    #busienss01 .biz-wrap .row > div{
        width: 100%;
    }
    #busienss01 .biz-wrap .row .col-sm-4 {
        padding-right: 15px;
    }
    #busienss01 .biz-wrap .img-area {
        padding: 50px 40px;
        border-radius: 10px;
        box-shadow: 3px 3px 19px rgb(0 0 0 / 8%);
        min-height: auto;
        margin-bottom: 30px;
    }
    .subMenu .nav > li > a {
        position: relative;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 35px;
        text-align: center;
        font-size: 12px;
        color: #333;
        border-radius: 0;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: -0.04em;
        border-radius: 50px;
        min-width: auto;
        padding: 12px 23px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .greeting p.intro {
        font-size: 29px;
    }
    #busienss01 .biz-wrap .biz-box .li-biz {
        flex: 1;
        padding: 0 20px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 50px 0;background: #161616;color: #8f8f8f;font-size: 13px;}

footer p strong {
    font-size: 14px;
    color: #aaa;
}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;opacity: 0.8;}
footer .footer-logo h1 > a > img{display: block;width: 70px;filter: brightness(1.5);}
footer .footer-text{
    padding-left: 50px;
}
footer .footer-text p{}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 15px;line-height: 1.4;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 11px;margin-top: 10px;letter-spacing: 0.3px;opacity: 0.6;}

@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;}