@charset "utf-8";

@font-face {
    font-family: "SCDream";
    src: url("/public/font/SCDream/SCDream3.eot");
    src: url("/public/font/SCDream/SCDream3.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream3.woff") format("woff"),
        url("/public/font/SCDream/SCDream3.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("/public/font/SCDream/SCDream4.eot");
    src: url("/public/font/SCDream/SCDream4.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream4.woff") format("woff"),
        url("/public/font/SCDream/SCDream4.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("/public/font/SCDream/SCDream5.eot");
    src: url("/public/font/SCDream/SCDream5.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream5.woff") format("woff"),
        url("/public/font/SCDream/SCDream5.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("/public/font/SCDream/SCDream6.eot");
    src: url("/public/font/SCDream/SCDream6.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream6.woff") format("woff"),
        url("/public/font/SCDream/SCDream6.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SCDream";
    src: url("/public/font/SCDream/SCDream7.eot");
    src: url("/public/font/SCDream/SCDream7.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream7.woff") format("woff"),
        url("/public/font/SCDream/SCDream7.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: "notokr", sans-serif;
    letter-spacing: -0.035em;
}

h1,
h2,
h3 {
    font-family: "SCDream", "notokr", sans-serif;
}

a,
button {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #ee9221;
    border-color: #ee9221;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #dc7f0d;
    border-color: #dc7f0d;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #ee9221;
    color: #dc7f0d;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #ee9221;
    color: #fff;
}

.btn.btn-third {
    color: #00a57b;
    border: 2px solid #00a57b;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.055em;
}

.btn.btn-third.btn-lg {
    padding-left: 80px;
    padding-right: 80px;
}

.btn.btn-third:hover,
.btn.btn-third:focus {
    color: #fff;
    background-color: #00a57b;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: static;
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-brand {
    padding: 0 15px;
    margin-top: 21px;
}
.navbar-brand>img{
    width : 100%;
    height : 100%;
    object-fit : contain;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.01em;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ee9221;
}

.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: #ee9221;
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 15px 0;
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0 0 5px 6px;
        border: none;
        padding: 8px 8px;
        background: #fff;
        min-width: 180px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 15px;
        letter-spacing: -0.035em;
        text-align: center;
        color: #000;
        font-weight: 400;
        border-radius: 4px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #ee9221;
        font-weight: 400;
        color: #fff;
    }
}

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

    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 27px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    display: none;
}

.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 {
    bottom: 40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    margin: 0 4px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #ff991a;
}

.carousel-caption {
    text-shadow: none;
    padding: 0;
    top: 52%;
}

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

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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #222;
    color: #d2d2d2;
}

#site footer .footer-info {
    padding: 50px 0;
}

#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: 13px;
    margin-right: 15px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
}

#site footer .footer-info ul li.copy {
    font-size: 12px;
    color: #999;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 680px;
}

#mainCarousel .carousel-caption h1 {
    font-size: 65px;
    font-weight: 600;
    margin: 0 0 30px;
}

#mainCarousel .carousel-caption p {
    font-family: "SCDream", "notokr", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.5;
}

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

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

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

#section_7f39f8 {
    padding: 80px 0 50px;
    background: #f4f4f4;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.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 > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

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

.board_box_video .inner:hover,
.board_box_blog2 .inner:hover {
    border-color: #e27e00;
}

.board_box_blog2 .inner .bottom,
.board_box_video .inner .bottom {
    padding: 10px;
    background: #fff;
}

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

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

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

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

.board_box_video .inner .top a .thumb {
    height: 92px;
}

/* 메인 스타일 */
.mainPage {
    padding: 0px 0 80px;
}

.mainPage section + section {
    margin-top: 70px;
}

.mainPage h3 {
    margin: 0 0 35px;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color: #2f2f2f;
}

.mainPage .row {
    margin: 0;
}

.mainPage .main-link {
    padding: 0;
}

.mainPage .main-link > a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 25px;
    text-align: center;
    text-decoration: none;
    /* border: 1px solid #ddd; */
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    border-left: none;
}

.mainPage .main-link > a:after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    background: #eee;
}

.mainPage #link6 > a:after {
    content: none;
}

.mainPage .main-link h4 {
    margin: 0px 0 30px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #2f2f2f;
}

.mainPage .main-link .wrap-icon {
    margin: 35px 0;
}

.mainPage .main-link .more {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #ffbe6f;
    color: #bf5f00;
    padding: 7px 8px;
    width: 120px;
    margin: 0 auto;
    transition: all 0.3s;
}

.mainPage .main-link .more::after {
    content: "+";
    margin-left: 5px;
}

.mainPage .main-link > a:hover .more {
    color: #fff;
    background: #ee9221;
    border-color: #ee9221;
}

.mainPage .main-link > a:hover .more::before {
    right: 15px;
}

.main-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* height: calc(100vh - 100px); */
    height: 650px;
}
@media (max-width: 991px) {
  .main-video{
    height: auto;
    aspect-ratio: 16/9;
  }

}
.main-video #youtube {
  background-color: #000;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}
/* 게시판 영역 */
.board_box_blog2:nth-child(1),
.board_box_blog2:nth-child(2) {
    margin-bottom: 60px !important;
}

div[class^="board_box_"] .page-header {
    margin: 0 0 25px;
    border-bottom: 1px solid #bbb;
    padding: 0 0 15px;
}

div[class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.board_box_list ul li {
    padding: 0;
}

.board_box_list ul li + li {
    margin-top: 8px;
}

.board_box_list ul li .info {
    font-size: 15px;
    letter-spacing: 0;
}

.board_box_list ul li .writer,
.board_box_list ul li .hits {
    display: none;
}

.board_box_list ul li a {
    font-size: 15px;
}

/* Project 성공사례 */
#section_7f39f8 .container > .row {
    display: flex;
    flex-wrap: wrap;
}

#section_7f39f8 .table_blog dd {
    padding: 0;
    border-bottom: none;
}

#section_7f39f8 .table_blog dd + dd {
    margin-top: 11px;
}

#section_7f39f8 .table_blog dd .left {
    display: none;
}

#section_7f39f8 .table_blog dd .right {
    width: 100%;
}

#section_7f39f8 .table_blog dd .right .title {
    float: left;
    width: 80%;
    margin-bottom: 0;
    padding: 0;
}

#section_7f39f8 .table_blog dd .right .title a {
    font-size: 15px;
    font-weight: 400;
}

#section_7f39f8 .table_blog dd .right .title a:hover,
#section_7f39f8 .table_blog dd .right .title a:focus {
    color: #333;
}

#section_7f39f8 .table_blog dd .right .info {
    width: 20%;
    margin-bottom: 0;
    display: inline-block;
    font-size: 15px;
    text-align: right;
    letter-spacing: 0;
}

#section_7f39f8 .table_blog dd .right .info .writer,
#section_7f39f8 .table_blog dd .right .info .hits {
    display: none;
}

#section_7f39f8 .table_blog dd .right .text {
    display: none;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}

.subPage > .pageTop {
    height: 255px;
    color: #fff;
    background: #333 url("/public/img/sub/back_page_top.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.subPage > .pageTop > .container {
    position: relative;
}

.subPage > .pageTop h2 {
    margin: 105px 0 0;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: "SCDream", "notokr", sans-serif;
}

/* Breadcrumb */
.subPage .breadcrumb {
    top: 20px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
    opacity: 0.8;
}

.subPage .breadcrumb > li:first-child::before {
    content: "\f015";
    left: -10px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

/* Link */
.subPage .link {
    border-bottom: 1px solid #d4d4d4;
}

.subPage .link ul {
    text-align: center;
}

.subPage .link ul > li {
    display: inline-block;
    width: auto;
    margin: 0 30px;
}

.subPage .link ul > li > a {
    position: relative;
    padding: 0;
    font-size: 18px;
    color: #444;
    letter-spacing: -0.03em;
    line-height: 75px;
    text-decoration: none;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
}

.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #222;
    z-index: 1;
}

.subPage .link ul > li.active > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #f39929;
}

.subPage .link ul > li:not(.active) > a:hover {
    color: #333;
    background: rgba(0, 0, 0, 0);
}

.subPage > .contents {
    padding: 100px 0 110px;
}

.space-bottom {
    margin-bottom: 150px;
}

.title-lv-1 {
    margin: 0 0 95px;
    font-size: 42px;
    font-weight: 800;
    color: #161616;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    font-family: "SCDream", "notokr", sans-serif;
}
.footer-info .logo img{
    filter: invert(1) brightness(1) grayscale(1);
    height: 50px;
}
.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.list-default > li {
    position: relative;
    margin-bottom: 6px;
}

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

.list-style-1 > li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #888;
    border-radius: 20px;
}

.list-check > li {
    padding-left: 22px;
    line-height: 1.45em;
    font-size: 15px;
}

.list-check > li::before {
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #00a57b;
}

.list-dash > li {
    padding-left: 12px;
}

.list-dash > li::before {
    content: "-";
    left: 0;
    position: absolute;
}

/* 인사말 (페이지) */
#greeting > .contents {
    padding: 0;
}

#greeting .contents > section {
    padding: 120px 0;
}

#greeting .contents > section:first-child {
    padding-top: 100px;
}

#greeting .contents > section:last-child {
    padding-bottom: 110px;
}

#greeting .contents > section:nth-child(even) {
    background: #f9f9f9;
}

#greeting #section1 .row1 {
    padding-top: 20px;
}

#greeting #section1 .row1 .image {
    padding-right: 50px;
}

#greeting #section1 .text {
    word-break: keep-all;
    padding-left: 40px;
}

#greeting #section1 .text h4 {
    position: relative;
    margin: 0 0 70px;
    font-size: 50px;
    font-weight: 900;
    color: #000;
    letter-spacing: -0.015em;
    font-family: "SCDream", "notokr", sans-serif;
    font-size: 42px;
    line-height: 1.37;
    color: #111;
    margin: 0 0 50px;
}

#greeting #section1 .text h4::before {
    content: "";
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f39929;
    opacity: 0.2;
    position: absolute;
    left: -15px;
    top: -25px;
    z-index: -1;
}

#greeting #section1 .text h4 > strong {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 0.02em;
    font-style: oblique;
}

#greeting #section1 .row1 .text h4 > strong {
    color: #f39929;
}

#greeting #section1 .row2 .text h4 > strong {
    color: #00ab80;
}

#greeting #section1 .row2 .text h4::before {
    background: #00ab80;
    opacity: 0.15;
}

#greeting #section1 .text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.65;
    color: #666;
    letter-spacing: -0.035em;
}

#greeting #section1 .text p > strong {
    font-weight: 600;
}

#greeting #section1 .text p.size-lg {
    font-size: 32px;
    line-height: 1.35;
    color: #2f2f2f;
    font-weight: 300;
    letter-spacing: -0.055em;
    margin-top: 60px;
    margin-bottom: 22px;
}

#greeting #section1 .text p.size-lg strong {
    font-weight: 500;
    color: #2f2f2f;
}

#greeting .top {
    margin-bottom: 75px;
    text-align: center;
}

#greeting .top > h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}

#greeting .top > h4 {
    margin: 68px 0 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    color: #e88200;
}

#greeting .top > p {
    margin: 30px 0 0;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

/* Section2 */
#greeting #section2 {
    height: 100vh;
    padding: 160px 0;
    text-align: center;
    position: relative;
    background: url("/public/img/sub/greeting_section2_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

#greeting #section2::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
}

#greeting .box-mission {
    display: inline-block;
    padding: 70px 100px 40px;
    background: rgba(26, 30, 36, 0.65);
    backdrop-filter: blur(15px);
    border-radius: 20px;
}

#greeting .box-mission > h3 {
    margin: 0 0 40px;
    color: #ff8e00;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
}

#greeting .box-mission > p {
    text-align: center;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 1.76;
    color: #fff;
    word-break: keep-all;
    letter-spacing: -0.025em;
}

/* Section3 */
#greeting #section3 {
    padding: 100px 0 80px;
    background: #272d38 url("/public/img/sub/greeting_section3_bg.jpg") center / cover;
}

#greeting #section3 .top > h3 {
    color: #ea880c;
}

#greeting ul.list-result {
    padding: 0 80px;
}

#greeting ul.list-result > li {
    float: left;
    width: 50%;
    text-align: center;
}

#greeting ul.list-result > li .inner {
    min-width: 310px;
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}

#greeting ul.list-result > li h5 {
    margin: 0 0 15px;
    padding-left: 1px;
    font-size: 18px;
    font-weight: 500;
    color: #8f949c;
}

#greeting ul.list-result > li .num {
    margin: 0;
    font-size: 55px;
    font-weight: 800;
    font-family: "SCDream", "notokr", sans-serif;
    line-height: 1em;
    color: #fff;
    letter-spacing: -0.025em;
}

/* Section4 */
.wrap-history {
    position: relative;
    display: inline-block;
}

.wrap-history::before {
    content: "";
    top: 20px;
    left: 20%;
    height: 96.5%;
    position: absolute;
    border-left: 1px solid #dedede;
    margin-left: -2px;
}

.history-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.history-block:last-child {
    margin-bottom: 0;
}

.history-block > .year {
    float: left;
    width: 20%;
    position: relative;
    margin: 0;
    padding-right: 75px;
    font-size: 34px;
    color: #ea880c;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    font-family: "SCDream", "notokr", sans-serif;
}

.history-block > .year::before,
.history-block > .year::after {
    content: "";
    position: absolute;
}

.history-block > .year::before {
    top: 17px;
    right: 0;
    width: 50px;
    border-top: 1px solid #cacaca;
}

.history-block > .year::after {
    top: 10px;
    right: -6px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #ea880c;
    border-radius: 20px;
}

.history-block > .detail {
    width: 80%;
    display: inline-block;
    padding: 5px 0 0 40px;
}

.history-block > .detail ul > li {
    margin-bottom: 3px;
}

.history-block > .detail ul > li .date {
    float: left;
    margin: 4px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.history-block > .detail ul > li .desc {
    width: 80%;
    display: inline-block;
    padding: 2px 0 0 0;
}

.history-block > .detail ul > li .date + .desc {
    padding-left: 20px;
}

.history-block > .detail ul > li p {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.65;
    color: #666;
    letter-spacing: -0.035em;
}

/* Section5 */
#greeting #section5 .top p {
    margin: 20px 0 10px;
}

#greeting .wrap-card > .card-vision {
    position: relative;
    padding: 50px 40px 50px;
    word-break: keep-all;
    background: #f6f6f6;
    border-radius: 20px;
    min-height: 600px;
}

#greeting .wrap-card:nth-child(2) > .card-vision {
    background: #f4f4e8 url(/public/img/sub/greeting_section5_bg1.jpg) no-repeat center bottom;
}

#greeting .wrap-card:nth-child(3) > .card-vision {
    background: #e8ecf7 url(/public/img/sub/greeting_section5_bg2.jpg) no-repeat center bottom;
}

#greeting .wrap-card:nth-child(4) > .card-vision {
    background: #e8e8e8 url(/public/img/sub/greeting_section5_bg3.jpg) no-repeat center bottom;
}

#greeting .wrap-card:nth-child(5) > .card-vision {
    background: #e6e9ee url(/public/img/sub/greeting_section5_bg4.jpg) no-repeat center bottom;
}

#greeting .wrap-card:nth-child(6) > .card-vision {
    background: #e1e3d6 url(/public/img/sub/greeting_section5_bg5.jpg) no-repeat center bottom;
}

#greeting .wrap-card:nth-child(n + 4) > .card-vision {
    margin-top: 35px;
}

#greeting .wrap-card > .card-vision::before {
    right: 40px;
    bottom: 40px;
    position: absolute;
    font-size: 60px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ddd;
    display: none;
}

#greeting #card1 > .card-vision::before {
    content: "\f012";
}

#greeting #card2 > .card-vision::before {
    content: "\f51c";
}

#greeting #card3 > .card-vision::before {
    content: "\f2b5";
}

#greeting #card4 > .card-vision::before {
    content: "\f4be";
}

#greeting #card5 > .card-vision::before {
    content: "\f508";
}

#greeting .wrap-card > .card-vision h5 {
    margin: 0 0 25px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
}

#greeting .wrap-card > .card-vision p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.65;
    color: #565656;
    letter-spacing: -0.035em;
}

#greeting .wrap-card > .card-vision a {
    color: #333;
    transition: none;
    font-weight: 500;
}

#greeting .wrap-card > .card-vision a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    font-size: 15px;
    text-decoration: none;
}

#greeting .wrap-card > .card-vision a:hover,
#greeting .wrap-card > .card-vision a:focus {
    color: #ff8c00;
}

/* Section6 */
#greeting ul.list-partner {
    margin: 0 -15px;
}

#greeting ul.list-partner > li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 10px;
}

#greeting ul.list-partner > li:nth-child(n + 6) {
    margin-top: 20px;
}

#greeting ul.list-partner > li:nth-child(6) {
    margin-left: 10%;
}

#greeting ul.list-partner > li:nth-child(10) {
    margin-left: 30%;
}

#greeting ul.list-partner > li .inner {
    height: 84px;
    display: flex;
    align-items: center;
    /* padding: 20px 30px; */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#greeting ul.list-partner > li:nth-child(3) .inner {
    background: #666;
}

#greeting ul.list-partner > li:nth-child(4) .inner {
    background: #373d41;
}

#greeting ul.list-partner > li:nth-child(11) .inner {
    background: #01002e;
}

#greeting ul.list-partner > li img {
    max-width: 170px;
    max-height: 45px;
}

/* Section8 */
#greeting #section8 .left {
    padding-right: 0;
    padding-left: 0;
}

#greeting #section8 .left > .inner,
#greeting #section8 .wrap-img {
    height: 398px;
}

#greeting #section8 .left > .inner {
    padding: 76px 60px;
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
}

#greeting #section8 .left::before {
    content: url("/public/img/sub/greeting_section8_icon.png");
    right: 40px;
    bottom: 20px;
    position: absolute;
    color: #eee;
    opacity: 0.15;
}

#greeting #section8 h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    color: #ea880c;
    letter-spacing: -0.045em;
    line-height: 1em;
}

#greeting #section8 ul + h4 {
    margin-top: 50px;
}

#greeting #section8 .right {
    padding-left: 0;
}

#greeting #section8 .wrap-img {
    padding: 60px 0;
    background: #f8f3f9;
    border: 1px solid #ddd;
    border-left: none;
}

/* Section7 */
#greeting .box-loadmap {
    width: 100%;
    text-align: center;
}

/*#greeting .box-loadmap+.box-loadmap {
  margin-top: 70px;
}*/
#greeting .box-loadmap > h4 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 24px;
    border-bottom: 1px solid #e8860b;
    color: #ea880c;
    line-height: 1em;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.045em;
}

#greeting ul.list-loadmap {
    margin: 0 -45px;
}

#greeting ul.list-loadmap > li {
    float: left;
    width: 33.3%;
    position: relative;
    margin-top: 30px;
    padding: 0 45px;
}

#greeting ul.list-loadmap > li + li::before {
    content: "\f105";
    top: 32%;
    left: -10px;
    position: absolute;
    font-size: 45px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
}

#greeting #loadmap1 ul.list-loadmap > li:nth-child(4)::before {
    display: none;
}

#greeting ul.list-loadmap > li .inner {
    display: grid;
    min-height: 166px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

#greeting ul.list-loadmap > li p {
    margin: 0;
}

#greeting ul.list-loadmap > li .date {
    font-size: 14px;
    color: #eaa54d;
    font-family: "SCDream", "notokr", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 5px;
}

#greeting ul.list-loadmap > li .desc {
    display: inline-block;
    margin: 0 auto;
}

#greeting ul.list-loadmap > li .desc p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.055em;
}

#greeting ul.list-loadmap > li .desc p::before {
    content: "- ";
    left: -10px;
    position: absolute;
}

/* Section8 언론속의 나눔상생플랫폼
#greeting ul.list-news > li {
  margin: 0;
}
#greeting ul.list-news > li a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 40px 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#greeting ul.list-news > li a::before {
  content: '\f061';
  top: 35%;
  right: 15px;
  position: absolute;
  font-size: 25px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
  transition: all ease-in-out .15s;
}
#greeting ul.list-news > li .info {
  margin-bottom: 15px;
}
#greeting ul.list-news > li .info > .name {
  font-size: 15px;
  font-weight: 500;
  color: #e8860b;
}
#greeting ul.list-news > li .info > .date {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
#greeting ul.list-news > li .title > h5 {
  margin: 0;
  font-size: 19px;
}
#greeting ul.list-news > li a:hover {border-bottom-color: #e27e00;}
#greeting ul.list-news > li a:hover::before {
  color: #e8860b;
} */

/* 경영자코치란? (동영상 게시판) */
#video .col-sm-12 > img {
    margin-bottom: 50px;
}

#video .box-text {
    margin: 60px 0 50px;
    padding: 32px;
    letter-spacing: -0.055em;
    word-break: keep-all;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
}

#video .box-text > ul {
    display: inline-block;
    margin-top: 8px;
    padding-top: 18px;
    text-align: left;
    border-top: 1px solid #ddd;
}

#video .box-text .btn {
    width: 250px;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    background: #ee9221;
}

#video .box-text .btn:first-child {
    margin-right: 5px;
}

#video .box-text .btn:last-child {
    margin-left: 5px;
    background: #00a57b;
}

#video .box-text .btn:hover {
    background: #dc7f0d;
}

#video .box-text .btn:last-child:hover {
    margin-left: 5px;
    background: #009772;
}

/* 구성원 TEAM (페이지) */
#team > .contents {
    padding: 0;
}

#team .contents > section {
    padding: 120px 0;
}

#team .contents > section:first-child {
    padding-top: 100px;
}

#team .contents > section:last-child {
    padding-bottom: 110px;
}

#team .contents > section:nth-child(even) {
    background: #f9f9f9;
}

#team .contents h3 {
    margin: 0 0 75px;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

#team .contents h4 {
    margin: 0 0 30px;
    font-size: 23px;
    font-weight: 700;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.035em;
}

#team #section2 .box-message {
    width: 100%;
    display: inline-block;
    padding-left: 70px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#team #section2 .ceo {
    float: left;
}

#team #section2 .ceo > .name {
    padding-left: 8px;
    font-size: 25px;
    font-weight: 600;
}

#team #section2 .row1 {
    margin-bottom: 60px;
}

#team #section2 .row1 .box-message {
    padding-left: 30px;
}

#team #section2 .row1 .image {
    padding: 30px 0 0;
}

#team #section2 .row1 .image img {
    border-radius: 20px;
}

#team #section2 .row1 .text {
    padding: 50px 40px 30px 25px;
    word-break: keep-all;
}

#team #section2 .row1 .text > h4 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #e88200;
    letter-spacing: -0.03em;
}

#team #section2 .row1 .text > p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    letter-spacing: -0.03em;
}

#team #section2 .row1 .ceo {
    margin: 28px 0 0;
    font-size: 19px;
}

/*#team #section2 .row2 .text {
  padding: 99px 0 75px;
}
#team #section2 .row2 .text > p {
  font-size: 24px;
  font-weight: 300;
  line-height: 2.2;
  color: #000;
  letter-spacing: -.03em;
}
#team #section2 .row2 .image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#team #section2 .row2 .bottom {
  padding-left: 30px;
  padding-right: 0;
}
#team #section2 .row2 .ceo {
  float: left;
  margin: 28px 0 0;
  font-size: 19px;
}*/
#team #section2 .wrap-message > .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#team #section2 .wrap-message > .bottom a.btn {
    /* float: right; */
    margin-top: 29px;
    /* margin-right: 30px; */
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    background: #ee9221;
    letter-spacing: 0em;
    border: none;
    color: #fff;
    border-radius: 20px;
}

#team #section2 .wrap-message > .bottom a + a {
    margin-left: 36px;
}

#team #section2 .wrap-message > .bottom a.btn:hover,
#team #section2 .wrap-message > .bottom a.btn:focus {
    color: #fff;
    background: #dc7f0d;
}

#team .box-member {
    margin-bottom: 85px;
    text-align: center;
}

#team .box-member img {
    padding: 0 35px;
}

#team .box-member > .title {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #e07d02;
}

#team .box-member > .title .name {
    padding-left: 3px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: #333;
}

#team .box-member > ul {
    display: inline-block;
    padding-left: 12px;
    text-align: left;
}

#team .box-member > ul > li {
    font-size: 14px;
    word-break: keep-all;
    color: #666;
    letter-spacing: -0.035em;
    margin-bottom: 4px;
}

/* 큐레이션 전문가 매칭 (페이지) */
#business > .pageTop h2 {
    margin: 105px 0 0;
}

#business .contents h4 {
    margin: 0 0 60px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

#business .contents h3 {
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2f2f2f;
    word-break: keep-all;
    letter-spacing: -0.045em;
}

#business #row2 h3 {
    margin: 0 0 12px;
}

#business .contents h4 > span,
#business .contents h3 > span {
    font-weight: 500;
    color: #ea880c;
}

#business .wrap-circle {
    text-align: center;
}

#business .box-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 0 15px;
    word-break: keep-all;
    text-align: center;
    background: #f2f2f2;
    border-radius: 100%;
}

#business .box-circle > p {
    margin: 0;
    padding: 77px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.055em;
    color: #404040;
}

#business .top .box-circle.box3 > p,
#business .top .box-circle.box4 > p {
    padding-top: 62px;
}

#business .bottom .box-circle {
    margin-bottom: 25px;
}

#business .box-circle > img {
    padding-top: 48px;
}

#business .bottom .box-circle.box2 {
    position: relative;
    background: #fff;
    border: 3px solid #f39929;
}

#business .bottom .box-circle.box2::before,
#business .bottom .box-circle.box2::after {
    top: 32%;
    position: absolute;
    font-size: 50px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #9e9e9e;
}

#business .bottom .box-circle.box2::before {
    content: "\f105";
    left: -60px;
}

#business .bottom .box-circle.box2::after {
    content: "\f104";
    right: -60px;
}

#business .bottom h5 {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 700;
}

#business .bottom ul {
    display: inline-block;
    text-align: left;
}

/* 마케팅 지원 공통 스타일 */
.subPage[id^="support_marketing"] .nav-sub ul {
    margin: -30px auto 95px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 100px;
    max-width: 620px;
}

.subPage[id^="support_marketing"] .nav-sub ul::after {
    content: "";
    display: block;
    clear: both;
}

.subPage[id^="support_marketing"] .nav-sub ul > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    border-radius: 100px;
}

.subPage[id^="support_marketing"] .nav-sub ul > li a {
    font-size: 18px;
    color: #757575;
    text-decoration: none;
    letter-spacing: -0.04em;
    line-height: 60px;
    display: block;
}

.subPage[id^="support_marketing"] .nav-sub ul > li.active {
    border-color: #ee9221;
    background: #ee9221;
    color: #fff;
    font-weight: 500;
}

.subPage[id^="support_marketing"] .nav-sub ul > li.active a {
    color: #fff;
}

.subPage[id^="support_marketing"] .nav-sub ul > li:not(.active) a:hover {
    color: #666;
}

/* 중소기업의 문제 (페이지) */
#support_marketing1 #row1 {
    text-align: center;
}

#support_marketing1 h3.rect {
    display: inline-block;
    margin: 0 0 41px;
    padding: 0 0 8px;
    font-size: 32px;
    border-bottom: 1px solid #e8860b;
    color: #ea880c;
    line-height: 1em;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.045em;
}

#support_marketing1 p.emphasis {
    margin: 0 0 50px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.045em;
    color: #000;
}

#support_marketing1 p.sm {
    font-size: 14px;
    text-align: right;
    color: #777;
}

#support_marketing1 #row1 h4 {
    margin: 0;
}

#support_marketing1 #row1 h4.tit1 {
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2f2f2f;
    letter-spacing: -0.045em;
    font-family: "SCDream", "notokr", sans-serif;
}

#support_marketing1 #row1 h4.tit1 b {
    color: #ee9221;
    font-weight: 500;
}

#support_marketing1 #row1 p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #2f2f2f;
}

#support_marketing1 #row1 .wrap-icon {
    margin: 0 auto 35px;
    padding: 60px;
    display: inline-block;
    border-radius: 100%;
    background: #ffe8cc;
}

#support_marketing1 #row2 .wrap-box {
    margin-bottom: 35px;
    padding: 50px 35px;
    background: #f2f2f2;
}

#support_marketing1 #row2 .box {
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    /* border-radius: 24px; */
}

#support_marketing1 #row2 .box > h5 {
    margin: 0px 0px 38px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 15px 15px 25px;
    letter-spacing: -0.055em;
}

#support_marketing1 #row2 .box > .top p {
    min-height: 42px;
    margin: 22px 0 40px;
    font-size: 15px;
    line-height: 1.4em;
}

#support_marketing1 #row2 .box > .bottom p {
    margin: 0;
    padding: 35px 0;
    background: #2f2f2f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.48;
    color: #fff;
    letter-spacing: -0.055em;
}

#support_marketing1 #row3 > .wrap-icon {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

#support_marketing1 #row3 .icon {
    padding: 45px;
    border-radius: 100%;
    background: #f0f0f0;
}

#support_marketing1 #row3 > .text {
    margin-top: 45px;
    margin-bottom: 35px;
}

#support_marketing1 #row3 > .text p {
    line-height: 1.45;
    color: #757575;
    letter-spacing: -0.055em;
    margin: 0 0 5px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

/* 정기배송 전문 쇼핑몰 도우다 (페이지) */
#support_marketing2 .top {
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.025em;
    text-align: center;
}

#support_marketing2 h3.rect {
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 0 8px;
    font-size: 32px;
    border-bottom: 1px solid;
    color: #e8860b;
    line-height: 1em;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.04em;
    text-align: center;
}

#support_marketing2 h3.rect-border {
    margin: 0 0 10px;
    padding-left: 12px;
    padding-right: 15px;
    font-size: 26px;
    line-height: 1em;
    border-left: 6px solid #f39929;
    letter-spacing: -0.045em;
    color: #2f2f2f;
    display: inline-block;
    background: #fff;
}

#support_marketing2 #row1 .top > h4 {
    margin: 0 0 65px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2f2f2f;
    letter-spacing: -0.045em;
    font-family: "SCDream", "notokr", sans-serif;
}

#support_marketing2 #row1 .top > h4 strong {
    font-weight: 500;
    color: #ea880c;
}

#support_marketing2 #row1 .box {
    text-align: center;
}

#support_marketing2 #row1 .box > h5 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
}

#support_marketing2 #row1 .box > ul {
    width: 250px;
    margin: 19px 0 0;
    padding: 25px 15px;
    display: inline-block;
    word-break: keep-all;
    border: 3px solid #00aa81;
    border-radius: 25px;
}

#support_marketing2 #row1 .box > ul li {
    font-size: 18px;
    letter-spacing: -0.055em;
    font-weight: 400;
    margin: 10px 0;
}

#support_marketing2 #row1 .box.right > ul {
    border-color: #f3982a;
}

/*
#support_marketing2 #row1 .box.right img{
  padding: 0 60px;
  margin: 25px 0;
}
*/
#support_marketing2 #row1 .box.center {
    margin-top: 160px;
}

#support_marketing2 #row2 .wrap-image {
    padding: 15px 10px;
}

#support_marketing2 #row2 .wrap-image img {
    margin: 15px 0;
}

#support_marketing2 #row2 .wrap-image + div h3 {
    margin-top: 60px;
}

#support_marketing2 #row3 .top > p {
    margin: 0 0 45px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.025em;
    font-family: "SCDream", "notokr", sans-serif;
}

#support_marketing2 ul.list-marketing > li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
}

#support_marketing2 ul.list-marketing > li .inner {
    text-align: center;
    border: 1px solid #009772;
    background: #fff;
    padding-bottom: 55px;
}

#support_marketing2 ul.list-marketing > li p {
    margin: 30px 0 0;
    font-size: 16px;
    letter-spacing: -0.055em;
    font-weight: 400;
}

#support_marketing2 #marketing1 > li {
    width: 25%;
    padding: 0 20px;
}

#support_marketing2 #marketing1 > li + li::before {
    content: "\f105";
    top: 29%;
    left: -15px;
    position: absolute;
    font-size: 55px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #9e9e9e;
}

#support_marketing2 #row3 .wrap-list > ul {
    padding: 30px 30px 20px;
    border: 3px solid #f39929;
    box-shadow: 4px 9px 23px -5px rgba(255, 160, 43, 0.2);
}

#support_marketing2 #marketing1 > li .inner {
    padding: 50px 0px;
    border: none;
}

#support_marketing2 #marketing1 > li .inner p {
    font-size: 18px;
    font-weight: 500;
}

#support_marketing2 #marketing1 > li img {
    /* width: 100px; */
    height: 100px;
}

#support_marketing2 #row3 .bottom > p {
    margin: 60px 0 0px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.045em;
    color: #000;
    line-height: 1.5;
}

#support_marketing2 #marketing2 > li h5,
#support_marketing2 #marketing3 > li h5 {
    height: 90px;
    margin: 0px 0px 50px;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    line-height: 1.35;
    background: #009772;
    font-family: "SCDream", "notokr", sans-serif;
    font-weight: 600;
    letter-spacing: -0.035em;
}

#support_marketing2 #marketing2 > li:first-child h5 {
    padding-top: 31px;
}

/*
#support_marketing2 #marketing2 > li img,
#support_marketing2 #marketing3 > li img {
  width: 100px;
  height: 100px;
}
*/
#support_marketing2 #row4 .top > p,
#support_marketing2 #row5 .top > p,
#support_marketing2 #row6 .top > p {
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    color: #1f1f1f;
}

#support_marketing2 .wrap-list > ul {
    width: 100%;
    display: inline-block;
}

#support_marketing2 #row4 .wrap-list,
#support_marketing2 #row5 .wrap-list {
    margin-bottom: 35px;
    padding: 50px 40px 40px;
    background: #f2f2f2;
}

#support_marketing2 #row4 .wrap-list .inner {
    min-height: 400px;
}

#support_marketing2 #row4 .top > p.p2,
#support_marketing2 #row5 .top > p.p2,
#support_marketing2 #row6 .top > p.p2 {
    margin: 0 0 35px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

#support_marketing2 #row6 .wrap-box {
    margin-top: 20px;
    padding: 0 50px;
}

#support_marketing2 #row6 .box {
    width: 350px;
    height: 350px;
    padding: 60px 55px;
    text-align: center;
}

#support_marketing2 #row6 .box.left,
#support_marketing2 #row6 .box.right {
    display: inline-block;
    border: 3px solid #00aa81;
    border-radius: 100%;
}

#support_marketing2 #row6 .box .col-sm-6 {
    padding: 0 5px;
}

#support_marketing2 #row6 .box.left .col-sm-6 img {
    width: 90px;
}

#support_marketing2 #row6 .box.right .col-sm-6 img {
    margin-top: 45px;
    padding-left: 10px;
}

#support_marketing2 #row6 .box.right .col-sm-6:last-child img {
    width: 85px;
    margin: 5px 0px 0 0px;
    padding: 0;
}

#support_marketing2 #row6 .box.right {
    padding: 60px 45px;
}

#support_marketing2 #row6 .box > h5 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
    letter-spacing: -0.055em;
}

#support_marketing2 #row6 .box > p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #404040;
}

#support_marketing2 #row6 .box.left > h5 {
    margin-bottom: 50px;
}

#support_marketing2 #row6 .box.left p {
    margin: 12px 0 0;
    font-weight: 600;
    letter-spacing: -0.065em;
}

#support_marketing2 #row6 .box.center > p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

#support_marketing2 #row6 .box.center > img {
    margin: 20px auto;
}

#support_marketing2 #row6 .bottom {
    margin-top: 40px;
}

#support_marketing2 #row6 .bottom > p {
    font-size: 14px;
    text-align: right;
}

#support_marketing2 #row6 .box.right .image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#support_marketing2 #row6 .box.right .image img:nth-of-type(1) {
    width: 130px;
    margin-top: 15px;
    margin-right: -45px;
    z-index: 100;
}

#support_marketing2 #row6 .box.right .image img:nth-of-type(2) {
    width: 97px;
}

/* 상생 프로그램 구현 */
#support_marketing2 #row7 .wrap-box {
    margin-top: 20px;
}

#support_marketing2 #row7 .box.left,
#support_marketing2 #row7 .box.right {
    width: 100%;
    display: inline-block;
    padding: 30px;
    border: 3px solid #ff9e19;
    border-radius: 20px;
}

#support_marketing2 #row7 .box > .logo {
    /* width: 220px; */
    margin: -70px auto 30px;
    padding: 10px 18px;
    background: #fff;
    /* border: 4px solid #ff9e19; */
    border-radius: 20px;
}

#support_marketing2 #row7 .box {
    text-align: center;
    padding-top: 125px;
}

#support_marketing2 #row7 .box > .logo + p {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
    letter-spacing: -0.055em;
}

#support_marketing2 #row7 .box > .inner {
    width: 100%;
    display: inline-block;
    padding: 20px 60px;
    background: #f2f2f2;
    border-radius: 15px;
}

#support_marketing2 #row7 .box > .inner p.p1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.055em;
}

#support_marketing2 #row7 .box.left > .inner p.p2 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.055em;
    color: #111;
    margin: 20px auto 0;
    padding: 40px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

#support_marketing2 #row7 .box.right > .inner p.p2 {
    font-size: 14px;
    line-height: 1.4em;
    margin: -3px 0 20px;
    font-weight: 400;
    color: #404040;
}

#support_marketing2 #row7 .box.right > .inner div {
    padding: 0 5px;
}

#support_marketing2 #row7 .box.center > p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

#support_marketing2 #row7 .box.center > img {
    margin: 20px auto;
}

#support_marketing2 #row8 .top p {
    margin: 10px 0 35px;
    font-size: 32px;
    line-height: 1.5em;
    letter-spacing: -0.045em;
    font-weight: 300;
    color: #2f2f2f;
}

#support_marketing2 #row8 .left img,
#support_marketing2 #row8 .right img {
    padding: 30px;
    background: #f2f2f2;
}

#support_marketing2 #row8 .bottom {
    margin-top: 35px;
}

#support_marketing2 #row8 .bottom p {
    position: relative;
    margin: 50px 0 0;
    padding-top: 20px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.045em;
    color: #000;
    line-height: 1.5;
}

#support_marketing2 #row8 .bottom p::before {
    content: "\f063";
    position: absolute;
    top: -45px;
    left: 50%;
    font-size: 40px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #f39929;
    transform: translateX(-50%);
}

/* 도우다몰 정기배송을 통한 삶의 질 변화 - 소비자 */
#support_marketing2 #row9 h3.rect {
    color: #00a57b;
}

#support_marketing2 #row9 .box {
    text-align: center;
}

#support_marketing2 #row9 .wrap-box {
    margin-top: 50px;
    padding: 0 70px;
}

#support_marketing2 #row9 .box > h5 {
    width: 240px;
    display: inline-block;
    margin: 0 0 20px;
    padding: 15px 20px;
    line-height: 1em;
    background: #00a57b;
    border-radius: 60px;
    font-family: "SCDream", "notokr", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
}

#support_marketing2 #row9 .box.right > h5 {
    color: #fff;
    background: #e8860b;
}

#support_marketing2 #row9 .box li {
    margin-bottom: 5px;
}

/* 도우다몰 정기배송을 통한 삶의 질 변화 - 기업 */
#support_marketing2 #row10 {
    text-align: center;
}

#support_marketing2 #row10 h3.rect {
    color: #00a57b;
}

#support_marketing2 #row10 .middle {
}

#support_marketing2 #row10 p {
    font-family: "SCDream", "notokr", sans-serif;
}

#support_marketing2 #row10 .p1 {
    position: relative;
    max-width: 550px;
    margin: 25px auto;
    padding-left: 105px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #2f2f2f;
    text-align: left;
    letter-spacing: -0.045em;
}

#support_marketing2 #row10 p .num {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 68px;
    font-weight: 900;
    color: #e8e8e8;
    line-height: 1;
    letter-spacing: -0.03em;
}

#support_marketing2 #row10 p span:not(.num) {
    font-weight: 500;
}

#support_marketing2 #row10 p.p2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.04em;
    font-weight: 600;
}

/* 차별성 (페이지) */
#differentiation .top > h3 {
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2f2f2f;
    letter-spacing: -0.045em;
}

#differentiation .top > h3 span {
    color: #ea880c;
    font-weight: 500;
}

#differentiation #different1 {
    margin: 0 -5px;
}

#differentiation #different1 > li {
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}

#differentiation #different1 > li h5 {
    margin: 0 0 10px;
    padding: 12px;
    font-size: 24px;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    color: #fff;
    letter-spacing: -0.01em;
    background: #f39725;
    border-radius: 30px;
}

#differentiation #different1 > li:nth-child(even) h5 {
    background: #03a57c;
}

/*
#differentiation #different1 > li .wrap-icon {
  background: #f39725;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 35px;
}
#differentiation #different1 > li:nth-child(even) .wrap-icon{
  background:#03a57c;
}
*/
#differentiation #different1 > li .text {
    padding: 25px 15px;
    background: #f6f6f6;
}

#differentiation #different1 > li p {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.055em;
    color: #000;
}

#differentiation #different1 > li p.sm {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #07926f;
}

#differentiation #different1 > li p.sm {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

#differentiation #different2 {
    margin: 0 -30px;
}

#differentiation #different2 > li {
    float: left;
    width: 20%;
    padding: 0 30px;
    text-align: center;
}

#differentiation #different2 > li .inner {
    width: 185px;
    height: 185px;
    display: inline-block;
    padding: 58px 30px;
    background: #f2f2f2;
    border-radius: 100%;
    border: 3px solid #fff;
}

#differentiation #different2 > li:nth-child(2) .inner,
#differentiation #different2 > li:nth-child(3) .inner {
    padding: 75px 30px;
}

#differentiation #different2 > li:last-child .inner {
    border: 3px solid #f39929;
    background: #fff;
}

#differentiation #different2 > li h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.3em;
    font-family: "notokr", sans-serif;
    letter-spacing: -0.055em;
}

#differentiation #row3 {
    text-align: center;
}

#differentiation #row3 h4 {
    margin: 0;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.055em;
    background: #ea8b12;
    color: #fff;
}

#differentiation #row3 .right h4 {
    background: #00a57b;
}

#differentiation #row3 ul {
    display: block;
    text-align: left;
    border: 2px solid #ea8b12;
    border-bottom-width: 3px;
}

#differentiation #row3 ul > li {
    font-size: 18px;
    letter-spacing: -0.055em;
    border: 1px solid #f5b484;
    background: #fff;
    text-align: center;
    padding: 17px;
    margin: 0 0 -1px;
}

#differentiation #row3 .right ul {
    border-color: #03a57c;
}

#differentiation #row3 .right ul > li {
    border-color: #78c3b1;
}

#differentiation #row3 ul > li:before {
    content: none;
}

#differentiation #different2 > li + li::before {
    content: "\f105";
    top: 35%;
    left: -10px;
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #9e9e9e;
}

#differentiation #row3 ul > li span {
    font-weight: 600;
    color: #222;
}

/* 업무진행절차 (페이지) */
#task_step .top {
    margin: 0 0 65px;
    text-align: center;
}

#task_step .top > h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2f2f2f;
    letter-spacing: -0.045em;
}

#task_step .top > p {
    margin: 8px 0px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

#task_step .top > h3 span {
    font-weight: 500;
    color: #ea880c;
}

/*
#task_step ul.list-step {
  margin: 0 -12px;
}
#task_step ul.list-step > li {
  float: left;
  width: 20%;
  text-align: center;
}
#task_step ul.list-step > li+li::before {
  content: '\f061';
  top: 102px;
  left: -12px;
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #00ab80;
}
#task_step ul.list-step > li .inner {
  padding: 0 12px;
}
#task_step ul.list-step > li .step {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: 'SCDream', 'notokr', sans-serif;
}
#task_step ul.list-step > li h5 {
  min-height: 138px;
  margin: 0 0 20px;
  padding: 40px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  border: 3px solid #00ab80;
  border-radius: 20px;
  letter-spacing: -0.055em;
  color: #000;
}
#task_step ul.list-step > li:first-child h5 {
  padding-top: 50px;
}
#task_step ul.list-step > li:last-child h5{
    background: #00a57b;
    color: #fff;
    border-color: #00a57b;
}
#task_step ul.list-step > li ul {
  display: inline-block;
}
#task_step ul.list-step > li ul > li {
  margin-bottom: 1px;
  padding-left:9px;
  font-size: 14px;
  text-align: left;
}
#task_step ul.list-step > li ul > li::before{
  width:3px;
  height:3px;
}
#task_step ul.list-step > li p.sm {
  font-size: 13px;
  font-weight: 600;
  color: #2f2f2f;
}
*/
#task_step #row2 .top > h3 {
    letter-spacing: 0;
    font-size: 34px;
    font-weight: 500;
}

#task_step ul.list-process {
    position: relative;
    display: inline-block;
    margin: 0 -15px;
}

#task_step ul.list-process::before {
    content: "";
    top: 113px;
    left: 20px;
    width: 96%;
    position: absolute;
    border-top: 2px solid #00ab80;
}

#task_step ul.list-process > li {
    float: left;
    width: 14.2%;
    padding: 0 12px;
    text-align: center;
}

#task_step ul.list-process > li p.num {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: "SCDream", "notokr", sans-serif;
    line-height: 1;
}

#task_step ul.list-process > li .wrap-icon {
    padding: 40px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #00ab80;
}

#task_step ul.list-process > li:last-child .wrap-icon {
    background: #fff;
}

#task_step ul.list-process > li p:not(.num) {
    margin: 15px 0 0;
    line-height: 1.35;
}

/*
#task_step #row2 .box-text {
  margin-top: 45px;
  padding: 40px 45px 35px;
  font-size: 15px;
  word-break: keep-all;
  background: #f2f2f2;
}
#task_step #row2 .box-text > p {
  margin-bottom: 5px;
}
#task_step #row2 .box-text > p .star {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  text-align: right;
}
*/

/* 기업 무료 경영진단 (페이지 + 주문폼) */
#client01 fieldset + fieldset {
    margin-top: 60px;
}

#client01 fieldset > p {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

#client01 .box-list {
    margin-top: 60px;
    padding: 40px 45px 35px;
    font-size: 14px;
    word-break: keep-all;
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
}

#client01 .box-list ul li .red {
    color: red;
}

#client01 .box-list ul li .blue {
    color: #de7a00;
    font-weight: 500;
    letter-spacing: 0;
}

fieldset#coach table > tbody > tr#item_4 {
    display: none;
}

fieldset#coach_info {
    display: none;
}

/* Client 이용 게시판 공통 스타일 */
.subPage[id^="client"] .btn-third {
    margin-top: 80px;
}

/* Project 성공사례 (게시판) */
#client04 .table_blog dd .left {
    display: none;
}

#client04 .table_blog dd .right {
    width: 100%;
}

#client04 .table_blog dd .right .info {
    display: none;
}

/* 게시글 상세 */
#post-detail > .block {
    word-break: keep-all;
}

#post-detail > .block + .block {
    margin-top: 60px;
}

#post-detail .tit {
    float: left;
    width: 20%;
}

#post-detail .tit > h5 {
    position: relative;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #00ab80;
    line-height: 1.35em;
}

#post-detail .tit > h5::before {
    content: "";
    top: -8px;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #00ab80;
}

#post-detail .desc {
    width: 80%;
    display: inline-block;
    padding-left: 60px;
}

#post-detail > .block.area .desc ul > li {
    min-width: 120px;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #ee9221;
    border-radius: 30px;
}

#post-detail > .block.area .desc ul > li + li {
    margin-left: 8px;
}

#post-detail .box-comment {
    padding: 30px 30px 20px;
    background: #f9f9f9;
}

#post-detail .box-comment > h5 {
    margin: 0 0 20px;
    font-size: 20px;
}

#post-detail .box-comment > p {
    font-size: 17px;
}

/* 견적문의 (페이지 + 주문폼) */
#inquiry .board_wrapper .table.board_write_table tbody tr td .form-control,
#inquiry .board_wrapper .table.board_write_table .form-control.form-control-big {
    width: 100%;
}

#inquiry .board_wrapper table tr#item_2 > td #frm_data_3 {
    width: 250px;
    height: 30px;
    margin: 8px 0 0 10px;
}

#inquiry .board_wrapper .limit {
    float: right;
    margin: 5px 0 0;
    font-size: 13px;
    color: #555;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.search_wrap {
    margin-bottom: 0;
}

.board_wrapper .table.table_default thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #d3d3d3;
    padding: 13px 15px;
    font-weight: 500;
    color: #000;
}

.board_wrapper .table.table_default tr td {
    padding: 22px 15px;
}

.table.table_default tbody .subject a {
    color: #333;
    font-weight: 500;
    font-size: 18px;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}

.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #777;
}

.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}

.board_data_view .header_wrap .info {
    margin-top: 12px;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: #f8f8f8;
}

#inquiry .board_wrapper .table.board_write_table tbody tr th {
    width: 260px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}

.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}

.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}

.form-control:not([readonly]):focus {
    border-color: #999;
}

.radio-inline {
    margin-bottom: 10px;
}

.radio-inline + .radio-inline {
    margin-left: 15px;
    margin-right: 10px;
}

/* 블로그B 게시판 */
.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #ee9221;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 20px 18px;
}

.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
    margin-bottom: 4px;
}

.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
    letter-spacing: -0.04em;
    font-size: 20px;
}

.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    font-size: 12px;
    padding: 0 4px;
    letter-spacing: 0;
}

.table_blog2 dd .inner .top a .thumb {
    height: 358px;
}

.table_video dd .inner .bottom .title a:hover,
.table_video dd .inner .title a:focus,
.table_blog dd .right .title a:hover,
.table_blog dd .right .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #ee9221;
}

/*********** 서브 끝 ***********/

/*********** 220609 시작 ***********/

#certification #section1 .row1 {
    margin-left: -5px;
    margin-right: -5px;
}

#certification .cert {
    padding: 0 5px;
}

#certification .cert img {
    padding: 8px;
    border: 1px solid #ccc;
    background: #fff;
}

#certification .cert .cert-caption {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.053em;
    /* background: #fafafa; */
    /* border: 1px solid #ccc; */
    /* border-top: 0; */
}

#certification .video-wrap {
    background: #fafafa;
    padding: 45px 60px;
}

#certification h3.rect,
#portfolio h3.rect {
    display: inline-block;
    margin: 0 0 41px;
    padding: 0 0 8px;
    font-size: 32px;
    border-bottom: 1px solid #e8860b;
    color: #ea880c;
    line-height: 1em;
    font-weight: 500;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.045em;
}

#certification .video-wrap .video-box {
}

#partners .partners {
    display: block;
    border: 5px solid #ddd;
    margin: 0 0 30px;
    position: relative;
    padding: 15px 0;
    height: 135px;
}

#partners .partners:hover {
    text-decoration: none;
    border-color: #f39929;
}

#partners .partners .partners-caption {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 5px 0;
}

#partners .partners.no-img {
}

#partners .partners.no-img .partners-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#portfolio .portfolio {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 5px 12px -5px rgb(0 0 0 / 23%);
    padding: 24px;
    text-align: center;
    height: 140px;
    margin: 0 0 30px;
}

#portfolio .portfolio:hover {
    text-decoration: none;
    box-shadow: 0px 8px 18px -8px rgb(0, 0, 0, 0.23);
}

#portfolio .portfolio.no-img {
    position: relative;
}

#portfolio .portfolio img {
    border-radius: 5px;
    margin-bottom: 4px;
}

#portfolio .portfolio .port-caption {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

#portfolio .portfolio.no-img .port-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#portfolio .row6 .portfolio,
#portfolio .row7 .portfolio {
    cursor: default;
    text-decoration: none;
}

/*********** 220609 끝 ***********/

/*********** 221122 ***********/

.title-lv-1 + .tit-p {
    margin-top: -60px;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ea880c;
    word-break: keep-all;
    letter-spacing: -0.045em;
    font-family: "SCDream", "notokr", sans-serif;
}

#advisory .title-lv-1 + .tit-p {
    margin-bottom: 30px;
}

#accelerating #row1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#accelerating #row1 .accel-info {
    margin: 20px 0;
}

#accelerating #row1 .accel-info.text-area {
    padding-left: 60px;
}

#accelerating #row1 .accel-info.text-area.col-sm-pull-6 {
    padding-right: 60px;
    padding-left: 15px;
}

#accelerating #row1 .accel-info img {
}

#accelerating #row1 .accel-info p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.035em;
}

#accelerating #row1 .accel-info p.size-lg {
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: -0.045em;
}

#accelerating #row1 .accel-info p.size-lg strong {
    color: #009772;
    line-height: 1.55;
    font-family: "SCDream", "notokr", sans-serif;
    font-weight: 600;
    display: inline-block;
}

#accelerating .row1-img > img {
    margin-top: 70px;
}

#accelerating .row2-img > img {
    max-width: 905px;
    margin-bottom: 40px;
}

#accelerating .row h4,
#total_manage .row h4,
#advisory .row h4,
#outsourcing .row h4 {
    font-size: 32px;
    margin: 0px 0 30px;
    text-align: center;
    color: #222;
    font-weight: 600;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.045em;
}

#accelerating #row3 .table-nanum {
    border: 2px solid #03a57c;
    margin: 0 0 10px;
}

#accelerating #row3 p.note {
    text-align: right;
    font-size: 15px;
    color: #ef2c0c;
}

#accelerating #row3 .table-nanum thead tr th {
    background: #03a57c;
    color: #fff;
}

.dl-accel {
    margin: 0;
    padding: 40px 60px;
    background: #f6f6f6;
}

.dl-accel dt {
    display: flex;
    margin: 0 0 15px;
    justify-content: flex-start;
    font-size: 24px;
    letter-spacing: -0.045em;
    position: relative;
    padding-left: 100px;
    padding-top: 13px;
}

.dl-accel dt img {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.dl-accel dd {
    font-size: 16px;
    padding-left: 100px;
    line-height: 1.65;
}

.dl-accel dd:before {
    content: "";
}

#accelerating #row3 h4 + p {
    margin: 0 auto 45px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    line-height: 1.66;
    letter-spacing: -0.045em;
    color: #2f2f2f;
}

#accelerating #row3 h4 + p b {
    color: #00a97e;
}

#accelerating #row3 h4 + p > b {
}

table.table.table-nanum {
    /* max-width: 900px; */
    margin: 0 auto 60px;
    border-top: 2px solid #fbbc2c;
}

table.table.table-nanum tr {
    border-bottom: 1px solid #ddd;
}

table.table.table-nanum tr th,
table.table.table-nanum tr td {
    border-top: 0;
    font-size: 18px;
    text-align: center;
    width: 50%;
    border-left: 1px solid #ddd;
    padding: 10px 0;
}

table.table.table-nanum tr th:last-child,
table.table.table-nanum tr td:last-child {
    border-right: 1px solid #ddd;
}

table.table.table-nanum thead tr th {
    border-bottom: 0;
    background: #f7f7f7;
    font-size: 20px;
}

table.table.table-nanum tbody tr th {
    font-weight: 400;
}

table.table.table-nanum tr td {
}

#accelerating .howto {
    margin-top: 50px;
}

#accelerating .howto img {
    max-width: 905px;
    margin-top: 45px;
    margin-bottom: 60px;
}

#accelerating .howto dl {
    padding: 40px 60px;
    background: #f6f6f6;
}

#accelerating .howto dl dt {
    font-size: 24px;
    letter-spacing: -0.045em;
    margin: 0 0 25px;
}

#accelerating .howto dl dd {
    font-size: 16px;
    padding-left: 13px;
    position: relative;
}

#accelerating .howto dl dd + dd {
    margin-top: 6px;
}

#accelerating .howto dl dd::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #888;
    border-radius: 20px;
}

.about-total {
    margin-bottom: 25px;
}

.about-total p {
    text-align: center;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: -0.045em;
    color: #2f2f2f;
}

#total_manage .row h4 {
    margin-bottom: 40px;
}

.about-total p strong {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.045em;
    font-family: "SCDream", "notokr", sans-serif;
}

.total-process-wrap {
}

.total-process-wrap > .total-process:nth-child(2) {
}

.total-process {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    padding: 35px 0;
    background: #f6f6f6;
}

.total-process .tit {
    width: 195px;
    margin-left: 45px;
    margin-top: 15px;
}

.total-process .tit h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
    border-radius: 50px;
    text-align: left;
    font-family: "SCDream", "notokr", sans-serif;
}

.total-process .process {
    width: calc(100% - 225px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.total-process .process > .box:nth-child(2) .tit {
    background: #159b7c;
}

.total-process .process > .box:nth-child(3) .tit {
    background: #008988;
}

.total-process .process > .box:nth-child(4) .tit {
    background: #096f84;
}

.total-process .process .box {
    width: 220px;
    margin-right: 35px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
}

.total-process .process .box::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 70px;
    right: -23px;
    font-size: 22px;
    color: #626262;
}

.total-process .process .box:last-child:after {
    display: none;
}

.total-process .process .tit {
    display: block;
    width: 100%;
    padding: 17px 15px;
    color: #fff;
    background: #29a77b;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px 15px 0 0;
    font-family: "SCDream", "notokr", sans-serif;
    text-shadow: 0 0 7px rgb(23 80 77);
}

.total-process .process a.tit::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 11px;
    font-size: 15px;
    color: #fff;
    text-shadow: none;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.total-process .process a.tit:hover::after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.total-process .process .tit:hover {
    text-decoration: none;
}

.total-process .process .li-total-process {
    padding: 15px 13px 22px 20px;
    list-style: none;
    margin: 0;
    min-height: 110px;
    border: 1px solid #b7d9cd;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.total-process .process .li-total-process > li {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    margin-top: 4px;
    letter-spacing: -0.055em;
    color: #222;
}

.total-process .process .li-total-process > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 20px;
}

#total_manage .epil {
    text-align: center;
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 1.75;
    color: #2f2f2f;
    letter-spacing: -0.035em;
}

#advisory .page-title .wrap {
    margin-bottom: 30px;
}

#advisory .page-title .wrap p {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}

#advisory #row1 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #f6f6f6;
    padding: 40px;
}

#advisory #row1 .col-sm-6:nth-child(1) {
    padding-right: 60px;
    padding-top: 70px;
    padding-left: 55px;
}

.advisory-consulting {
    padding: 18px 0;
}

.advisory-consulting h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 13px;
    font-family: "SCDream", "notokr", sans-serif;
    letter-spacing: -0.045em;
    color: #2f2f2f;
}

.advisory-consulting h5 .num {
    display: inline-block;
    font-size: 36px;
    color: #00a57b;
    font-weight: 500;
    margin-right: 15px;
    vertical-align: sub;
}

.advisory-consulting .des {
}

.advisory-consulting .des p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.advisory-consulting .des.box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.advisory-consulting .des.box-wrap .box {
    border: 1px solid #8dd3ba;
    padding: 20px 10px;
    position: relative;
    border-radius: 12px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.advisory-consulting .des.box-wrap .box::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -17px;
    font-size: 15px;
    transform: translateY(-50%);
    color: #626262;
}

.advisory-consulting .des.box-wrap .box:last-child::after {
    display: none;
}

.advisory-consulting .des.box-wrap .box p {
    margin: 0;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    letter-spacing: -0.045em;
}

.advisory-process {
    display: flex;
    gap: 45px;
    background: #f8f8f8;
    padding: 50px;
}

.advisory-process .process {
    max-width: calc(100% / 3);
    width: 33.33333333333%;
    position: relative;
}

.advisory-process .process::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 32px;
    right: -29px;
    font-size: 26px;
    color: #626262;
}

.advisory-process .process:last-child::after {
    content: none;
}

.advisory-process .process h5 {
    margin: 0 0 25px;
    font-size: 24px;
    color: #2f2f2f;
    font-family: "SCDream", "notokr", sans-serif;
    font-weight: 500;
    line-height: 1.25;
    position: relative;
    padding: 20px 0 20px 100px;
    border: 1px solid #b7d9cd;
    border-radius: 15px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.advisory-process .process h5 i {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 60px;
    height: 60px;
    background: #29a77b;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 29px;
    color: #fff;
}

.advisory-process > .process:nth-child(2) i {
    background: #008988;
}

.advisory-process > .process:nth-child(2) h5 .num {
    color: #008988;
}

.advisory-process > .process:nth-child(3) i {
    background: #096f84;
}

.advisory-process > .process:nth-child(3) h5 .num {
    color: #096f84;
}

.advisory-process .process h5 .num {
    display: block;
    font-size: 15px;
    color: #00ab80;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0;
}

.advisory-process .process .li-dot {
    margin: 0;
    list-style: none;
    padding: 0 20px;
}

.advisory-process .process .li-dot > li {
    padding-left: 12px;
    position: relative;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.045em;
}

.advisory-process .process .li-dot > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #888;
    border-radius: 20px;
}

#advisory #row3 .img-wrap {
    padding: 0 120px;
    margin-bottom: 45px;
}

#advisory #row3 .img-wrap img {
}

.li-advisory-service {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 40px 80px;
}

.li-advisory-service > li {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    margin-top: 8px;
}

.li-advisory-service > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #464646;
    border-radius: 9px;
    position: absolute;
    top: 9px;
    left: 0;
}

.li-advisory-service > li > b {
    color: #df7c00;
    font-weight: 500;
}

.li-outsourcing {
    margin: 65px 0px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 100px;
    list-style: none;
    background: #f6f6f6;
}

.li-outsourcing > li {
    width: calc(100% / 3);
    padding: 5px 50px 5px 15px;
    font-size: 16px;
    position: relative;
    letter-spacing: -0.045em;
}

.li-outsourcing > li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #888;
    border-radius: 20px;
}

.outsourcing-link {
    display: block;
    width: 250px;
    line-height: 65px;
    background: #ee9221;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.055em;
}

.outsourcing-link::after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 25px;
}

.outsourcing-link:hover,
.outsourcing-link:focus {
    background: #dc7f0d;
    text-decoration: none;
    color: #fff;
}

/*********** 221122 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) {
    /* Small·Medium·Large devices */
}

@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 63px;
    }

    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }

    .navbar-inverse .navbar-brand {
        margin-top: 12px;
    }

    .navbar-inverse .navbar-brand img {
        height: 40px;
    }

    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-inverse .navbar-nav > .open {
        background-color: #f6f6f6;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .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 {
        color: #fff;
        background: #ee9221;
    }

    .navbar-inverse .navbar-nav > .open .dropdown-menu {
        padding: 10px 0;
    }

    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }

    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #111;
    }

    .carousel-caption {
        right: 5%;
        left: 5%;
    }

    .mainPage {
        padding: 0px 0 50px;
    }

    .mainPage h3 {
        margin: 0 0 25px;
        font-size: 33px;
    }

    .mainPage .main-link > a {
        padding: 25px 15px;
    }

    .mainPage .main-link h4 {
        margin: 0 0 20px;
        font-size: 17px;
    }

    .mainPage .main-link .wrap-icon {
        margin: 20px 0;
    }

    .mainPage .main-link .wrap-icon > img {
        width: 50px;
    }

    .mainPage .main-link .more {
        width: 100px;
        padding: 4px 8px;
        font-size: 12px;
    }

    #section_7f39f8 {
        padding: 50px 0 20px;
    }

    div[class^="board_box_"] .page-header h4 {
        font-size: 18px;
    }

    .board_box_blog2 .inner,
    .board_box_video .inner {
        margin-bottom: 35px;
    }

    .board_box_blog2:nth-child(1),
    .board_box_blog2:nth-child(2),
    .board_box_video {
        margin-bottom: 15px !important;
    }

    .board_box_video .col-xs-6 {
        width: 100%;
    }

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

    .board_box_video .inner .top a .thumb {
        height: 193px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }

    #site footer .footer-info .logo > img {
        height: 35px;
        margin-bottom: 15px;
    }

    #site footer .footer-info ul li {
        font-size: 11px;
        line-height: 18px;
    }

    #site footer .footer-info ul li.copy {
        font-size: 10px;
    }

    .subPage > .contents {
        padding: 60px 0 70px;
    }

    .subPage > .pageTop {
        height: 160px;
    }

    .subPage > .pageTop h2 {
        margin: 65px 0 0;
        font-size: 42px;
    }

    .subPage .breadcrumb {
        top: 15px;
        font-size: 10px;
    }

    .subPage .link {
        margin-top: 15px;
        border-bottom: none;
    }

    .subPage .link ul > li {
        width: 100%;
        margin: 0;
    }

    .subPage .link ul > li > a {
        font-size: 15px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .subPage .link ul > li.active > a {
        color: #fff;
        background: #f39929;
        border-color: #f39929;
    }

    .subPage .link ul > li.active > a::after {
        display: none;
    }

    .title-lv-1 {
        margin: 0 0 60px;
        font-size: 34px;
        line-height: 1.3em;
    }

    .space-bottom {
        margin-bottom: 70px;
    }

    #greeting .contents > section,
    #greeting .contents > section:first-child,
    #greeting .contents > section:last-child,
    #greeting #section3 {
        padding: 70px 0;
    }

    #greeting #section1 .row1 {
        padding-top: 0;
    }

    #greeting #section1 .row1 .image {
        margin-bottom: 50px;
        padding-right: 15px;
    }

    #greeting #section1 .text {
        padding-left: 15px;
    }

    #greeting #section1 .text h4::before {
        top: -15px;
        left: -10px;
        width: 45px;
        height: 45px;
    }

    #greeting #section1 .text h4 {
        margin: 0 0 40px;
        font-size: 33px;
    }

    #greeting #section1 .text h4 > strong {
        font-size: 37px;
    }

    #greeting #section1 .text p.size-lg {
        margin: 0 0 15px;
        font-size: 23px;
    }

    #greeting #section2 {
        height: auto;
        padding: 30px 0;
    }

    #greeting .box-mission {
        padding: 30px 15px 15px;
    }

    #greeting .box-mission > h3 {
        margin: 0 0 25px;
        font-size: 28px;
        line-height: 1.3em;
    }

    #greeting .box-mission > p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    #greeting .top {
        margin-bottom: 30px;
    }

    #greeting .top > h3 {
        font-size: 35px;
        word-break: keep-all;
        line-height: 1.3em;
    }

    #greeting .top > h4 {
        margin: 35px 0 0;
        font-size: 35px;
        word-break: keep-all;
    }

    #greeting .top > p {
        margin: 20px 0 0;
        font-size: 18px;
        word-break: keep-all;
    }

    #greeting ul.list-result {
        padding: 0 15px;
    }

    #greeting ul.list-result > li {
        width: 100%;
    }

    #greeting ul.list-result > li + li {
        margin-top: 30px;
    }

    #greeting ul.list-result > li .inner {
        width: 100%;
        min-width: auto;
        margin-bottom: 0;
    }

    #greeting ul.list-result > li .num {
        font-size: 45px;
    }

    #greeting ul.list-result > li:nth-child(3),
    #greeting ul.list-result > li:nth-child(4) {
        width: 50%;
    }

    .wrap-history::before {
        left: 2%;
    }

    .history-block > .year {
        width: 100%;
        padding-left: 35px;
        padding-right: 0;
        font-size: 30px;
        text-align: left;
    }

    .history-block > .year::before {
        right: auto;
        left: 5px;
        width: 30px;
    }

    .history-block > .year::after {
        top: 12px;
        right: auto;
        left: 0;
        width: 12px;
        height: 12px;
    }

    .history-block > .detail {
        width: 100%;
        padding: 10px 0 0 20px;
    }

    .history-block > .detail ul > li {
        margin-bottom: 8px;
    }

    .history-block > .detail ul > li .date {
        width: 100%;
        margin: 4px 0;
        font-size: 15px;
    }

    .history-block > .detail ul > li .desc {
        width: 100%;
    }

    .history-block > .detail ul > li .date + .desc {
        padding-left: 0;
    }

    .history-block > .detail ul > li p {
        font-size: 15px;
        word-break: keep-all;
        line-height: 1.45;
    }

    #greeting #section5 .top p {
        font-size: 17px;
    }

    #greeting .wrap-card + .wrap-card {
        margin-top: 15px;
    }

    #greeting .wrap-card > .card-vision {
        min-height: 500px;
        position: relative;
        padding: 25px;
    }

    #greeting .wrap-card > .card-vision::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000;
        opacity: 0.5;
    }

    #greeting .wrap-card:nth-child(n + 4) > .card-vision {
        margin-top: 0;
    }

    #greeting .wrap-card > .card-vision h5 {
        margin: 0 0 18px;
        font-size: 20px;
    }

    #greeting .wrap-card > .card-vision p {
        margin: 0 0 28px;
        font-size: 15px;
    }

    #greeting .wrap-card > .card-vision a {
        font-size: 15px;
    }

    #greeting ul.list-partner {
        margin: 0 -5px;
    }

    #greeting ul.list-partner > li {
        width: 50%;
        padding: 0 5px;
    }

    #greeting ul.list-partner > li .inner {
        /* padding: 12px 15px; */
        height: 63px;
        padding: 15px;
    }

    #greeting ul.list-partner > li img {
        width: auto;
        max-width: 100%;
        max-height: 40px;
    }

    #greeting ul.list-partner > li:nth-child(6),
    #greeting ul.list-partner > li:nth-child(10) {
        margin-left: 0;
    }

    #greeting ul.list-partner > li:nth-child(n + 6) {
        margin-top: 0;
    }

    #greeting ul.list-partner > li:nth-child(n + 3) {
        margin-top: 10px;
    }

    #greeting #section8 .left {
        padding-right: 15px;
        padding-left: 15px;
    }

    #greeting #section8 .left > .inner {
        padding: 35px 30px;
        border: 1px solid #ddd;
        border-bottom: none;
    }

    #greeting #section8 h4 {
        margin: 0 0 18px;
        font-size: 21px;
    }

    #greeting #section8 ul + h4 {
        margin-top: 30px;
    }

    #greeting #section8 .right {
        padding-left: 15px;
    }

    #greeting #section8 .left > .inner,
    #greeting #section8 .wrap-img {
        height: auto;
    }

    #greeting #section8 .wrap-img {
        padding: 40px 0;
        border: 1px solid #ddd;
        border-top: none;
    }

    #greeting ul.list-loadmap {
        margin: 0;
        width: 100%;
        display: inline-block;
    }

    /*#greeting .box-loadmap+.box-loadmap {margin-top: 40px;}*/
    #greeting ul.list-loadmap > li {
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

    #greeting ul.list-loadmap > li + li::before {
        top: -40px;
        left: 48%;
        font-size: 35px;
        transform: rotate(90deg);
    }

    #greeting ul.list-loadmap > li .inner {
        min-height: auto;
        padding: 15px;
    }

    #greeting .box-loadmap > h4 {
        margin: 0;
        font-size: 22px;
    }

    /*
  #greeting ul.list-news > li a {padding: 25px 0;}
  #greeting ul.list-news > li a::before {
    top: 24px;
    font-size: 20px;
  }
  #greeting ul.list-news > li .info {margin-bottom: 10px;}
  #greeting ul.list-news > li .title > h5 {
    font-size: 17px;
    line-height: 1.4em;
  }
  */

    #team .contents > section,
    #team .contents > section:first-child,
    #team .contents > section:last-child {
        padding: 70px 0;
    }

    #team .contents h3 {
        margin: 0 0 40px;
        font-size: 34px;
    }

    #team .contents h4 {
        margin: 0 0 20px;
        font-size: 19px;
    }

    #team #section2 .row1 {
        margin-bottom: 0;
    }

    #team #section2 .row1 .box-message {
        padding: 0 15px;
    }

    #team #section2 .row1 .text {
        padding: 35px 0 25px;
    }

    #team #section2 .row1 .text > h4 {
        line-height: 1.4em;
    }

    #team #section2 .row1 .text > p {
        font-size: 17px;
        line-height: 1.6;
    }

    #team #section2 .row1 .ceo {
        font-size: 17px;
    }

    #team #section2 .wrap-message > .bottom a.btn {
        width: calc(50% - 10px);
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        font-size: 12px;
    }

    #team #section2 .wrap-message > .bottom a.btn:nth-child(even) {
        margin-right: 0;
        margin-left: 10px;
    }

    #team #section2 .wrap-message > .bottom a + a {
        margin-left: 0;
    }

    #team #section2 .ceo > .name {
        font-size: 23px;
    }

    #team #section2 .wrap-message > .bottom {
        padding: 0;
    }

    #team .box-member {
        margin-bottom: 35px;
    }

    #team .box-member img {
        padding: 0;
    }

    #team .box-member > .title {
        margin: 20px 0 10px;
        font-size: 16px;
        /* font-size: 18px; */
    }

    #team .box-member > .title .name {
        font-size: 24px;
        display: block;
    }

    #team .box-member > ul {
        padding-left: 0;
    }

    #team .box-member > ul > li {
        font-size: 13px;
    }

    #video .table_video dd .inner .top a .thumb {
        height: 91px;
    }

    #video .box-text {
        margin: -35px 0 30px;
        padding: 25px 15px 15px;
    }

    #video .box-text > p {
        font-size: 15px;
    }

    #video .box-text > ul li {
        font-size: 14px;
    }

    #video .box-text > .btn-group {
        margin-top: 15px;
    }

    #video .box-text .btn {
        width: 100%;
        margin: 0 !important;
        padding: 8px 20px;
        font-size: 14px;
    }

    #video .box-text .btn + .btn {
        margin-top: 10px !important;
    }

    #business .contents h3 {
        margin: 0 0 30px;
        font-size: 28px;
    }

    #business .wrap-circle > div {
        padding: 0 5px;
    }

    #business .box-circle {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
        padding: 0 10px;
        border-radius: 10px;
    }

    #business .box-circle > p {
        padding: 52px 0 0;
        font-size: 16px;
    }

    #business .top .box-circle.box3 > p {
        padding-top: 52px;
    }

    #business .top .box-circle.box4 > p {
        padding-top: 42px;
    }

    #business .contents h4 {
        margin: 0 0 40px;
        font-size: 18px;
        word-break: keep-all;
        line-height: 1.4em;
    }

    #business .box-circle > img {
        padding-top: 25px;
    }

    #business .bottom ul {
        width: 100%;
    }

    #business .bottom .left ul > li,
    #business .bottom .right ul > li {
        display: inline-block;
        margin-right: 20px;
    }

    #business .bottom .center {
        margin: 45px 0;
    }

    #business .bottom .box-circle.box2::before,
    #business .bottom .box-circle.box2::after {
        left: 47%;
        font-size: 45px;
        transform: rotate(90deg);
    }

    #business .bottom .box-circle.box2::before {
        top: -58px;
    }

    #business .bottom .box-circle.box2::after {
        top: auto;
        right: auto;
        bottom: -150px;
    }

    .subPage[id^="support_marketing"] .nav-sub ul {
        margin: -30px auto 60px;
        border: none;
    }

    .subPage[id^="support_marketing"] .nav-sub ul > li {
        width: 100%;
        border: 1px solid #dedede;
        border-radius: 100px;
    }

    .subPage[id^="support_marketing"] .nav-sub ul > li + li {
        margin-top: 3px;
    }

    .subPage[id^="support_marketing"] .nav-sub ul > li a {
        font-size: 15px;
        line-height: 48px;
    }

    #support_marketing1 h3.rect,
    #certification h3.rect,
    #portfolio h3.rect {
        margin: 0 0 31px;
        font-size: 28px;
    }

    #support_marketing1 #row2 .wrap-box {
        padding: 35px 0;
    }

    #support_marketing1 #row2 .box > h5 {
        margin: 0 0 30px;
        font-size: 21px;
    }

    #support_marketing1 #row2 .box > .top p {
        min-height: auto;
        margin: 18px 0 25px;
    }

    #support_marketing1 #row2 .box > .bottom p {
        padding: 15px 0;
        font-size: 17px;
    }

    #support_marketing1 #row2 .wrap-box > div + div .box {
        margin-top: 15px;
    }

    #support_marketing1 p.emphasis {
        margin: 0 0 25px;
        font-size: 25px;
        word-break: keep-all;
        line-height: 1.4em;
    }

    #support_marketing1 p.sm {
        font-size: 13px;
        text-align: center;
    }

    #support_marketing1 #row3 > .wrap-icon > div {
        padding: 0 8px;
    }

    #support_marketing1 #row3 .icon {
        padding: 20px;
    }

    #support_marketing1 #row3 > .text {
        margin: 25px 0;
    }

    #support_marketing1 #row3 > .text p {
        font-size: 18px;
    }

    #support_marketing1 #row1 h4.tit1 {
        margin: 0 0 30px;
        font-size: 29px;
    }

    #support_marketing1 #row1 .wrap-icon {
        width: 180px;
        margin: 0 auto 35px;
        padding: 45px;
    }

    #support_marketing1 #row1 p {
        font-size: 18px;
    }

    #support_marketing2 #row1 .top > h4 {
        margin: 0 0 40px;
        font-size: 28px;
    }

    #support_marketing2 #row1 .box > h5 {
        margin: 0 0 15px;
        font-size: 22px;
    }

    #support_marketing2 #row1 .box > ul {
        padding: 20px 15px;
    }

    #support_marketing2 #row1 .box > ul li {
        margin: 6px 0;
        font-size: 17px;
    }

    #support_marketing2 #row1 .box.center {
        margin: 40px 0;
    }

    #support_marketing2 #row1 .box.center img {
        width: 60px;
        transform: rotate(90deg);
    }

    #support_marketing2 h3.rect-border {
        font-size: 24px;
        line-height: 1.3em;
    }

    #support_marketing2 #row2 .wrap-image {
        padding: 0;
    }

    #support_marketing2 h3.rect {
        margin: 0 0 15px;
        font-size: 30px;
        word-break: keep-all;
        line-height: 1.3em;
        border-bottom: none;
    }

    #support_marketing2 #row3 .top > p {
        margin: 0 0 25px;
        font-size: 22px;
    }

    #support_marketing2 #row3 .wrap-list > ul {
        padding: 20px 0 10px;
    }

    #support_marketing2 #marketing1 > li {
        width: 100%;
    }

    #support_marketing2 #marketing1 > li + li {
        margin-top: 30px;
    }

    #support_marketing2 #marketing1 > li + li::before {
        top: -45px;
        left: 47%;
        font-size: 45px;
        transform: rotate(90deg);
    }

    #support_marketing2 #marketing1 > li .inner {
        padding: 0 0 0 10px;
    }

    #support_marketing2 #marketing1 > li img {
        float: left;
        width: 25%;
        height: auto;
    }

    #support_marketing2 #marketing1 > li .inner p {
        width: 75%;
        display: inline-block;
        margin: 25px 0 0;
        padding-left: 30px;
        font-size: 16px;
        text-align: left;
    }

    #support_marketing2 #row3 .bottom > p {
        margin: 30px 0 0px;
        font-size: 25px;
    }

    #support_marketing2 #row4 .top > p,
    #support_marketing2 #row5 .top > p,
    #support_marketing2 #row6 .top > p {
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 1.35;
    }

    #support_marketing2 #row4 .top > p.p2,
    #support_marketing2 #row5 .top > p.p2,
    #support_marketing2 #row6 .top > p.p2 {
        font-size: 29px;
        word-break: keep-all;
    }

    #support_marketing2 #row4 .wrap-list,
    #support_marketing2 #row5 .wrap-list {
        padding: 30px 0;
    }

    #support_marketing2 .wrap-list > ul li {
        width: 100%;
    }

    #support_marketing2 .wrap-list > ul li + li {
        margin-top: 15px;
    }

    #support_marketing2 #row4 .wrap-list .inner {
        min-height: auto;
    }

    #support_marketing2 ul.list-marketing > li .inner {
        padding-bottom: 30px;
    }

    #support_marketing2 #marketing2 > li h5,
    #support_marketing2 #marketing3 > li h5 {
        height: auto;
        margin: 0 0 30px;
        padding: 15px 12px !important;
        font-size: 18px;
    }

    #support_marketing2 ul.list-marketing > li p {
        margin: 20px 0 0;
        font-size: 15px;
    }

    #support_marketing2 #row6 .wrap-box {
        padding: 0;
    }

    #support_marketing2 #row6 .box {
        width: 100%;
        height: auto;
    }

    #support_marketing2 #row6 .box.left,
    #support_marketing2 #row6 .box.right {
        padding: 30px 0;
        border-radius: 25px;
    }

    #support_marketing2 #row6 .box.left > h5 {
        margin-bottom: 30px;
    }

    #support_marketing2 #row6 .box.left p {
        font-size: 15px;
    }

    #support_marketing2 #row6 .box.center {
        width: auto;
        height: auto;
        padding: 30px 0;
    }

    #support_marketing2 #row6 .box.center > img {
        width: 80px;
        margin: 35px auto;
        transform: rotate(90deg);
    }

    #support_marketing2 #row6 .box.right p + div img {
        margin-top: 75px;
    }

    #support_marketing2 #row6 .bottom > p {
        font-size: 13px;
    }

    #support_marketing2 #row6 .box.right .image {
        align-items: center;
        padding: 0 20px;
    }

    #support_marketing2 #row6 .box.right .image img:nth-of-type(1) {
        margin: 0 auto;
    }

    #support_marketing2 #row6 .box.right .image img:nth-of-type(2) {
        margin: 0 auto;
        width: 140px;
    }

    #support_marketing2 #row7 .box.left,
    #support_marketing2 #row7 .box.right {
        padding: 30px 15px;
    }

    #support_marketing2 #row7 .box > .logo {
        margin-bottom: 0;
    }

    #support_marketing2 #row7 .box > .logo + p {
        margin: 0 0 15px;
        font-size: 21px;
    }

    #support_marketing2 #row7 .box > .inner {
        padding: 20px;
    }

    #support_marketing2 #row7 .box > .inner p.p1 {
        font-size: 17px;
    }

    #support_marketing2 #row7 .box.left > .inner p.p2 {
        font-size: 17px;
        margin: 15px auto 0;
        padding: 20px;
    }

    #support_marketing2 #row7 .box {
        padding: 30px 0 50px;
    }

    #support_marketing2 #row8 .top p {
        margin: 0 0 25px;
        font-size: 27px;
        word-break: keep-all;
    }

    #support_marketing2 #row8 .left {
        margin-bottom: 25px;
    }

    #support_marketing2 #row8 .left img,
    #support_marketing2 #row8 .right img {
        padding: 15px;
    }

    #support_marketing2 #row8 .bottom p {
        padding-top: 12px;
        font-size: 28px;
        word-break: keep-all;
    }

    #support_marketing2 #row9 .wrap-box {
        margin-top: 30px;
        padding: 0;
    }

    #support_marketing2 #row9 .box.center {
        margin: 25px 0;
    }

    #support_marketing2 #row9 .box > h5 {
        width: 100%;
        margin: 0 0 15px;
        padding: 12px 15px;
        font-size: 21px;
    }

    #support_marketing2 #row10 .p1 {
        margin: 15px auto;
        padding-left: 0;
        font-size: 17px;
    }

    #support_marketing2 #row10 p .num {
        display: block;
        font-size: 48px;
        position: static;
        margin-bottom: 10px;
    }

    #differentiation .top > h3 {
        font-size: 26px;
        word-break: keep-all;
    }

    #differentiation #different1 > li {
        width: 100%;
    }

    #differentiation #different1 > li + li {
        margin-top: 20px;
    }

    #differentiation #different1 > li h5 {
        padding: 10px;
        font-size: 24px;
    }

    #differentiation #different1 > li p {
        font-size: 17px;
    }

    #differentiation #different1 > li p.sm {
        font-size: 14px;
    }

    #differentiation #different2 {
        margin: 0 -15px;
    }

    #differentiation #different2 > li {
        width: 50%;
        padding: 0 15px;
    }

    #differentiation #different2 > li .inner {
        width: 160px;
        height: 160px;
        padding: 52px 10px;
    }

    #differentiation #different2 > li:nth-child(2) .inner,
    #differentiation #different2 > li:nth-child(3) .inner {
        padding: 64px 10px;
    }

    #differentiation #different2 > li h5 {
        font-size: 20px;
    }

    #differentiation #row3 > .left {
        margin-bottom: 15px;
    }

    #differentiation #row3 h4 {
        padding: 16px;
        font-size: 22px;
    }

    #differentiation #row3 ul > li {
        padding: 12px;
        font-size: 16px;
    }

    #task_step .top {
        margin: 0 0 35px;
    }

    #task_step .top > h3 {
        font-size: 29px;
    }

    #task_step #row2 .top > h3 {
        font-size: 31px;
    }

    #task_step .top > p {
        font-size: 18px;
        word-break: keep-all;
    }

    #task_step ul.list-process::before {
        display: none;
    }

    #task_step ul.list-process > li {
        width: 50%;
    }

    #task_step ul.list-process > li:nth-child(n + 3) {
        margin-top: 15px;
    }

    #task_step ul.list-process > li p.num {
        margin: 0 0 10px;
        font-size: 21px;
    }

    #task_step ul.list-process > li .wrap-icon {
        height: 163px;
        padding: 50px 25px;
    }

    #task_step ul.list-process > li p:not(.num) {
        font-size: 15px;
        word-break: keep-all;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }

    .board_wrapper .table .subject {
        width: 55%;
    }

    .board_wrapper .table .writer {
        width: 20%;
    }

    .board_wrapper .table .regdate {
        width: 25%;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        padding: 10px;
        font-size: 14px;
    }

    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }

    .table.table_default tbody .subject a {
        font-size: 14px;
    }

    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }

    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }

    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {
        margin-top: 20px;
    }

    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom {
        padding: 15px 10px;
    }

    .table_video dd .inner .bottom .title,
    .table_blog2 dd .inner .bottom .title {
        padding: 0;
    }

    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a,
    .table_blog dd .right .title a {
        font-size: 16px;
    }

    .board_data_view .header_wrap {
        padding: 22px 10px;
    }

    .board_data_view .header_wrap .title {
        font-size: 24px;
    }

    .board_data_view .header_wrap .info {
        margin-top: 8px;
    }

    .radio-inline {
        margin: 2px 15px 2px 0 !important;
        font-size: 14px;
    }

    .subPage[id^="client"] .btn-third {
        margin-top: 50px;
        padding: 12px 60px;
        font-size: 18px;
    }

    #client01 fieldset + fieldset {
        margin-top: 35px;
    }

    #client01 .box-list {
        margin-top: 40px;
        padding: 20px 15px 15px;
    }

    #client01 .box-list ul > li {
        font-size: 14px;
    }

    #board_data_video,
    .table_blog2 {
        padding: 0 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #board_data_video::before,
    #board_data_video::after,
    .table_blog2::before,
    .table_blog2::after {
        display: none;
    }
    #board_data_video > dd,
    .table_blog2 dd {
        width: 100%;
        padding: 0 5px;
    }

    .table_blog2 dd .inner .top a .thumb {
        height: 170px;
    }

    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span {
        font-size: 11px;
    }

    #inquiry .board_wrapper table tr#item_2 > td #frm_data_3 {
        width: 200px;
        height: 24px;
        margin: 2px 0 0;
    }

    .board_wrapper .table.table_default tr td {
        padding: 12px 5px;
    }

    #post-detail .tit {
        width: 100%;
    }

    #post-detail .tit {
        margin: 0 0 15px;
    }

    #post-detail .desc {
        width: 100%;
        padding-left: 0;
    }

    #post-detail > .block + .block {
        margin-top: 40px;
    }

    #post-detail > .block > div {
        padding: 0;
    }

    #post-detail .box-comment {
        padding: 20px 15px 10px;
    }

    #post-detail .box-comment > h5 {
        margin: 0 0 15px;
        font-size: 18px;
    }

    #post-detail .box-comment > p {
        font-size: 15px;
    }

    #certification .video-wrap {
        background: #fafafa;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    /* Medium·Large·Extra large devices */
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 20px;
    }

    .carousel-caption {
        right: 10%;
        left: 10%;
    }

    #mainCarousel .carousel-inner .item {
        height: 580px;
    }

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

    #team #section2 .wrap-message {
        padding: 0 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Medium devices (col-sm-*) */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Large devices (col-md-*) */
}

@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */
    #section_7f39f8 div[class^="board_box_"] {
        width: 50%;
    }

    .board_box_blog[data-bd-id="client04"] {
        min-height: 312px;
    }

    #business .wrap-circle {
        padding: 0 150px;
    }

    #support_marketing1 #row3 > .wrap-icon {
        padding: 0 280px 0;
    }

    #support_marketing2 #row1 .wrap-box {
        padding: 0 180px;
    }

    #support_marketing2 #row7 .wrap-box > div:nth-child(1),
    #support_marketing2 #row7 .wrap-box > div:nth-child(3) {
        width: 40%;
    }

    #support_marketing2 #row7 .wrap-box > div:nth-child(2) {
        width: 20%;
    }
}

@media (max-width: 767px) {
    #accelerating #row1 .accel-info.text-area.col-sm-pull-6,
    #accelerating #row1 .accel-info.text-area {
        width: 100%;
        padding: 15px;
        margin: 0 15px;
    }

    #accelerating .howto img,
    #accelerating .row2-img > img {
        width: 100%;
    }

    #accelerating .howto dl {
        padding: 20px;
    }

    .dl-accel dt img {
        position: static;
    }

    .dl-accel {
        padding: 20px;
    }

    .dl-accel dt {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .dl-accel > * {
        padding-left: 0 !important;
    }

    .total-process {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
    .total-process .tit {
        width: 100%;
        text-align: center !important;
        margin: 0;
    }
    .total-process .process {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    .total-process .process .box::after {
        top: inherit;
        bottom: -44px;
        right: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
    .total-process .process .box {
        width: 100%;
        margin: 0;
    }
    #advisory #row1 {
        padding: 10px;
    }
    .advisory-consulting h5 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        line-height: 1.3;
    }
    .advisory-process {
        padding: 20px;
        flex-direction: column;
    }
    .advisory-process .process::after {
        top: inherit;
        bottom: -44px;
        right: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
    .advisory-process .process {
        width: 100%;
        max-width: inherit;
    }
    .li-advisory-service {
        padding: 20px;
    }
    .li-outsourcing {
        padding: 20px;
        flex-direction: column;
    }
    .li-outsourcing > li {
        width: 100%;
    }
}

/******* 모바일 최적화 끝 *******/
