/*Content CSS*/
#c1_wrap{overflow: hidden; padding: 50px 0; background: url('../img/c1_map.png') 50% / cover no-repeat; position: relative; z-index: 2; text-align: center;}
#c1_wrap br:not(.space){display: none;}

.c1_inner{width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto;}
.c1_lines{width: 100%; max-width: 1500px; height: 100%; display: flex; justify-content: space-between; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1;}
.c1_lines span{width: 1px; height: 100%; background-color: #ddd;}
.c1_inner .img{text-align: center; margin-bottom: 30px;}
.c1_inner .img img{}
.c1_inner .fs_55{font-size: 30px; font-weight: 800; line-height: 1; margin-bottom: 30px;}
.c1_inner .fs_18{font-size: 15px; font-weight: 400; line-height: 1.7; color: #333; margin-bottom: 20px;}
.c1_inner .vm_btn{display: flex; align-items: center; justify-content: space-between; padding: 0 15px; width: 100%; height: 40px; background-color: #c5b9ac; color: #fff; transition: .3s;}
.c1_inner .vm_btn span{font-family: 'Poppins'; font-size: 14px; font-weight: 300;}
.c1_inner .vm_btn:hover{background-color: #862633;}
