@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/v4-shims.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.body-layout {
/*     background-image: url('/skin/img/background.jpg'); */
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
    font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; 
    word-break:keep-all;
}

ol, ul, li {
	list-style: none;
	list-style-position: inside;
    padding-left: 0;
}

/* list, circle */
.li-dash,
.li-dot{
    padding-left: 0;
}
.li-dash > li,
.li-dot > li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #444;
    line-height: 1.75;
}
.li-dash > li:before{
    content: '-';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.li-dot > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}

.ol-num{
    padding-left: 15px;
    margin-bottom: 0px;
}

.ol-num li {
    list-style: decimal;
    line-height: 1.8;
    font-size: 15px;
    padding-left: 5px;
    letter-spacing: -0.04em;
    color: #555;
}


.circle {
    position: relative;
    display: block;
    margin: 25px auto;
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    background: #e7f2f5;
}

.circle span {
    position: absolute;
    width: 85%;
    color: #4f5e61;
    letter-spacing: -0.04em;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}

.navbar-inverse .navbar-brand {
    background: rgba(0,0,0,0)!important;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .mp-side {
        width: 250px;
    }
    .mp-side .navbar-inverse .navbar-brand {
        margin: 15px 0 20px !important;
        padding: 0;
    }
    .mp-body {
        left: 250px;
    }
}

@media screen and (max-width: 767px){
    .mp-side .navbar-inverse .navbar-brand img{
        height: 60px;
    }
}

.navbar-inverse .navbar-nav>li>a {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #d5131c !important;
}

.mp-side .navbar-right>li:hover>a,
.mp-side .navbar-right>li:focus>a,
.mp-side .navbar-right>li>a:hover,
.mp-side .navbar-right>li>a:focus {
    color: #d5131c;
}

@media screen and (min-width: 768px) {
    .mp-side .navbar-inverse .navbar-nav{
        padding:0 10px;
    }
    .navbar-inverse .navbar-nav>li>a {
/*         text-align:center; */
        border-bottom: 1px solid #d5d5d5;
        padding: 15px 0;
    }
    .vert1-body .mp-body {
        background-color: #f8f8f8;
    }
}
.session-txt-wrap{
	visibility:hidden;
}
.session-txt-btn {
    color: #777;
    margin: 0 2px;
    font-size: 12px;
    background: #e8e8e8;
    line-height: 1;
    padding: 4px 15px;
    font-weight: 500;
}
.session-txt-line {
    color: #ccc;
    margin: 0 5px;
    font-size: 12px;
    vertical-align: 2px;
    
    display:none;
}

.session-txt-wrap > .session-txt-btn:first-child {
    color: #777;
}
.session-txt-admbtn {
    background: transparent;
    border: 1px solid #777;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #777;
    padding: 2px 15px;
    margin: 6px 0 0;
    font-size: 13px;
}

.session-txt-wrap > .session-txt-btn:hover,
.session-txt-wrap > .session-txt-btn:focus{
    color:#444;
}

.session-txt-admbtn:hover, 
.session-txt-admbtn:focus {
    color: #222;
}

.container-fluid.container_slide {
    padding-left: 0;
    padding-right: 0;
}

.fill {
    height: 490px;
}

/* .fill .carousel-inner .item::before {
    content: '';
    background-image: url('/skin/img/slide/slide_cover_left.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 490px;
    z-index: 90;
    opacity: .72;
}

.fill .carousel-inner .item::after {
    content: '';
    background-image: url('/skin/img/slide/slide_cover_right.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 490px;
    z-index: 90;
    opacity: .72;
} */

.vert1-carousel-control-wrap {
    position: absolute;
    left: 55px;
    bottom: 70px;
    z-index: 92;
}

.fill .carousel-control {
    background: none;
}

.vert1-carousel-control-wrap .carousel-control-btn {
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    transition: all ease 0.3s;
}

.vert1-carousel-control-wrap .carousel-control-btn.left {
    margin-right: -1px;
}

.vert1-carousel-control-wrap .carousel-control-btn:hover {
    background: rgba(255,255,255,0.3);
}

.fill .carousel-caption {
    left: 55px;
    right: auto;
    bottom: auto;
    top: 70px;
    text-align: left;
    z-index: 91;
    padding: 0;
}

.fill .carousel-caption span {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    padding: 0;
}

.fill .carousel-caption h1 {
    margin: 0;
    line-height: 1;
}
.fill .carousel-caption h1 > span {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
}
.fill .carousel-caption h1 span span {
    display: block;
    font-size: 35px;
    font-weight: 400;
}
.fill .carousel-caption p{
    text-align:right
}

.fill .carousel-caption span>span {
    font-size: 40px;
}

#myCarousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#myCarousel .carousel-inner .item,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
    opacity: 0;
}

#myCarousel .carousel-inner .active,
#myCarousel .carousel-inner .next.left,
#myCarousel .carousel-inner .prev.right {
    opacity: 1;
}

#myCarousel .carousel-inner .next,
#myCarousel .carousel-inner .prev,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#myCarousel .carousel-control {
    z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .fill {
        height: 250px;
    }
    .fill .carousel-caption {
        top: 35px;
    }
}

.vert1-main-index-box-wrap>.col-md-4 {
    display: block;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: ease .3s all;
    -webkit-transition: ease .3s all;
}

.vert1-main-index-box-wrap>.col-md-4:hover {
    background-size: auto 120%;
}

@media screen and (max-width: 991px) {
    .vert1-main-index-box-wrap>.col-md-4 {
        height: 210px;
        background-size: cover;
    }
    .vert1-main-index-box-wrap>.col-md-4:hover {
        background-size: cover;
    }
}

.vert1-main-index-box-1 {
    background-image: url('/skin/img/main/main-index-box1.jpg');
}

.vert1-main-index-box-2 {
    background-image: url('/skin/img/main/main-index-box2.jpg');
}

.vert1-main-index-box-3 {
    background-image: url('/skin/img/main/main-index-box3.jpg');
}

.vert1-main-index-box-inner {
    padding: 80px 25px 0;
    height: 100%;
    background-color: rgba(69, 69, 69, 0.85);
    color: #FFF;
    transition: ease .3s background;
    text-align: center;
}

.vert1-main-index-box-2 .vert1-main-index-box-inner {
    background-color: rgba(123, 7, 12, 0.85);
}

.vert1-main-index-box-3 .vert1-main-index-box-inner {
    background-color: rgba(20, 33, 64, 0.85);
}

.vert1-main-index-box-inner:hover {
    background-color: rgba(35, 35, 35, 0.85);
}
.vert1-main-index-box-2 .vert1-main-index-box-inner:hover {
    background: rgba(70, 2, 4, 0.85);
}
.vert1-main-index-box-3 .vert1-main-index-box-inner:hover {
    background-color: rgba(5, 10, 23, 0.85);
}


@media screen and (max-width: 991px) {
    .vert1-main-index-box-inner {
        padding: 25px 25px;
    }
    .vert1-main-index-box-inner:hover {
        padding: 15px 15px;
    }
}

.vert1-main-index-box-subject {
    font-size: 13px;
    font-weight: 400;
    display: block;
    opacity: 0.7;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}

/* .vert1-main-index-box-subject::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #FFF;
    margin: 15px 0 25px;
    display: block;
    transition: ease .3s all;
    opacity: .8;
} */

.vert1-main-index-box-title {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 35px;
    display: block;
    transition: ease .3s all;
}

.vert1-main-index-box-description {
    font-size: 14px;
    line-height: 22px;
    display: block;
    transition: ease .3s all;
    white-space: nowrap;
}

.vert1-main-index-box-btn {
    /* display: none; */
    /* position: absolute; */
    /* bottom: 45px; */
    padding: 12px 35px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 400;
    /* left: calc(50% - 70px); */
    width: 150px;
    height: 45px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all ease 0.3s;
}

/* .vert1-main-index-box-inner:hover .vert1-main-index-box-btn {
    display: inline-block;
} */

.vert1-main-index-box-inner:hover .vert1-main-index-box-btn:hover {
    color: #111;
    background-color: #FFF;
    text-shadow: none;
    -webkit-text-shadow: none;
}

@media screen and (max-width: 991px) {
    .vert1-main-index-box-inner:hover .vert1-main-index-box-btn {
        bottom: auto;
        top: 80px;
        left: auto;
        right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .maker-wrap-area {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2a2a+0,2a2a2a+100&0+0,1+5 */
        background: -moz-linear-gradient(top, rgba(42, 42, 42, 0) 0%, rgba(42, 42, 42, 1) 5%, rgba(42, 42, 42, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(42, 42, 42, 0) 0%, rgba(42, 42, 42, 1) 5%, rgba(42, 42, 42, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(42, 42, 42, 0) 0%, rgba(42, 42, 42, 1) 5%, rgba(42, 42, 42, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a2a2a', endColorstr='#2a2a2a', GradientType=0);
        /* IE6-9 */
    }
}

@media screen and (max-width: 767px) {
    .maker-wrap {
        display: none;
    }
}
.navbar-inverse{
    
    background-color:#fff;
}
.mp-side{
    background-color:#fff;
}
.mp-side .maker-wrap-area{
    display:none;
}
@media screen and (min-width: 768px) {
    .mp-side{
        background-color:#fff;
        box-shadow: 10px 0px 10px rgba(0,0,0,0.1);
        z-index: 1;
    }
/*     .mp-side .navbar-right>li:hover>a .dropdown-menu,
    .mp-side .navbar-right>li>a:hover .dropdown-menu {
        display: none;
    }
    .mp-side .navbar-right>li:hover::after,
    .mp-side .navbar-right>li:focus::after,
    .navbar-inverse .navbar-nav>.open::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #b21c21;
        width: 100px;
        height: 15px;
        bottom: 8px;
        left: calc(50% - 50px);
        z-index: 0;
    } */
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .mp-side .navbar-right>li:hover>a,
    .mp-side .navbar-right>li:focus>a,
    .mp-side .navbar-right>li>a:hover,
    .mp-side .navbar-right>li>a:focus {
        z-index: 1;
    }
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        color:#d5131c;
        border-bottom-color: #d5131c;
    }
}

.mp-side .navbar-right .dropdown-menu {
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 0 25px;
}

.mp-side .navbar-right .dropdown-menu>li>a {
    color: #444;
    margin: 0;
    padding: 4px 20px;
    letter-spacing: -0.02em;
    position:relative;
    font-size: 16px;
}

.mp-side .navbar-right .dropdown-menu>li>a::before {
    content: "";
    width: 5px;
    height: 1px;
    background: #888;
    position: absolute;
    left: 10px;
    top: 13px;
}

.mp-side .navbar-right .dropdown-menu>li>a:hover,
.mp-side .navbar-right .dropdown-menu>li>a:focus {
    color: #222;
    font-weight: 500;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

.intro-boardbox-title {
    font-size: 25px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

/* .intro-boardbox-title::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 25px;
}
 */
.intro-boardbox-bbs-btn {
    background: #e6e6e6;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 40px;
    color: #000000;
}

.intro-boardbox-bbs-btn:hover {
    background: #434343;
}

.intro-boardbox-bbs-btn .fa-plus:before {
    content: url('/skin/img/main/plus_ico.png');
}

.intro-boardbox-bbs-btn:hover .fa-plus:before {
    content: url('/skin/img/main/plus_ico_hover.png');
}

.intro-boardbox>.page-header {
    display: none;
}

.intro-boardbox .dh-front-blog {
    padding-top: 0px;
    padding-bottom: 49px;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 95px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
        background-image: none !important;
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    .intro-board-widget-layout .col-xs-12.intro-boardbox-blogtab {
        width: 25%;
    }
    .intro-board-widget-layout .col-sm-12.intro-boardbox {
        width: 75%;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
        background-position: top center;
        padding: 90px 15px 15px;
    }
}

@media screen and (max-width: 767px) {
    .intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
        background-position: top center;
        padding: 90px 15px 15px;
        width: 25%;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    .intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
        padding: 15px;
        width: 50%;
        text-align: center;
        background-image: none !important;
    }
}

/* .intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1) {
    background-image: url('/skin/img/main/ico-default1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2) {
    background-image: url('/skin/img/main/ico-default2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3) {
    background-image: url('/skin/img/main/ico-default3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4) {
    background-image: url('/skin/img/main/ico-default4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(1) {
    background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(2) {
    background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(3) {
    background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(4) {
    background-image: url('/skin/img/main/ico-active4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1):hover {
    background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2):hover {
    background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3):hover {
    background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4):hover {
    background-image: url('/skin/img/main/ico-active4.png');
} */

/* 서브 페이지 */

.sub-layout {
    padding-bottom: 80px;
}

.sub-layout.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.s-header {
    height: 245px;
    background: url('/skin/img/sub/sub_top.jpg');
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 60px;
    padding: 100px 50px 0;
    position: relative;
}

#consulting01 .s-header{
    background: url('/skin/img/sub/sub_top_consulting01.jpg');    
    background-size: cover;
}

#consulting02 .s-header{
    background: url('/skin/img/sub/sub_top_consulting02.jpg');    
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .s-header {
        padding: 57px 25px;
        height: 150px;
    }
}

/* .s-header.about {
    background-image: url('/skin/img/sub/about.jpg');
    background-size: cover;
}

.s-header.consult {
    background-image: url('/skin/img/sub/consulting.jpg');
    background-size: cover;
}

.s-header.contact {
    background-image: url('/skin/img/sub/contact.jpg');
    background-size: cover;
}

.s-header.visual1{
    background-image: url('/skin/img/sub/visual1.jpg');
    background-size: cover;
    
} */
.s-header-text {
    margin: 0;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    position: absolute;
    line-height: 1;
    bottom: -3px;
    letter-spacing: 0.03em;
}

.s-header-m {
/*     display: inline; */
    vertical-align: -4px;
    color: #fff;
    display:none;
}

.s-header-m::before {
    content: '|';
    color: #fff;
    vertical-align: 1px;
    margin-left: 10px;
    margin-right: 20px;
}

/* Company */

.s-company-text {
}

.s-company-text h3 {
    color: #222;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: -0.02em;
    line-height: 1.45;
}

.s-company-text h3:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #aaa;
    display: block;
    margin: 25px 2px 20px;
}

.s-company-text h3 strong {
    color: #d5131c;
    font-weight: 500;
}

.s-company-text p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 15px;
}

.s-company img {
    box-shadow: 13px 13px 0 rgba(213, 19, 28, 0.15);
}

@media screen and (min-width: 768px) {
    .s-company-type-wrap {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -4px;
        margin-right: -4px;
    }
    .s-company-type-wrap>div {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.s-company-type-box {
    border: 1px solid #DEDEDE;
    padding: 30px;
    background-position: 85% 85%;
    background-repeat: no-repeat;
}

.s-company-type-box.si-wedding {
    background-image: url('/skin/img/sub/default/s-company_01.png');
}

.s-company-type-box.si-babykids {
    background-image: url('/skin/img/sub/default/s-company_02.png');
}

.s-company-type-box.si-family {
    background-image: url('/skin/img/sub/default/s-company_03.png');
}

.s-company-type-box.si-single {
    background-image: url('/skin/img/sub/default/s-company_04.png');
}

.s-company-type-box:hover {
    background-image: none;
    background-color: #f18430;
    border-color: #f18430;
    cursor: pointer;
}

.s-company-type-box h4 {
    color: #111;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.03em;
    margin: 0 0 25px;
}

.s-company-type-box h4>span {
    color: #f18430;
    margin-right: 10px;
}

.s-company-type-box:hover h4,
.s-company-type-box:hover h4>span {
    color: #FFF;
}

.s-company-type-box p {
    line-height: 1.6;
    color: #FFF;
    margin: 0 0 10px;
    opacity: 0;
    transition: ease .3s all;
}

.s-company-type-box:hover p {
    opacity: 1;
}

/* Location */

.iframe-map-wrap {
    margin-bottom: 20px;
}

.iframe-map-wrap iframe {
    width: 100%;
    height: 350px;
    border: 1px solid #DEDEDE;
}

.s-location-type-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

.s-location-type-wrap>div {
    padding-left: 0;
    padding-right: 0;
}

.s-location-type-box {
    padding: 40px 15px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
    .s-location-type-wrap>div:nth-child(2)>.s-location-type-box,
    .s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
        border-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .s-location-type-wrap>div:nth-child(1)>.s-location-type-box,
    .s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
        border-bottom-color: #FFF;
    }
}

.s-location-type-box h4 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}

.s-location-type-box p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 44px;
    letter-spacing: -0.03em;
}

/* Alert Template */

.alert.alert-template {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #E6E6E6;
    background-color: #F8F8F8;
    padding-left: 25px;
    padding-right: 25px;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0 0 30px;
}

.alert.alert-template p {
    position: relative;
    padding-left: 30px;
}

.alert.alert-template i {
    position: absolute;
    left: 0;
}

.alert.alert-template i:before {
    content: url('/skin/img/sub/default/ico-info.png');
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
    padding: 16px 20px;
    color: #666;
    font-size: 14px;
}

.dh-board .table>thead>tr>th {
    background: #F8F8F8;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
}

.dh-board>.table-hover {
    border-top: 2px solid #f18430;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
}

.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row {
    padding-left: 15px;
    padding-right: 15px;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 23px;
    margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 300px;
}

.bbs-status-index-layout .regdate {
    display: none;
}

/* footer */
.socialArea {
    display: none;
}
.mp-footer .mp-body {
    background: #ddd;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 40px 40px 40px;
    min-height: 120px;
}
.mp-footer .mp-body span{
    margin-left: 15px;
    margin-bottom: 2px;
    display: inline-block;
}
.mp-footer .mp-body .f_copyright {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}


/* ========== 주문폼 - 메인페이지 ========== */

.intro-mod-form-layout {
    background-color: #2c2c2c;
    color: #FFF;
}

.intro-mod-form-layout #mod_type_formForm {
    padding: 0 55px 50px;
}

.intro-mod-form-layout .intro-boardbox {
    display: block !important;
    padding: 50px 55px 0;
    margin-bottom: 30px;
}

.intro-mod-form-layout .s-header {
    display: none;
}

.intro-mod-form-layout .alert.alert-template {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #FFF;
    margin: 0;
    padding-top: 0;
}

.intro-mod-form-layout .alert.alert-template p {
    color: #e5e5e5;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

#mod_type_formForm > .q_number {
    padding: 0;
    margin: 0 0 20px !important;
}

#mod_type_formForm > .q_number .form-control{
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: auto;
    padding: 8px 12px;
    transition: all ease 0.3s;
    color: #fff;
    border: 1px solid rgba(0,0,0,0);
    box-shadow:none;
}

#mod_type_formForm > .q_number .form-control:focus{
    background:rgba(255,255,255,0.25);
    border:1px solid #fff
}

#mod_type_formForm .q_number h3 i{
    display: none;
}

#mod_type_formForm > .q_number div h3, 
#mod_type_formForm > .q_number div p{
    color: #fff;
    font-size:15px;
    font-weight:500;
    margin:0 0 10px !important;
    display: block;
}

#mod_type_formForm > .q_number .checkbox label{
    color: #fff;
}

#mod_type_formForm > .q_number:nth-child(1), 
#mod_type_formForm > .q_number:nth-child(2) {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#mod_type_formForm > .q_number:nth-child(5) div.col-sm-12 {
    padding: 0;
}

#mod_type_formForm > .q_number:nth-child(5) .form-control{
    height: 150px;
}

#mod_type_formForm > .q_number:nth-child(5) .form-control {
    margin: 0;
}

#mod_type_formForm > .q_number:nth-child(5){
    width: 100%;
}

#mod_type_formForm > .q_number .text-danger{
    display: none;
}

#mod_type_formForm > .q_number .checkbox{
    height: 35px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 35px;
}

#mod_type_formForm > .q_number .checkbox label{
    position: relative;
    margin-right: 30px;
}

#mod_type_formForm > .q_number .checkbox input[type=checkbox]{
    margin-left: -20px;
    top: 50%;
    transform: translatey(-50%);
}

#mod_type_formForm .btn-wrap {
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

#mod_type_formForm .btn-wrap button {
    width: 160px;
    height: 50px;
    padding: 0;
    background: #d5131c;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    float: none !important;
    line-height: 1;
    transition: all ease 0.3s;
}

#mod_type_formForm .btn-wrap button:hover,
#mod_type_formForm .btn-wrap button:focus{
    background : #ab0e15;
}


/* ========== 주문폼 - 서브페이지 ========== */

.mod-custom-form-add .alert.alert-template p {
    padding: 0;
    font-weight: 400;
    line-height: 24px;
}

.sub-layout #mod_type_formForm > .q_number div h3,
.sub-layout #mod_type_formForm > .q_number div p {
    color: #222;
}

.sub-layout .mod-custom-form-add #mod_type_formForm > .q_number .form-control {
    background: rgba(0,0,0,0.1);
    color: #333;
}
.sub-layout #mod_type_formForm > .q_number .form-control:focus {
    border: 1px solid #aaa;
    background: rgba(0,0,0,0.12);
}

.sub-layout #mod_type_formForm > .q_number .checkbox label {
    color: #444;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    width: 32.2%;
    border: 1px solid #e5e5e5;
    margin: 0 5px 10px;
    padding: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
    margin: 0;
}

.dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout {
    display: none;
    margin: -45px 0 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer>br {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em,
.dhb-txt-box-type-b-text-layout .txt-box-footer small.hits {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer span.regdate {
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 300;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout {
    border: 10px solid #f18430;
    background: rgba(0, 0, 0, 0.65);
    display: inherit;
    height: 200px;
    margin: -200px 0 0;
    padding: 15px 20px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 {
    margin: 0;
    font-size: 18px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong a {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}

/* ----- 게시판 버튼 설정 ----- */

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label .glyphicon-lock {
    color: #666;
}

.label-danger,
.label-primary {
    color: #f18430;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f18430;
    border: 1px solid #f18430 !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #9D8478;
    border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #9D8478;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 35px;
}

.filter-items>a>.filter-label {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.filter-items>a+a {
    margin-left: 25px;
}

.filter-items>a.on>.filter-label {
    color: #111;
}

.filter-items>a.on>.filter-label::after {
    content: '';
    display: block;
    background-color: #f18430;
    width: 100%;
    height: 10px;
    z-index: 0;
    margin-top: -5px;
}

.filter-items>a>.filter-label span {
    z-index: 1;
    padding: 0 20px;
}

/* Guide */
.subwrap section{
    margin-bottom: 80px;
}

.subwrap section:last-child{
    margin-bottom: 0px;
}

.service-title-wrap {
    margin-bottom: 25px;
}

.service-title-wrap h3 {
    margin: 0 0 0;
    padding: 0;
    color: #222;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    position: relative;
}

.service-title-wrap p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.005em;
    margin: 0;
}

.q_title {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    padding: 20px 10px 10px;
    letter-spacing: -0.03em;
}

.s-faq .q_title .faq-num {
    padding-right: 3px;
}

.consulting_difference_txt {
    color: #444;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.consulting_difference_txt .faq-num {
    display: inline-block;
    width: 26px;
    height: 25px;
    background: #777;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
}
.consulting_difference_txt ul {
    margin: 2px 0 0;
    padding-left: 35px;
}
.consulting_difference_txt ul li {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}
.consulting_q_bottom {
    color: #fff;
    margin: 50px 0 0;
    padding: 50px 0;
    background: url('/skin/img/sub/consulting_text_bg.jpg') no-repeat center / cover;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.6;
}

.consulting_q_bottom span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.s-faq > .s-guide-wrap:first-child .q_title{
    border-top:1px solid #aaa
}

.s-guide-wrap .s-location-type-box {
    margin-top: 20px;
    min-height: 120px;
    border-right: 1px solid #fff;
}

.s-guide-wrap .s-location-type-box p {
    font-size: 19px;
    font-weight: 500;
}

.s-guide-wrap .s-location-type-box p>small {
    font-size: 15px;
    color: #555;
    font-weight: 300;
    display: block;
    margin: 5px 0 0;
}

.s-guide-caution-box {
    padding: 0 20px 20px;
    border-bottom: 1px solid #ddd;
}

.s-guide-caution-box p {
    margin: 0;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.s-guide-caution-box i {
    padding: 4px 0 0;
    color: #aaa;
    font-size: 15px;
}

.s-guide-caution-box i:before {
    
}

.consulting_process_box_wrap{
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    
}

.consulting_process_box_list{
    
    padding: 0 5px;
}

.consulting_process_box_title {
    color: #222;
    margin: 0px 0 15px;
    font-size: 22px;
    letter-spacing: -0.03em;
}
.consulting_process_box_title span {
    color: #d5131c;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .s-guide-caution-box .col-sm-1 {
        width: 45px;
        line-height: 20px;
        text-align: right;
        color: #ccc;
        padding: 0;
    }
    .s-guide-caution-box .col-sm-11 {
        width: calc(100% - 45px);
        color: #444;
        padding: 0 10px;
    }
    .consulting_process_box_wrap{
        width:400px;
        min-height : 150px;
    }
}

/* table */

.sub-layout table {
    margin: 0;
}

.table-responsive {
    border: 0;
}

/* table - PRICE */

.table-price-style {
    margin: 0 0 30px !important;
    border-bottom: 1px solid #e6e6e6;
}

.table-price-style thead tr th {
    height: 140px;
    color: #111;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #fff;
}

.table-price-style thead tr th:nth-child(1) {
    background: #fbf2eb;
    border-left: 1px solid #fbf2eb;
}

.table-price-style thead tr th:nth-child(2) {
    background: #fcefe4;
}

.table-price-style thead tr th:nth-child(3) {
    background: #fce7d6;
}

.table-price-style thead tr th:nth-child(4) {
    background: #ffe0c7;
    border-right: 1px solid #ffe0c7;
}

.table-price-style thead tr th .big-title {
    display: block;
    color: #f18430;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.table-price-style tbody tr td {
    padding: 20px 0;
    color: #555;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.02em;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

/* table - SERVICE */

.table-service {
    margin-top: 20px !important;
}

.table-service tbody tr td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 140px;
    vertical-align: middle;
}

.table-service tbody tr td:nth-child(1) {
    width: 25%;
    padding: 0;
}

.table-service tbody tr td:nth-child(2) {
    width: 75%;
    background: #f9f9f9;
    padding-left: 50px;
}

/* table - FAQ */

.table-faq thead tr th {
    background: #fff !important;
    color: #111 !important;
    padding: 18px 0 !important;
    border-top: 2px solid #f18430 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.table-faq tbody tr.faq-questions td {
    padding: 18px 0 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    color: #111 !important;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    line-height: 1;
}

.table-faq tbody tr.faq-questions td strong {
    font-weight: 400;
}

.table-faq tbody tr.faq-questions td:nth-child(1) {
    font-weight: 500;
}

.table-faq tbody tr.faq-answers td {
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 25px;
    padding: 25px 0;
}

.table-faq tbody tr.faq-answers td p {
    margin: 0;
}

.table-faq tbody tr.faq-answers td .btnDelete {
    margin-right: 15px;
}

/* subpage */

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: 600;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 14px;
    color: #888;
    float: right;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "\276D";
}

.breadcrumb>.active {
    color: #d5131c;
    font-weight: 500;
}


/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    padding: 0;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #d5131c;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #ab0e15;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.footer-list4:after{
	content:'';
	display:block;
	clear:both;
}
.footer-list4 li{
	float:left;
	margin-left:10px;
}
.footer-list4 .admin{
	display:none;
}
.footer-list4 a {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 2px;
    color: #666;
    border: 1px solid #acacac;
    font-size: 12px;
}
.footer-list4 a:hover {
    border-color: #999;
    background: #eee;
}



/* 2021-10-14 */
.s-cert-wrap {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.s-cert-wrap h3{
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    color: #3F51B9;
}
#consulting04 .s-cert-wrap h3 .color_1{color: #1666B2}
#consulting04 .s-cert-wrap h3 .color_2{color: #92D08F}
#consulting04 .s-cert-wrap h3 .color_3{color: #F18366}
#consulting04 .s-cert-wrap h3 .plus{color: #333}
.s-cert-wrap h3::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #911e23;
    margin: 15px 0;
}
.s-cert-wrap .clearfix{
    margin-bottom: 30px;
}
.s-cert-wrap img{
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
}
.s-cert-wrap img.tit{
    margin-bottom: 15px;
}
.s-cert-wrap img.sub{
    border: 1px solid #ccc;
}
.s-cert-wrap p{
    font-size: 16px;
}
.s-cert-wrap .li-dot{
    padding-top: 0;
}

#consulting05 .img-wrap{
    padding: 30px 49px;
    background: #fff;
    border-radius: 5px;
}
#consulting05 .cert-inner:nth-child(2) .img-wrap{
    padding: 30px 160px
}

#consulting05 .service-title-wrap h3{
    margin-bottom: 15px;
}
.cert-inner {
    padding: 15px 0;
}
.cert-inner h4{
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 30px
}
#consulting05 .table-responsive{
    margin-bottom: 30px;
}
#consulting05 .table-cert{
    border-top: 2px solid #911e23;
    background: #fff;
}
#consulting05 .table-cert tr{
    border-bottom: 1px solid #ccc;
}
#consulting05 .table-cert tr th,
#consulting05 .table-cert tr td{
    vertical-align: middle;
    font-size: 15px;
    padding: 10px 24px;
}
#consulting05 .table-cert tr th{
    font-size: 17px;
    text-align: center;
}
#consulting05 .li-cert{
    margin-bottom: 30px;
}
#consulting05 .li-cert > li{
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
#consulting05 .li-cert > li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #111;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
}
#consulting05 .cert-row{
    width: 600px;
    margin: 30px auto 60px
}
#consulting05 .cert-row > div{
    /* padding: 0 30px; */
}
#consulting05 .cert-row img{
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
}