<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://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&amp;display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
#site {padding-top:0px;}
/* 폰트 설정 */
h1, h2, h3, h4, h5, h6, input, textarea, button, .subPage, #site { font-family: 'Roboto', 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
	padding:0
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.board_wrapper{margin-top: 0;}
.search_wrap{margin-bottom: 0;}
*{word-break:keep-all}

a:hover{text-decoration:none}

.li-dash &gt; li,
.li-dot &gt; li,.li-dash &gt;dd,
.li-dot &gt; dd{padding-left:20px; position:relative;}
.li-dash &gt; li:before,
.li-dot &gt; li:before,.li-dash &gt; dd:before,
.li-dot &gt; dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot &gt; li:before,.li-dot &gt; dd:before{
	content:'·';
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}
.subContent ul{padding:0}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position: relative;margin-bottom:0;border:0;padding: 0;/* box-shadow: 0px 0px 8px -2px #ddd; */}
.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand{margin: 0;padding:0}
.navbar&gt;.container .navbar-brand{    height: auto;
    position: relative;
    padding: 29px 0 28px 10px;}
.navbar&gt;.container .navbar-brand:before{    content: "사회복지법인 창강원";
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    font-weight: 700;
    color: #666;}
.navbar-inverse .navbar-nav &gt; li &gt; a{
    font-size: 17px;
    font-weight: 500;
    color: #222;
    padding: 20px 30px 20px;
    letter-spacing: -0.034em;
    }
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,.navbar-inverse .navbar-nav &gt; li &gt; a:focus{color:#0060aa;}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#0060aa;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:9px 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;}
}
@media (min-width: 768px) {
    .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:focus{
        color: #0060aa  !important;
        background: none !important;
    }
    .nav.navbar-nav li .dropdown-menu{
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-radius: 0;
        border: 0;
        padding: 10px;
        /* background: rgba(0,0,0,0.7); */
        background: #fff;
        border: 1px solid #ddd;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        padding-top: 5px;
        padding-bottom: 5px;
        color: #333;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: transparent;
        font-size: 15px;
        letter-spacing: -0.034em;
    }
    .nav.navbar-nav li .dropdown-menu li:last-child a{
        border-bottom: 0;
    }
    .nav.navbar-nav li .dropdown-menu li:hover a{
        background: transparent;
        color: #005ea7;
    }
}
@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;padding: 20px 0;}
}
.menu_top{      position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);}
.menu_top a{        display: block;
    float: left;
    margin: 0 6px;}
.menu_top a img,#site footer .footer-info .row &gt; div:nth-child(3) a img{    border-radius: 5px;
    opacity: .8;
    transition: all ease .3s;
    margin: 0 auto;
    display: block;
    margin-bottom: 2px;}
.menu_top a:hover img{opacity: 1;}
.menu_top a p, #site footer .footer-info .row &gt; div:nth-child(3) a p{    font-size: 13px;
    letter-spacing: -0.05em;
    transition: all ease .3s;
    font-weight: 500;
    text-align: center;
    color: #555;}
.menu_top a:hover p, #site footer .footer-info .row &gt; div:nth-child(3) a:hover p{ color:#2ca72d;}
/* 하단 카피라이트 설정 시작*/
#site footer{
    margin-top: 0px;
    background-color: #fff;
    color: #666;
    }
#site footer .footer-info{border-top: 1px solid #eee;padding: 30px 0 20px;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height: 23px;}
#site footer .footer-info img{
    margin-top: 12px;
}
#site footer .footer-info ul li:last-child {
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.6;
}
#site footer .footer-info ul li:first-child {
    font-size: 15px;
    letter-spacing: -0.06em;
    color: #777;
}
#site footer .footer-info .row &gt; div:nth-child(1) {
    width: 23%;
}
#site footer .footer-info .row &gt; div:nth-child(1):before{        content: "사회복지법인 창강원";
    background: #fff;
    position: absolute;
    right: 9px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #8f8f8f;
    z-index: 5;
    padding: 0 20px 0 5px;}
#site footer .footer-info .row &gt; div:nth-child(2) {
    padding-left: 40px;
}
#site footer .footer-info .row &gt; div:nth-child(3) a{display: block;float: left;margin: 0 6px;}
#site footer .footer-info .row &gt; div:nth-child(3) a img{    border-radius: 5px;
    opacity: .8;
    transition: all ease .3s;}
#site footer .footer-info .row &gt; div:nth-child(3) a:hover img{opacity: 1;}
/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

/*main*/

/*main*/
.main-content2{
    padding: 30px 0 30px;
    background: #ffffff;
    /* height: calc(100vh - 227px); */
}
.main-content2 .inner{
    position: relative;
    display: block;
    margin-bottom:20px;
    padding: 30px 30px;
    overflow: hidden;
    min-height: 230px;
    border-radius: 3px;
    background: #ffb990;
}
.main-content2 .inner .txt-box{
    position: relative;
    z-index:10;
}
.main-content2 .inner{
    color: #333;
}
.main-content2 .inner:hover:after{
    right: 0;
}
.main-content2 h4{
    margin-top:0;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.07em;
    margin-bottom: 15px;
}
.main-content2 h4:before{
    content:'';
    display:block;
    margin-bottom:6px;
    width:20px;
    height:3px;
    background:#222;
    display: none;
}
.main-content2 .main-about{
    color: #fff;
    background: #1f3c88;
}
.main-content2 .main-location{
    background: #dadee6;
}
.main-content2 .main-busi{
    background: #ee6f57;
    color: #fff;
}
.main-content2 .main-info{
    background: #fff;
    border: 1px solid #ddd;
}
.main-content2 .main-photo{
    background: #060d59;
    color: #fff;
}
.main-content2 .inner:after{
    z-index:0;
    position:absolute;
    right:10px;
    bottom:-7px;
    opacity: 0.2;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size:100px;
    transition:all .3s ease;
}
.main-content2 .main-about:after{
    content:'\f0f8';
    color:#fff;
    font-size: 120px;
    right: -20px;
    bottom: -34px;
    opacity: 0.12;
}
.main-content2 .main-location:after{
    content:'\f5a0';
    color: #fff;
    bottom: -28px;
    font-size: 110px;
    right: -20px;
    opacity: 0.3;
}
.main-content2 .main-interior:after{
    content: '\f46d';
    color: #bac3d6;
    font-size: 115px;
    right: -10px;
    bottom: -25px;
}
.main-content2 .main-busi:after{
    content:'\f201';
    color:#fff;
    font-size: 115px;
    right: -30px;
    bottom: -40px;
    opacity: 0.15;
}
.main-content2 .main-info:after{
    content:'\f129';
    color: #b9b9b9;
    bottom: -28px;
    font-size: 120px;
    right: -10px;
}
.main-content2 .main-photo:after{
    content: '\f03e';
    color: #b3a897;
    font-size: 120px;
    right: -30px;
    bottom: -40px;
}
.main-content2 .main-banner{
    height: 730px;
    background:url(/public/img/main/main_banner.jpg) no-repeat center bottom / cover;
    border: 1px solid #eee;
}
.main-banner h2{
    text-align: center;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin-top: 10px;
}
.main-banner h2 small,
.main-banner h2 span{
    display:block;
}
.main-banner h2 small{
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.06em;
    margin-top: 40px;
}
.main-banner h2 span{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.52em;
    color: #333;
    font-weight: 400;
}
.main-content2 .main-about h4, .main-content2 .main-busi h4, .main-content2 .main-photo h4{
    color:#fff;
    font-weight: 400;
}
.main-content2 .main-about h4:before{
    background:#fff;
    display: none;
}
.main-content2 .inner .txt-box p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.38em;
    opacity: 0.8;
    font-weight: 500;
}
.main-content2 .inner .txt-box ul{margin: 20px 0 0;}
.main-content2 .inner .txt-box ul li{display: inline-block;}
.main-content2 .inner .txt-box ul li a{
    display: inline-block;
    padding: 7px 10px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #0b8b1b;
    margin-right: 2px;
    letter-spacing: -0.034em;
    }

/*sub*/
.subTop{width:100%;height: 280px;background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;position: relative;}
.company .subTop, .notice .subTop{background: url(/public/img/sub/subTop02.jpg)no-repeat center / cover;}
#business01 .subTop{background: url(/public/img/sub/subTop06.jpg)no-repeat center / cover;}
.info .subTop{background: url(/public/img/sub/subTop04.jpg)no-repeat center / cover;}
#community .subTop{background: url(/public/img/sub/subTop05.jpg)no-repeat center / cover;}
.info .subTop h2, .info .subTop .breadcrumb&gt;li, #business01 .subTop h2, #business01 .subTop .breadcrumb&gt;li{color:#333}
.subTop_inner{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    }
.subTop h2{
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: #fff;
    }
.subTop .breadcrumb{
    background-color: transparent;
    margin: 0;
    padding: 0 0 0 3px;
    letter-spacing: -0.03em;
    }
    
.breadcrumb&gt;li {
    font-size: 12px;
    color: rgb(255,255,255,0.9);
}
.breadcrumb&gt;li+li:before {
    font-size: 11px;
    color: rgb(255,255,255,0.4);
    padding: 0 3px;
}
.subContent{padding: 0 0 120px;}
.subTitle{
    text-align: center;
    margin: 80px 0 60px;
    }
.subTitle h3{
    margin: 0;
    font-size: 40px;
    letter-spacing: -0.06em;
    font-weight: 700;
    /* font-family: 'Nanum Myeongjo'; */
    }

.sub_nav{overflow: hidden;text-align: center;}
.sub_nav ul{
    display: inline-block;
    padding: 60px 0 0 0;
    overflow: hidden;
    margin: auto;
    }
.sub_nav li {
    float: left;
    text-align: center;}
.info .sub_nav li {width: calc(100% / 2);}
.notice .sub_nav li {width: calc(100% / 3);}
.sub_nav li a{
    display: block;
    padding: 13px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.034em;
    /* margin: 0 2px; */
    width: 160px;
    letter-spacing: -0.034em;
    border: 1px solid #ddd;
    border-right: none;
}    
.sub_nav li:last-child a {
    border-right: 1px solid #ccc;
}
.sub_nav li.active a{color: #fff;font-weight: 400;background: #333;}
.subContent .con{margin-bottom: 60px;}
.subContent .con p, .subContent .con li, .subContent .con dd{font-size:16px;letter-spacing: -0.034em;line-height: 1.5;margin-bottom: 20px;}
.subContent .con li, .subContent .con dd{margin-bottom: 5px;padding-left: 16px;}
.subContent .con:last-child, .subContent .con p:last-child, .subContent .con li:last-child, .subContent .con dd:last-child{margin-bottom:0}
.subContent .con h4{
    font-size: 24px;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    margin: 0 0 20px;
    letter-spacing: -0.034em;
    }
.subContent .con h4:before{
    content: "";
    width: 4px;
    height: 22px;
    background: #0060aa;
    position: absolute;
    left: 1px;
    top: 0;
}



/*table*/
.subContent .table.table-type03 {border-top: 2px solid #333;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 16px 20px !important;border-bottom: 1px solid #dedede !important;letter-spacing: -0.02em;word-break: keep-all;vertical-align: middle !important;font-size: 15px;}
.subContent .table.table-type03 tr th {color: #333;text-align:center;background: #f8f8f8;font-size: 15px;font-weight: 500;line-height: 1.3em;}
.subContent .table.table-type03 tr td {color: #666;padding: 18px 20px !important;}

/*준비중*/
.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;
}

/*business*/
#business01 .subTitle{    margin: 40px 0 80px;}

/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 35px 0 30px;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
/* board 추가 css end */
.main-content2 .main-interior {background: #fff;border: 1px solid #ddd;}
.main-content2 .main-about p, .main-content2 .main-busi p, .main-content2 .main-photo p {
    font-weight: 400 !important;
}
.main-content2 .inner .txt-box ul li a:hover {
    background:#046811;
}

/*company*/
#company01 .con1 p:last-child{font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    letter-spacing: -0.05em;}
#company01 .con1 img{padding-right: 10px;}
#company02 .subContent .table.table-type03 tr th, #company02 .subContent .table.table-type03 tr td{border-bottom:none;border:1px solid #ddd;padding:12px !important; text-align: center;}

#company03 .timeline{
    padding-left: 20px;
    width: 900px;
    margin: auto;
}
#company03 .timeline tr th,
#company03 .timeline tr td {
    padding: 28px 50px 28px 0 !important;
    border-bottom: 1px solid #ddd;
    border-top: none;
}
#company03 .timeline tr th {
    position: relative;
    font-size: 48px;
    font-style: italic;
    font-weight: 200;
    color: #0060aa  ;
    letter-spacing: -0.034em;
    text-align: center;
    line-height: 0.9 !important;
    border-bottom: 1px solid #0060aa  ;
}
#company03 .timeline .month{
    margin: 0;
	padding: 0;
}
#company03 .timeline .month li {
    position: relative;
    padding: 0 0 0 150px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.034em;
    margin-bottom: 10px;
}
#company03 .timeline .month li:last-child{margin-bottom: 0;}
#company03 .timeline .month li strong{
    position: absolute;
    left: 60px;
    font-size: 16px;
    color: #333;
}

.location-li {
    border-top: 1px solid #999;
    margin: 40px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px;
    margin: 0;
    font-size: 15px;
    color: #555;
    width: 50%;
    float: left;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: 500;
    color: #003d7b;
    border-radius: 4px;
    font-size: 15px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 13px;
    background: #69a2d6;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
    font-size: 15px;
}
.location-li li:first-child{width: 100%;float: none;}

/*info*/
.info .con h4 + p{    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;}
#info02 .con1 ul{padding: 30px;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #f8f8f8;}
#info02 .con1 ul li{    margin-bottom: 12px;}
#info02 .con1 ul li:last-child{    margin-bottom: 0;}
#info02 .con1 ul li span{    font-weight: 700;
    margin-right: 8px;}
.info .con5 dl{
    float: left;
    padding: 20px 30px;
    margin-right: 50px;
    border: 1px solid #ddd;
    text-align: center;
    min-width: 250px;
    border-top: 2px solid #0060aa;
}
.info .con5 dl dt{
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.info .con5 dl dd{
    padding: 0;
    font-size: 18px;
}

/*business*/
#business01 .con1 .col-md-12:first-child p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    background: #d5eafa;
    color: #024d87;
    padding: 25px 0;
    line-height: 1;
}
#business01 .con1 h4 + p{font-size: 18px;
    margin-bottom: 15px;}
#business01 .con1 p span{
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-top: 10px;
}
#business01 .con1 .clearfix{
    margin-bottom: 40px;
}
#business01 .con1 .clearfix.img_clear{margin-bottom: 20px;}
#business01 .con1 img{
    border: 1px solid #ddd;
    padding: 10px;
}

/*mobile*/
@media(max-width:767px){
    .navbar-inverse{    border-bottom: 1px solid #ddd;}
    .navbar-brand&gt;img{    width: 100%;
        max-width: 200px;}
    .navbar&gt;.container .navbar-brand{padding: 5px 15px 15px;}
    .navbar&gt;.container .navbar-brand:before{font-size: 18px;padding-left: 5px;right: 14px;top: 22px;}
    .menu_top{
        transform: translateY(0);
        position: static;
        overflow: hidden;
        padding-top: 9px;
        float: right;
        margin-right: 7px;
        }
    .menu_top a img, #site footer .footer-info .row &gt; div:nth-child(3) a img{
        width: 100%;
        max-width: 30px;
        }
    .menu_top a p, #site footer .footer-info .row &gt; div:nth-child(3) a p{
        margin: 0;
        line-height: 1;
        font-size: 11px;
        }
    .navbar-inverse .navbar-toggle{padding: 7px 0 17px;}
    .navbar-inverse .navbar-nav &gt; li &gt; a{    padding: 30px 30px 10px;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu&gt;li&gt;a{padding: 5px 30px;}
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333}

    .main-content2 .inner{    min-height: 200px;}
    .center-con{display: none;}
    #site footer .footer-info {text-align: center;}
    #site footer .footer-info .row &gt; div:nth-child(1){width: 100%;}
    #site footer .footer-info .row &gt; div:nth-child(2){width: 100%;padding-left: 15px;}
    #site footer .footer-info .col-md-2:before{    right: 80px;
        font-size: 18px;
        padding-left: 5px;}
    #site footer .footer-info img{    margin-top: 0;
        margin-bottom: 15px;}
    #site footer .footer-info .row &gt; div:nth-child(3) a{    margin-top: 10px;}
    
    .subTop{    height: 150px;}
    .company .subTop{    height: 180px;}
    .subTop_inner{    left: 10%;text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
        top: 50%;}
    .sub_nav ul{    display: block;}
    .sub_nav ul li a{        width: 100%;    padding: 9px 0;    font-size: 14px;}
    .company .sub_nav ul li{    width: calc(100% / 5);}
    .subTitle{    margin: 40px 0;}
    .subTitle h3{    font-size: 34px;}
    .subContent{    padding: 0 0 80px;}
    .subContent .con p, .subContent .con li, .subContent .con dd{    font-size: 15px;
        line-height: 1.65;
        margin-bottom: 15px;}
    .subContent .con h4{    font-size: 20px;}

    #company01 .con1 img {padding-right: 0;    margin-bottom: 20px;}
    #company03 .timeline{padding-left: 0;width: 100%;}
    #company03 .timeline tr th, #company03 .timeline tr td{    padding: 0 !important;    display: block;       
        text-align: left;}
    #company03 .timeline tr th{font-size: 30px;    font-weight: 400;padding-bottom: 5px !important;}
    #company03 .timeline tr td{ border-bottom: none;}
    #company03 .timeline .month{    margin: 15px 0 35px;
        padding: 0;}
    #company03 .timeline .month li{    padding: 0;}
    #company03 .timeline .month li strong{       position: static;
        display: block;
        margin-bottom: 5px;}
    #company05 .con iframe{height: 250px;}
    .location-li li{    padding: 10px 20px;    width: 100%;
        margin-bottom: 0 !important;
        float: none;}

    .info .con h4 + p{    font-size: 15px;
        letter-spacing: -0.04em;
        font-weight: 400;}
    .info .subContent .con{    margin-bottom: 35px;}
    #info01 .con &gt; .col-md-5{display: none;}
    .info .con5 dl{min-width: auto;    padding: 15px 21px;
        margin-right: 20px;}
    .info .con5 dl dt, .info .con5 dl dd{    font-size: 16px;}
    .info .con5 dl:last-child{margin-right: 0;}
    #info02 .con1 ul{  padding: 20px 10px;}
    #info02 .con1 div:nth-of-type(2) ul{    margin: 20px 0 0;
        border-bottom: none;
        padding-bottom: 0;}
    #info02 .con1 div:nth-of-type(3) ul{    border-top: none;
        margin-top: 0;
        padding-top: 5px;}
    #info02 .con1 ul li{    margin-bottom: 5px;}
    #info02 .con1 ul li:last-child{margin-bottom: 0;}
    .info .subContent .con:last-child{margin-bottom: 0;}

    #business01 .con1 .col-md-12:first-child p{    font-size: 18px;
        font-weight: 400;
        padding: 25px 15px;
        line-height: 1.4;}
    #business01 .con1 h4 + p{    font-size: 15px}
    #business01 .con1 img{margin-bottom: 15px;}

    .table_blog2 dd .inner .top a .thumb{    height: 110px;}
    .table_blog2 dd .inner .bottom .title a{    font-size: 15px;}
    .search_wrap .write_btn_wrap{right: 0;}
    .search_wrap #search_kind, .search_wrap #search_query, .search_wrap #search_btn{    float: left;}
    .search_wrap #search_kind{    width: 25%;}
    .search_wrap #search_query{    width: 60%;}
    .search_wrap #search_btn{    width: 15%;
        padding: 9px 10px;}
    .search_wrap #write_btn{    float: right;
        width: 40%;
        margin-top: 10px;}
    .board_wrapper .table colgroup, .board_wrapper .table tr .num, .board_wrapper .table tr .hits{display: none;}
    .table.table_default tr th, .table.table_default tr td{    font-size: 14px;    padding: 12px;}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_data_view .header_wrap .title{    font-size: 16px;
        padding: 0 15px;}
    .table.table_default tbody .subject a{    font-size: 14px;}
    .navbar-header{clear: both;}
    #site footer .footer-info .row &gt; div:nth-child(1):before{right: 55px;
        top: 50%;}
    #site footer .footer-info .row &gt; div:nth-child(3){    overflow: hidden;
        display: inline-block;}
}
@media(min-width:768px) and (max-width:1785px){
    .menu_top{display: none;}
}</pre></body></html>