/* BASIC css start */
img{display: block; width: 100%;}

.wrap{scroll-behavior: smooth;}

.deps1{position: relative;}
.deps1 .text_wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.deps1 .text_wrap p:first-of-type{margin-bottom: 3px;}

.deps2 .row{display: flex; justify-content: space-between; padding: 120px 0 150px;}
.deps2 .row .text_wrap{position: relative; width: 59%;}
.deps2 .row .text_wrap::before{content: ""; position: absolute; top: -25px; left: 0; display: block; width: 15px; height: 15px; background-color: #005c9c;}
.deps2 .row .text_wrap p:first-of-type{margin-bottom: 5%;}
.deps2 .row .img_wrap{width: 41%;}


.deps3{padding: 90px 0 120px; background-color: #f6fbff;}
.deps3 .map_wrap{width: 100%; margin: 50px 0;}
.deps3 .map_wrap iframe{width: 100%; height: 600px;}
.deps3 .info_wrap{display: flex; justify-content: space-between;}
.deps3 .info_wrap .map_btn{display: flex; gap: 15px;}
.deps3 .info_wrap .map_btn > div{position: relative; display: flex; align-items: center; justify-content: center; width: 130px; height: 40px; border-radius: 50px;}
.deps3 .info_wrap .map_btn > div.kakao{background-color: #f8df00;}
.deps3 .info_wrap .map_btn > div.kakao::before{content: ""; display: inline-block; background-image: url('/design/dreamx860/250121/img/kakao_map_icon.png'); width: 22px; height: 22px; margin-right: 3px; background-size: 100%; background-repeat: no-repeat;}
.deps3 .info_wrap .map_btn > div.naver{background-color: #00c811}
.deps3 .info_wrap .map_btn > div.naver::before{content: ""; display: inline-block; background-image: url('/design/dreamx860/250121/img/naver_map_icon.png'); width: 20px; height: 20px; margin-right: 6px; background-size: 100%; background-repeat: no-repeat;}



@media (max-width: 1200px){
    .deps2 .row .text_wrap{width: 50%;}
    .deps2 .row .img_wrap{width: 50%;}
}

/* BASIC css end */

