.root_daum_roughmap .wrap_map{height:100% !important;}
.mapsec{display:flex;flex-direction:row;margin:5rem 0;}
.contents{width:30%;}
.contents>p{margin-bottom:2rem;}
.contents>ul{line-height:1.7em;}
.contents>ul>li{margin-left:1.1rem;}
.contents>ul>li::before {
  content:""; /* 필수 */
  display:inline-block; /* 필수 */
  width:3px; /* 원하는 크기 */
  height:3px; /* 원하는 크기 */
  background-color:#222;
  border-radius:50px;
position:relative;top:-0.35rem;right:14px;
}
.map{width:70%;background-color:aqua;margin-left:3rem;}
button.map-btn{padding:1.0rem 1.8rem;background-color:#fff;border:1px solid var(--color-primary);transition:0.2s;color:var(--color-primary);margin:2rem 0rem 3rem 1rem;}
button.map-btn:hover{background-color:var(--color-primary);color:#fff;border:1px solid var(--color-primary);}
@media screen and (min-width:1921px){ 
} 
@media screen and (min-width:1024px) and (max-width: 1920px){ 
}
@media screen and (min-width:769px) and (max-width:1024px){

} 
@media screen and (max-width: 768px){
	.mapsec{flex-direction:column;}
	.contents{width:auto;}
	.map{width:auto;margin:2rem 0rem 0 0;height:200px;}
}