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

#site {
    font-family: 'notokr', sans-serif;
    padding-top: 80px;
}

a {
    word-break: break-all;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

#site&gt;.container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

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

.navbar-brand img {
    height: 48px;
    margin-top: 4px;
}

.navbar-brand {
    position: relative;
    height: auto;
    padding: 0;
    margin: 13px 0 0;
    margin-left: 0 !important;
    width: 205px;
}

.navbar-brand:before {
    content: '(주)에스엠컨설팅';
    display: block;
    font-size: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #000000;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.navbar-brand:after {
    content: 'ISO9001 / ISO14001 / ISO45001 인증';
    display: block;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:100%;
    color: #3878ca;
    font-weight: 600;
    letter-spacing: -0.06em;
    white-space: nowrap;
    margin-left: 10px;
}

/* 상단 메뉴 */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    text-align: center;
}

.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "&gt;";
    font-weight: 400;
}

.breadcrumb .active {
    font-weight: bold;
    color: #fff;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* padding-top: 15px;
    padding-bottom: 15px; */
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}


.navbar-inverse .navbar-nav&gt;li&gt;a {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #ccc;
}

.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: #195da9
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 20px 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) {
    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 30px;
    }


    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
        background: none;
        font-weight: 500;
    }
    
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        padding: 0;
        border: none;
        background: rgba(0, 0, 0, .75);
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu::before {
        content: '';
        border-top: 12px solid none;
        border-bottom: 12px solid rgba(0, 0, 0, 1);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        display: block;
        position: absolute;
        top: -12px;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #000;
        text-align: center;
        font-size: 15px;
        /* margin-left: 15px; */
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 11px 20px;
        color: #eee !important;
        font-weight: 350;
        margin: 5px;
        font-size: 14px;
        letter-spacing: -0.02em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover {
        background: #195da9 !important;
        font-weight:350;
    }

}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    display:none;
    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,.carousel-indicators li.active {
    width:14px;
    height:14px;
    background-color: rgba(255,255,255,0.0);
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0px 3px;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.125);
}

.carousel-indicators {
}

.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    padding: 0;
    margin: 0 auto;
    max-width: 450px;
    top: 51%;
}

.carousel-caption:before{
    /* content:""; */
    width:1px;
    height: 50px;
    background:#fff;
    margin: 0 auto 40px;
    display:block;
}

.carousel-caption h1 small {
    display:block;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 10px;
    color:#fff;
    letter-spacing: -0.05em;
}

.carousel-caption h1 {
    font-size: 80px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.065em;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 40px 0 30px;
    background-color: #3a3c3e;
    color: #ccc;
    font-size: 13px;
}

#site footer ul {
    margin-bottom: 0px;
    padding-top: 16px;
}

#site footer li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.55;
    margin-bottom: 10px;
}
#site footer li.copy{
    opacity:0.5;
    margin-top:8px;
}
.foot-logo {
    height: 60px;
}
.footer-cert{
    text-align:right;
}
.footer-cert .cert{
    display:inline-block;
    padding-left: 30px;
}
.footer-cert img{
    height: 160px;
}
.footer-cert .foot-caption{
    margin:0;
    padding-top:3px;
    font-size:13px;
    letter-spacing: -0.04em;
    text-align:center;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 650px;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 46px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row&gt;div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

/* personal setting 0.66v */
@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #ed1c24;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none&gt;li {
    list-style: none !important;
    margin-left: 20px;
    position: relative;
}

.li-circle&gt;li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-disc&gt;li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check&gt;li,
.li-dash&gt;li,
.li-dot&gt;li {
    padding-left: 20px;
    position: relative;
}

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

.li-dot&gt;li:before {
    content: '·';
}

.li-check&gt;li:before {
    content: '\f00c';
    left: 0;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #ed1c24;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

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

.location-li span i {
    margin-right: 5px;
    color: #ed1c24;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li&gt;li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li&gt;li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li&gt;li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}

.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #ed1c24;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li&gt;li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ed1c24;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #ed1c24;
    background: #ed1c24;
}

.more-btn:hover {
    color: #ed1c24;
    background: transparent;
}

.circle-wrap {
    margin: 30px 0;
    text-align: center;
}

.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle&gt;div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.65;
    font-size: 16px;
    letter-spacing: -0.03em;
}

p{
    margin-bottom:20px
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.search_wrap {
    margin-bottom: 0px;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #ed1c24;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

/* mainpage setting */


/* subpage setting */
.list-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.list-default&gt;li {
    position: relative;
    margin-bottom: 5px;
}

.list-style-1&gt;li {
    padding-left: 12px;
}

.list-style-1&gt;li::before {
    content: '';
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #555;
    border-radius: 10px;
}

.subpage .link {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.subpage .link ul {
    margin-bottom: 0;
    text-align: center;
}

.subpage .link ul&gt;li {
    /* width: 1%; */
    /* position: relative; */
    /* display: table-cell; */
    width: 180px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: -4px;
}

.subpage .link ul&gt;li::after {
    content: '';
    width: 1px;
    height: 17px;
    background-color: #e4e4e4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}

.subpage .link ul&gt;li:last-child::after {
    content: none;
}

.subpage .link ul&gt;li&gt;a {
    width: 100%;
    display: inline-block;
    padding: 19px 5px;
    color: #777;
    font-size: 18px;
    letter-spacing: -0.055em;
    transition: none;
    text-decoration: none;
    font-weight: 500;
}

.subpage .link ul&gt;li.active&gt;a,
.subpage .link ul&gt;li&gt;a:hover,
.subpage .link ul&gt;li&gt;a:focus {
    font-weight: 600;
    color: #195da9;
    position: relative;
}

.subpage .link ul&gt;li.active&gt;a::after,
.subpage .link ul&gt;li:hover&gt;a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #195da9;
}

.subpage {
    padding-bottom: 100px;
}

.pageheader {
    background: url(/public/img/sub/banner.jpg) no-repeat top / cover;
    text-align: center;
    position: relative;
    height: 235px;
}

.main-text {
    position: absolute;
    top: 50%;
    padding: 20px 0 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
}

.pageheader h1 {
    font-size: 42px;
    margin: 0;
    letter-spacing: -0.02em;
    font-weight: 500;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}

.breadcrumb {
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #fff;
}
.breadcrumb &gt; li{
    font-size:13px;
    font-weight:300;
}
.breadcrumb .active {
    color: #fff;
    font-weight:500
}

.title h2 {
    text-align: center;
}

.subpage .name {
    text-align: center;
    margin: 75px 0 70px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.034em;
}

/* 인사말 */
.inner_txt{
    padding: 0px 45px;
}

.inner_txt .effect p {
    margin: 0 0 4px;
    font-size: 30px;
    line-height: 1.35;
    color: #195da9;
    font-weight: 300;
    letter-spacing: -0.035em;
}
.inner_txt .effect p:first-child{
    margin-bottom: 18px
}
.inner_txt .effect {
    margin-bottom: 45px;
}
.inner_txt .txt p {
    font-size: 17px;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
    line-height: 1.75;
    font-weight: 400;
}

.inner_txt .txt p.strong {
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    padding-top: 30px;
}

/* 오시는길 */
.map_txt {
    margin:20px 0 0;
    padding:30px 40px;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.map_txt i {
    font-size: 17px;
    display: inline-block;
    width: 30px;
    color: #195da9;
    text-align: center;
    margin-right: 5px;
}

.map_txt li {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
}

.map_txt li:last-child{
    border-bottom:0;
    
}

/* bbs */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

.pagination_wrap,
.search_wrap {
    visibility: hidden;
}

.join-process {
    text-align: center;
    padding: 30px 0;
    border: 1px solid #d6d6d6;
    background: #f7f7f7;
    max-width: 100%;
    margin: 0 auto 30px;
}

.join-process h5 {
    display: inline-block;
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.05em;
    width: 150px;
    height: 110px;
    padding: 24px 0 0;
    border-right: 1px solid #e6e6e6;
}
.join-process .down-btn{
    display: block;
    margin: 10px auto 0;
    color: #fff;
    font-size: 13px;
    width: 95px;
    background: #195da9;
    line-height: 22px;
}
.join-process .down-btn:hover{
    background:#6198c9
}
.join-process ul {
    display: inline-block;
    padding-left: 40px;
    margin: 0;
    vertical-align: bottom;
}

.join-process li {
    position:relative;
    display: inline-block;
    margin-right: 50px;
    padding: 0;
    width: 90px;
}
.join-process li:last-child{
    margin-right:0;
}
.join-process li:after{
    content:'\f105';
    font-family:'font awesome 5 free';
    font-weight:900;
    font-size: 32px;
    color:#bbb;
    position:absolute;
    left:100%;
    margin-left: 18px;
    top:50%;
    transform:translateY(-50%);
}
.join-process li:last-child:after{
    display:none;
}
.join-process span {
    font-size: 16px;
    font-weight:500;
    color: #222;
    letter-spacing: -0.065em;
}

.join-process i {
    position: relative;
    display: block;
    font-size: 30px;
    width: 80px;
    height: 80px;
    margin: 0 auto 4px;
    border-radius: 50%;
    line-height: 80px;
    background: #7eb0d6;
    color: #fff;
}

.join-process li:nth-child(2) i{
    background: #6198c9;
}
.join-process li:nth-child(3) i{
    background: #3775b6;
}

.join-process i:after{
    content:"";
    width:90%;
    height:90%;
    border:1px solid #fff;
    position:absolute;
    left:5%;
    top:5%;
    border-radius:50%;
    opacity:0.3
}
.join-process li:last-child i{
    background:#195da9;
    color: #fff;
}

/* subpage business */
.busi-wrap .left-con img {
    padding: 7px;
    border: 1px solid #e8e8e8;
}

.busi-wrap .right-con {
    padding-left: 60px;
}

.busi-top {
    margin-bottom: 40px;
}

.busi-top h4 {
    font-size: 26px;
    letter-spacing: -0.07em;
    margin: 0 0 25px;
    color: #212121;
    font-weight: 500;
}

.busi-top h4:before {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 0 13px;
    background: #195da9;
}

.busi-top p {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.busi-top p strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.busi-work {
    margin-bottom: 40px;
    padding: 40px 45px 30px;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.busi-work h5 {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left:0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.busi-work h5:before{
    content:none;
}

.busi-work li {
    font-size: 15px;
    line-height: 1.65;
    padding-left: 28px;
    margin-left: -2px;
    letter-spacing: -0.025em;
    color: #555;
}

.busi-work p{
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.025em;
    color: #555;
    margin-bottom: 15px;
}

.busi-work p:last-child{
}

.busi-work ul{
    margin-bottom:15px;
}

.busi-work li + li{
    margin-top:6px;
}

.busi-work .li-none li{
    padding-left:0;
}

.busi-work .li-dash li::before{
    content:"\f00c";
    font-weight:900;
    font-family:'Font Awesome 5 Free';
    font-size:10px;
    width:20px;
    height:20px;
    position:absolute;
    left:0;
    top: 2px;
    border-radius:50%;
    border: 1px solid #aac3e0;
    background: #e0eaf5;
    text-align:center;
    color: #195da9;
    line-height: 18px;
}

.bull {
    position: relative;
    padding-left: 22px;
}

.bull:before {
    content: '';
    display: block;
    width: 10px;
    height: 4px;
    background: #195da9;
    position: absolute;
    left: 3px;
    top: 10px;
    border-radius: 2px;
}

.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #3e9ee2;
    vertical-align: top;
}

.numbering.circle {
    border-radius: 50%;
}

/* mainpage setting */
.main-business{padding: 90px 0 105px;background: #f6f6f6;}
.main-business .container .row {
    padding:0 30px;
}
.main-business .container .row &gt; div{
    padding:0 25px;
}
.main-content .title{text-align: center;margin-bottom: 45px;}
.main-content .title h3{font-size: 40px;margin: 0;font-weight: 600;letter-spacing: -0.01em;}
.main-business .inner{display: block;transition: all .3s ease;border: 1px solid #fff;border-bottom: 1px solid #d4d4d4;border-top: 1px solid #195da9;padding: 12px;background: #fff;box-shadow: 4px 5px 12px rgba(0,0,0,0.125);}
.main-business .inner:hover{
    transform: translateY(-8px);
    border: 1px solid #195da9;
    box-shadow: 5px 12px 24px rgba(0,0,0,0.185);
}
.main-business .inner .txt-box{text-align: center;}
.main-business .inner h5{font-size: 22px;margin-top: 25px;color: #333;margin-bottom: 25px;letter-spacing: -0.05em;}
.main-business .inner h5 span{
    font-size: 32px;
    font-weight: 500;
    color: #195da9;
    font-style: italic;
    margin-left: -15px;
}

.main-cert{
    padding: 70px 0 55px;
    border-bottom:1px solid #ddd;
}
.m-cert-wrap{
    text-align:center;
}
.m-cert-wrap .cert{
    display:inline-block;
    padding: 0 5%;
    cursor: pointer;
}
.m-cert-wrap .cert img{
    height:300px;
    border:1px solid #ddd;
}
.m-cert-wrap .cert:hover img{
    border-color:#0a54a7;
}
.m-cert-wrap .cert p{
    margin:10px 0;
    font-size:16px;
}
.modal.fade .modal-dialog{
	margin:0;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,calc(-50% - 60px));
}
.modal.in .modal-dialog{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: auto;
}
.modal-content{
	background:transparent;
	box-shadow:none;
	border:none;
}
.modal-body{
	position:relative;
	padding: 0;
}
.modal-body .close{
	position:absolute;
	right: 0;
	top: -8px;
	color: #313131;
	opacity:0.8;
	font-size:40px;
	text-shadow: none;
	padding: 5px;
}
#img-zoom img{
	max-height:90vh;
}
.main-partner{
    padding:30px 0;
}
.m-partner {
    margin:0;
}
.m-partner li{
    padding:0 10px;
}
.m-partner  img{
    border:1px solid #ddd;
}
/* form */
.table.table_default tr th, 
.table.table_default tr td {
    padding:14px 15px
}
.table.table_default thead th {
    background-color: #f7f7f7;
    border-bottom-color: #ccc;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.board_data_view .header_wrap .title {
    letter-spacing: -0.05em;
    font-size: 26px;
}

.btn.btn-primary{
    background-color:#1c68bd;
    border:1px solid #1c68bd;
    color:#fff
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background-color:#0a54a7;
    border:1px solid #0a54a7
}

.inquiry-inner .name + p.text-center{
    font-size: 21px;
    margin-bottom: 65px;
    color: #3e78ca;
}
.inquiry-inner .board_wrapper .table.board_write_table{
    border: 0;
}
.inquiry-inner .board_wrapper .table.board_write_table tr{}
.inquiry-inner .board_wrapper .table.board_write_table tr th,
.inquiry-inner .board_wrapper .table.board_write_table tr td{
    border: 0;
    padding: 10px 0 30px;
}
.inquiry-inner .board_wrapper .table.board_write_table tr th{
    background: none;
    font-size: 21px;
    font-weight: 500;
}
.inquiry-inner .board_wrapper .table.board_write_table tr td{
    font-size: 16px;
}
.inquiry-inner .board_wrapper .table.board_write_table tr td .checkbox{
    margin: 0;
}

.inquiry-inner .board_wrapper .table.board_write_table tr td input.form-control,
.inquiry-inner .board_wrapper .table.board_write_table tr td textarea.form-control,
.inquiry-inner .board_wrapper .table.board_write_table .form-control.form-control-big{
    width: 100%;
}
.inquiry-inner .board_wrapper .table.board_write_table tr td input.form-control#wr_captcha{
    width: 250px;
}

@media(max-width:767px){
    #site{
        padding-top:76px;
    }
    .navbar-brand:after{
        margin-top: -20px;
        top: 100%;
        transform: none;
        left: 40px;
    }
    .navbar-inverse .navbar-brand{
        margin-bottom:15px;
        padding-left: 6px;
    }
    .navbar-brand img{
        margin-top:0;
    }
    .navbar-brand:before{
        margin-top:-8px;
    }
    .navbar-toggle{
        right: 5px;
        top:3px;
    }
    .carousel-caption h1 small{
        font-size: 23px;
    }

    .main-business {
        padding: 65px 0 85px;
    }
    .main-business .container .row &gt; div {
        padding: 0;
    }
    .main-business .inner{
        margin-bottom:10px;
    }
    .main-content .title h3 {
        font-size: 35px;
    }
    .main-business .inner h5{
        margin:15px 0;
    }
    .m-cert-wrap .cert img {
        height: 190px;
    }
    .pageheader{
        height:144px;
    }
    .pageheader h1 {
        font-size: 32px;
    }
    .subpage .link ul&gt;li{
        width:100%;
    }
    .subpage .link ul&gt;li::after{
        display:none;
    }
    .subpage .link .container{
        padding:0;
    }
    .subpage .link ul&gt;li&gt;a{
        padding:10px 5px;
        font-size:16px;
    }
    .inner_txt {
        padding:30px 15px;
    }
    .inner_txt .effect p{
        font-size:25px;
    }
    .inner_txt .txt p.strong{
        font-size:20px;
    }
    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits{
        display:none;
    }
    .map_txt {
        padding:20px 25px;
    }
    .subpage .name {
        margin: 48px 0 29px;
        font-size: 30px;
    }
    .slick-prev, .slick-next{
        display:none!important;
    }
    .busi-wrap{
        margin:0;
    }
    .busi-wrap .right-con{
        padding:30px 15px;
    }
    .busi-work{
        padding: 27px 25px 9px;
    }
    .busi-top p,
    p, li, dt, dd{
        font-size:14px;
    }
    .busi-top h4{
        font-size:22px;
    }
    .busi-work h5{
        font-size:18px;
    }
    .busi-top p strong{
        font-size:16px;
    }
    .join-process h5{
        display:block;
        width:100%;
        padding: 0 0 30px;
        height: auto;
    }
    .join-process ul{
        padding-left:0;
    }
    .join-process ul:after{
        content:'';
        display:block;
        clear:both;
    }
    .join-process ul li{
        float:left;
        width:50%;
        margin:0 0 10px;
    }
    .join-process li:after{
        margin:0;
    }
    .join-process li:nth-child(even):after{
        display:none;
    }
    .inquiry-inner .name + p.text-center{
        font-size: 15px;
    }
    .inquiry-inner .board_wrapper .table.board_write_table tr th, .inquiry-inner .board_wrapper .table.board_write_table tr td {
        border: 0;
        padding: 0px 0 15px !important;
    }
    .inquiry-inner .board_wrapper .table.board_write_table tr th{
        padding-left: 15px !important;
        padding-bottom: 5px !important;
    }
}</pre></body></html>