/* 모든 스타일은 css 충돌방지를 위해 .dbanner10을 기준으로 작성 하시면 됩니다. 예) .dbanner10 .box {} */
  .dbanner10{}
  .services-section.style-two .shape-one {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 310px;
    height: 70px;
    background-image: url(images/shape-3.png);
    transform: translateX(-50%);
}
.line-shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1140px;
    margin: 0 auto;
}
.line-shape .line-four, .line-shape .line-three, .line-shape .line-two, .line-shape .line-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}
.line-shape .line-four, .line-shape .line-three, .line-shape .line-two, .line-shape .line-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}
.line-shape .line-two {
    left: 33.333%;
}

.line-shape .line-four, .line-shape .line-three, .line-shape .line-two, .line-shape .line-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}
.line-shape .line-three {
    left: 66.333%;
}
.line-shape .line-four{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}
.line-shape .line-four {
    left: auto;
    right: 0;
}
.services-section .big-title1 {
    bottom: 100px;
}
.big-title1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    text-align: center;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    margin-bottom: 70px;
}
.sec-title.text-center .sec-title-dec {
    left: 50%;
    transform: translate(-50%, -145px);
}

.sec-title .sec-title-dec{
    background-color: #ccad6e;
}

.sec-title .sec-title-dec:before{
background-color: #ccad6e;
}
.sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}


.sec-title .sec-title-dec:before{
background-color: #ccad6e;
}
.sec-title.style-two h2 {
    font-weight: 700;
    letter-spacing: -2px;
}
.sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}
.sec-title .sec-title-dec:after{background-color: #ccad6e;
}

.sec-title .sec-title-dec{
    background-color: #ccad6e;
}
.sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
}
.sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
}
.services-section.style-two .outer-container {
    position: relative;
    padding: 0 30px;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
.services-section.style-two .service-block-one .inner-box {
    margin-bottom: 0;
}
.service-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}
.service-block-one .image {
    overflow: hidden;
}
.service-block-one .image img {
    width: 100%;
    transition: .5s;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-block-one .content {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgb(0 0 0 / 5%);
    padding: 40px 45px 30px;
    background-color: #fff;
}
.service-block-one .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #3b3b44;
    transition: .5s;
}
.service-block-one h4 {
    font-size: 24px;
    font-weight: 500;
    transition: .5s;
}
.service-block-one h4:before{
background-color: #ccad6e;
}
.service-block-one .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
.service-block-one .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}
.service-block-one .image img {
    width: 100%;
    transition: .5s;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-block-one .inner-box:hover h4 {
    transform: translateY(-18px);
    color: #fff;
}

.service-block-one h4 {
    font-size: 24px;
    font-weight: 500;
    transition: .5s;
}
.service-block-one h4:before{
background-color: #ccad6e;
}
.service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
}
.service-block-one .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #3b3b44;
    transition: .5s;
}

.service-block-one .inner-box:hover .content:before {
    height: 100%;
}
.service-block-one .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateY(8px);
}

.service-block-one .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}
.service-block-one .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.services-section .big-title1 {
    bottom: 100px;
}

.big-title1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    text-align: center;
}

.services-section.style-two {
    position: relative;
    padding: 48px 0 210px;
}


.service-block-one h4 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}
