body {
    background-color: #ffffff;
}



/******************************************************** 비디오 플레이어 *******
@keyframes vplaybg{
    0%{
        transform: rotate(0) scale(1) translateX(-200px) translateY(0) skewX(0) skewY(0);
        }
    100%{
        transform: rotate(0) scale(1) translateX(0px) translateY(0) skewX(0) skewY(0);
        }
}

.videobg{
    animation: vplaybg 3s infinite 0s linear;
}


@keyframes vplay{
    0%{
        transform: rotate(0) scale(1) translateX(-1300px) translateY(0) skewX(0) skewY(0);
        }
    100%{
        transform: rotate(0) scale(1) translateX(0px) translateY(0) skewX(0) skewY(0);
        }
}

.videoplay{
    animation: vplay 2.5s both 0s linear;
}


@media (max-width:419.99px) {
    .d3video-sec {
        position: relative;
        margin-bottom:50px;
        margin-top:50px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:60px;
    height:60px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-30px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:60px;
    height:60px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-30px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 *
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .d3video-sec {
        position: relative;
        margin-bottom:50px;
        margin-top:50px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:60px;
    height:60px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-30px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:60px;
    height:60px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-30px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 *
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .d3video-sec {
        position: relative;
        margin-bottom:70px;
        margin-top:50px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:70px;
    height:70px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-35px;
    left:50%;
    margin-left:-35px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:70px;
    height:70px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-35px;
    left:50%;
    margin-left:-35px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 *
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .d3video-sec {
        position: relative;
        margin-bottom:100px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 *
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .d3video-sec {
        position: relative;
        margin-top:10px;
        margin-bottom:100px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 *
}

@media (min-width: 1200px) {
    .d3video-sec {
        position: relative;
        margin-bottom:100px;
    }

    .d3video-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow:hidden;
    }

    /** 비디오 플레이어 *
.svg-icon {
  pointer-events: all;
}

.video {
  margin: 0px;
  display: block;
  position: relative;
  max-width: 100%;
}
.video:hover + .video-control {
  opacity: 0.8;
}

.video-control {
  font-size: 4em;
  opacity: 0;
  transition: opacity 0.3s;
  color: #333;
  text-align: center;
}

.video-control:hover {
  opacity: 1;
}

.video-control:before, .video-control:after {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}

.video-control:before {
    position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/play-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control:after {
  position:absolute;
    display:block;
    content:'';
    z-index:20;
    width:80px;
    height:80px;
    background-image:url('../img/pause-button.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-40px;
}

.video-control.paused:after {
  opacity: 0;
}

.video-control.playing:before {
  opacity: 0;
}

/** 비디오 플레이어 끝 **/

}

/******************************************************** 비디오 플레이어 끝 ********/







/******************************************************** 컨텐츠-2 ********/
@media (max-width:419.99px) {
    .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:200px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:180px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:180px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:250px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:250px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:250px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:320px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:300px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:300px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
     .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:400px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:350px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:350px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:500px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:450px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:450px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

@media (min-width: 1200px) {
    .d3con21-sec {
        position:relative;
        margin-top:100px;
    }
    .d3con21-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:600px;
    }

    .d3con21-12 #box11 {
        position:absolute;
        margin-top:150px;
        z-index:1;
        width:49%;
        height:500px;
        background-image:url('../img/d3-17.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .d3con21-12 #box21 {
        position:absolute;
        margin-top:-100px;
        z-index:1;
        width:50%;
        height:500px;
        right:0px;
        background-image:url('../img/d3-18.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }
}

/******************************************************** 컨텐츠-2 끝 ********/


/******************************************************** 컨텐츠-1 ********/
@media (max-width:419.99px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:50px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:650px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:90%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
       position:absolute;
        width:95%;
        height:200px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:bottom right;
    }

    #d3con11-box h2 {
        position:absolute;
        left:20px;
        margin-top:10px;
        font-size: 18px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;
        /*margin-top:-60px;*/
    }

    #d3con11-box p {
        position:absolute;
        left:20px;
        top:calc(50% - 80px);
        font-size:12px;
        font-weight:300;
        color:#333333;
        width:90%;
        line-height:20px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:60px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:500px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:90%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
        position:absolute;
        width:30%;
        height:430px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center right;
    }

    #d3con11-box h2 {
        position:absolute;
        left:calc(30% + 30px);
        margin-top:10px;
        font-size: 18px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;
        /*margin-top:-60px;*/
    }

    #d3con11-box p {
        position:absolute;
        left:calc(30% + 30px);
        top:calc(50% - 180px);
        font-size:12px;
        font-weight:300;
        color:#333333;
        width:60%;
        line-height:20px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:70px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:530px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:90%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
        position:absolute;
        width:30%;
        height:455px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center right;
    }

    #d3con11-box h2 {
        position:absolute;
        left:calc(30% + 30px);
        margin-top:20px;
        font-size: 24px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;
        /*margin-top:-50px;*/
    }

    #d3con11-box p {
        position:absolute;
        left:calc(30% + 30px);
        margin-top:100px;
        font-size:12px;
        font-weight:300;
        color:#333333;
        width:60%;
        line-height:20px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:80px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:500px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:90%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
        position:absolute;
        width:30%;
        height:430px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center right;
    }

    #d3con11-box h2 {
        position:absolute;
        left:calc(30% + 30px);
        margin-top:20px;
        font-size: 38px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;
        /*margin-top:-50px;*/
    }

    #d3con11-box p {
        position:absolute;
        left:calc(30% + 30px);
        margin-top:100px;
        font-size:12px;
        font-weight:300;
        color:#333333;
        width:60%;
		line-height:24px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:90px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:500px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:90%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
        position:absolute;
        width:40%;
        height:430px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    #d3con11-box h2 {
        position:absolute;
        left:calc(40% + 40px);
        margin-top:20px;
        font-size: 38px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;
        /*margin-top:-50px;*/
    }

    #d3con11-box p {
        position:absolute;
        left:calc(40% + 40px);
        margin-top:100px;
        font-size:14px;
        font-weight:300;
        color:#333333;
        width:470px;
		line-height:24px;
    }
}

@media (min-width: 1200px) {
    .d3con11-sec {
        position:relative;
        /*margin-top:100px;*/
    }

    .d3con11-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:730px;
        background-color:#fff;
		border:1px solid #f0f0f5;
    }

    #d3con11-box {
        position:absolute;
        width:96%;
        height:87%;
        left:2%;
        top:5%;
        border:1px solid #f0f0f5;
    }

    #d3con11-box img {
        position:absolute;
        width:450px;
        height:620px;
        top:6px;
        left:6px;
        background-image:url('../img/d3-16.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    #d3con11-box h2 {
        position:absolute;
        left:500px;
        margin-top:20px;
        font-size: 42px;
        font-weight:700;
        letter-spacing:-2px;
        color:#c7e3f8;
    }

    #d3con11-box span {
        position:absolute;
        left:0px;

       
    }

    #d3con11-box p {
        position:absolute;
        left:500px;
        margin-top:100px;
        font-size:18px;
        font-weight:300;
        color:#333333;
        width:530px;
		line-height:35px;
    }
}

/******************************************************** 컨텐츠-1 끝 ********/


/******************************************************** 서브메뉴 *******
@media (max-width:419.99px) {
    #d3sm-sec {
        position:relative;
      margin-top:70px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:block;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:70%;
        height:50px;
        left:50%;
        margin-left:-35%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:70%;
        height:50px;
        left:50%;
        margin-left:-35%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:70%;
        height:50px;
        left:50%;
        margin-left:-35%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    #d3sm-sec {
        position:relative;
      margin-top:80px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:block;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:60%;
        height:50px;
        left:50%;
        margin-left:-30%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:60%;
        height:50px;
        left:50%;
        margin-left:-30%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:60%;
        height:50px;
        left:50%;
        margin-left:-30%;
        margin-bottom:20px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        left:50%;
        margin-left:-100px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #d3sm-sec {
        position:relative;
      margin-top:100px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:flex;
        justify-content:center;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:inline-block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:150px;
        height:50px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:150px;
        left:50%;
        margin-left:-75px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:80px;
        left:50%;
        margin-left:-40px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:150px;
        height:50px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:150px;
        left:50%;
        margin-left:-75px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:80px;
        left:50%;
        margin-left:-40px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:150px;
        height:50px;
        font-size:12px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:15px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:0px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:150px;left:50%;
        margin-left:-75px;
        height:12px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:80px;
        left:50%;
        margin-left:-40px;
        height:12px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #d3sm-sec {
        position:relative;
      margin-top:100px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:flex;
        justify-content:center;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:inline-block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:0px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    #d3sm-sec {
        position:relative;
      margin-top:100px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:flex;
        justify-content:center;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:inline-block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:0px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }
}

@media (min-width: 1200px) {
    #d3sm-sec {
        position:relative;
      margin-top:100px;
    }

    .d3sm-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display:flex;
        justify-content:center;
    }

    .d3sm-12 a {
        text-decoration:none;
        display:inline-block;
    }

    #sm-1 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box1:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box1:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-1:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-1:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-1:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

    #sm-2 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:50px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box2:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box2:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-2:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    #sm-2:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-2:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

     #sm-3 {
        position:relative;
        overflow:hidden;
        width:200px;
        height:50px;
        font-size:13px;
        font-weight:400;
        color:rgb(79, 73, 73);
        padding-top:13px;
        text-align:center;
        border:1px solid rgba(221, 221, 225, 0);
        margin-right:0px;
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3 {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-box3:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:-80%;
        width:80%;
        height:80%;
        background-color:rgb(45, 43, 47);
        transition:0.7s ease 0.1s;
    }

    .d3sm-box3:hover::before {
        left:10%;
        transition:0.7s ease 0.1s;
    }

    #sm-3:hover {
        color:#fff;
        transition:0.7s ease 0.1s;
    }

    .d3sm-active {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .d3sm-active:before {
        position:absolute;
        z-index:-1;
        display:block;
        content:'';
        border-radius:7px;
        top:10%;
        left:10%;
        width:80%;
        height:80%;
        background-color:rgba(45, 43, 47, 0.15);
    }


    #sm-3:before {
        position:absolute;
        display:block;
        content:'';
        top:-5px;
        width:200px;
        height:10px;
        background-image:url('../img/d3-15.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.2;
    }

     #sm-3:after {
        position:absolute;
        display:block;
        content:'';
        bottom:-5px;
        width:120px;
        left:50%;
        margin-left:-60px;
        height:10px;
        background-image:url('../img/d3-16.svg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        opacity:0.15;
    }

}

/******************************************************** 서브메뉴 끝 ********/


/******************************************************** 비주얼 *******
@keyframes h2{
    0% {
        transform: rotate(0) scale(1) translateX(0) translateY(-300px) skewX(0) skewY(0);
    }

    25% {
        transform: rotate(0) scale(1) translateX(0) translateY(150px) skewX(0) skewY(0);
    }

    45% {
        transform: rotate(0) scale(1) translateX(0) translateY(-80px) skewX(0) skewY(0);
    }

    75% {
        transform: rotate(0) scale(1) translateX(0) translateY(-30px) skewX(0) skewY(0);
    }

    100% {
        transform: rotate(0) scale(1) translateX(0) translateY(0px) skewX(0) skewY(0);
    }
}

.tit {
    animation: h2 3s both 0s linear;
}

@keyframes h5{
    0% {
        transform: rotate(0) scale(1) translateX(0px) translateY(150px) skewX(0) skewY(0);
        opacity: 0;
    }

    100% {
        transform: rotate(0) scale(1) translateX(opx) translateY(0px) skewX(0) skewY(0);
        opacity: 1;
    }
}

.tex {
    animation: h5 1.2s both 0s linear;
}

@media (max-width:419.99px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    #topgab {
        display: none;
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 60px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #F0F0F5;
        margin-left: 20px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 90px;
        font-size: 10px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 90%;
        line-height: 12px;
        margin-left: 20px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 180px;
        padding: 5px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 11px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 20px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 100px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #F0F0F5;
    }

    .tit-12 h5 {
        position: absolute;
        top: 140px;
        font-size: 11px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 350px;
        line-height: 18px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 370px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 160px;
        font-size: 34px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
    }

    .tit-12 h5 {
        position: absolute;
        top: 230px;
        font-size: 11px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 400px;
        line-height: 18px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 180px;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
    }

    .tit-12 h5 {
        position: absolute;
        top: 290px;
        font-size: 12px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 500px;
        line-height: 20px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 200px;
        font-size: 72px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
    }

    .tit-12 h5 {
        position: absolute;
        top: 350px;
        font-size: 12px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 650px;
        line-height: 23px;
    }
}

@media (min-width: 1200px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 250px;
        font-size: 72px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
    }

    .tit-12 h5 {
        position: absolute;
        top: 400px;
        font-size: 12px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 650px;
        line-height: 23px;
    }

}

/******************************************************** 해더 ********/
/*******   모바일 *******
@media (max-width: 575.99px) {
    .menu-item {
        position: relative;
        display: block;
        width: 100%;
    }

    .menu .menu-item a {
        width: 100%;
    }

    .window {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0px;
        position: relative;
        display: block;
    }

    .window .header {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: all 0.5s ease-out, background 1s ease-out;
        transition-delay: 0.2s;
        z-index: 1;
    }

    .window .header .burger-container {
        position: relative;
        z-index: 10;
        display: inline-block;
        height: 50px;
        width: 50px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .window .header .burger-container #burger {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }

    .window .header .burger-container #burger .bar {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        background: #FFF;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s;
    }

    .window .header .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    .window .header .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }

    .window .header .icon {
        display: inline-block;
        position: absolute;
        height: 100%;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .window .header .icon.icon-bag {
        right: 0;
        top: 0;
        left: auto;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.65s;
    }

    .window .header ul.menu {
        position: relative;
        display: block;
        padding: 0px 48px 0;
        list-style: none;
    }

    .window .header ul.menu li.menu-item {
        border-bottom: 1px solid #272728;
        margin-top: 5px;
        -webkit-transform: scale(1.15) translateY(-30px);
        transform: scale(1.15) translateY(-30px);
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .window .header ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.49s;
    }

    .window .header ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.42s;
    }

    .window .header ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.35s;
    }

    .window .header ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.28s;
    }

    .window .header ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.21s;
    }

    .window .header ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.14s;
    }

    .window .header ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.07s;
    }

    .window .header ul.menu li.menu-item a {
        display: block;
        position: relative;
        color: #FFF;
        font-weight: 100;
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;
        font-weight: 300;
        width: 100%;
        padding-left: 20px;
        transition: 0.5s ease-in;
    }

    .window .header ul.menu li.menu-item:hover a {
        background-color: #000;
        transition: 0.5s ease-in;
    }

    .window .header.menu-opened {
        height: 100%;
        background-color: #0f0f10;
        transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0.25s;
    }

    .window .header.menu-opened .burger-container {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .window .header.menu-opened .burger-container #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.2s;
    }

    .window .header.menu-opened .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }

    .window .header.menu-opened .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }

    .window .header.menu-opened ul.menu li.menu-item {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.27s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.34s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.41s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.48s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.55s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.62s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.69s;
    }

    .window .header.menu-opened .icon.icon-bag {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        transition-delay: 0.3s;
    }

    .window .content {
        font-family: "Ek Mukta", sans-serif;
        padding: 67px 4% 0;
        text-align: justify;
        overflow: scroll;
        max-height: 100%;
    }

    .window .content::-webkit-scrollbar {
        display: none;
    }

    .window .content h2 {
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

    .window .content img {
        width: 95%;
        position: relative;
        display: block;
        margin: 75px auto 75px;
    }

    .window .content img:nth-of-type(2) {
        margin: 75px auto;
    }
}

/******* 모바일 끝  *******
@media (max-width:419.99px) {
    .main-menu {
        display: none;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        display: none;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        display: none;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 50px;
        background-color: rgba(34, 34, 32, 0.9);
    }

    body.sticky-header .nav12 {
        height: 50px;
        background-color: rgb(29, 29, 30);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        max-width: 100px;
        max-height: 100px;
        margin-top: 0px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .main-menu {
        display: none;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        display: none;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        display: none;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 50px;
        background-color: rgba(34, 34, 32, 0.9);
    }

    body.sticky-header .nav12 {
        height: 50px;
        background-color: rgb(29, 29, 30);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        max-width: 100px;
        max-height: 100px;
        margin-top: 0px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 150px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index:1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
        padding-top:8px;
    }

    .nav12-bg {
        position: absolute;
        z-index:0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top:1px solid rgb(43, 41, 45);
        width: 100%;
        left:0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);

    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position:absolute;
        max-width: 60px;
        max-height: 70px;
        top:25px;
        left:50%;
        margin-left:-30px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 740px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 130px;
        max-width: 130px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 130px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 160px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index:1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index:0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top:1px solid rgb(43, 41, 45);
        width: 100%;
        left:0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);

    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 160px;
    }

    .logo {
        position:absolute;
        max-width: 60px;
        max-height: 70px;
        top:30px;
        left:50%;
        margin-left:-30px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 960px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 160px;
        max-width: 160px;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 160px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 180px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index:1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index:0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top:1px solid rgb(43, 41, 45);
        width: 100%;
        left:0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);

    }
    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 160px;
    }

    .logo {
        position:absolute;
        max-width: 80px;
        max-height: 100px;
        top:30px;
        left:50%;
        margin-left:-40px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (min-width: 1200px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 1140px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 200px;
        max-width: 200px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 200px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 200px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index:1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index:0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top:1px solid rgb(43, 41, 45);
        width: 100%;
        left:0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);

    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin-top:0px;
        margin-left:auto;
        margin-right:auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position:absolute;
        max-width: 100px;
        max-height: 120px;
        top:40px;
        left:50%;
        margin-left:-60px;
    }

    /**** 드롭메뉴 **
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

/******************************************************** 해더 끝 ********/

/******************************************************** 카피 *******
@media (max-width:419.99px) {
    .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:95%;
        height:80%;
        left:5%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:12%;
        left:10%;
        font-size:16px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:20%;
        left:10%;
        font-size:11px;
        font-weight:300;
        line-height:18px;
        color:rgb(108, 98, 119);
        width:85%;
    }

    .dm3copy-8 img {
        display:none;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:56%;
        left:10%;
        font-size:11px;
        font-weight:300;
        line-height:18px;
        color:rgb(108, 98, 119);
        width:85%;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:95%;
        height:80%;
        left:5%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:12%;
        left:10%;
        font-size:18px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:22%;
        left:10%;
        font-size:11px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        width:85%;
    }

    .dm3copy-8 img {
        display:none;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:56%;
        left:10%;
        font-size:11px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        width:80%;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:95%;
        height:80%;
        left:5%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:13%;
        left:10%;
        font-size:18px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:23%;
        left:10%;
        font-size:12px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        width:70%;
    }

    .dm3copy-8 img {
        position:absolute;
        top:16%;
        right:5%;
        width:70px;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:58%;
        left:10%;
        font-size:12px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        width:80%;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
     .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:10%;
        left:17%;
        font-size:24px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:23%;
        left:17%;
        font-size:13px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        width:70%;
    }

    .dm3copy-8 img {
        position:absolute;
        top:15%;
        right:10%;
        width:70px;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:58%;
        left:17%;
        font-size:12px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:80%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:90%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:10%;
        left:17%;
        font-size:34px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:30%;
        left:17%;
        font-size:13px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        
    }

    .dm3copy-8 img {
        position:absolute;
        top:20%;
        right:10%;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:58%;
        left:17%;
        font-size:12px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        
    }
}

@media (min-width: 1200px) {
    .dm3copy-sec{
        position: relative;
        background-color:rgb(232, 232, 238);
        border-top:10px solid rgb(225, 225, 232);
        bottom:0px;
        left:0px;
        width:100%;
        height:400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:40px;
        text-align:center;
        font-size:12px;
        font-weight:300;
        color:rgb(120, 120, 129);
        letter-spacing:0px;
        padding-top:11px;
        background-color:rgb(225, 225, 232);
        border-top:1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height:400px;
    }

    .dm3copy-4:before {
        position:absolute;
        display:block;
        content:'';
        width:80%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);
        background-image:url('../img/d3-14.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow:hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height:400px;
    }

    .dm3copy-8:before {
        position:absolute;
        display:block;
        content:'';
        width:80%;
        height:80%;
        left:10%;
        top:10%;
        border:1px solid rgb(194, 194, 205);

    }

    .dm3copy-8 h2 {
        position:absolute;
        top:10%;
        left:17%;
        font-size:34px;
        font-weight:600;
        color:rgb(108, 98, 119);
        letter-spacing:-1px;
    }

    .dm3copy-8 h5 {
        position:absolute;
        top:30%;
        left:17%;
        font-size:13px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        
    }

    .dm3copy-8 img {
        position:absolute;
        top:20%;
        right:15%;
    }

    .dm3copy-8 h6 {
        position:absolute;
        top:58%;
        left:17%;
        font-size:12px;
        font-weight:300;
        line-height:21px;
        color:rgb(108, 98, 119);
        
    }
}

/******************************************************** 카피 끝 ********/

/** 톱 스크롤 *
a.top {
    position: fixed;
    z-index: 5;
    right: 10px;
    bottom: 50px;
    display: none;
    color: #fff;
    text-decoration: none;
}

.top {
    font-size: 14px;
    font-weight: 400;
    background-color: rgb(205, 220, 57);
    padding: 15px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: 1s ease-in-out;
}

.top:hover {
    background-color: #FF5722;
}

/******************************************* 
                  오버레이 
*******************************************
.overbd {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    left: 0px;
    right: 0px;
    background: url(../img/pat-1.png) repeat;
    background-size: initial;
}

.overbd {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: initial;
}

/* 파라렉스 */
/*
.parallax-wrapper {
    z-index: 0;
    position: relative;
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
    margin: 90px 0px 0px 0px;
}

.pacontainer {
    margin: 150px auto;
}

.half {
    width: 50%;
    float: left;
}

@media (max-width: 600px){
    .half {
        width: 100%;
    }
}

/*
.parallax-1 {
    position: relative;
    background-image: url('../img/md3.jpg');
    background-size: cover;
    height: 1000px;
    top: -570px;
    left: 8%;
    margin-left: -300px;
    background-position: center center;
    background-repeat: no-repeat;
}
*/
/** bd 컨테이너 *
.containerbd {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 576px) {
    .containerbd {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containerbd {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-container {
        max-width: 960px;
    }

    .containerbd {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1140px;
    }

    .containerbd {
        max-width: 1140px;
    }
}

.containerbd-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.rowbd {
    /*display: -ms-flexbox
    display: flex;
    -ms-flex-wrap: wrap;
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
}

/** bd 컨테이너 끝 **/
/*********************************기본 스크린 사이즈 *
.con {
    position: relative;
    width: 100%;
    min-height: 1px;
}

/******************************************************** 스크린 *******
@media (max-width:419.99px) {
}

@media (max-width: 575.99px) and (min-width: 420px) {
}

@media (max-width: 767.99px) and (min-width: 576px) {
}

@media (max-width: 991.99px) and (min-width: 768px) {
}

@media (max-width: 1199.99px) and (min-width: 992px) {
}

@media (min-width: 1200px) {
    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/******************************************************** 스크린 끝 ********/
/*********************************기본 스크린 사이즈 끝 **/