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

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 85px;color: #000;letter-spacing: -0.03em;}
#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', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
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;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.11);
    padding: 1px 0 10px;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 1px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav &gt; li &gt; a{
    display: block;
    height: 100%;
    padding: 33px 20px 22px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}
.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: #1D2B55;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    border-top: 2px solid #1D2B55;
}
.nav.navbar-nav li .dropdown-menu::before {
    content:'';
    display:block;
    position:absolute;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1D2B55;
    transform: rotate(45deg);
    top: -6px;
    left: 74px;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 11px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #1D2B55;
    color: #fff;
}


@media (max-width: 767px){
    #site{

    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        margin: 20px 15px 20px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #1d2b55;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 15px !important;
        height: auto;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translateX(0%);
        background: #fafafa;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        text-align: left;
    }
    .nav.navbar-nav &gt; li &gt; a {
        display: block;
        height: 100%;
        padding: 20px 20px 14px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
    .nav.navbar-nav &gt; li &gt; a {
        display: block;
        height: 100%;
        padding: 33px 16px 22px;
        font-size: 16px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{height: 660px;}
#mainCarousel .carousel-inner .item .carousel-caption{
    text-align: left;
    text-shadow: none;
    right: 38%;
    padding: 0;
    top: 44%;
}
#mainCarousel .carousel-inner .item .carousel-caption:before{
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-weight: 600;
    font-size: 62px;
    letter-spacing: -0.055em;
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.035em;
}
#mainCarousel .carousel-indicators{
    margin: 0;
    width: auto;
    bottom: auto;
    top: 81%;
    left: auto;
    right: 20%;
    height: auto;
    padding-left: 0;
}
#mainCarousel .carousel-indicators &gt; li,
#mainCarousel .carousel-indicators &gt; li.active{
    background: #fff;
    width: 45px;
    height: 5px;
    margin: 0;
    margin-left: 10px;
    border: 0;
    border-radius: 0;
    display: block;
    float: left;
    transition: all .3s ease;
    opacity: 0.5;
}
#mainCarousel .carousel-indicators &gt; li.active{
    background: #fff;
    opacity: 1;
}
#mainCarousel .carousel-control{display: none;}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item {
        height: 450px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 39px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 19px;
    }
    #mainCarousel .carousel-indicators {
        margin: 0;
        top: 93%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 460px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 42px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 50px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper &gt; section{
    padding: 50px 0 100px;
}
#main_wrapper &gt; section.main-top{
    padding: 0;
    margin: -80px 0 0;
}
#main_wrapper &gt; section.main-top .row{margin: 0;/* box-shadow: 0 15px 15px -5px rgba(0,0,0,0.23); */position: relative;}
#main_wrapper &gt; section.main-top .row &gt; div{padding: 0 5px;}
#main_wrapper .col-xs-12.col-sm-4:first-child {
    padding-left:0;
    padding-right: 10px;
}
#main_wrapper .col-xs-12.col-sm-4:last-child {
    padding-right:0;
    padding-left: 10px;
}
.main-top .m-top{
    display: block;
    text-align: center;
    background: #263666;
    height: 155px;
    position: relative;
    box-shadow: 0 12px 17px -4px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}
.main-top .m-top::before {
    content: '';
    display: block;
    position: absolute;
    width: 370px;
    height: 155px;
    background: url(/public/img/main/main-con.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .6;
} 
.main-top .row &gt; div:nth-child(2) .m-top{
    background: #2745A1;
}
.main-top .row &gt; div:nth-child(3) .m-top{
    background: #6d86d3;
}
.main-top .row &gt; div .m-top:hover{
    background: #1d2b55;
    text-decoration: none;
}
.main-top .row &gt; div:nth-child(2) .m-top:hover{
    background: #1b378f;
}
.main-top .row &gt; div:nth-child(3) .m-top:hover{
    background: #5270cf;
}
.main-top .m-top .inner{
    transition: all .3s ease;
    color: #fff;
    display: flex;
    padding: 35px 50px;
    align-items: center;
}
.main-top .m-top i{
    font-size: 47px;
    display: inline-block;
    position: relative;
    background: #fff;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    padding: 15px;
    margin-right: 25px;
}
.ph-flask::before {
    color: #536dbf !important;
}
.ph-handshake::before {
    color: #2947a4 !important;
}
.ph-buildings::before {
    color: #1d2b55 !important;
}
.main-top .m-top .caption{
    display: inline-block;
    position: relative;
}
.main-top .m-top .caption h4{
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    /* margin-top: 11px; */
    position: relative;
    letter-spacing: -0.04em;
}

.main-bottom{}

.main-bottom .bbs-area &gt; .board_box_list{/* padding: 30px; *//* border: 1px solid #ddd; */margin-bottom: 0 !important;padding: 0;padding-right: 30px;}
.main-bottom .bbs-area &gt; .board_box_list .page-header{
    margin: 0;
    padding: 0;
    border: 0;
}
.main-bottom .bbs-area &gt; .board_box_list .page-header h4{
    margin: 0 0 10px;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.035em;
    border-bottom: 1px solid #424242;
}
.main-bottom .bbs-area &gt; .board_box_list .page-header a{
    margin-top: 6px;
}
.main-bottom .bbs-area &gt; .board_box_list ul{}
.main-bottom .bbs-area &gt; .board_box_list ul li{
    font-size: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}
.main-bottom .bbs-area &gt; .board_box_list ul li a{
    display: block;
}
.main-bottom .bbs-area &gt; .board_box_list ul li .info{
    font-style: italic;
}
.main-bottom .bbs-area &gt; .board_box_list ul li .info .regdate{margin: 0;color: #333;font-style: normal;font-size: 16px;}
.main-bottom .bbs-area &gt; .board_box_list ul li .info .writer, .main-bottom .bbs-area &gt; .board_box_list ul li .info .hits{display: none;}

.main-contact{
    
}
.main-contact .m-bottom{
    display: block;
    padding: 30px;
    background: #fff;
    color: #fff;
    /* border: 1px solid #dcdfeb; */
    background: url(/public/img/main/main-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-contact .m-bottom:after{
    content: '\f46d';
    position: absolute;
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 75px;
    transform: translate(0, -50%);
    font-size: 53px;
    background: #1d2b55;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    /* opacity: 0.4; */
    color: #fff;
    display: none;
}
.main-contact .m-bottom .caption{
    margin: 0 0 32px;
}
.main-contact .m-bottom .caption h4{
    margin: 0 0 17px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.035em;
}
.main-contact .m-bottom .caption p{
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.45;
}
.main-contact .m-bottom .more{
    display: inline-block;
    font-size: 15px;
    padding: 9px 54px 9px 21px;
    height: 40px;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.27);
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    margin-left: 330px;
    position: relative;
}
.main-contact .m-bottom .more::after {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 8px;
    background: url(/public/img/main/square_arrow.png);
    right: 18px;
    top: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-contact .m-bottom:hover{text-decoration: none;}
.main-contact .m-bottom:hover .more{background: #223776;color: #fff;}


.main-prod{}
.main-prod .main-prod-slick .slick-list{margin: 0 -15px 100px;}
.main-prod .item{display: block;padding: 0 15px;}
.main-prod .item a{
    display: block;
    padding: 19px;
    border: 1px solid #ccc;
    transition: all .3s ease;
}
.main-prod .item a:hover{
    border-color: #1D2B55;
}
.main-prod .item img{}

@media (max-width: 767px){
    #main_wrapper &gt; section {
        padding: 30px 0 30px;
    }
    #main_wrapper &gt; section.main-top .row{
        margin: 0 -15px
    }
    #main_wrapper &gt; section.main-top .row .col-sm-4{
        padding: 0 15px;
    }
    #main_wrapper &gt; section.main-top {
        padding: 0;
        margin: 30px 0;
    }
    .main-top .m-top{
        overflow: hidden;
    }
    .main-contact .m-bottom .more {
        padding: 9px 60px 9px 15px;
        margin-left: 0;
    }
    .main-bottom .bbs-area &gt; .board_box_list{
        padding: 0;
        margin-bottom: 30px !important;
    }
    
}
@media (min-width: 768px) and  (max-width: 991px){
    #main_wrapper &gt; section.main-top {
        padding: 0;
        margin: -40px 0 0;
    }
    .main-top .m-top{
        height: auto;
    }
    .main-top .m-top .inner {
        transition: all .3s ease;
        color: #fff;
        display: flex;
        padding: 10px 20px;
        align-items: center;
    }
    .main-top .m-top i {
        font-size: 30px;
        height: 60px;
        width: 60px;
    }
    .main-top .m-top .caption h4 {
        font-size: 20px;
    }
    .main-top .m-top::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 80px;
    }
    .main-contact .m-bottom .more {
        margin-left: 0;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-contact .m-bottom .more {
        margin-left: 235px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subBody{
    padding-top: 70px;
}
.subBody .col-xs-12.col-sm-2 {
    width: 21%;
}

.subBody .col-xs-12.col-sm-10 {
    width: 79%;
}
.subHeader {
    height: 230px;
    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;
}
.slick-arrow{
    display: none;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 43px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 42%;
    transform: translateY(-50%);
    font-weight: 300;
    letter-spacing: -0.05em;
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    bottom: 81px;
    left: 15px;
}
.subHeader .container .breadcrumb &gt; li.active,
.subHeader .container .breadcrumb &gt; li &gt; a{opacity: 0.8;color: #ffff;letter-spacing: -0.015em;}
.subHeader .container .breadcrumb &gt; li.active{opacity: 1;}

.subMenu{
}
.subMenu .nav{text-align: center;border-top: 2px solid #1d2b55;}
.subMenu .nav &gt; li{
    float: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav &gt; li &gt; a{
    position:relative;
    font-size: 16px;
    text-align: left;
    color: #333;
    padding: 17px 22px;
    border-radius: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.035em;
}
.subMenu .nav &gt; li:hover &gt; a{
    background: #fff;
    color: #1d2b55;
    text-decoration: underline;
}
.subMenu .nav &gt; li:hover &gt; a:after {
    color: #1d2b55;
}
.subMenu .nav &gt; li.active &gt; a{
    opacity: 1;
    font-weight: 500;
    color: #fff;
    background: #1D2B55;
}
.subMenu .nav &gt; li.active:hover &gt; a {
    color: #fff;
    background: #1D2B55;
    text-decoration: none;
}
.subMenu .nav &gt; li.active:hover &gt; a:after {
    color: #fff;
}
.subMenu .nav &gt; li &gt; a::after {
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 free";
    position: absolute;
    right: 17px;
    top: 51%;
    color: #ddd;
    transform: translateY(-50%);
    font-weight: 700;
}
.subMenu .nav &gt; li.active a::after{
    color: #fff;
}
.subMenu .nav &gt; li.active:hover &gt; a{
    background: #1D2B55;
}

.subContent{
    padding-left: 40px;
}

.subContent_title{

}
.subContent_title h3{
    margin: 0 0 40px;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.subContent .content{
    padding-bottom: 100px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}
.board_wrapper{
    margin-top: 0;
}
.greeting{
    margin: 10px auto 0;
    background: #fff;
    position: relative;
}
.greeting p{
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.035em;
    line-height: 1.5;
}
.greeting p:last-child {
    margin-bottom: 0;
}
#company01 .col-xs-12.col-sm-8 {
    width: 65%;
    padding-left: 60px;
}
#company01 .col-xs-12.col-sm-4 {
    width: 35%;
    margin-top: 0;
}
.greeting p.intro{
    font-weight: 300;
    font-size: 28px;
    padding-bottom: 42px;
    color: #222;
    letter-spacing: -0.06em;
    position: relative;
    line-height: 1.4;
}
.greeting p.intro span {
    font-weight: 500;
    color: #294599;
}
.greeting p.intro::before {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 1px;
    background: #b1b1b1;
    bottom: 9px;
}
.history{
    position: relative;
}
.history:before{content: '';display: block;width: 1px;height: 100%;position: absolute;border-left: 2px solid #ddd;left: calc(50% - 3px);}

.history .timeline{
    text-align: left;
    margin-left: 50%;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}
.history .timeline:before{content: '';display: block;width: 20px;height: 20px;border: 5px solid #d9ddeb;background: #1d2b55;border-radius: 50%;position: absolute;left: -12px;top: 32px;}
.history .timeline:after{content: '';}
.history .timeline .year{
    font-size: 38px;
    font-weight: 300;
    color: #2244ab;
    margin-bottom: 7px;
}
.history .timeline .issue{}
.history .timeline .issue li{
    font-size: 16px;
    padding-left: 55px;
    position: relative;
}
.history .timeline .issue li span{
    position: absolute;
    font-weight: 500;
    color: #222;
    left: 0;
}

.history .timeline:nth-child(2n){
    text-align: right;
    margin-right: 50%;
    margin-left: 0;
    padding-right: 40px;
    padding-left: 0;
}
.history .timeline:nth-child(2n):before{content: '';left: auto;right: -8px;}
.history .timeline:nth-child(2n):after{content: '';}
.history .timeline:nth-child(2n) .year{}
.history .timeline:nth-child(2n) .issue{}
.history .timeline:nth-child(2n) .issue li{
    padding-left: 0;
    padding-right: 70px;
}
.history .timeline:nth-child(2n) .issue li span{
    left: auto;
    right: 0;
}

[id^="brand"] .content .row{margin: 0 -5px}
[id^="brand"] .content .row &gt; div{padding: 0 5px;}
.brand{
    display: block;
    padding: 5px 34px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 86px;
}
.brand:hover{border-color: #6c81c3;}

.consulting{
    margin-bottom: 30px;
}
.consulting:after{
    content: '';
    display: table;
    clear: both;
}
.consulting .box{
    position: relative;
    width: calc(100% / 4);
    float: left;
    height: 130px;
    background: #e2e9f9;
    margin-bottom: 15px;
}
.consulting .box:nth-child(2n+1){background: #f3f6fc;}
.consulting .box:first-child{
    background: #3751A1;
}
.consulting .box::after{
    content: '';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 2px solid #e2e9f9;
    border-right: 2px solid #e2e9f9;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background: #e2e9f9;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -3px;
    z-index: 1;
}
.consulting .box:nth-child(2n+1)::after{
    border-top: 2px solid #f5f7fd;
    border-right: 2px solid #f3f6fc;
    background: #f3f6fc;
}
.consulting .box:first-child::after{
    border-top: 2px solid #3751A1;
    border-right: 2px solid #3751A1;
    background: #3751A1;
}
.consulting .box:last-child::after{display: none;}
.consulting .box p{
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    line-height: 1.4;
    position:relative;
    margin-top: 18px;
    letter-spacing: -0.045em;
}
.consulting .box p::before {
    content:"";
    position:absolute;
    display:block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    top: -37px;
    border-bottom: 1px solid;
    color: #5b71b7;
    /* background: #fff; */
    /* padding: 2px 10px; */
    /* border-radius: 3px; */
    font-style: italic;
    line-height: 1.15;
}
.consulting .box:nth-child(1) p::before {
    padding: 0;
}
.consulting .box:nth-child(2) p::before {
    content: "STEP 1";
}
.consulting .box:nth-child(3) p::before {
    content:"STEP 2";
}
.consulting .box:nth-child(4) p::before {
    content:"STEP 3";
}
.consulting .box:nth-child(5) p::before {
    content:"STEP 4";
}
.consulting .box:nth-child(6) p::before {
    content:"STEP 5";
}
.consulting .box:nth-child(7) p::before {
    content:"STEP 6";
}
.consulting .box:first-child p{
    color: #fff;
    margin-top:0;
    font-weight: 500;
    font-size: 18px;
}

.li_location{
    padding: 0;
    margin: 0;
}
.li_location &gt; li{
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.li_location &gt; li &gt; span{
    color: #c39754;
    display: block;
    width: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
}
.board_wrapper .text-center {
    margin-bottom: 50px;
}
.regdate, .writer, .hits {
    color: #888;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
    color: #000;
}
.reply_wrap{display: none;}
.btn.btn-primary {
    background-color: #2645a3;
    border: 1px solid #2645a3;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #172f78;
}
.board_wrapper .option_wrap {
    margin-bottom: 100px !important;
}
@media (max-width: 767px){
    .subHeader {
        height: 160px;
    }
    .subHeader .container h2 {
        font-size: 36px;
        top: 47%;
    }
    .subHeader .container .breadcrumb {
        bottom: 10px;
        left: auto;
        right: 15px;
    }
    .subBody .col-xs-12.col-sm-2{
        display: none;
    }
    .subBody .col-xs-12.col-sm-10 {
        width: 100%;
    }
    .subContent {
        padding-left: 0;
    }

    #company01 .col-xs-12.col-sm-4 {
        width: 100%;
    }
    #company01 .col-xs-12.col-sm-8 {
        width: 100%;
        padding: 30px 15px 0;
    }
    .history .timeline, .history .timeline:nth-child(2n) {
        margin-right: auto;
        margin-left: 0;
        padding-right: 0;
        padding-left: 30px;
    }
    .history .timeline:nth-child(2n){
        text-align: left;
    }
    .history .timeline .issue li {
        margin-top: 3px;
    }
    .history .timeline:nth-child(2n) .issue li {
        padding-left: 55px;
        padding-right: 0;
    }
    .history .timeline:nth-child(2n) .issue li span {
        left: 0;
        right: auto;
    }
    .history .timeline:nth-child(2n):before {
        content: '';
        left: -12px;
        top: 32px;
    }
    .history:before {
        left: -3px;
    }
    .brand img{
        width: auto;
        height: 100%;
    }
    .consulting .box {
        width: 100%;
        margin: 0;
    }
    .consulting .box::after {
        left: 50%;
        top: 122px;
        transform: translateX(-50%) rotate(45deg);
    }
    .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){
    .subContent {
        padding-left: 15px;
    }
    .subMenu .nav &gt; li &gt; a {
        font-size: 15px;
        padding: 17px 8px
    }
    #company01 .col-xs-12.col-sm-8 {
        width: 65%;
        padding-left: 30px;
    }
    .brand img{
        width: auto;
        height: 100%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0;
    background: #cfcfcf;
}
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;
}
footer .footer-text{color: #444;}
footer .footer-text p {
    margin-bottom: 7px;
}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 2px;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #282828;
    font-size: 14px;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 14px;
    margin-top: 7px;
    letter-spacing: 0;
    color: #7a7a7a;
}

@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;
}</pre></body></html>