@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    margin-top: 100px;
    font-size: 15px;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Roboto', 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/* 레이아웃 설정 */

.topmarginLay_a {
    height: 0px !important;
}

.container {
/*     padding: 0px; */
}

.footer-social-layout {
    display: none;
}

.container_contents,
.intro-html-layout,
.intro-html-layout>.col-sm-12 {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/* @media screen and (max-width: 767px) {
    .row {
        margin: 0px;
    }
} */

.navbar-inverse+br {
    display: none;
}

#main_content>section .sect_header {
    text-align: center;
}

#main_content>section .sect_header .des {
    display: inline-block;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.02em;
    margin: 0 0 5px;
    padding: 0 45px;
    position: relative;
}

#main_content>section .sect_header .des:before {
    position: absolute;
    content: url(/skin/img/main/sec_title_left.png);
    left: 0;
    top: -3px;
}

#main_content>section .sect_header .des:after {
    position: absolute;
    content: url(/skin/img/main/sec_title_right.png);
    right: 0;
    top: -3px;
}

.sect_title+p.des {
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    color: #576268;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.sect_title+p.des:before {
    content: "";
    display: inline-block;
    background: #e1e1e1;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: -70px;
}

.sect_title+p.des:after {
    content: "";
    display: inline-block;
    background: #e1e1e1;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 8px;
    right: -70px;
}

.small_title {
    text-align: center;
    color: #4e585d;
}

/*============================ 커스텀 스타일 설정 ============================*/

/* 메뉴 설정 시작 */

.navbar-inverse {
    background: #fff;
    /* border-bottom: 3px solid #f4c300; */
    margin: 0;
    box-shadow: none;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .navbar-inverse {
        padding: 0 40px;
    }
}

.navbar-inverse .navbar-brand {
    margin: 27px 0 0 !important;
    padding: 0;
}

.navbar-inverse .navbar-brand img {
    margin: 0;
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li>a {
    margin: 0 20px 0;
    padding: 40px 0px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
    transition: all 0.4s ease;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #00aad9;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #00aad9;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: none;
    color: #00aad9;
}

.navbar-nav .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    padding: 0;
    background: rgba(0,0,0,0.6);
    border: 0;
}

.navbar-nav .dropdown-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid rgb(255,255,255,0.1);
    font-size: 15px;
}

.navbar-inverse~br,
.navbar-inverse .caret,
.navbar-inverse .divider-vertical {
    display: none;
}

.topmarginLay_a {
    height: 91px !important;
}

.navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

.navbar-nav .nav-item:active,
.navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

/* 모바일 메뉴 */

.navbar-toggle {
    background: #00aad9;
    border: #00aad9;
    border-radius: 0;
    margin: 0px;
    position: relative;
    top: 35px;
    transition: all .4s ease;
}

/* //메뉴 설정 끝 */

/* 네비게이션 바 영역 */

.navbar-brand img {
    transition: all .4s ease;
}

.navbar .caret,
.navbar .divider-vertical {
    display: none;
}

/* 네비게이션바 애니메이션 */

.navbar.shrink {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 5px rgba(0,0,0,0.08);
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .navbar.shrink {
        padding: 0 40px;
    }
}

.navbar.shrink .navbar-nav>li>a {
    padding: 30px 0;
    color: #222;
}

.navbar.shrink .navbar-nav>li>a:hover,
.navbar.shrink .navbar-nav>li>a:focus {
    color: #00aad9;
}

.navbar.shrink .navbar-brand img {
    margin-top: -9px;
}

.navbar.shrink .navbar-toggle {
    margin: 0;
    padding: 4px 5px;
    top: 17px;
}

@media screen and (min-width: 768px) and (max-width:1210px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 15px 0px;
    }
    .navbar.shrink .navbar-nav>li>a {
        font-size: 14px;
        padding: 15px 0px;
    }
}

/* ========== common ========== */

.container_contents {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* 슬라이드 영역, section01 */

#main_slide {
    height: 800px;
}

@media screen and (max-width: 767px) {
    #main_slide {
        height: 400px;
    }
}

#main_slide #myCarousel,
#main_slide .carousel-inner,
#main_slide .carousel-inner .item,
#main_slide .carousel-inner .item .wrapper {
    height: 100%;
}

#main_slide .carousel-inner .item .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 991px) {
    #main_slide .carousel-inner .item .wrapper {
        max-width: 750px;
    }
}

#main_slide .carousel-caption {
    width: 100%;
    margin: -35px auto 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#main_slide .item1 .carousel-caption{
    top: 60%;
}

#main_slide .item3 .carousel-caption,
#main_slide .item2 .carousel-caption {
    text-align: left;
    top: 31%;
}

/* #main_slide .item3 .carousel-caption{
    top: 40%;
} */

@media screen and (max-width: 767px) {
    #main_slide .carousel-caption {
        top: 40%;
    }
    
    #main_slide .item2 .carousel-caption{
        text-align:center;
    }
}

#main_slide .carousel-caption .slide_title {
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

#main_slide .carousel-caption p {
    font-size: 36px;
    font-weight: 300;
    margin: 32px 0 0;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.4;
    /* text-shadow: 1px 1px 0 rgba(0,0,0,0.4); */
    text-shadow: none;
}

#main_slide .carousel-caption p .comp_txt {
    font-weight: 500;
}

#main_slide .carousel-caption .comp_name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inherit;
    width: 175px;
    height: 44px;
    /* border: 1px solid #00a5d8; */
    border-radius: 40px;
    text-align: center;
    line-height: 44px;
    margin: auto;
    background: #008fbb;
}

.item2-slide-menu {
    max-width: 580px;
    margin: 35px auto 0;
}
.item2-slide-menu .row {
    margin: 0;
}
.item2-slide-menu .col-sm-3 {
    display:inline-block;
    width: 135px;
    height: 135px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    margin-right: 10px;
    padding: 32px 0 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.04em;
}



.item2-slide-menu .col-sm-3 .fa-img-wrap{
    position: relative;
    height:50px;
    margin-bottom: 8px;
}


.item2-slide-menu .col-sm-3 i {
    display: block;
    font-family: FontAwesome;
    font-style: inherit;
    font-size: 42px;
    height: 50px;
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    #main_slide .carousel-caption p {
        font-size: 15px;
    }
    
    .item2-slide-menu .col-sm-3 {
        width: 90px;
        height: 90px;
    }
    
    .item2-slide-menu .col-sm-3 i {
        height: 20px;
        font-size: 15px;
    }
    
    .item2-slide-menu .col-sm-3 img{
        height: 20px;
    }
    .item2-slide-menu .col-sm-3 .fa-img-wrap{
        height: 22px;
    }
    
    
}

/* 페이드 효과 */

#myCarousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    transition: all 1.2s ease !important;
}

#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;
}

/* 하단 인덱스 표시 */

.slide_num {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.slide_num .line {
    background: rgba(255, 255, 255, 1);
    width: 90px;
    height: 1px;
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 10px;
}

.slide_num .num {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.slide_num .num strong {
    position: relative;
    top: 6px;
    margin-right: 5px;
    color: #ffe376;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.slide_num .slide_btn_group {
    display: inline-block;
    margin-left: 15px;
}

.slide_num .slide_btn_group>a {
    display: inline;
    position: relative;
    opacity: 1;
}

.slide_num .slide_btn_group>a img {
    display: inline;
    opacity: 1;
    margin: -3px;
}

/* 슬라이드 배경 */

#main_slide .carousel-inner>.item1 {
    background: url('/skin/img/slide/slide0531-2.jpg') no-repeat center / cover
}

#main_slide .carousel-inner>.item2 {
    background: url('/skin/img/slide/slide2.jpg') no-repeat center / cover
}

#main_slide .carousel-inner>.item3 {
    background: url('/skin/img/slide/slide3.jpg') no-repeat center / cover
}
/* 퀵 메뉴 */
#quick{width:95px;box-shadow:0 3px 6px rgba(0,0,0,.25);position:fixed;z-index: 1010;right:25px;top:50%;transform:translate(0,-50%)}
#quick a,#quick a:hover,#quick a:focus,#quick a:link,#quick a:visited{text-decoration:none;transition:ease .3s all}
#quick .quick-home,#quick .quick-home:hover,#quick .quick-home:focus{display:block;font-size:14px;font-weight:400;letter-spacing:-.03em;padding:10px 0;line-height:1;background:#36509e;background:-moz-linear-gradient(left,#36509e 0%,#19b4ec 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#36509e),color-stop(100%,#19b4ec));background:-webkit-linear-gradient(left,#36509e 0%,#19b4ec 100%);background:-o-linear-gradient(left,#36509e 0%,#19b4ec 100%);background:-ms-linear-gradient(left,#36509e 0%,#19b4ec 100%);background:linear-gradient(to right,#36509e 0%,#19b4ec 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36509e',endColorstr='#19b4ec',GradientType=1);color:rgba(255,255,255,.75);transition:ease .3s all}
#quick .quick-home:hover{color:#FFF}
#quick .quick-home i.fa{position:absolute;left:42px;transition:ease .3s all}
#quick .quick-home > span{font-size:12px;opacity:0;transition:ease .3s all}
#quick .quick-home:hover i.fa{left:20px;transition:ease .3s all}
#quick .quick-home:hover > span{opacity:1;margin-left:20px}
#quick .quick-inner{background:#fff;padding:0;margin:0;list-style:none}
#quick .quick-inner > li+li{border-top:1px solid #EFEFEF}
#quick .quick-inner > li > a{text-align:center;display:block;font-size:13px;font-weight:600;letter-spacing:-.03em;padding:15px 0;line-height:1;color:#898989}
#quick .quick-inner > li > a:hover,#quick .quick-inner > li > a:focus{background-color:#fff;}
#quick .quick-inner > li > a > i.fa{display:block;font-size:2em;margin:0 0 5px}
#quick .quick-inner > li > a > img{width:40px;display:block;margin:0 auto 10px}
#quick .quick-top,#quick .quick-top:hover,#quick .quick-top:focus{text-align:center;display:block;font-size:14px;font-weight:500;letter-spacing:-.03em;padding:10px 0;line-height:1;background:#fff;color:#111;transition:ease .3s all}
#quick .quick-top:hover{color:#000}
#quick .quick-top::before{content:'\f106';display:block;font-family:FontAwesome}
@media (max-width: 767px) {
    #quick{width:50px;border-radius:5px;overflow:hidden;top:auto;bottom:50px;transform:none}
    #quick .quick-home,#quick .quick-inner{display:none}
}
#quick .quick-inner > li > a > .icon {
    display: block;
    width: 64px;
    font-size: 40px;
    height: 50px;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center;
}

#quick .quick-inner > li > a:hover{color:#008fbb;}


/* 푸터 영역 */

.footer_copy>.col-lg-12 {
    padding: 0;
    text-align: left !important;
}

.footer_copy>.col-lg-12>br {
    display: none;
}

#footer_layout {
    padding: 40px 0 40px;
    background: #7b7b7b;
}

#footer_layout > br {
    display: none;
}

#footer_layout address {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
}

#footer_layout strong,
#footer_layout dl {
    margin-right: 10px;
}

#footer_layout strong,
#footer_layout dl,
#footer_layout dl * {
    display: inline-block;
    color: #e1e1e1;
    margin-bottom: 2px;
    font-weight: 400;
    margin-left: 2px;
}

#footer_layout strong,
#footer_layout dl dt {
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    #footer_layout address {
        margin: 35px 0;
        text-align: center;
    }
    #footer_layout strong,
    #footer_layout dl,
    #footer_layout dl * {
        display: inline;
    }
    #footer_layout strong,
    #footer_layout dl {
        display: block !important;
    }
}

#main_content .sect_header h3 {
    margin: 0 0 60px;
    color: #333;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
    position: relative;
}
#about02 h4{
    position:relative;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #333;
}
#main_review h4{
    padding-left:15px;
}
#main_content .bbs-more,
#main_content .sect_header a {
    z-index: 100;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(/skin/img/main/main_biz_plus.png) no-repeat 50% 50%;
    border-radius: 1px;
    transition: all ease 0.3s;
    border: 1px solid #999;
}

#main_content .bbs-more i,
#main_content .sect_header a i {
    display: none;
}
#main_content .bbs-more:hover,
#main_content .sect_header a:hover {
    background: #008fbb url(/skin/img/main/main_biz_plus_on.png) no-repeat 50% 50%;
    border-color: #008fbb;
}


#main_content #about>div[id*="about"] {
    padding: 100px 0;
}


/*
#main_content #about>div[id*="about"]:nth-child(even) {
    background: #f4f4f4;
}
*/

/* main - about01 영역 */

.about01_copy {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #333;
    line-height: 1.5;
    margin: 0 0 40px;
    font-weight: 400;
}

.about01_copy .comp_txt {
    color: #008fbb;
    font-weight: 500;
}

#main_content .txt_wrap {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .txt_wrap {
        padding: 35px 15px 20px;
    }
}

#main_content .txt_wrap p {
    color: #555;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 15px;
}

.txt_wrap p:last-child {
    margin: 0;
}

#main_content .txt_wrap p.highlight {
    font-size: 20px;
    color: #222;
    max-width: max-content;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    letter-spacing: -0.05em;
}

#main_content .txt_wrap p.highlight strong {
    color: #008fbb;
    font-weight: 500;
}
#main_content .txt_wrap .txt_question {
    margin: 60px 0 -25px;
}
#main_content .txt_wrap .txt_question span {
    background: #008fbb;
    color: #fff;
    letter-spacing: -0.05em;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#main_content .txt_wrap .txt_question + p {
    border: 1px solid #ddd;
    margin: 0;
    padding: 45px 20px 30px;
    border-radius: 5px;
}

.txt_question {
    margin-top: 30px;
}

.txt_question span {
    background: #ccc;
}



/* Service 영역 */

#main_content #about01 .container .row>div[class*="col-"] {
    /* display: table; */
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #main_content #about01 .container .row>div[class*="col-"] {
        width: 50%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    #main_content #about01 .container .row>div[class*="col-"] {
        width: 100%;
    }
}

#main_content #about01 .service_des_wrap {
    display: table-cell;
    height: 50px;
    width: 100%;
    vertical-align: middle;
}

#main_content #about01 .service_des_wrap * {
    color: #fff;
    text-align: center;
}

#main_content #about01 .service_des_wrap h4 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.3;
}

/* #main_content #about01 .service_des_wrap01 { background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.4)), url('/skin/img/main/service/service1.png') no-repeat center / cover; }
#main_content #about01 .service_des_wrap02 { background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.4)), url('/skin/img/main/service/service2.png') no-repeat center / cover; }
#main_content #about01 .service_des_wrap03 { background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.4)), url('/skin/img/main/service/service3.png') no-repeat center / cover; }
#main_content #about01 .service_des_wrap04 { background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.4)), url('/skin/img/main/service/service4.png') no-repeat center / cover; } */

#main_content #about01 .service_des_wrap01:hover {
    background: linear-gradient(rgba(0, 170, 217, 0.85), rgba(0, 170, 217, 0.85)), url('/skin/img/main/service/service1.png') no-repeat center / cover;
}

#main_content #about01 .service_des_wrap02:hover {
    background: linear-gradient(rgba(0, 170, 217, 0.85), rgba(0, 170, 217, 0.85)), url('/skin/img/main/service/service2.png') no-repeat center / cover;
}

#main_content #about01 .service_des_wrap03:hover {
    background: linear-gradient(rgba(0, 170, 217, 0.85), rgba(0, 170, 217, 0.85)), url('/skin/img/main/service/service3.png') no-repeat center / cover;
}

#main_content #about01 .service_des_wrap04:hover {
    background: linear-gradient(rgba(0, 170, 217, 0.85), rgba(0, 170, 217, 0.85)), url('/skin/img/main/service/service4.png') no-repeat center / cover;
}

#main_content #about01 .service_des_wrap p {
    padding: 0 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 24px;
    display: none;
}

.biz_box_col {
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.biz_box_col a {
    display: block;
    min-height: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    padding: 25px 25px 30px;
    background: #fff;
    transition:all ease 0.3s;
}

.biz_box_col .biz_title {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1;
    display: inline-block;
}

.biz_box_col i {
    /* font-family: FontAWesome; */
    font-style: normal;
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 50px;
    line-height: 1;
    color: #36a5c7;
}

.biz_box_col img{
    position: absolute;
    bottom: 25px;
    left: 25px;
    
}

@media(max-width:768px){
    .biz_box_col i {
    font-size: 30px;
        bottom: 10px;
    }

.biz_box_col img{
    height: 30px;
    bottom: 10px;
}
}

.biz_box2 i,
.biz_box4 i{
    color: #36a6c7;
}


.biz_box_col .plus_btn {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(/skin/img/main/main_biz_plus.png) no-repeat 50% 50%;
    bottom: 30px;
    right: 25px;
    border-radius: 4px;
    transition:all ease 0.3s;
}

.biz_box_col.active a {
    border-color: #008fbb;
    background:#fff;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
}
.biz_box_col.active a .plus_btn {
    /* background: #008fbb url(/skin/img/main/main_biz_plus.png) no-repeat 50% 50%; */
}

/*
.biz_box_col {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}

.biz_box_col .img {
    float: left;
    width: 30%;
    height: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    z-index: 1;
}

.biz_box_col .img img {
    transform: translate3d(0px, 0px, -1000px);
    transition: ease-in-out .3s all;
    -webkit-transition: ease-in-out .3s all;
    -ms-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
}

.biz_box_col:hover .img img {
    transform: translate3d(0px, 0px, -1000px) scale(1.1, 1.1);
}

.biz_box_col .des {
    float: left;
    width: 70%;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    position: relative;
    background: #fff;
    z-index: 2;
}

.biz_box_col .des h3 {
    margin: 0 0 20px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translatey(-50%);
}

.biz_box_col .des h3 a {
    color: #0090bb;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.075em;
    line-height: 30px;
}

.biz_box_col:hover .des {
    border: 1px solid #0090bb;
    background: #0090bb;
}

.biz_box_col:hover .des h3 a {
    color: #fff;
}

.biz_box1 .img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.biz_box1 .des {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.biz_box1 .des img {
    position: absolute;
    top: 45px;
    left: -19px;
}

.biz_box_col .des img.img-hover {
    visibility: hidden;
}

.biz_box_col:hover .des img.img-hover {
    visibility: visible;
}

.biz_box_col:hover .des img.img-visible {
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .biz_box_col {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .biz_box_col .des h3 {
        margin: 0 0 5px;
    }
    .biz_box_col .des h3 a {
        font-size: 18px;
    }
    .biz_box_col .img {
        width: 40%;
    }
    .biz_box_col .des {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .biz_box_col {
        width: 100%;
    }
    .biz_box_col .img {
        width: 18%;
    }
    .biz_box_col .des {
        width: 82%;
    }
    .biz_box_col .des h3 {
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
*/

/* 유라이프 소개 영역 */
.main-introduce-content h5 {
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.05em;
    color: #555;
    line-height: 1.5;
    margin: 0 0 40px;
    font-weight: 400;
}
.main-introduce-content h5 strong{
    color: #008fbb;
    font-weight: 400;
}

.main-introduce-content .main_introduce01{
    text-align:center;
}


.main-introduce-content .main_introduce01 h5{
    margin: 0 0 40px 0;
}

.main-introduce-content .main_introduce01 .comp_des {
    margin: 40px 0 0;
}

.main-introduce-content .main_introduce01 .comp_des h4{
    margin:0 0 -25px;
}

.main-introduce-content .main_introduce01 .comp_des h4 span{
    background: #008fbb;
    color: #fff;
    letter-spacing: -0.05em;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}


.main_introduce01 ul {
    border: 1px solid #9cc8d6;
    margin: 0;
    padding: 20px 20px 10px;
    /* border-radius: 5px; */
}

.main_introduce01 ul li {
    color: #333;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: left;
}

.main_introduce02,
.main_introduce03{
    margin-top: 100px;
}

.main_introduce02 h5 {
    margin-bottom: 30px;
}

.main_introduce02 p {
    color: #555;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 15px;
    text-align: center;
}

.main_introduce02{
    text-align:center;
}

.main_introduce02 i{
    font-family: FontAWesome;
    display:inline-block;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    color: #008fbb;
    margin: 0 0 0 50px;
}

.main_introduce02 table tr:nth-child(2) img{
    height: 60px;
    margin: 0 0 0 50px;
}

.main_introduce02 tr:first-child td:first-child i{
    font-size: 100px;
    margin: 0 50px 0 0;
}

.main_introduce02 table{
    display: inline-block;
}

@media(max-width: 767px) {
    .main_introduce02 i{
        font-size: 30px;
    }
    
    .main_introduce02 table tr:nth-child(2) img{
        height: 30px;
    }
    .main_introduce02 tr:first-child td:first-child i{
        font-size: 60px;
    }
}

.main_introduce03 h6 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0 20px;
    color: #008fbb;
    letter-spacing: -0.05em;
}

.main_introduce03 > .row {
    background: #fff;
    padding: 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.performance-content span {
    padding-top: 15px;
    display: block;
}

@media(max-width: 767px) {
    .performance-content span {
        text-align: center;
    }
}


/* 갤러리 영역 */

.intro-boardbox .page-header,
#contact_area .page-header {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    position: relative;
}

.intro-boardbox .page-header h4, 
#contact_area .page-header h4 {
    margin: 0 0 40px;
    color: #333;
    font-size: 40px;
    letter-spacing: -0.05em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    
    display:none;
}

.intro-boardbox .page-header h4 .btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #0090bb;
    border-radius: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.intro-boardbox-type-img {
    padding-top: 50px;
    padding-bottom: 30px;
}

.dh-front-gallery .thumbnail {
    height: 200px !important;
    margin: 10px 0;
}

/* 게시판, 문의하기 영역 */

#about02{
    background: #d4e4ea;
}

.intro-boardbox-type-bbs {
    width: 100%;
    padding: 0;
}

#main_review {
    padding: 0;
}

.intro-boardbox-7 {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .dh-front-blog>div {
        width: 33.33333333%;
    }
}
.dh-front-blog>.col-md-4>.thumbnail {
    min-height: 460px !important;
    margin: 0;
    border: none;
    border-radius: 0;
    border: 1px solid #afc7d0;
    box-shadow: 2px 2px 5px rgba(67,99,111,0.05);
}

.dh-front-blog>.col-md-4>.thumbnail:hover {
    background: #fff;
    box-shadow: 10px 10px 15px rgb(67,99,111,0.1);
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 224px;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /* background-size: cover; */
}

#about04 {
    background: #f8f8f8;
}

#main_news > .col-sm-12 {
    padding: 0;
}

#main_news .container {
    width: 100%;
}

.intro-boardbox .front-panel>.panel {
    padding: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.dh-front-list2 h6 {
    font-weight: 800;
    margin: 0px;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #333;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}

.dh-front-list2 h6 a .label-danger {
    margin: -5px 8px 0 !important;
    padding: 2px 0 0 !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #00aad9;
    border-radius: 100%;
    font-size: 10px !important;
    line-height: 1;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
    white-space: nowrap;
}

.list-row-subject:hover {
    color: #008fbb;
}

@media(max-width:768px) {
    .list-row-subject {
        max-width: 300px;
    }
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
    font-weight: 300 !important;
}

.list-row-contents {
    display: none;
}

/* contact 영역 */

#contact_area {
    text-align: center;
    background: url('/skin/img/main/banner.jpg') no-repeat center / cover;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #contact_area {
        margin-top: 0;
    }
}

#contact_area .sect_title {
    font-size: 40px;
    font-family: 'Nanum Myeongjo', "나눔고딕", 'NanumGothic' !important;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin: 10px 0;
    color: #fff;
}

#contact_area .sect_title span {
    font-family: 'Noto Sans KR', "나눔고딕", "NanumGothic", sans-serif !important;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #c4aa6c;
    margin-bottom: 5px;
}

#contact_area p {
    color: #fff;
    display: block;
}

#contact_area p.des:before,
#contact_area p.des:after {
    display: none;
}

#contact_area .form-group {
    margin: 0 0 10px;
}

#contact_area .form-group input {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #888;
    font-size: 14px;
    letter-spacing: -0.02em;
    height: 32px;
}

#contact_area .form-group textarea {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #888;
    font-size: 14px;
    letter-spacing: -0.02em;
}

#contact_area .contact_btn {
    color: #fff;
    background: #00aad9;
    border-radius: 50px;
    border: none;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

#contact_area .contact_btn:hover {
    background: #224756;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

/* 서브페이지 레이아웃 */

.sub-layout {
    width: 100%;
    padding: 0;
}

.subpage-header {
    padding: 90px 0 0;
    height: 250px;
    background: url(/skin/img/sub/sub_top.jpg) no-repeat center / cover;
    position: relative;
}

.subpage-header-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 500;
    /* text-shadow: 1px 1px 0 rgba(0,0,0,0.5); */
}

.subpage-header-title:after {
    content: "실수방지시스템을 통해 우리 동네 생활서비스 우수 업체를 만나실 수 있습니다.";
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .subpage-header {
        padding: 100px 0 0;
    }
    .subpage-header-title {
        font-size: 24px;
    }
}

.subpage-header .breadcrumb {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    background: none;
    color: #dedede;
    font-size: 13px;
}

.subpage-header + .container {
    margin: 60px auto 80px;
}

@media (min-width: 768px){
    .snb {
        width: 25%;
        padding-right: 40px;
    }
}
@media (min-width: 768px){
    .col-sm-3 {
        width: 25%;
    }
}
.snb ul {
    padding-left: 0;
}

.snb ul li {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 6px;
    line-height: 44px;
    transition: all .2s ease-out;
    letter-spacing: -0.06em;
}

.snb ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #6b7a7e;
    font-size: 16px;
    padding: 0 20px;
    background: #e7f2f5;
    border-radius: 4px;
    letter-spacing: -0.04em;
}

.snb ul li a:after {
    content: '\f054';
    color: rgba(0, 0, 0, 0.3);
    font-family: 'fontawesome';
    display: inline-block;
    position: absolute;
    right: 20px;
    font-size: 10px;
}

.snb ul li.active a,
.snb ul li.active a:hover,
.snb ul li.active a:focus{
    background: #008fbb;
    text-decoration: none;
    color: #fff;
}

.snb ul li a:hover {
    background: #dce7ea;
    text-decoration: none;
}

.subpage-content > h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    position: relative;
}
.subpage-content > h3 .btn{
    display: flex;
    position: absolute;
    right: 0;
    height: 50px;
    background-color: #008fbb;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: -20px;
}
@media (max-width:767.98px){
    .subpage-content > h3 .btn{
        position: static;
        margin-top: 10px
    }
}
.subpage-content > h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 235px;
    height: 1px;
    background: #333;
}


.subpage-content .sec-title {
    margin: 60px 0 20px;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.06em;
    line-height: 1.1;
}

.subpage-content section:nth-child(1) .sec-title {
     margin: 20px 0 30px;
     font-size: 30px;
     font-weight: 400;
     letter-spacing: -0.06em;
     line-height: 1.3em;
}

.subpage-content .sec-title:before{
    /* content: '\f138'; */
    /* color: #0090bb; */
    /* font-family: 'fontawesome'; */
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 15px; */
    content: '';
    display: inline-block;
    margin: -4px 2px 0 0;
    vertical-align: middle;
    width: 5px;
    height: 21px;
    border-radius: 3px;
    background: #008fbb;
}

.breadcrumb>li+li:before {
    content: '\f0da';
    color: #00aad9;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 10px;
}

.breadcrumb>.active {
    color: #fff;
    font-weight: 300;
}

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
.img-bbs-default-index-layout>.row,
.img-bbs-default-edit-layout>.row,
.img-bbs-default-view-layout>.row,
.contact-mail-layout #mailForm {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.sub-layout .dh-front-gallery>.col-md-3>a.thumbnail {
    height: 180px !important;
}
.li-dash,
.li-dot{
    padding-left: 0;
}
.li-dash > li,
.li-dot > li{
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #333;
    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%;
}

.circle {
    position: relative;
    display: block;
    margin: 25px auto;
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    background: #fff9e5;
}
.numbering.circle{
    margin:0;
}
.circle span {
    position: absolute;
    width: 85%;
    color: #4f5e61;
    letter-spacing: -0.04em;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}

.circle .circle-num {
    top: -25px;
    color: #e4b61b;
    font-size: 64px;
    font-weight: 200;
    text-align: left;
    font-style: italic;
}

.circle .circle-title {
    top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}

.circle .circle-content {
    top: 100px;
    font-size: 14px;
    font-weight: 400;
    transform: translate(-50%, -50%);
    line-height: 1.3;
}

.subpage-content .table {
    /* border-top: 2px solid #333; */
}

.subpage-content .table th {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.04em;
    padding: 12px 15px;
}

.subpage-content .table tbody th {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.subpage-content .table tbody td {
    border: 1px solid #ddd;
    letter-spacing: -0.04em;
    color: #555;
    font-size: 16px;
    padding: 15px 30px;
}

.subpage-content p {
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #333;
    line-height: 1.6;
}

/*=====----- service1(이사 서비스) 설정 -----=====*/
.subpage-content .li-sec1 {
    margin-bottom: 60px;
    padding:0;
}

.subpage-content .li-sec1 li {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0;
}

.ol-num{
    padding-left: 15px;
    margin-bottom: 0px;
}

.ol-num li {
    list-style: decimal;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 5px;
    letter-spacing: -0.06em;
    color: #333;
}

.small-title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    margin: 30px 0 10px;
    color: #008fbb;
    letter-spacing: -0.06em;
}

.small-title strong{
    font-weight: 500;
}

.sec-title .small-title {
    margin: 15px 0 0;
    font-size: 17px;
    color: #333;
}


#service01 .li-dash, #service02 .li-dash{
    padding-left: 20px;    
}

#service01 .li-dash li, #service02 .li-dash li  {
    color: #333;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0;
}

.service-table > tbody > tr > th{
    vertical-align: middle;
    text-align: center;
    padding: 8px 20px;
}

.service-table > tbody > tr > td{
    padding: 15px;
    font-weight: 500;
}

#service01 .sec2 .li-dash, 
#service02 .sec2 .li-dash {
    padding-left: 0px;
    margin: 5px 0 0;
}

#service01 .sec2 .li-dash li,
#service02 .sec2 .li-dash li {
    font-size: 14px;
    font-weight: 400;
}

#service01 .circle6 .circle-content, 
#service02 .circle6 .circle-content{
    font-size: 13px;
}


/*=====----- service2(청소 서비스) 설정 -----=====*/

.service-table-02 > thead > tr > th {
    text-align: center;
    border: 1px solid #687073;
    font-weight: 500;
    background: #565e61;
    color: #fff;
}

.service-table-02 > tbody > tr > td:first-child {
    text-align: center;
    font-weight: 500;
    background: #f5f5f5;
}

.service-table-02 > tbody > tr > td{
    border: 1px solid #ccc;
    vertical-align: middle;
}


/*=====----- service3(정리정돈 서비스) 설정 -----=====*/
#service03 .sec1 h4 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
#service03 .sec1 h4 strong:nth-child(1){
    font-weight: 600;
}

#service03 .sec1 h4 strong:nth-child(2){
    font-weight: 600;
    color: #008fbb;
}

#service03 .sec1 p{
    font-size: 17px;
    font-weight: 400;
}

#service03 .sec1>div:nth-child(3) p {
    margin-top: 50px;
    margin-bottom: 30px;
    background: #ecf6f9;
    border-radius: 60px;
    text-align: center;
    padding: 20px 0;
    color: #005069;
    font-size: 22px;
    letter-spacing: -0.06em;
}

@media(min-width:769px){
    #service03 .sec1>div:nth-child(1) p:nth-child(1), #service03 .sec1 p:nth-child(2) {
        margin: 30px 0;
    }
}

#service03 .sec2 p{
    font-size: 17px;
    line-height: 1.45em;
}

#service03 .sec2 .sec-title strong{
    font-size: 21px;
    color: #00769a;
}


#service03 .sec3 {
    font-size: 16px;
}


.service03-kind01 p,
.service03-kind02 p {
    padding: 4px 15px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin: 0 0 2px;
}

.service03-kind01 p{
    background: #4bb0cf;
}

.service03-kind02 p{
    background: #2e89b5;
}

#service03 .sec3 .li-dash > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    top: 13px;
    left: 5px;
}

#service03 .sec3 .li-dash > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    line-height: 1;
    font-size: 15px;
    padding-left: 15px;
    margin-left: 0;
}

.service03-kind01 ul, 
.service03-kind02 ul {
    margin: 0;
}

#service03 .ol-num li{
    margin:30px 0;
    font-weight: 600;
}

#service03 .ol-num li:first-child{
    margin: 0 0 30px 0;
}

#service03 .ol-num li p{
    font-weight: normal;
}

#service03 .detail-table {
    border-top: none;
    margin: 0;
}

#service03 .detail-table td {
    width: 33%;
    border: none;
    padding: 15px 10px 15px;
}

#service03 .detail-table td p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

#service03 .detail-table tr:nth-child(2) p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #008fbb;
}

#service03 .detail-table h5 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 8px;
}

#service03 .detail-table tr:nth-child(1),
#service03 .detail-table tr:nth-child(3) {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media(max-width:768px){
    
    .detail-table h5{
    text-align:center;
    font-weight: 600;
    font-size: 14px;
        margin: 5px 0;
    }
    
    .detail-table tr:nth-child(1) p, .detail-table tr:nth-child(3) p{
        font-size: 13px;
        letter-spacing: -0.1em;
        margin-bottom: 0;
    }
}


/*=====----- service4(하우스키핑 서비스) 설정 -----=====*/
#service04 .li-dash{
    font-size:15px;
    margin:20px 0 0;
}

#service04 .sec2 .sec-title strong {
    font-size: 21px;
    color: #00769a;
}

#service04 .sec2 p {
    font-size: 17px;
    line-height: 1.45em;
}

#service04 .li-dot {
    padding: 20px 20px;
    margin: 0 0 30px;
    background: #f5f5f5;
    border-radius: 0;
    min-height:155px;
}

#service04 .li-dot li {
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    margin: 2px 0;
}

.li-dot .line-space:before{
    content: none;
}
.li-dot .line-space{
/*     height: 21px; */
}
   
#service04 .houskeeping-table{
/*     border:1px solid #ccc; */
    border-top:none;
}

#service04 .houskeeping-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 5px 10px;
}

#service04 .houskeeping-table > tbody > tr > td:nth-child(1){
    width:20%;
}

#service04 .houskeeping-table > tbody > tr > td:nth-child(2){
    width: 20%;
}

#service04 .houskeeping-table > tbody > tr > td:nth-child(3), 
#service04 .houskeeping-table > tbody > tr > td:nth-child(4), 
#service04 .houskeeping-table > tbody > tr > td:nth-child(5){
    width: 20%;
}

 #service04 .houskeeping-table p{
    text-align: center;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
} 

#service04 .houskeeping-table .start {
    background: #f4c300;
    border-radius: 20px;
    padding: 20px 12px;
    color: #222;
    line-height: 1.3;
}

#service04 .houskeeping-table .start i {
    margin-bottom: 10px;
    color: #222;
}

#service04 .houskeeping-table .color_text p, 
#service04 .houskeeping-table .color_text i {
    color: #006e90;
    font-weight: 500;
}

@media(max-width:552px){
    #service04 .houskeeping-table > tbody > tr > td{
        font-size: 12px;
        padding: 0;
    }
}
  
    


    
/* 게시판 설정 시작 */

/*=====----- 메일폼 설정 -----=====*/

.contact-mail-layout #mailForm {
    width: 100%;
    max-width: 936px !important;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-mail-layout #mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

.contact-mail-layout #mailForm .form-group:first-child {
    border-top: 2px solid #000;
}

.contact-mail-layout #mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
}

.contact-mail-layout #mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
}

.contact-mail-layout #mailForm .form-group input.form-control,
.contact-mail-layout #mailForm .form-group textarea.form-control {
    width: 85%;
    max-width: 935px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.contact-mail-layout #mailForm .form-group input.form-control {
    height: 40px;
}

.contact-mail-layout #mailForm .form-group p.error,
.contact-mail-layout #mailForm .form-group~p.error {
    margin: 0;
    color: #00aad9;
    font-size: 12px
}

.contact-mail-layout #mailForm .form-group~p.error {
    padding-left: 35px;
    margin: -15px 0 0;
}

.contact-mail-layout #mailForm .form-group .checkbox {
    margin: -8px 0 0;
}

.contact-mail-layout #mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
}

.contact-mail-layout input[type=button].btn-block,
.contact-mail-layout input[type=reset].btn-block,
.contact-mail-layout input[type=submit].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0;
    border: none !important;
    border-radius: 0;
    background: #00aad9 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.contact-mail-layout input[type=button].btn-block:hover,
.contact-mail-layout input[type=reset].btn-block:hover,
.contact-mail-layout input[type=submit].btn-block:hover {
    background: #224756 !important;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
    .contact-mail-layout #mailForm .form-group input.form-control,
    .contact-mail-layout #mailForm .form-group textarea.form-control {
        max-width: 567px;
    }
}

@media screen and (max-width: 767px) {
    .contact-mail-layout #mailForm .form-group {
        padding: 20px 15px;
    }
    .contact-mail-layout #mailForm .form-group label {
        width: 20%;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.05em;
    }
    .contact-mail-layout #mailForm .form-group input.form-control,
    .contact-mail-layout #mailForm .form-group textarea.form-control {
        width: 80%;
    }
    .contact-mail-layout #mailForm .form-group~p.error {
        padding-left: 15px;
        margin: 0;
    }
    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
        margin-top: 80px;
    }
}

/*=====----- 이미지 게시판 설정 -----=====*/

.img-bbs-default-index-layout .col-lg-12>.dh-front-gallery {
    padding: 50px 0 0;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dh-board {
    padding: 80px 15px 60px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    border: none;
    background-color: #fff;
    width: 25%;
    margin: 0 0 20px;
    padding: 0 5px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div:hover {
    border-color: #aaa;
}

.dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 15px;
    margin: 15px 0;
    letter-spacing: -0.03em;
}

.dhb-txt-box-type-b-text-layout h4 a {
    font-weight: 400;
    color: #444;
}


.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
    display: none;
}

.txt-box-footer em {
    display: none;
}

.txt-box-footer em>span.regdate {
    font-style: normal;
    color: #666;
    font-size: 13px;
}

.txt-box-footer em>span:last-child {
    display: none;
}

.txt-box-footer small.hits {
    display: none;
}

@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}

.dh-view-box .dh-attach h6 {
    text-align: left;
}
/*=====----- 게시판 설정 -----=====*/

.dh-board,
.img-bbs-default-index-layout .page_wrap~div,
.dh-view-box,
.form-horizontal,
.contact-mail-layout #mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 100px 0;
}

.bbs-list-index-layout .subPage .right_contents,
.bbs-list-view-layout .subPage .right_contents,
.bbs-list-edit-layout .subPage .right_contents {
    width: 100%;
    padding: 0;
}

/*=====----- 텍스트 게시판 설정 -----=====*/

.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: #555;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.dh-board .table>thead>tr>th {
    background: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.04em;
    padding: 16px !important;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px solid #ddd;
    padding: 18px !important;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
    font-weight: 400;
}

.dh-board>.table-hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.dh-board>.table-hover>tbody>tr:hover {
    background-color: #fff;
}

.dh-board>.table-hover>tbody>tr>td>strong>a:hover {
    color: #008fbb;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label-danger {
    color: #00aad9;
}

.label-primary {
    color: #00aad9;
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #008fbb;
    border: 1px solid #008fbb;
    color: #fff!important;
    font-weight: 600;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #666;
    border: 1px solid #666;
}

.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;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    
    display: none;
}

.dh-view-box>.row>.page-header {
    /* border-top: 2px solid #0090bb; */
    border-bottom: 1px solid #ccc;
    padding: 12px 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 #ddd;
    background: rgba(0, 0, 0, 0);
    padding: 10px 20px 8px;
    color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
    font-size: 13px;
    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;
}

@media screen and (max-width: 991px) {
    .dh-board,
    .img-bbs-default-index-layout .page_wrap~div,
    .dh-view-box,
    .form-horizontal,
    #mailForm {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 767px) {
    .dh-board,
    .img-bbs-default-index-layout .page_wrap~div,
    .dh-view-box,
    .form-horizontal,
    #mailForm {
        padding: 40px 15px;
    }
}

.login-layout {
    margin: 10% auto;
    max-width: 1170px;
    width: 100%;
}
.filter-label {
    font-size: 14px;
    padding: 6px 10px;
    letter-spacing: -0.03em;
    color: #FFF !important;
    background-color: #333333;
    transition: ease .3s all;
    -webkit-transition: ease .3s all;
}

.filter-label:hover {
    background-color: #00AAD9;
}

.filter-items a.on .filter-label {
    background-color: #00AAD9;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 5px;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em {
    display: none;
}

#about04 .dhb-txt-box-type-b-text-layout .txt-box-footer>br {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer .regdate+br {
    display: block;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
/*     background-size: auto 100%; */
}

.dh-front-blog>.col-md-4>.thumbnail .caption {
    padding: 35px 36px;
}

.dh-front-blog>.col-md-4>.thumbnail .caption h5 {
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #333;
    margin: 0 0 10px;
    padding: 0 !important;
}

.dh-front-blog>.col-md-4>.thumbnail .caption p {
    font-size: 15px;
    color: #666;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

#about05 {
    background: url(/skin/img/main/main_about05_bg.jpg) no-repeat 50% 50%;
    background: #fff;
}

#about05 h5 {
    color: #333;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: 400;
}

.service-form-box .page-header {
    margin: 0;
    padding: 50px 0 0 0;
    border: none;
    text-align: left;
    position: relative;
}

.service-form-box .page-header h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.service-form-box .page-header h5 {
    text-align: center;
    color: #0090bb;
    font-size: 20px;
}

.form-item-title {
    height: 29px;
}

#main_news .mod-custom-form-add {
    margin: 20px 0 0;
}

#main_news #mod_type_formForm {
    padding: 0;
    border-top: 1px solid #ddd;
}

#main_news .mod-custom-form-add .row {
    padding: 5px;
    background: #f4f4f4;
}

#main_news .mod-custom-form-add .q_number input {
    margin: 8px 0 0;
}

#main_news .mod-custom-form-add .q_number textarea{
    height:150px
}

#main_news .mod-custom-form-add .q_number input,
#main_news .mod-custom-form-add .q_number textarea {
    box-shadow: none;
    border-radius: 4px;
}

#main_news .mod-custom-form-add .q_number input:focus, 
#main_news .mod-custom-form-add .q_number textarea:focus {
    border-color: #008fbb;
}

.con-area6 .mod-custom-form-add input,
.con-area6 .q_number textarea {
    background: #5d5d5d;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #fff;
}

.mod-custom-form-add .col-sm-2 span {
    font-size: 16px;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.mod-custom-form-add .col-sm-2 span:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 20px;
    top: 23px;
    border-radius: 50%;
}

.mod-custom-form-add .btn-primary {
    font-size: 17px;
    border-radius: 0;
    background: #fff;
    border: 3px solid #0091d6;
    padding: 16px 80px;
    text-shadow: none;
    box-shadow: none;
    transition: all ease 0.3s;
    margin: 40px 0 0;
    color: #008ed2;
    font-weight: 700;
}


.mod-custom-form-add .btn-primary:hover {
    color: #fff;
    background: #0091d6;
}

.q_1 label {
    margin: 0 5px;
    font-weight: 400;
    letter-spacing: -0.034em;
}

@media (min-width: 768px) {
    .mod-custom-form-add .col-sm-2 {
        height: 49px;
        line-height: 49px;
        padding-left: 30px;
    }
    .q_1 {
        height: 49px;
        line-height: 49px;
    }
}

.sec6 {
    background: #474747;
    color: #fff;
}


/* login */
.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 0;
}

.login-layout .panel, 
.id-find-layout .panel, 
.pw-find-layout .panel {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
    margin: 0;
    padding: 50px 0 80px;
}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #454545; font-size: 28px; font-weight: 600; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #666; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-layout .inner-box-form form label {font-size: 14px;}
.login-layout .inner-box-form form label.error, .id-find-layout .inner-box-form form label.error, .pw-find-layout .inner-box-form form label.error {font-weight: 400; color: #f6871f; font-size: 12px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #d5d5d5;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    background:#fff;
    box-shadow: none;
    padding: 10px 12px;
    min-height: 38px;
}
.login-layout .form-control:focus, 
.id-find-layout .form-control:focus, 
.pw-find-layout .form-control:focus {
    border-color: #008fbb;
}
.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    width: 180px;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    border: none;
    background: #008fbb;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-weight: 400;
    font-size:15px;
    letter-spacing: -0.03em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition:all ease 0.3s;
    
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #6b7a7e ;
}
.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #555;
    margin-top: 18px;
}
.login-layout form > div > p > a:hover {color: #303030;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}


/* --------------renewal 20.10.12------------------------ */
/* personal setting 0.65v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color: #333;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #889fa7;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #008fbb;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #008fbb;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.btn-li{
	text-align: center;
}
.btn-li li{
	display:inline-block;
	vertical-align: top;
	padding:0 30px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#008fbb;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#008fbb;
}
.column-2{
    margin-bottom:30px;
    padding: 50px 40px 30px;
    /* column-count:2; */
    /* column-rule:1px solid #ddd; */
    column-gap:60px;
    background:#f5f5f5;
}
.gray-bg{
}
.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #008fbb;
	background:#008fbb;
}
.more-btn:hover{
	color:#008fbb;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;letter-spacing: -0.034em;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #008fbb;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#008fbb;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #008fbb;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.64v end */
#main_content #company{
    padding: 100px 0;
}
.comp-video{
    width: 700px;
    max-width:100%;
    margin:0 auto 70px;
    border:1px solid #ddd;
}
.m-comp-title{
    margin-bottom: 50px;
    font-size: 38px;
    letter-spacing: -0.06em;
    text-align: center;
    margin-top: 0;
}
.m-comp-title:before{
    content:'';
    display:block;
    width: 1px;
    height: 35px;
    margin: 30px auto 25px;
    background: #999;
}
.m-greet .right-con{
    padding-left:60px;
}
.m-comp-wrap article{
    display:none;
    padding-bottom:60px;
    padding-bottom: 0;
}
.m-comp-wrap article.active{
    display:block;
}
.m-comp-wrap .question{
    font-size: 26px;
    font-weight: 500;
    color:#008fbb;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}
.m-comp-wrap .question span{
    margin-right:10px;
}
.small-quote{
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: -0.06em;
}
.m-comp-wrap .cont{
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom:1px dashed #ddd;
}
#main_content .comp_des {
    margin: 0;
    text-align: center;
    width: 280px;
    float: right;
}
#main_content .comp_des h4 {
    margin: 0 0 -25px;
    margin: 0;
    background: #017ea5;
}
#main_content .comp_des span {
    background: #017da5;
    color: #fff;
    letter-spacing: -0.05em;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    padding: 20px 20px;
    /* border-radius: 4px; */
    /* box-shadow: 5px 5px 10px rgba(0,0,0,0.1); */
}
#main_content .comp_des + p {
    border: 1px solid #ddd;
    margin: 0;
    padding: 45px 20px 30px;
    border-radius: 5px;
}

.comp_des {
    margin-top: 30px;
}

.comp_des span {
    background: #ccc;
}
.m-belief{
    position:relative;
    width:1000px;
    max-width:100%;
    margin:30px auto 30px;
    box-shadow:  0 10px 20px -10px rgba(0,0,0,0.4);
}
.m-belief:after{
    content:'';
    display:block;
    clear:both;
}
.m-belief .img-box{
    float:left;
    width:60%;
}
.m-belief .txt-box{
    float:left;
    width:40%;
    /* position:absolute;
    right:0; 
    bottom: 0;*/
    height: 100%;
    padding: 50px 30px 30px 50px;
    width:40%;
    color:#fff;
    background: rgb(0, 143, 187);
    min-height:398px;
}
.sample-img{
    padding-top:66.66%;
    background:#eee;
    margin-bottom: 20px;
}
.service-progress img{
    margin-bottom:20px;
}
.cont h5{
    font-size: 22px;
    letter-spacing: -0.06em;
    font-weight: 700;
}
.bull:before{
    content: '';
    display: inline-block;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    width: 5px;
    height: 21px;
    border-radius: 3px;
    background: #008fbb;
}
#proffesional-worker tbody th{
    font-weight: 500;
    text-align:left;
    border-bottom: 0 !important;
    font-size: 16px;
    padding: 6px 20px !important;
}
#proffesional-worker tbody td{
    text-align:right;
    border-bottom: 0 !important;
    font-size: 16px;
    padding: 6px 20px !important;
}
#proffesional-worker .special{
    
background: #008fbb;
}
#proffesional-worker .special th,
#proffesional-worker .special td{
    color:#fff;
    font-size: 22px;
    padding: 12px 20px !important;
}
#proffesional-worker .total td{
    color: #2766ab;
    font-size:22px;
    border-top: 1px solid #ddd;
    padding: 12px 20px !important;
}
#proffesional-worker .per_ton{
    /* background:#f1f1f1; */
    border: 2px solid #5b9bfb;
}
#proffesional-worker .per_ton th,
#proffesional-worker .per_ton td{
    color: #0077f9;
    font-size: 19px;
    font-weight:500;
    padding: 10px 20px !important;
}
.bull + .des{
    margin-bottom:30px;
    font-size: 17px;
}
#company .ct6 .img-wrap{
    margin-bottom:40px;
}
#company .ct6{
    border:none;
}

#company .more{
    margin: 30px 0;
    height:49px;
    border-top: 1px solid #eee;
    text-align:center;
}
#company .more a{
    position: relative;
    top: -24px;
    font-weight: 500;
    display:inline-block;
    padding: 13px 100px;
    font-size: 15px;
    color: #666;
    background: #fff;
    border: 1px solid #999;
    width: 100%;
    transition: all .1s ease;
    letter-spacing: -0.034em;
}
#company .more a:hover{
    color: #fff;
    background: #899fa7;
    border-color: #899fa7;
    font-weight: 400;
}
.m-interview{
    margin-bottom: 100px;
}
.m-interview .quote{
    text-align:center;
    margin: 0 0 100px;
    font-size: 32px;
    letter-spacing: -0.06em;
}
.m-interview .quote span{
    color: #008fbb;
}
.m-interview p:not(.quote){
    font-size: 17px;
    line-height: 1.65em;
}
.m-interview .clearfix{
    padding-bottom:50px;
}
.m-interview .li-none li{
    position:relative;
    margin-left:0;
    margin-bottom: 15px;
    padding-left:35px;
    font-size: 17px;
    line-height: 1.45em;
}
.m-interview .li-none li span{
    position:absolute;
    left:0;
    top: 4px;
}
.m-interview .answer{
    position:relative;
    padding-top:5px;
    padding-left:35px;
}
.m-interview .answer:before{
    content:'A.';
    position:absolute;
    left: 3px;
    top: 8px;
    font-size: 26px;
    font-weight: 500;
    color:#008fbb;
    font-family: 'notokr',sans-serif;
    line-height: 1em;
}
.biz-subtab{
    padding-right:40px;
    position: fixed;
    left: 12%;
    top: 53%;
    transform: translateY(-50%);
    width: 130px;
    z-index: 999;
}
.biz-subtab li{
    position: relative;
    width: 100%;
    height: 90px;
    margin-bottom: 1px;
    line-height: 1.25em;
    transition: all .2s ease-out;
    letter-spacing: -0.06em;
}
.biz-subtab li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #345c67;
    font-size: 14px;
    /* padding: 17px 10px; */
    background: #e7f2f5;
    border-radius: 4px;
    letter-spacing: -0.06em;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    font-weight: 500;
    /* box-shadow: 0px 0px 0px 1px rgb(230,230,230,0.59); */
    justify-content: center;
    flex-direction: column;
}
.biz-subtab li a i{
    display:block;
    margin-top: 3px;
    font-size: 22px;
}
.biz-subtab li a img{
    margin-top:3px;
    height:25px;
}
.biz-subtab li.i5 a img{
    height: 100%;
    width: 109%;
    margin: 0;
}
.biz-subtab li a:after {
    content: '\f054';
    color: rgba(0, 0, 0, 0.3);
    font-family: 'fontawesome';
    display: inline-block;
    position: absolute;
    right: 8px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.biz-subtab li.active a,
.biz-subtab li.active a:hover,
.biz-subtab li.active a:focus{
    background: #008fbb;
    text-decoration: none;
    color: #fff;
}

.biz-subtab li a:hover {
    background: #c9e8f1;
    text-decoration: none;
}
/* #main_review .blogthumb{
    display:none;
} */

/* video b type */
.vod-index-layout .dh-board > .dhb-txt-box{
	float:left;
	width:25%;
	margin:0 0 30px;
	padding:0;
	border:none;
	text-align:left;
	background:transparent;
}
.vod-index-layout .dhb-txt-list .row > div,
.vod-index-layout .dhb-txt-box > div{
	width:100%;
	border:none;
}
.vod-index-layout .dhb-txt-box h5,
.vod-index-layout .dhb-txt-box > div.col-md-4{
	display:none;
}
.vod-index-layout .dhb-txt-box h4{
	padding: 0 10px;
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dh-vod-thumb > a{
	display:block;
	padding-bottom:56%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	overflow: hidden;
	border-radius: 0;
	height: 240px;
}
.dh-vod-thumb img{
	display:none;
}
.dh-vod-thumb .vod-play-btn{
	overflow:hidden;
	background: url(/img/video-play-youtube.png) no-repeat center / 450px auto;
	border: 1px solid #6f93a0;
}
.dh-margin-top:before{
	content:'';
	display:block;
	clear:both;
}
.vod-index-layout .dh-margin-top form#insertForm {
    width: 58.333%;
    max-width: none;
    display: block;
    margin: 0 0 0;
    float: left;
    padding: 0 15px;
}
.vod-index-layout .dh-margin-top form#insertForm > div{
    width:100%;
}
.video-row-subject{
    display: none;
}
@media(max-width:767px){
	#gallery .dh-board > .dhb-txt-box{
		width:100%;
	}
}
#main_review_vod > div{
    padding: 0 0 30px;
}
#main_review_vod > div.clearfix{
    padding:0;
}
.sns {
    padding:27px 0;
    display:inline-block;
    transition: all 0.4s ease;
}
.sns a{
    display:inline-block;
    overflow: hidden;
    /* border-radius: 50%; */
    margin: 0 5px;
    /* border:1px solid #ddd; */
    border-radius: 5px;
}
#about01 .con-wrap > .right-con{width: 100%;}
#service05 .box .circle-num{
    margin-right: 5px;
    color: #008fbb;
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    line-height: 1em;
}
#service05 .box .circle-title{
    top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 1;
    letter-spacing: -0.06em;
}
#service05 .box .circle-content{
    margin-bottom:30px;
    display:inline-block;
    padding-left: 28px;
}
.navbar-inverse .container {
    width: 1200px;
    max-width: 100%;
}
.biz-subtab .i7 a {
    /* padding: 30px 0; */
}
input[type=checkbox], input[type=radio] {
    margin-right: 5px !important;
}
#about05 #main_news > .row > div {
    padding: 0 120px;
}
.mod-custom-form-add .btn-primary i {
    display: none;
}
#about01 {
    background: #f4f4f4;
}
.subpage-content {
    background: #fff;
    padding: 50px;
}
.tab-menu {
    margin-left: -5px;
    margin-right: -5px;
}
.dh-front-blog>.col-md-4>.thumbnail:hover {
    border-color: #6f93a0;
}
.dh-vod-thumb > a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.42);
    position: absolute;
    transition: all .3s ease;
}
.dh-vod-thumb > a:hover::before {
    background: rgb(0,0,0,0.0);
}
.dh-vod-thumb:hover {
    box-shadow: 10px 10px 15px rgb(67,99,111,0.1);
}
.dh-vod-thumb {
    box-shadow: 2px 2px 5px rgba(67,99,111,0.05);
}
.dh-front-blog {
    padding: 0 60px;
}
.m-comp-wrap {
    background: #fff;
    padding: 50px 70px;
    border: 1px solid #eee;
}
.m-comp-wrap #at2 .txt-box, .m-comp-wrap #at3 .txt-box, .m-comp-wrap #at4 .txt-box {
    padding-left: 60px;
}
.m-comp-wrap .ct4 table {
    border-top: 0;
}
.cont h5 small {
    font-size: 14px;
    letter-spacing: 0;
}
.m-comp-wrap .ct4 .row > div:nth-child(1) {
    padding-right: 60px;
}
.m-comp-wrap .ct4 .row > div:nth-child(1) img {
    padding-top: 40px;
}
/* .m-comp-wrap .ct4 .row > div:nth-child(2) {
    padding-left: 40px;
} */
.m-belief .txt-box p {
    font-size: 16px;
    font-weight: 300;
}
.m-belief .txt-box .small-quote {
    font-size: 25px;
}
.main_introduce01 img {
    float: left;
    width: 500px;
}
.main_introduce01::after {
    clear: both;
    content: '';
    display: table;
}
.main_introduce01 {
    background: #fff;
    padding: 50px 40px 50px 30px;
    margin: 50px 0;
}
.m-comp-wrap .question + p + p {
    font-size: 17px;
}
.m-comp-wrap .ct2 p:not(.quote) {
    font-size: 16px;
    margin-bottom: 20px;
}
.m-comp-wrap .ct1 .right-con h5 {
    display: none;
}
.m-comp-wrap .ct1 .right-con .small-quote {
    font-weight: 300;
    color: #007fa7;
    margin: 0px 0 30px;
    font-size: 36px;
}
.m-comp-wrap .ct1 .m-greet {
    padding-top: 30px;
}
.biz-subtab .i7 a {
    background: #F39800;
    color: #fff;
}
.biz_box_col.active a span {
    color: #008fbb;
    font-weight: 500;
}
#service03 .sec1>div:nth-child(1) img {
    margin-left: 0;
}
#service03 .sec1>div:nth-child(1) {
    width: 44%;
}
#service03 .sec1>div:nth-child(2) {
    width: 55%;
}
#service03 .sec4 h4 {
    margin-top: 60px;
}
#service04 .li-dot li::before {
    content: '';
    width: 5px;
    height: 3px;
    background: #949494;
    border-radius: 0;
    left: 0;
    top: 11px;
}
#service04 .sec1 li {
    font-size: 17px;
}
.subpage-content section:nth-child(1) h4::before {
    display: none;
}
.biz-subtab .i6.active a, .biz-subtab .i7.active a {
    background: #fbb45c !important;
}
.biz-subtab .i6 a:hover, .biz-subtab .i7 a:hover {
    background: #ffe0b9;
}
#main_slide .item3 .carousel-caption p,
#main_slide .item2 .carousel-caption p {
    font-size: 54px;
    letter-spacing: -0.06em;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a:focus, .nav.navbar-nav li .dropdown-menu li a:hover {
    background: #008fbb;
    color: #fff;
    font-weight: 400 !important;
}
.navbar-nav .dropdown-menu>li:last-child>a {
    border-bottom: none;
}
.dh-board .table>tbody>tr>td strong {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
.dh-board .table-style {
    border-top: 1px solid #333;
}
.dh-alert {
    font-size: 17px;
}
label.error {
    font-weight: 500;
    margin-top: 7px;
}
.form-horizontal h2 {
    margin-bottom: 30px;
}
.dh-view-box .dh-attach h6 b {
    font-size: 13px;
}

.dh-board .table>tbody>tr.faq-questions >td strong,
.dh-board .table>tbody>tr.faq-questions >td{
    font-size:18px;
    font-weight:500;
}
.dh-board .table>tbody>tr.faq-questions.active >td strong,
.dh-board .table>tbody>tr.faq-questions.active >td{
    color:#fff;
    background:#008fbb
}
.m-comp-wrap #at2 .column-2 > img:first-child{
    margin-bottom:20px;
}
@media(max-width:767px){
    .navbar-inverse {
        padding: 0 15px;
    }
    .navbar.shrink {
        padding: 0 15px 10px;
    }
    .navbar-inverse.shrink .navbar-brand {
        margin: 17px 0 0 !important;
    }
    .biz-subtab{
        left:auto;
        right:10px;
        top:auto;
        transform: none;
        bottom:30px;
        padding-right:0;
        padding-left:40px;
    }
    .navbar-inverse .navbar-nav>li>a,
    .navbar.shrink .navbar-nav>li>a{
        margin:0;
        padding:10px 0;
    }
    .navbar-nav .open .dropdown-menu{
        transform:none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        text-align:left;
        color:#666;
    }
    .biz-subtab li.i1,
    .biz-subtab li.i2,
    .biz-subtab li.i3,
    .biz-subtab li.i4{
        display:none;
    }
    #main_slide .carousel-caption p,
    #main_slide .item3 .carousel-caption p, #main_slide .item2 .carousel-caption p {
        font-size: 26px;
    }
    #main_slide .carousel-caption  br{
        display: none;
    }
    #main_slide .item .carousel-caption{
        top:50%!important;
        transform: translateY(-50%);
        margin-top:0;
        padding:0 15px;
    }
    #main_slide .item .carousel-caption img{
        height:50px;
    }
    .slide_num .num strong{
        font-size:28px;
        vertical-align: text-bottom;
    }
    .slide_num .num{
        font-size:24px;
    }
    .slide_num .line{
        width:60px;
    }
    .slide_num .slide_btn_group{
        margin-right: 15px;
        vertical-align: text-bottom;
    }
    #main_content #company{
        padding:70px 0;
    }
    .m-comp-wrap {
        padding: 20px 0px;
        border: 0;
    }
    .m-comp-title{
        margin-bottom: 30px;
        font-size:32px;
    }
    .m-interview .quote {
        margin: 0 0 60px;
        font-size: 20px;
        padding: 0 30px;
    }
    .m-greet .right-con {
        padding:30px 15px;
    }
    .m-interview {
        margin-bottom: 50px;
    }
    .m-comp-wrap .question {
        margin-top:30px;
        font-size: 18px;
    }
    .m-interview .answer:before{
        font-size:18px;
    }
    .m-interview .answer{
        padding-left:26px;
    }
    .m-comp-wrap .ct4 .row > div:nth-child(1) {
        padding-right: 15px;
    }
    .main_introduce01 {
        padding: 0;
        border: 10px solid #fff;
    }
    #main_content .comp_des{
        margin-top:20px;
        width:100%;
    }
    #main_content .comp_des span{
        padding:20px 0;
    }
    .m-belief .txt-box{
        position:static;
        width:100%;
        padding:30px;
    }
    .m-belief .txt-box .small-quote {
        font-size: 24px;
    }
    .cont h5 {
        font-size: 16px;
    }
    .bull + .des{
        font-size:14px;
    }
    .m-comp-wrap .cont.c6 .img-caption,
    .m-comp-wrap .cont.c5 .img-caption{
        margin-bottom:30px;
    }
    #main_content .sect_header h3{
        margin-bottom: 40px;
        font-size:32px;
    }
    .about01_copy{
        font-size:16px;
    }
    .biz_box_col{
        margin-bottom:10px;
        width:50%;
    }
    .biz_box_col a{
        padding:20px;
    }
    .tab-pane .subpage-content{
        padding:25px;
    }
    .subpage-content > h3{
        margin-bottom:20px;
        font-size:26px;
    }
    .subpage-content section:nth-child(1) .sec-title{
        font-size:20px;
    }
    .small-title{
        font-size:18px;
    }
    .ol-num li{
        font-size:15px;
    }
    .subpage-content .table tbody td{
        font-size:14px;
    }
    #service03 .sec1>div:nth-child(2),
    #service03 .sec1>div:nth-child(1){
        width:100%;
    }
    #service03 .sec1 h4{
        font-size:24px;
        margin-top:15px;
    }
    #service03 .sec1 h4 br{
        display: none;
    }
    #service03 .sec1>div:nth-child(3) p{
        font-size:18px;
        padding:20px;
    }
    #about02 h4{
        font-size:24px;
    }
    #main_content .bbs-more, #main_content .sect_header a{
        width:25px;
        height:25px;
    }
    .dh-front-blog {
        padding: 0;
    }
    .dh-front-blog > div,
    .dh-vod-thumb{
        padding-bottom: 10px;
    }
    .dh-front-list2 h6 a span{
        font-size:14px;
    }
    .dh-front-list2 h6 a span.list-row-subject{
        width:66%;
        overflow: hidden;
        text-overflow: ellipsis;
        
    }
    #main_content #about>div[id*="about"] {
        padding: 70px 0;
    }
    #about05 #main_news > .row > div {
        padding: 0 15px;
    }
    .mod-custom-form-add .col-sm-2 span{
        display: block;
        margin-top:20px;
    }
    .mod-custom-form-add .col-sm-2 span:before{
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: static;
        margin-top:-2px;
    }
    .mod-custom-form-add .btn-primary{
        padding: 12px 60px;
    }
    .dh-front-list2 h6 a span{
        font-size:14px;
    }
    .dh-front-list2 h6 a span.list-row-subject{
        width:66%;
        overflow: hidden;
        text-overflow: ellipsis;
        
    }
    #main_content #about>div[id*="about"] {
        padding: 70px 0;
    }
    #about05 #main_news > .row > div {
        padding: 0 15px;
    }
    .mod-custom-form-add .col-sm-2 span{
        display: block;
        margin-top:20px;
    }
    .mod-custom-form-add .col-sm-2 span:before{
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: static;
        margin-top:-2px;
    }
    .mod-custom-form-add .btn-primary{
        padding: 12px 60px;
    }
    .sns{
        float: right;
        padding: 39px 15px 0 0!important;
    }
    .shrink .sns{
        padding: 16px 15px 0px 0!important;
    }
    .sns a{
        margin: 0 2px;
    }
    .sns a img{
        width:25px;
    }
    .m-belief .img-box{
        width:100%;
    }
}

.btn-2025{
    display: flex;

    height: 50px;
    background-color: #008fbb;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* top: -20px; */
    margin-top: 30px;

}
@media (max-width:767.98px){
    .btn-2025{
        position: static;
        margin-top: 10px
    }
}
/* 20250328 */
#main_news #mod_type_formForm .col-sm-12:first-child .col-sm-10{
    display: flex;
    align-items: center;
    gap: 15px;
}
#main_news #mod_type_formForm .col-sm-12:first-child .col-sm-10 p{
    margin-bottom: 0;
    font-size: 14px;
}
@media (max-width:767px) {
    #main_news #mod_type_formForm .col-sm-12:first-child .col-sm-10 {
        flex-direction: column;
        gap: 10px;
        align-items: unset;
    }
}