.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.mapWrap .root_daum_roughmap .wrap_map , .mapWrap .root_daum_roughmap_landing {
    width: 500px ;
    height: 280px ;
}
.mapWrap .root_daum_roughmap.root_daum_roughmap_landing.os_mac,
.mapWrap .root_daum_roughmap .map {
    width:500px;
    height:280px;
	float: left;
	display: inline-block;
}

 .mapWrap {
    width: 500px;
    float:left;
}

.tableWrap {
	float: right;
    width:calc(100% - 530px);
    
}

.tableWrap table {
    /* min-width:600px; */
    text-align:center;
    width:100%;
}

.tableWrap table tr td.top{
	border-top:1px solid #536066;
}
.tableWrap table tr td.head {
    background-color:#f3f7f9;
    color:#333333;
    font-size: 15px;
    font-family: 'NotoKrR';
    font-weight: normal;
    padding:20px 0;
	letter-spacing: 0;
}

.tableWrap table thead th:not(:last-child),
.tableWrap table tbody td:not(:last-child) {
    border-right:1px solid #ebebeb;
}

.tableWrap table tr {
    border-bottom:1px solid #ebebeb;
}

.tableWrap table tbody td {
    padding: 35px 24px;
    color:#777777;
    font-size: 15px;
	line-height: 22px;

}

.tableWrap table tbody td.left{
	text-align: left;	
}
.tableWrap .text-wrap{
	margin-bottom: 5px;
}
.tableWrap .text-wrap span{
	margin-bottom: 7px;
	border: 1px solid #aaa;
	padding: 10px 15px ;
	display: inline-block;	
	font-size: 16px;
	width: 49.2%	;
	text-align: center;
	 position: relative;
  text-transform: uppercase;
}
.tableWrap .text-wrap span::before,
.tableWrap .text-wrap span::after {
  background: #f1f1f1;
  content: '';
  position: absolute;
  z-index: -1;
}
.tableWrap .text-wrap span,
.tableWrap .text-wrap span::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
/* .tableWrap .text-wrap span:hover {
  color: #fff;
  border: 1px solid #3396ff;
} */
.tableWrap .text-wrap span::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.tableWrap .text-wrap span:hover:after {
  width: 100%;
}
.tableWrap .text-wrap span:nth-child(odd){
	margin-right: 0.8%;
}
h3 {
    color:#222222;
    font-size: 22px;
    font-family: 'NotoKrR';
    margin-bottom:14px;
    padding-left:12px;
    position: relative;
}
h3:before {
    content:'';
    width:4px;
    height:17px;
    position: absolute;
    top:2.5px;
    left:0;
    background-color:#3093d9;
}
.os_mac .roughmap_maker_label .roughmap_lebel_text,
.roughmap_maker_label .roughmap_lebel_text{
	font-size: 15px !important;
	font-family: 'NotoKrL';
	padding: 9px 23px 9px !important;
	border-radius: 0px !important;	
	letter-spacing: -0.5px;
}
.os_mac .roughmap_maker_label{
	top: -62px !important;
    left: 0.75px !important;
}
.article{
	margin-top: 60px;
}

@media screen and (max-width:1023px) {
    .mapWrap,
    .mapWrap .root_daum_roughmap.root_daum_roughmap_landing.os_mac,
    .mapWrap .root_daum_roughmap .map,
    .mapWrap .root_daum_roughmap .wrap_map,
    .mapWrap .root_daum_roughmap_landing {
        float:none;
        width:100%;
    }

    .mapWrap {
        margin-bottom:20px;
    }

    .tableWrap {
        width:100%;
        float:none;
    }

    .tableWrap table tbody td {
        padding:15px 20px;
    }
}

@media screen and (max-width:767px) {
    .tableWrap {
        overflow:auto;
    }
	.tableWrap table {
        width:100%;
        text-align:center;
    }
    
    .tableWrap table colgroup col:first-child {
        width:80px;
    }

	.tableWrap table tr td.head {
        font-size: 13px;
        padding:10px;
    }

    .tableWrap table tbody td {
        padding: 10px;
        line-height: 1.4;
        font-size: 13px;
    }

    .mapWrap,
    .mapWrap .root_daum_roughmap.root_daum_roughmap_landing.os_mac,
    .mapWrap .root_daum_roughmap .map,
    .mapWrap .root_daum_roughmap .wrap_map,
    .mapWrap .root_daum_roughmap_landing {
        height:200px;
    }

    .article {
        margin-top: 40px;
    }

    h3 {
        font-size: 17px;
        padding-left:10px;
    }

    h3:before {
        top:0;
    }
	.tableWrap .text-wrap span{
	font-size: 14px;
	}
}

@media screen and (max-width:470px) {
	.tableWrap .text-wrap span{
	width: 100%	;
	}
	.tableWrap .text-wrap span:nth-child(odd){
	margin-right: 0%;
	}
}