@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.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: 94px;letter-spacing: -0.025em;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'SpoqaHanSansNeo', '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 > 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;padding: 0;box-shadow: 5px 0 5px rgba(0, 0, 0, 0.09);}
.navbar.navbar-inverse > .container{width: 100%;}
.navbar-header .navbar-brand{display: block;padding: 0;padding-top: 9px;font-size: 20px;height: auto;margin-top: 15px;margin-left: 30px !important;}
.navbar-header .navbar-brand img{margin-top: -6px;display: inline-block;}

.nav.navbar-nav{margin-right: 40px;display: flex;align-items: stretch;}
.nav.navbar-nav > li{
    margin: 0;
    max-width: 202px;
    height: 94px;
    display: flex;
    align-items: stretch;
}
.nav.navbar-nav > li > a{color: #000;font-weight: 600;padding: 12px 22px;font-size: 14px;letter-spacing: 0;text-transform: uppercase;display: flex;align-items: center;}
.nav.navbar-nav > li#gnb_62 > a {
    max-width: 156px !important;
}
.nav.navbar-nav > li#gnb_64 > a {
    max-width: 143px !important;
}
.nav.navbar-nav > li#gnb_63 > a {
    max-width: 177px !important;
}
.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: #fff;background: #186acb;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);background: rgba(0,0,0,0.8);}
.nav.navbar-nav li .dropdown-menu li a{padding: 12px 15px;color: #fff;text-align: center;border-bottom: 1px solid #383838;}
.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom:0;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
  background: #00408b;
}


@media (max-width: 767px){
    #site{
        padding-top: 74px;
    }

    
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 21px 15px 21px 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>.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;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .nav.navbar-nav {
        margin-right: -15px;
        display: block;
        align-items: stretch;
        flex-direction: column;
    }
    .nav.navbar-nav > li {
        margin: 0;
        max-width: none;
        height: auto;
        display: block;
        align-items: stretch;
        width: 100%;
    }
    .nav.navbar-nav > li > a{
        display: block;
    }
    .nav.navbar-nav > li#gnb_62 > a, .nav.navbar-nav > li#gnb_63 > a, .nav.navbar-nav > li#gnb_64 > a {
        max-width: none !important;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        padding-top: 88px;
    }
    .navbar-header .navbar-brand {
        margin-top: 13px;
        margin-left: 0px !important;
    }
    .nav.navbar-nav {
        margin-right: -15px;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: calc(100% - 126px);
    }
    .nav.navbar-nav > li {
        max-width: 216px;
        height: 44px;
    }
    .nav.navbar-nav > li > a {
        font-size: 12px;
        padding: 12px 9px;
        letter-spacing: -0.073em;
    }
    .nav.navbar-nav > li#gnb_62 > a, .nav.navbar-nav > li#gnb_63 > a, .nav.navbar-nav > li#gnb_64 > a {
        max-width: none !important;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        padding-top: 120px
    }
    .navbar-header .navbar-brand {
        margin-top: 27px;
        margin-left: 0px !important;
    }
    .nav.navbar-nav {
        margin-right: 0;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: calc(100% - 210px);
    }
    .nav.navbar-nav > li > a {
        padding: 12px 14px;
        font-size: 13px;
    }
    .nav.navbar-nav > li#gnb_62 > a, .nav.navbar-nav > li#gnb_63 > a, .nav.navbar-nav > li#gnb_64 > a {
        max-width: none !important;
    }
    .nav.navbar-nav > li {
        margin: 0;
        max-width: 281px;
        height: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1570px){
    .nav.navbar-nav{
    flex-wrap: wrap;
    width: calc(100% - 300px);
    justify-content: flex-end;
}
    .nav.navbar-nav > li {
    height: 47px;
    max-width: 270px;
}
    .nav.navbar-nav > li > a{
        font-size: 12px;
        padding: 4px 19px;
        letter-spacing: -0.023em;
    }
    .nav.navbar-nav > li#gnb_60 > a,
    .nav.navbar-nav > li#gnb_62 > a,
    .nav.navbar-nav > li#gnb_64 > a,
    .nav.navbar-nav > li#gnb_63 > a {max-width: none !important;}
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: calc(100vh - 76px);
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-align: center;}
.carousel-caption {top: 31%;bottom: auto;transform: translateY(-50%);}
#mainCarousel .carousel-inner .item h1{
    margin: 0;
    font-size: 64px;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: -0.065em;
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .item p{
    font-size: 19px;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
#mainCarousel .carousel-control{display: none;}
#mainCarousel .carousel-indicators > li,
#mainCarousel .carousel-indicators > li.active{
    width: 50px;
    height: 5px;
    margin: 0 5px;
    border: 0;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
}
#mainCarousel .carousel-indicators {
    bottom: 40px;
}
#mainCarousel .carousel-indicators > li.active{
    opacity: 1;
}
.main-vision{
    position: absolute;
    left: 50%;
    top: 49%;
    display: flex;
    transform: translateX(-50%);
    gap: 30px;
    width: 1140px;
    justify-content: center;
}
.main-vision .vision{
    padding: 15px 0px 20px 0px;
    gap: 10px;
    position: relative;
    padding: 45px 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.83);
    /* width: calc(100% / 5); */
    width: 240px;
    min-height: 240px;
    text-align: center;
}
.main-vision .vision.top{
    margin-top: 25px;
}
.main-vision .vision:nth-child(1) .num{
    color: #ef8a25;
}
.main-vision .vision:nth-child(2) .num{
    color: #00b0f0;
}
.main-vision .vision:nth-child(3) .num{
    color: #59bb91;
}
.main-vision .vision .num{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid;
}
.main-vision .vision p{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
.main-vision .vision p span {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    margin-top: 8px;
}
.main-vision .vision.mid {
    padding-left: 40px;
    color: #00b0f0;
}
.main-vision .vision.bttm {padding-left: 90px;}
.main-vision .vision.top p {
    color: #ef8a25;
}
.main-vision .vision.mid p {}

.main-vision .vision.bttm p {
    color: #59bb91;
}
@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1{
        font-size: 37px;
    }
    #mainCarousel .carousel-inner .item p{
        font-size: 13px;
    }
}
@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{padding: 120px 0;}

@media (max-width: 767px){
    .main-vision {
        gap: 5px;
        width: 100%;
    }
    .main-vision .vision {
        padding: 15px 0px 20px 0px;
        gap: 10px;
        position: relative;
        padding: 9px 8px 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.83);
        /* width: calc(100% / 5); */
        width: 110px;
        min-height: 110px;
        height: 110px;
        text-align: center;
    }
    .main-vision .vision .num {
        font-size: 15px;
        font-weight: 600;
        position: relative;
        margin-bottom: 8px;
    }
    .main-vision .vision p {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
    }
    .main-vision .vision p span {
        font-size: 11px;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.03em;
        display: block;
        margin-top: 8px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-vision {
        width: 100%;
        gap: 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-vision {
        width: 100%;
    }
}

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

/* 서브페이지 */

.subHeader {height: 240px;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 45px;margin: 0;position: absolute;left: 15px;top: 41%;transform: translateY(-50%);letter-spacing: 0;font-weight: 300;text-transform: uppercase;}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;bottom: 90px;left: 15px;font-size: 12px;letter-spacing: 0.01em;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff; opacity: 0.7;}

.subMenu{padding-top: 15px;}
.subMenu .nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
}
.subMenu .nav > li{}
.subMenu .nav > li > a{
    background: none;
    border-radius: 0;
    color: #aaa;
    font-weight: 600;
    font-size: 22px;
    padding: 6px 0px;
    margin: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 1px solid #fff;
    min-width: 174px;
    border-bottom: 3px solid #ddd;
    text-align: center;
}
.subMenu .nav > li.active > a{
    opacity: 1;
    font-weight: 600;
    background: none;
    border-bottom: 3px solid #0e49b1;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #0c42a1;
}
.subMenu .nav > li:first-child > a {
    margin:0;
}
.subContent{}
.subContent_title{
    padding: 20px 0 50px;
}
.subWrapper:not(#about01, #about02) .subContent_title{
    /* padding: 20px 0 45px; */
}
.subContent_title h3{
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    /* display: none; */
    position: relative;
}

.subContent_title h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    background: #333;
    bottom: -25px;
    left: 0;
}
.subContent .content, .bbs-section{padding: 0px 0 120px;}
#business .content {
    padding: 0px 0 80px;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 30px;
    padding-left: 0;
    position: relative;
    color: #111;
    letter-spacing: -0.055em;
}
#business .subContent .content h4 {
    margin: 0 0 40px;
    letter-spacing: 0;
}
#partner .subContent .content h4 {letter-spacing: -0.015em;}
/* .subContent .content h4::before{content: '';display: block;width: 20px;height: 7px;background: #006bb0;border-radius: 50%;position: absolute;top: -5px;left: 0;transform: rotate(-31deg);} */

.greeting{
    padding-right: 20px;
}
.greeting p{
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
    font-weight: 400;
    line-height: 1.6em;
}
.greeting p.intro{
    font-size: 27px;
    font-weight: 600;
    color: #222;
    line-height: 1.55;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}
.greeting p.epil{
    margin: 0;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #222;
    padding-top: 20px;
}
.greeting p.epil b{
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.vision-wrap{
    position: relative;
}
.vision-wrap .vision-float{
    position: relative;
    margin-top: 010px;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    gap: 9px;
}
.vision-img img {
    margin-top: 0px;
}
#about02 .col-xs-12.col-sm-6.right {
    padding-left: 0;
}
.vision-wrap .vision-float p{
    margin: 0;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    position: relative;
    letter-spacing: 0;
    display: inline-block;
    background: #e6eef5;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: -0.015em;
}
.vision-wrap .vision{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0px 20px 100px;
    gap: 10px;
    position: relative;
}
.vision-wrap .vision.top{
    margin-top: 64px;
    padding-top: 30px;
}
.vision-wrap .vision.top .num{
    color: #ffe1c4;
}
.vision-wrap .vision.mid .num{
    color: #caeffc;
}
.vision-wrap .vision.bttm .num{
    color: #cfefe1;
}
.vision-wrap .vision::before {
    content: "";
    display: block;
    position: absolute;
    width: 211px;
    height: 1px;
    background: #ddd;
    left: -25px;
    bottom: 41px;
    z-index: -1;
}
.vision-wrap .vision.top:before {
    width: 207px;
    left: -94px;
}
.vision-wrap .vision.bttm:before {
    left: 63px;
    width: 194px;
}
.vision-wrap .vision .num{
    font-size: 68px;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
}
.vision-wrap .vision p{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.vision-wrap .vision p span {
    font-size: 17px;
    font-weight: 400;
    color: #555;
}
.vision-wrap .vision.mid {
    padding-left: 170px;
    color: #00b0f0;
    padding-top: 0;
}
.vision-wrap .vision.bttm {padding-left: 240px;padding-top: 0;}
.vision-wrap .vision.top p {
    color: #ef8a25;
}
.vision-wrap .vision.mid p {}

.vision-wrap .vision.bttm p {
    color: #59bb91;
}
.history{}
.history .timeline{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 45px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    position: relative;
    gap: 20px;
}
.history .timeline:before{
  content: '';
  display: block;
  width: 220px;
  height: 2px;
  background: #295ba5;
  position: absolute;
  top: -1px;
  left: 0;
}
.history .timeline .year{
    margin: 0 40px 0 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #014890;
}
.history .timeline .issue{}
.history .timeline .issue > li{
    font-size: 18px;
    padding-left: 15px;
    position: relative;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: -0.035em;
}
.history .timeline .issue > li::before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    top: 9px;
    left: 0;
}
.history .timeline .inner{
    padding: 10px 0 0;
}
.history .timeline .inner > li{
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    font-weight: 400;
    margin-bottom: 5px;
    color: #555;
}
.history .timeline .inner > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 10px;
    left: 0;
}

.table.table-ace{
    border-top: 2px solid #014890;
}
.table.table-ace tr{
    border-bottom: 1px solid #ddd;
}
.table.table-ace tr th,
.table.table-ace tr td{
    padding: 16px 24px;
    font-size: 15px;
    border-top: 0;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
.table.table-ace tr th:last-child,
.table.table-ace tr td:last-child{
    border-right: 1px solid #ddd;
}
.table.table-ace tr th{
    border-bottom: 0;
    background: #f7f7f7;
    text-align: center;
    font-size: 15px;
    color: #014890;
}
.table.table-ace tr td{}
.table.table-ace tr td:first-child{
   font-weight: 600;
   color: #222;
   font-size: 15px;
   text-align: center;
}
.table.table-ace tr .li-dash{}
.table.table-ace tr .li-dash > li{
    font-size: 15px;
    padding-left: 12px;
    margin-top: 2px;
    position: relative;
}
.table.table-ace tr .li-dash > li:before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 9px;
    left: 0;
}

.partner{
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.col-xs-6.col-sm-4 .partner {
    padding: 15px 0;
}
#partner .col-sm-20, #partner .col-sm-4 {
    padding: 0 10px;
}
.partner .img{}
.partner.txt{
    padding: 13px 25px;
    height: 133px;
    display: flex;
    align-items: center;
    background: #eff1f3;
    border: 0;
}
.partner.txt p{
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.035em;
    text-align: center;
}

.biz-box{
    display: flex;
    padding-bottom: 100px;
}
.biz-box > .tit{
    flex: 25% 0 0;
}
.biz-box > .tit h5{
    margin: 0;
    padding-left: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #014890;
    letter-spacing: -0.023em;
    line-height: 1.2;
}
.biz-box > .tit h5::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #006bb0;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    box-shadow: 0px 11px #30a7f3;
}
.biz-box > .tit h5 small{
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}
#business .biz-box > .tit h5 small {
    font-size: 16px;
}
.biz-box > .des{
    flex: 1;
}
#contact .li-location {
    text-align: center;
    padding: 30px;
    background: #fff;
    position: relative;
    margin: 0 10px;
    margin-top: 30px;
    border-radius: 7px;
}
#contact .li-location::before {
    content: "";
    display: block;
    position: absolute;
    min-width: 1140px;
    width: 100%;
    height: 106px;
    background: url(/public/img/sub/lo-bg.png);
    background-repeat: no-repeat;
    left: -10px;
    top: -10px;
    z-index: -1;
    opacity: .8;
    border-radius: 7px;
}
#contact .li-location li {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
}
#contact .li-location li.addr {
    padding: 0;
    margin-bottom: 0;
}
#contact .li-location li b {
    padding-right: 12px;
}
.scope-marketing{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}
.scope-marketing .box{
    position: relative;
    /* width: 200px; */
    text-align: center;
}
.scope-marketing .box::after{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -63px;
    font-size: 30px;
    transform: translateY(-50%);
    color: #aaa;
}
.scope-marketing .box:last-child::after{
  display: none;
}
.scope-marketing .box p{
    margin: 0;
    font-size: 24px;
    width: 190px;
    line-height: 188px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #fff;
    color: #0b4d8d;
    border: 1px solid #5f8ab5;
}
.scope-marketing .box p::before {
    content: '';
    display: block;
    position: absolute;
    width: 210px;
    height: 210px;
    background: #dee7f0;
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    top: -10px;
}
.scope-support{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.scope-support > .box{
    flex: 1;
}
.scope-support > .box p{
    margin: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.035em;
    background: #fff;
    padding: 19px 15px;
    position: relative;
    border-radius: 5px;
}

.scope-support > .box p::before {
    content: '';
    display: block;
    position: absolute;
    width: 280px;
    height: 102px;
    background: url(/public/img/sub/box-bg.png);
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.biz-inve{
    position: relative;
    padding: 0;
    margin: 0 0 20px;
}
#business .biz-inve li {
    font-weight: 600;
}
.biz-inve p{
    font-size: 23px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    font-weight: 500;
    /* border-radius: 50%; */
    /* background: #006bb0; */
    color: #006bb0;
    /* width: 120px; */
    /* line-height: 80px; */
    text-align: center;
    display: none;
}
.biz-inve ul{}
.biz-inve ul > li{
    font-size: 17px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
}
.biz-inve ul > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.market-compare{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background: #dee7f0;
    padding: 30px;
    border-radius: 7px;
}
.market-compare .box{
    border: 1px solid #4f7ead;
    padding: 0;
    flex: 300px 0 0;
    background: #fff;
    border-radius: 5px;
    min-height: 159px;
}
.market-compare .box .tit{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    background: #245f99;
    border-radius: 3px 3px 0 0;
    padding: 8px 0;
    letter-spacing: 0;
}
.market-compare .box ul{
    padding: 20px 30px;
}
.market-compare .box:last-child{
    display: flex;
    align-items: center;
}
.market-compare .box:last-child ul {
    padding: 0 30px;
}
.market-compare .box ul > li{
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    margin-top: 3px;
}
.market-compare .box ul > li::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #006bb0;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.market-compare .box ul > li.point{}
.market-compare .arrow{}
.market-compare .arrow p{
    margin: 0;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #3397d7;
    letter-spacing: -0.035em;
}
.market-compare .arrow p::after{
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 26px;
  z-index: -1;
  display: block;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  margin: 20px auto 0;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #3397d7;
}

.total-process{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.total-process .box{
    width: 20%;
    text-align: center;
    background: #b8cde3;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.total-process .box:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    background: #b8cde3;
}
.total-process .box:nth-child(2n),
.total-process .box:nth-child(2n):after{
  background: #dee7f0;
}
.total-process .box p{
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #004588;
    line-height: 1.4;
}
.total-process .box:nth-child(2n) p {
  color: #004588;
}
.total-process .box:last-child:after {
    display:none;
}
.total-process + .arrowed{
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 50px;
}
.total-process + .arrowed span{
    display: block;
    width: 19px;
    line-height: 19px;
    background: #333;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    padding-left: 1px;
    margin-top: 2px;
}
.solution-circle{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 90px;
    margin-bottom: 40px;
    position: relative;
}
.solution-circle::before {
    content: '';
    display: block;
    position: absolute;
    width: 420px;
    height: 1px;
    background: #5f8ab5;
    z-index: -1;
}
.solution-circle > .box{
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 20px;
    background: #dee7f0;
    position: relative;
}

.solution-circle > .box::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #5f8ab5;
    left: -6px;
    background: #fff;
}
.solution-circle > .box::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #5f8ab5;
    right: -6px;
    background: #fff;
}
.solution-circle > .box:first-child::before {display:none;}
.solution-circle > .box:last-child::after {
    display:none;
}
.solution-circle > .box p{
    text-align: center;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #245f99;
    min-width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #5f8ab5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.li-total{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 23px 30px 30px;
    background: #f5f5f5;
}
.li-total > li{
    width: 50%;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    margin-top: 7px;
    letter-spacing: -0.03em;
}
.li-total > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
#organization .col-xs-12.col-sm-6.left {
    width: 40%;
}

#organization .col-xs-12.col-sm-6.right {
    width: 60%;
    padding-left: 60px;
}
#ace img {
    padding-right: 50px;
}
#ace .col-xs-12.col-sm-6.col-md-4 {
    width: 40%;
}

#ace .col-xs-12.col-sm-6.col-md-8 {
    width: 60%;
}
.li-ace > li{
    padding: 0 0px 50px;
    margin: 0;
    font-size: 19px;
    text-align: left;
    font-weight: 500;
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #222;
    position: relative;
    letter-spacing: -0.04em;
    padding-left: 62px;
}
.li-ace > li span {
    display: block;
    position: relative;
    padding-left: 15px;
}

.li-ace > li span::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    background: #333;
    left: 0;
    top: 10px;
}
.li-ace > li::after {
    content: "01";
    display: block;
    position: absolute;
    color: #222;
    left: 0;
    top: -7px;
    font-size: 38px;
    font-weight: 100;
    line-height: 40px;
}
.li-ace > li:nth-child(1)::before, .li-ace > li:nth-child(2)::before {
    height: 145px;
}
.li-ace > li:nth-child(2):after {
    content:"02";
}
.li-ace > li:nth-child(3):after {
    content:"03";
}
.li-ace > li:nth-child(4):after {
    content:"04";
}
.li-ace > li:nth-child(5):after {
    content:"05";
}
.li-ace > li:nth-child(6):after {
    content:"06";
}
.li-ace > li:nth-child(7):after {
    content:"07";
}
.li-ace > li .arrowed{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.035em;
}
.li-ace > li .arrowed > span{
    width: 24px;
    line-height: 24px;
    background: #c3c3c3;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    display: none;
}
.li-ace > li .dashed{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1;
    margin: 12px auto 0;
    letter-spacing: -0.035em;
}
.li-ace > li .dashed:before{
    content: '';
}
.li-ace > li > b{
    color: #245f99;
}


@media (max-width: 767px){
    .subHeader .container h2{font-size: 27px;text-align: left;}
    .subMenu{display: none;}
    .greeting {
        padding-right: 0;
        margin-top: 40px;
    }
    .greeting p.intro {
        font-size: 19px;
    }
    #about02 .col-xs-12.col-sm-6.right {
        padding-left: 15px;
    }
    .vision-wrap .vision{
        padding-left: 0;
    }
        .vision-wrap .vision.top{
        padding-left: 0;
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 0;
    }
        .vision-wrap .vision.mid{
        padding-left: 0;
    }
        .vision-wrap .vision.bttm{
        padding-left: 0;
    }
    .vision-wrap .vision::before{
        display: none;
    }
    .history .timeline {
        display: flex;
        flex-direction: column;
    }
    .history .timeline .issue > li{
        font-size: 16px;
    }
    .history .timeline .inner > li {
        font-size: 14px;
    }
    #organization .col-xs-12.col-sm-6.left,
    #organization .col-xs-12.col-sm-6.right{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .subContent .content h4 {
        font-size: 26px;
    }
    .table.table-ace tr th, .table.table-ace tr td{
        font-size: 12px;
        padding: 5px 10px;
    }
    .table.table-ace tr th{
        font-size: 12px;
    }
    .table.table-ace tr td:first-child{
        font-size: 12px;
    }
    .subContent_title h3{
        font-size: 30px;
    }
    .biz-box {
        display: flex;
        padding-bottom: 60px;
        flex-direction: column;
        align-items: flex-start;
    }
    .biz-box > .tit h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .biz-box > .tit h5::before {
        width: 4px;
        height: 4px;
        top: 7px;
        box-shadow: 0px 7px #30a7f3;
    }
    .biz-box > .des {
        flex: 1;
        width: 100%;
    }
    .scope-marketing {
        display: flex;
        flex-direction: column;
    }
    .scope-marketing .box::after {
        content: '\f063';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -58px;
        font-size: 30px;
        transform: translateX(-50%);
        color: #aaa;
    }
    .scope-support {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }
    .biz-inve ul > li {
        font-size: 15px;
    }
    .market-compare {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        background: #dee7f0;
        padding: 30px;
        border-radius: 7px;
    }
    .market-compare .arrow p::after {
        content: '\f063';
    }
    .market-compare .arrow {
        margin: 30px 0;
    }
    .market-compare .box {
        border: 1px solid #4f7ead;
        padding: 10px;
        flex: 0;
        background: #fff;
        border-radius: 5px;
        min-height: auto;
    }
    .total-process + .arrowed {
        font-size: 15px;
    }
    .total-process .box p {
        margin: 0;
        font-weight: 500;
        font-size: 12px;
    }
    .total-process .box:after {
        width: 9px;
        height: 9px;
        right: -4px;
    }
    .solution-circle {
        display: flex;
        flex-direction: column;
    }
    .solution-circle > .box::after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #5f8ab5;
        right: auto;
        left: auto;
        bottom: -5px;
        background: #fff;
    }
    .solution-circle > .box::before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #5f8ab5;
        left: auto;
        top: -5px;
        background: #fff;
    }
    .solution-circle::before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 420px;
        background: #5f8ab5;
        z-index: -1;
    }
    .li-total > li {
        width: 100%;
        font-size: 14px;
    }
    #ace .col-xs-12.col-sm-6.col-md-4,
    #ace .col-xs-12.col-sm-6.col-md-8{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #ace img {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .li-ace > li {
        padding: 0 0px 30px;
        margin: 0;
        font-size: 16px;
        padding-left: 47px;
    }
    .li-ace > li .arrowed {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 12px;
        font-size: 14px;
    }
    .li-ace > li::after {
        content: "01";
        display: block;
        position: absolute;
        color: #222;
        left: 0;
        top: -7px;
        font-size: 29px;
    }
    #contact .li-location::before{
        display: none;
    }
    #contact .li-location li {
        display: block;
        font-size: 16px;
        padding: 0;
        margin-top: 4px;
    }
    #contact .li-location {
        text-align: left;
        padding: 0;
        background: #fff;
        position: relative;
        margin: 0 10px;
        margin-top: 30px;
        border-radius: 7px;
    }
    .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){
    .subHeader .container h2 {
        text-align: center;
        color: #fff;
        font-size: 35px;
    }
    .subMenu .nav > li > a {
        font-size: 17px;
        min-width: 149px;
    }
    #contact .li-location::before{
        display: none;
    }
    .vision-wrap .vision-float {
        position: relative;
        margin-top: 0;
    }
    .vision-wrap .vision-float p {
        margin: 0;
        font-size: 12px;
    }
    .vision-wrap .vision {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 0px 0 0;
    }
    .vision-wrap .vision.top {
        margin-top: 0;
        padding-top: 5px;
    }
    .vision-wrap .vision.mid {
        padding-left: 20px;
    }
    .vision-wrap .vision.bttm {
        padding-left: 40px;
    }
    .vision-wrap .vision .num {
        font-size: 56px;
    }
    .vision-wrap .vision p {
        margin: 0;
        font-size: 20px;
    }
    .vision-wrap .vision.top:before{
        bottom: 2px;
        left: -145px;
    }
    .vision-wrap .vision.mid:before{
        bottom: 8px;
        left: -128px;
    }
    .vision-wrap .vision.bttm:before{
        left: -92px;
        bottom: 7px;
    }
    .history .timeline .year {
        flex: 0 0 30%;
    }
    .partner.txt p {
        margin: 0;
        font-size: 14px;
    }
    .table.table-ace tr th, .table.table-ace tr td {
        padding: 16px 19px;
        font-size: 12px;
    }
    .table.table-ace tr td:first-child{
        font-size: 14px;
    }
    .scope-marketing .box::after {
        right: -47px;
    }
    .scope-support > .box p {
        margin: 0;
        text-align: center;
        font-size: 12px;
    }
    .scope-support > .box p::before {
        width: 180px;
        height: 88px;
    }
    .biz-box > .des {
        flex: 1;
        width: 540px;
    }
    .market-compare .box {
        border: 1px solid #4f7ead;
        padding: 0;
        flex: 0 0 35%;
    }
    .solution-circle {
        justify-content: space-between;
        gap: 20px;
    }
    .solution-circle > .box {
        width: 150px;
        height: 150px;
    }
    .solution-circle > .box p {
        min-width: 135px;
        height: 135px;
        font-size: 15px;
    }
    .li-total > li {
        width: 50%;
        font-size: 12px;
    }
    .biz-box > .tit h5{
        font-size: 18px;
    }
    #business .biz-box > .tit h5 small {
        font-size: 12px;
    }
    .li-ace > li {
        font-size: 15px;
    }
    .li-ace > li .dashed
    .li-ace > li .arrowed {
        font-size: 12px;
    }
    .li-ace > li span::before {
        top: 8px;
    }
    .li-ace > li .dashed:before{
        top: 6px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #contact .li-location::before {
        content: "";
        display: block;
        position: absolute;
        min-width: 940px;
    }
    .market-compare .box {
        flex: 240px 0 0;
    }
    .solution-circle > .box {
        width: 210px;
        height: 210px;
    }
    .solution-circle > .box p {
        min-width: 190px;
        height: 190px;
        font-size: 15px;
    }
    .solution-circle{
        gap: 35px
    }
    .biz-box > .tit h5{
        font-size: 22px;
    }
    .scope-support > .box p::before {
        width: 235px;
    }
    .scope-marketing .box::after{
        right: -50px
    }
    .vision-wrap .vision{
        padding: 0 0 0 0px;
    }
    .vision-wrap .vision.top{
        margin-top: 0;
    }
    .vision-wrap .vision.mid{padding-left: 50px;margin-top: 19px;}
    .vision-wrap .vision.bttm{padding-left: 100px;margin-top: 28px;}
    .vision-wrap .vision .num {
        font-size: 55px;
    }
    .vision-wrap .vision p {
        margin: 0;
        font-size: 21px;
    }
    .vision-wrap .vision.top:before{
        left: -165px;
        bottom: -1px;
        width: 232px;
    }
    .vision-wrap .vision.mid:before{
    bottom: 0;
    left: -102px;
}
    .vision-wrap .vision.bttm:before{
    bottom: 0;
    left: -32px;
}
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0;background: #222;color: #fff;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;}
footer .footer-text{}
footer .footer-text p{
    color: #ddd;
}
footer .footer-text ul{padding-left: 0;margin-bottom: 3px;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 15px;line-height: 1.4;color: #bbb;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 13px;margin-top: 15px;color: #9f9f9f;}

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