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

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 68px;}
#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;letter-spacing: -0.015em;}


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

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

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

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

@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: 5px 0 5px rgba(0, 0, 0, 0.09);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 15px;margin-left: 0 !important;height: auto;width: 210px;}
.navbar-header .navbar-brand img{margin-top: 12px;display: inline-block;}

.nav.navbar-nav &gt; li &gt; a{display: block;height: 100%;padding: 35px 25px 35px;font-size: 18px;color: #444;font-weight: 500;}
.nav.navbar-nav &gt; li &gt; a .caret{display: none;}
.nav.navbar-nav &gt; li:hover &gt; a,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li:focus &gt; a,
.nav.navbar-nav &gt; li &gt; a:hover,
.nav.navbar-nav &gt; li &gt; a:focus,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li.open &gt; a:hover,
.nav.navbar-nav &gt; li.open &gt; a:focus{color: #000;background: none;}
.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 rgba(255, 255, 255, 0.08);}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: #1a1b91;
}


@media (max-width: 767px){
    #site{
        padding-top: 58px;
    }
    .navbar-header .navbar-brand img {
        margin-top: 0;
    }
    
    .navbar-header .navbar-brand {
        margin-top: 12px;
        margin-left: 15px !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 13px 15px 13px 0;
    }

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

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

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

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

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

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

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav &gt; li &gt; a {
        display: block;
        height: 100%;
        padding: 15px 25px;
        font-size: 16px;
        text-align: center;
        color: #444;
        font-weight: 500;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: #f4f4f4;
    }
    .nav.navbar-nav li.open  .dropdown-menu li a{color: #545454;border-color: #dfdfdf;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-top: 15px;
        margin-left: 0 !important;
        height: auto;
        width: 180px;
    }
    .nav.navbar-nav &gt; li &gt; a {
        display: block;
        height: 100%;
        padding: 35px 15px 35px;
        font-size: 17px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 740px;
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-align: left;text-shadow: none;top: 49%;text-align: center;}
#mainCarousel .carousel-inner .item h1{
    font-size: 28px;
    margin: 0 0 25px;
    font-weight: 600;
    letter-spacing: 0;
}
#mainCarousel .carousel-inner .item P{
    font-size: 47px;
    font-weight: 300;
    line-height: 1.45;
}
#mainCarousel .carousel-control{display: none;}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
#mainCarousel .carousel-indicators li.active{}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 12px;
    }
    #mainCarousel .carousel-inner .item P {
        font-size: 20px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 660px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 750px) / 2);right: calc((100% - 750px) / 2);}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    #mainCarousel .carousel-inner .item P{
        font-size: 27px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 970px) / 2);right: calc((100% - 970px) / 2);}
    #mainCarousel .carousel-inner .item P{
        font-size: 31px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper &gt; section{padding: 90px 0;background-image: url(/public/img/main/main-bg.png);background-repeat: no-repeat;background-size: cover;}
.main-bbs{}
.main-bbs .board_box_list{
    margin-bottom: 0 !important;
    padding-right: 90px;
}
.main-bbs .page-header{
    margin: 9px 0 20px;
    padding: 0px 0 15px;
    border-bottom: 1px solid #999;
}
.main-bbs .page-header h4{
    font-size: 28px;
    margin: 0;
}

.main-bbs .page-header a{
    margin-top: 6px !important;
}
.main-bbs ul{}
.main-bbs ul &gt; li{
    padding: 7px 0;
}
.main-bbs ul &gt; li .info{}
.main-bbs ul &gt; li .info .writer,
.main-bbs ul &gt; li .info .hits{display: none;}
.main-bbs ul &gt; li .info .regdate{}
.main-bbs ul &gt; li a{
    font-size: 17px;
    color: #000;
}
#main_wrapper .col-xs-12.col-sm-6 {
    padding: 0 10px;
    width: 50%;
}
.main-link{
    display: block;
    position: relative;
    overflow: hidden;
}
.main-link.prod{}
.main-link.sppt{}
.main-link img{
    transform: scale(1);
    transition: all .3s ease;
}
.main-link .txt-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    padding: 30px;
}
.main-link .txt-area .tit{
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}
.main-link .txt-area .des{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.main-link .txt-area .view{
    display: block;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    padding: 7px 14px;
    font-size: 13px;
}


.main-link:hover img{
    transform: scale(1.1);}
.main-link:hover .txt-area{}
.main-link:hover .view {
  background:rgba(255, 255, 255, 0.27);
}

@media (max-width: 767px){
    #main_wrapper .col-xs-12.col-sm-6{
        width: 100%;
        padding: 0 15px;
    }
    .main-bbs .board_box_list {
        margin-bottom: 30px !important;
        padding-right: 15px;
    }
    .main-link.prod {
        margin: 0 0 30px;
    }
    .main-link img{
        width: 100%;
    }
    .main-bbs ul &gt; li a {
        font-size: 13px;
        color: #000;
    }
    .main-bbs ul &gt; li .info{
        font-size: 10px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #main_wrapper .col-xs-12.col-sm-6{
        width: 100%;
    }
    #main_wrapper .col-xs-12.col-sm-6 .col-xs-12.col-sm-6{
        width: 50%;
    }
    .main-bbs .board_box_list {
        margin-bottom: 30px !important;
        padding-right: 15px;
    }
    .main-link img{
        width: 100%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}

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

/* 서브페이지 */

.subHeader {height: 220px;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.subHeader .container{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.subHeader .container h2{text-align: center;color: #fff;font-size: 45px;margin: 0;display: none;}
.subHeader .container .breadcrumb{padding: 0; margin: 0; background: none; position: absolute; bottom: 10px; right: 15px;}
.subHeader .container .breadcrumb &gt; li &gt; a,
.subHeader .container .breadcrumb &gt; li.active{color:#fff; opacity: 0.7;}

.subWrapper &gt; .container{
    /* padding-top: 80px; */
    padding-bottom: 40px;
}

.subMenu{
    padding-right: 20px;
    margin-bottom: 80px;
}
.subMenu h2{
    padding: 81px 30px 40px;
    background: #010181;
    color: #fff;
    margin: -50px 0 0px;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    background-image: url(/public/img/sub/sub-bg.png);
    min-height: 144px;
    background-repeat: no-repeat;
}
.subMenu h2 small {
    font-size: 15px;
    color: rgb(255 255 255 / 63%);
    display: block;
    margin-top: 14px;
}
.subMenu .nav{}
.subMenu .nav &gt; li{
    float: none;
    margin: 0;
}
.subMenu .nav &gt; li &gt; a{
    background: none;
    color: #333;
    font-size: 16px;
    line-height: 1;
    padding: 16px 15px;
    border: 1px solid #ddd;
    font-weight: 500;
    margin-top: 3px;
    border-radius: 0;
}
.subMenu .nav &gt; li.active &gt; a{
    color: #fff;
    background: #3636c2;
    border-radius: 0;
    border-color: #3636c2;
}
.subMenu .nav &gt; li.active &gt; a::before {
    content: '\e5cc';
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Material Symbols Outlined';
    color: #fff;
}
.diffused{
    background: #fafafa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
}
.diffused &gt; li{}
.diffused &gt; li &gt; a{
    display: block;
    padding: 3px 0 3px 18px;
    position: relative;
    color: #919191;
    font-size: 14px;
}
.diffused &gt; li &gt; a:before{
    content: '';
    display: block;
    width: 4px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 13px;
    left: 4px;
}
.diffused &gt; li &gt; a:hover{
    color: #000;
}
.diffused &gt; li.active &gt; a{
    color: #3636c2;
}

.subContent{padding-top: 78px;padding-left: 20px;}
.subContent_title{}
.subContent_title h3{
    margin: 0 0 50px;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: baseline;
    /* font-size: 36px; */
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #999;
    letter-spacing: -0.04em;
}
.subContent_title h3 span{}
.subContent_title .breadcrumb{
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    height: auto;
    display: flex;
}
.subContent_title .breadcrumb &gt; li{
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0;
}
.subContent_title .breadcrumb &gt; li &gt; a{
    color: #000;
    opacity: 0.5;
}
.subContent_title .breadcrumb &gt; li.active{
    color: #000;
    opacity: 0.8;
}
.subContent_title p{
    margin: 0 0 50px;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
    color: #0c0c86;
    letter-spacing: -0.04em;
    padding-right: 40px;
}
.subContent .content, .bbs-section{padding-bottom: 80px;}
.bbs-area .board_wrapper{margin-top: 0;}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li a {
    height: 55px;
}
.board_pd_view .pd_title_wrap {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}
.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] {
    flex-grow: 1;
    flex-basis: 0;
    min-height: 55px;
}
.board_pd_view .pd_img_main {
    border: 1px solid #eee;
}
.subContent .content h4{
    font-size: 23px;
    font-weight: 600;
    padding-left: 14px;
    margin: 0 0 20px;
    position: relative;
}
.board_pd_view .pd_top_wrap .pd_col_rgt {
    padding-top: 0;
}
.board_pd_view .pd_title_wrap .title {
    font-size: 25px;
    font-weight: 700;
}
.board_pd_view .pd_title_wrap .badge {
    border-radius: 0;
    letter-spacing: 0;
}
.board_wrapper .table.board_write_table tbody tr th {
    background-color: #F5F5F5;
    padding: 20px 20px;
    width: 220px;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
.board_wrapper .wr_caution {
    position: relative;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 0;
    padding-left: 18px;
    font-weight: 400;
    color: #456e98;
    word-break: break-all;
    letter-spacing: -0.02em;
}
.subContent .content h4::before{content: '';display: block;width: 4px;height: 18px;background: #333;position: absolute;top: 4px;left: 0;}

.greeting{}
.greeting p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #555;
    padding-right: 20px;
    word-break: break-all;
}
.greeting p.intro{
    font-size: 21px;
    font-weight: 600;
    line-height: 1.55;
    color: #0c0c86;
    letter-spacing: -0.035em;
}
.greeting p.epil{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin: 25px 0 0;
    color: #333;
    text-align: right;
}
#about01 .col-xs-12.col-sm-4 {
    margin-top: 10px;
    width: 34%;
}

#about01 .col-xs-12.col-sm-8 {
    width: 66%;
}
.history{
    position: relative;
}
.history:before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 175px;
}
.timeline{
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}
.timeline .year{
    font-size: 40px;
    width: 140px;
    font-weight: 600;
    color: #e3e3f1;
    margin: 0;
}
.timeline .issue{
    width: calc(100% - 140px);
    padding-left: 75px;
}
.timeline .issue li{
    margin-top: 16px;
    font-size: 16px;
    position: relative;
}
.timeline .issue li:before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid #d2d2f5;
  background: #010181;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -47px;
}

.partners{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px;
    background: #fafafa;
}
.partners &gt; li{
    width: 50%;
    /* padding-left: 12px; */
    position: relative;
    margin-top: 5px;
    font-size: 15px;
    /* text-decoration: underline; */
}
.partners &gt; li:before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 12px;
    left: 0;
    display: none;
}
.partners &gt; li a{
    color: #000;
    font-size: 15px;
}
.partners &gt; li a:hover{
    color: #0000fe;
}

.contracted{}
.contracted &gt; li{
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    display: flex;
    align-items: center;
}
.contracted &gt; li .year{
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    width: 90px;
}
.contracted &gt; li .issue{}
.contracted &gt; li .issue &gt; li{
    font-size: 15px;
    line-height: 25px;
}
.lab-info{
    /* border: 1px solid #ddd; */
    padding: 30px;
    background: #fafafa;
}
.lab-info img {
    border: 1px solid #eee;
}
.lab-intro{
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.lab-intro h5{
    font-size: 20px;
    font-weight: 600;
    color: #1079c5;
    margin: 0 0 7px;
    line-height: 1;
}
.lab-intro p{
    font-size: 16px;
    margin: 0;
}

.lab-overview{
    margin: 0 0 25px;
}
.lab-overview li{
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
}
.lab-overview li .tit{
    font-weight: 600;
    font-size: 15px;
    width: 85px;
    position: relative;
    padding-left: 10px;
}
.lab-overview li .tit::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.lab-overview li .des{}

.lab-now{}
.lab-now dt{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
}
.lab-now dd{
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 9px;
    margin-top: 2px;
}
.lab-now dd::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 10px;
    left: 0;
}

.lab-perform{
    padding-top: 20px;
}
.lab-perform li{
    font-size: 16px;
    line-height: 1;
    margin-top: 16px;
    /* border-bottom: 1px solid #ddd; */
    padding-left: 11px;
    position: relative;
}
.lab-perform li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #0344a5;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.addr{
    /* padding: 15px 15px 15px 50px; */
    /* background: #fafafa; */
    margin-top: -4px;
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333;
    padding-top: 30px;
    padding-left: 25px;
}
.addr &gt; .material-icons{
    position: absolute;
    top: 31px;
    left: 0;
    color: #fe0000;
    font-size: 21px;
}
.addr &gt; .en{
    font-size: 15px;
    color: #999;
}

.location{
    padding: 22px 25px 25px;
    background: #fafafa;
}
.location &gt; li{
    font-size: 15px;
    line-height: 1.5;
    padding-left: 0;
    position: relative;
    margin-top: 3px;
}
.location &gt; li span {
    margin-right: 6px;
    top: 4px;
    font-size: 19px;
    color: #222;
}
.location &gt; li &gt; b{
    font-weight: 600;
    margin-right: 16px;
    display: inline-block;
}

.category_wrap{
    margin-bottom: 20px;
}
.category_wrap &gt; ul{text-align: center;}
.category_wrap &gt; ul &gt; li{
    margin: 0;
}
.category_wrap &gt; ul &gt; li.on{}
.category_wrap &gt; ul &gt; li a{
    font-weight: 600;
    color: #777;
    opacity: 1;
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.board_wrapper .text-center {
    margin-top: 40px !important;
}
.category_wrap &gt; ul &gt; li a:hover{
   opacity: 1;
   color: #010181;
   border-color: #010181;
}
.category_wrap &gt; ul &gt; li.on a{
    opacity: 1;
    color: #fff;
    border-color: #010181;
    background: #010181;
}

.table_pd &gt; dd{
    margin-bottom: 30px;
}
.table_pd &gt; dd .inner{}
.table_pd .inner .top {
    border: 1px solid #ddd;
}
.table_pd .inner .top a .thumb{
  background-size: 100% 100%;
}
.table_pd &gt; dd .inner .badge{
    background: #777;
    color: #fff;
    font-weight: 400;
    /* border-radius: 13px; */
    padding: 6px 10px 5px;
}
.table_pd .inner .bottom .pd_preview {
    line-height: 1.55;
}
.prod-overview {
    font-size: 13px;
}
.table_pd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 600;
}
:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: #000;
}

.board_wrapper .wr_tabs_contents .wr_pd_form_group.title_group&gt;div:nth-child(1) {width: 85%;}
.board_wrapper .wr_tabs_contents .wr_pd_form_group.title_group&gt;div:nth-child(2) {width: 15%;}
#form_contact #list_btn{display: none;}

.support-box{}
.support-box .intro{
    padding: 0 0 25px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 30px;
    font-size: 26px;
}
.support-box .intro b{
    color: #3636c2;
}
#support02 .support-box .intro{
    font-size: 21px;
}
#support02 .support-box .intro span{
    display: block;
    margin-top: 15px;
}
.support-box .row{}
.support-box .row &gt; div{}
.support-box .row &gt; div:nth-child(1){}
.support-box .row &gt; div:nth-child(1) img{
    margin: 0;
}
.support-box .row &gt; div:nth-child(2) p{
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 1.5;
}
.support-box .row &gt; div:nth-child(2) dl{}
.support-box .row &gt; div:nth-child(2) dl dt{
    font-size: 18px;
    padding-left: 10px;
    position: relative;
}
.support-box .row &gt; div:nth-child(2) dl dt::before{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #3636c2;
    position: absolute;
    top: 9px;
    left: 0;
}
.support-box .row &gt; div:nth-child(2) dl dd{
    font-size: 16px;
    padding-left: 12px;
    position: relative;
    margin-top: 4px;
    line-height: 1.35;
}
.support-box .row &gt; div:nth-child(2) dl dd::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 10px;
    left: 0;
}

.bbs-section &gt; p.intro{font-size: 18px;font-weight: 500;color: #222;margin: 0 0 15px;letter-spacing: -0.04em;}

#about03 img{
    /* border-top-right-radius: 100px; */
    /* border-bottom-left-radius: 100px; */
}
.biz-wrap{
    margin-top: 30px;
}
.biz-wrap p{
    font-size: 16px;
    margin: 0 0 25px;
}
.biz-wrap dl{
    /* border: 1px solid #ddd; */
    padding: 30px;
    background: #fafafa;
    margin-top: 50px;
}
.biz-wrap dl dt{
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
}
.biz-wrap dl dd{
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 4px;
}
.biz-wrap dl dd::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

@media (max-width: 767px){
    .subHeader {
        height: 80px;
    }
    .subMenu {
        padding-right: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .subMenu h2{
        display: none;
    }
    .subMenu .nav &gt; li {
        float: left;
        margin: 1px 2px;
        width: calc(50% - 4px);
    }
    .subMenu .nav &gt; li &gt; a {
        background: none;
        color: #333;
        font-size: 13px;
        padding: 16px 3px;
        text-align: center;
        letter-spacing: -0.035em;
    }
  .subMenu .nav &gt; li.active &gt; a::before{
    display: none;
}
    .subContent {
        padding-top: 78px;
        padding-left: 0;
    }
    .subContent_title h3 {
        flex-direction: column;
        padding-bottom: 10px;
        margin: 0 0 20px;
    }
    .subContent_title h3 span {
        font-size: 24px;
        display: block;
        margin: 0 0 15px;
    }
    .breadcrumb&gt;li+li:before{
    padding: 0 1px;
}
    .subContent_title .breadcrumb &gt; li {
        font-size: 13px;
        letter-spacing: -0.023em;
    }
    .category_wrap li a{
        font-size: 12px;
    }
    .table_pd &gt; dd{
        width: 100%;
    }
    .support-box .intro {
        padding: 0 0 15px;
        /* border-bottom: 1px solid #ddd; */
        margin-bottom: 15px;
        font-size: 15px;
    }
    .bbs-section &gt; p.intro {
        font-size: 15px;
        font-weight: 500;
        color: #222;
        margin: 0 0 15px;
        letter-spacing: -0.04em;
    }
    #support02 .support-box .intro {
        font-size: 15px;
    }
    .support-box .row &gt; div:nth-child(2) p{
        font-size: 14px;
        margin-top: 20px;
        padding-left: 0;
    }
    .support-box .row &gt; div:nth-child(2) p br{
        display: none;
    }
    .support-box .row &gt; div:nth-child(2) dl{
        margin-top: 30px;
    }
    .support-box .row &gt; div:nth-child(2) dl dt {
        font-size: 16px;
    }
    .support-box .row &gt; div:nth-child(2) dl dt::before{
        top: 8px;
    }
    .support-box .row &gt; div:nth-child(2) dl dd {
        font-size: 13px;
    }
    #about01 .col-xs-12.col-sm-8,
    #about01 .col-xs-12.col-sm-4 {
        width: 100%;
    }
    #about01 .col-xs-12.col-sm-4{display: none;}
    .history {
        position: relative;
        padding-left: 30px;
    }
    .history:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ddd;
        position: absolute;
        top: 0;
        left: 0;
    }
    .timeline {
        flex-direction: column;
    }
    .timeline .year {
        font-size: 32px;
        width: 100%;
    }
    .timeline .issue {
        width: calc(100%);
        padding-left: 0;
    }
    .timeline .issue li {
        margin-top: 16px;
        font-size: 13px;
    }
    .timeline .issue li:before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border: 4px solid #d2d2f5;
        background: #010181;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: -36px;
    }
    .biz-wrap p {
        font-size: 14px;
    }
    .biz-wrap dl dd {
        font-size: 13px;
        padding-left: 10px;
        position: relative;
        margin-bottom: 5px;
    }
    .subContent_title p {
        margin: 0 0 30px;
        font-size: 15px;
    }
    .partners &gt; li a {
        color: #000;
        font-size: 12px;
    }
    .partners {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 20px;
    }
    .contracted &gt; li .issue {
        width: 100%;
    }
    .contracted &gt; li {
        border-bottom: 1px solid #ddd;
        padding: 14px 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contracted &gt; li .year {
        font-size: 17px;
        margin: 0;
        font-weight: 600;
        width: 100%;
    }
    .contracted &gt; li .issue &gt; li{
        font-size: 13px;
    }
    .lab-intro h5 {
        font-size: 17px;
    }
    .lab-intro p {
        font-size: 14px;
        margin: 0;
    }
    .lab-info img {
        border: 1px solid #eee;
        margin-bottom: 15px;
    }
    .lab-overview li {
        font-size: 13px;
    }
    .lab-overview li .tit {
        font-weight: 600;
        font-size: 13px;
    }
    .lab-overview li .tit::before {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background: #333;
        border-radius: 50%;
        left: 0;
        top: 5px;
    }
    .lab-now dt {
        font-size: 15px;
    }
    .lab-now dd {
        font-size: 13px;
    }
    .lab-perform li {
        font-size: 14px;
        line-height: 1.1;
    }
    .addr {
        /* padding: 15px 15px 15px 50px; */
        /* background: #fafafa; */
        margin-top: -4px;
        position: relative;
        font-size: 16px;
    }
    .addr &gt; .en {
        font-size: 12px;
    }
    .location {
        padding: 15px;
    }
    .location &gt; li {
        font-size: 12px;
    }
    .location &gt; li span {
        margin-right: 6px;
        top: 4px;
        font-size: 15px;
    }
    .location &gt; li &gt; b{
        font-weight: 600;
        margin-right: 9px;
        display: inline-block;
    }
  .board_pd_view .pd_top_wrap .row{/* margin-left: 15px; *//* margin-right: 15px; */}
  .board_pd_view .contents_wrap .pd_tabs_tp_title{text-align: center;}
  .bbs-area .board_wrapper .pd_top_wrap{padding: 20px 0px 0;}
  .bbs-area .board_wrapper .pd_bottom_wrap{padding: 0px 15px;}
  .board_pd_view .pd_top_wrap .pd_slider_wrap{margin: 0;}
  .bbs-area .board_wrapper {/* padding: 0px 15px; */}
    .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){
    .subMenu {
        padding-right: 0;
        margin-bottom: 80px;
    }
    .subMenu h2 {
        padding: 73px 15px 23px;
        background: #010181;
        color: #fff;
        margin: -50px 0 0px;
        font-weight: 500;
        font-size: 22px;
    }
    .subMenu h2 small {
        font-size: 12px;
        color: rgb(255 255 255 / 63%);
        display: block;
        margin-top: 4px;
    }
    .subMenu .nav &gt; li &gt; a {
        background: none;
        color: #333;
        font-size: 13px;
        line-height: 1;
        padding: 10px 15px;
    }
    .subContent_title .breadcrumb &gt; li {
        font-size: 11px;
    }
    .subMenu .nav &gt; li.active &gt; a::before{
        display: none;
    }
    .subWrapper &gt; .container &gt; .row&gt; .col-sm-3 {width: 30%;}
    .subWrapper &gt; .container &gt; .row&gt; .col-sm-9 {width: 70%;}
    .table_pd &gt; dd{
        width: 50%;
    }
    .table.table_default colgroup,
    .table.table_default tr .regdate,
    .table.table_default tr .writer{display: none;}
    .support-box .intro {
        padding: 0 0 25px;
        /* border-bottom: 1px solid #ddd; */
        margin-bottom: 30px;
        font-size: 20px;
    }
    .support-box .row &gt; div{
        width: 100%;;
    }
    .support-box .row &gt; div:nth-child(1) {
        margin-bottom: 30px;
    }
    .support-box .row &gt; div:nth-child(2) p {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 0px;
        line-height: 1.5;
    }
    .timeline .issue li {
        margin-top: 16px;
        font-size: 14px;
        position: relative;
    }
    .timeline .year {
        font-size: 33px;
        width: 109px;
        font-weight: 600;
        color: #e3e3f1;
        margin: 0;
    }
    .history:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ddd;
        position: absolute;
        top: 0;
        left: 144px;
    }
    .timeline .issue {
        width: calc(100% - 110px);
        padding-left: 75px;
    }
    .location &gt; li {
        font-size: 14px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .subWrapper &gt; .container &gt; .row&gt; .col-sm-3 {width: 28%;}
    .subWrapper &gt; .container &gt; .row&gt; .col-sm-9 {width: 72%;}
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0;background: #333;color: #fff;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 &gt; a{display: block;}
footer .footer-logo h1 &gt; a &gt; img{display: block;}
footer .footer-text{}
footer .footer-text p{}
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: #ddd;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 12px;margin-top: 10px;color: #a7a7a7;}

@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: 70px 25px;text-align: center;background: #f5f5f5;}
.maintenance .icon {display: block;line-height: 1;font-size: 55px;margin-bottom: 10px;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 18px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 20px;margin-top: 25px;}
.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>