@charset "UTF-8";

.inner {
  position:relative;
  width:100%;
  height:100%;
  max-width:1440px;
  margin:0 auto;
}

.sub-visual {
  position:relative;
  width:100%;
  height:210px;
  background-image:url(../images/sub_visual.png);
}

.sub-visual::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
}

.sub-visual h2.sub-tit {
  display:flex;
  height:100%;
  align-items: center;
  justify-content: center;
  font-size:2.75rem;
  color:#ffffff;
  font-weight:900;
}

#sub-container {
  padding:50px 0;
}

#sub-container .inner {
  display:flex;
}


#lnb {
  width:280px;
}

#lnb .lnb-tit {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height:140px;
  background-color:#149d88;
  font-weight:700;
  color:#ffffff;
  font-size:1.75rem;
  border-radius:50px 0 0 0;
  background-image:url(../images/lnb_tit_bg.png);
  background-repeat:no-repeat;
  background-position:left -20px bottom -30px;
}

#lnb .lnb-menu > ul > li {
  position:relative;
  border:1px solid #d9d9d9;
  margin:5px 0;
  width:100%;
  box-sizing: border-box;
}

#lnb .lnb-menu > ul > li.active {
  border:1px solid #149d88;
}

#lnb .lnb-menu > ul > li a.lnb-depth2 {
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:15px;
  box-sizing: border-box;
}

#lnb .lnb-menu > ul > li a.lnb-depth2 span {
  color:#222222;
  font-size:1.125rem;
  max-width:calc(100% - 15px);
}

#lnb .lnb-menu > ul > li.active a.lnb-depth2 span {
  font-weight:700;
}

#lnb .lnb-menu > ul > li a.lnb-depth2::after {
  content:"";
  display:block;
  width:12px;
  height:12px;
  background-image:url(../images/lnb_menu_off.png);
  background-repeat:no-repeat;
  background-position:center;
}

#lnb .lnb-menu > ul > li a.lnb-depth2.has::after {
  background-image:url(../images/lnb_menu_on.png);
}

#lnb .lnb-menu > ul > li:hover {
  border:1px solid #149d88;
}

#lnb .lnb-menu > ul > li a.lnb-depth2:hover span {
  font-weight:700;
}

#lnb .lnb-menu > ul > li.open a.lnb-depth2.has {
  background-color:#149d88;
}

#lnb .lnb-menu > ul > li.open {
  border:1px solid #149d88;
}

#lnb .lnb-menu > ul > li.open a.lnb-depth2.has span {
  color:#ffffff;
  font-weight:700;
}

#lnb .lnb-menu > ul > li.open a.lnb-depth2.has::after {
  background-image:url(../images/lnb_menu_open.png)
}

#lnb .lnb-menu > ul > li .lnb-depth3 {
  display:none;
  padding:15px;
  background-color:#f2f2f2;
}

#lnb .lnb-menu > ul > li .lnb-depth3.open {
  display:block;
}

#lnb .lnb-menu > ul > li .lnb-depth3 ul > li {
  margin-bottom:8px;
}


#lnb .lnb-menu > ul > li .lnb-depth3 ul > li:last-child {
  margin-bottom:0;
}

#lnb .lnb-menu > ul > li .lnb-depth3 ul > li a {
  color:#222222;
}
#lnb .lnb-menu > ul > li .lnb-depth3 ul > li.active a {
  color:#149d88;
  font-weight:700;
}


#lnb .lnb-menu > ul > li .lnb-depth3 ul > li a:hover {
  color:#149d88;
  font-weight:700;
}

.sub-content {
  margin-left:60px;
  max-width:1100px;
  width:100%;
}

.sub-content .sub-top {
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:15px;
  border-bottom:1px dashed rgba(0,0,0,0.15)
}

.sub-content .sub-top .location ul {
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}

.sub-content .sub-top .location ul li {
  position:relative;
  margin-right:12px;
  padding-right:12px;
  color:#222222;
  box-sizing: border-box;
}

.sub-content .sub-top .location ul li.home a {
  display:block;
  font-size:0;
  text-indent:0;
  width:18px;
  height:16px;
  background-image:url(../images/location_home.png);
  background-repeat:no-repeat;
}

.sub-content .sub-top .location ul li:last-child {
  padding-right:0;
  margin-right:0;
  font-weight:700;
}

.sub-content .sub-top .location ul li::after {
  content:"";
  display:block;
  width:6px;
  height:10px;
  background-image:url(../images/location_arrow.png);
  position:absolute;
  right:-3px;
  top:50%;
  transform: translateY(-50%);
}

.sub-content .sub-top .location ul li:last-child::after {
  display:none;
}

.sub-content .sub-top .utils ul {
  display:flex;
  align-items: center;
}

.sub-content .sub-top .utils ul li {
  margin-right:4px;
  position:relative;
}

.sub-content .sub-top .utils ul li:last-child {
  margin-right:0;
}

.sub-content .sub-top .utils ul li button {
  width:44px;
  height:44px;
  background-color:#ffffff;
  border:1px solid #cccccc;
  border-radius:50%;
  box-sizing: border-box;
  font-size:0;
  text-indent:-99999999em;
  background-position:center;
  background-repeat:no-repeat;
}

.sub-content .sub-top .utils ul li button.sns-share {
  background-image:url(../images/sns_share.png);
}

.sub-content .sub-top .utils ul li button.print {
  background-image:url(../images/print.png);
}

.sub-content .content {
  padding-top:35px;
}

.sub-content .content h3.tit {
  position:relative;
  display:flex;
  align-items: center;
  font-size:1.75rem;
  color:#222222;
  font-weight:700;
  margin-bottom:15px;
}

.sub-content .content h3.tit::before {
  content:"";
  display:block;
  width:19px;
  height:26px;
  background-image:url(../images/sub_h3_bullet.png);
  background-repeat:no-repeat;
  margin-right:10px
}

.sub-content .content h3.tit em.s-font{
  font-size: 1.125rem;
}

.sub-content .content h4 {
  position:relative;
  font-size:1.375rem;
  font-weight:700;
  color:#222222;
  padding-left:18px;
  margin-bottom:10px;
}

.sub-content .content h4::before {
  content:"";
  display:block;
  width:14px;
  height:14px;
  background-color:#ffffff;
  border:3px solid #149d88;
  box-sizing: border-box;
  border-radius:50%;
  position:absolute;
  left:0;
  top:6px;
}

.sub-content .con-box {
  margin-bottom:60px;
}


.sub-content .con-box:last-of-type {
  margin-bottom:0;
}

.sub-content .con-box .inbox {
  margin-bottom:35px;
}

.sub-content .con-box .inbox:last-of-type {
  margin-bottom:0;
}

.flex-wrap {
  display:flex;
}

.bu > ul > li {
  margin-bottom:3px;
}

.bu > ul > li:last-child {
  margin-bottom:0;
}

.bu > ul > li > p {
  position:relative;
  color:#555555;
  font-size:1.125rem;
  padding-left:8px;
  line-height: 1.5;
}

.bu > ul> li > p::before {
  content:"";
  position:absolute;
  left:0;
  top:10px;
  display:block;
  width:2px;
  height:2px;
  border-radius:50%;
  background-color:#555555;
}

.sub-content a.download-btn {
  display:flex;
  align-items: center;
  justify-content: center;
  height:60px;
  border:1px solid #030303;
  box-sizing: border-box;
  max-width:460px;
  margin:35px auto;
  padding:0 15px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.sub-content a.download-btn span {
  font-weight:500;
  color:#222222;
  font-size:1.25rem;
  display:block;
  max-width:calc(100% - 28px);
  transition: all 0.2s;
}

.sub-content a.download-btn::after {
  content:"";
  display:block;
  width:18px;
  height:18px;
  background-image:url(../images/down_ico.png);
  background-repeat:no-repeat;
  margin-left:10px;
}

.sub-content a.download-btn:hover {
  background-color:#222222;
  transition: all 0.2s;
}

.sub-content a.download-btn:hover::after {
  background-image:url(../images/down_ico_w.png);
}

.sub-content a.download-btn:hover span {
  color:#ffffff;
  transition: all 0.2s;
}

/*2030 도시재생 전략계획*/
.plan2030 {
  margin-top:35px;
}

.plan2030 .tit {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width:133px;
  height:34px;
  border-radius:17px;
  margin:0 auto;
  background-color:#149d88;
  color:#ffffff;
  font-size:1.125rem;
  font-weight:700;
}

.plan2030 p.purpose {
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:25px auto 30px auto;
  width:800px;
  color:#222222;
  font-size:1.25rem;
  font-weight:700;
  line-height:1.4;
}

.plan2030 p.purpose::before {
  content:"";
  display:block;
  position:absolute;
  left:0;
  width:20px;
  height:89px;
  background-image:url(../images/purpose_before.png);
  background-position:center;
  background-repeat:no-repeat;
}

.plan2030 p.purpose::after {
  content:"";
  display:block;
  position:absolute;
  right:0;
  width:20px;
  height:89px;
  background-image:url(../images/purpose_after.png);
  background-position:center;
  background-repeat:no-repeat;
}

.plan2030 .arrow {
  text-align: center;
}

.plan2030 .develop span {
  display:block;
  font-size:1.5rem;
  color:#149d88;
  font-weight:700;
  text-align: center;
}

.plan2030 .develop .develop-con {
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:15px;
}

.plan2030 .develop .develop-con .con {
  display:flex;
  align-items: center;
  justify-content: center;
  width:420px;
  height:100px;
  border-radius:50px;
  background-color:#f5f5f5;
}

.plan2030 .develop .develop-con .con p {
  text-align: center;
  font-size:1rem;
  font-weight:700;
  color:#222222;
  line-height:1.4;
}

.plan2030 .develop .develop-con img {
  margin:0 15px;
}

.pr-strategy {
  width:100%;
  height:100%;
  background-image:url(../images/pr_strategy_bg.png);
  background-position:center;
  background-repeat:no-repeat;
  height:404px;
}

.pr-strategy ul {
  display:flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

.pr-strategy ul li {
  display:flex;
  align-items: center;
  justify-content: center;
  width:280px;
  height:280px;
  border-radius:50%;
  box-sizing:border-box;
  position:relative;
  margin-right:30px;
}

.pr-strategy ul li:last-child {
  margin-right:0;
}

.pr-strategy ul li::before {
  content:"";
  display:block;
  width:230px;
  height:230px;
  background-color:#ffffff;
  position:absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius:50%;
}

.pr-strategy ul li::after {
  content:"";
  position:absolute;
  right:-29px;
  top:50%;
  transform: translateY(-50%);
  display:block;
  width:29px;
  height:1px;
  background-image:url(../images/pr_strategy_line.png);
}

.pr-strategy ul li:last-child::after {
  display:none
}

.pr-strategy ul li:nth-child(1){
  background-color:#e7f5f3;
  border:1px solid rgba(20,157,136,0.3);
}

.pr-strategy ul li:nth-child(2){
  background-color:#e8f3f7;
  border:1px solid rgba(31,137,177,0.3);
}

.pr-strategy ul li:nth-child(3){
  background-color:#ededf6;
  border:1px solid rgba(81,76,171,0.3);
}

.pr-strategy ul li .strategy-con  {
  position:relative;
  z-index:1;
}

.pr-strategy ul li .strategy-con .ico {
  text-align: center;
}

.pr-strategy ul li .strategy-con dl {
  text-align: center;
  color:#222222;
}

.pr-strategy ul li .strategy-con dl dt {
  font-size:1.125rem;
  font-weight:700;
  margin:5px 0;
}

.pr-strategy ul li .strategy-con dl dd {
  font-size:1rem;
  color:#222222;
  line-height:1.4;
}


/*실행방향 - 시민수요대응*/
.ex-direction {
  margin-top:15px;
}

.ex-direction ul {
  display:flex;
}

.ex-direction ul li {
  display:flex;
  align-items: center;
  width:calc((100% - 60px) / 4);
  margin-right:20px;
  border:1px dashed #d7d7d7;
  padding:15px;
  box-sizing: border-box;
}


.ex-direction ul li:last-child {
  margin-right:0;
}

.ex-direction ul li .direction-con {
  width:100%;
  text-align: center;
}

.ex-direction ul li .direction-con span.tit {
  display:block;
  text-align: center;
  font-weight:700;
  color:#222222;
  font-size:1rem;
  margin-bottom:15px;
}

.ex-direction ul li .direction-con span.act {
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:52px;
  box-sizing: border-box;
  background-color:#f8f8f8;
  border:1px solid #d7d7d7;
  font-weight:500;
  font-size:0.825rem;
}

.ex-direction ul li .direction-con img {
  margin:8px 0;
}

.ex-direction ul li .direction-con span.result {
  display:flex;
  align-items: center;
  justify-content: center;
  font-weight:700;
  font-size:0.825rem;
  line-height:1.4;
  width:100%;
  height:72px;
  box-sizing: border-box;
}

.ex-direction ul li:nth-child(1) .direction-con span.result {
  background-color:#e7f5f3;
  border:1px solid #89cec3;
  color:#149d88;
}

.ex-direction ul li:nth-child(2) .direction-con span.result {
  background-color:#e8f3f7;
  border:1px solid #8fc4d8;
  color:#1f89b1;
}

.ex-direction ul li:nth-child(3) .direction-con span.result {
  background-color:#ededf6;
  border:1px solid #a8a5d5;
  color:#514cab;
}

.ex-direction ul li:nth-child(4) .direction-con span.result {
  background-color:#fcf4ec;
  border:1px solid #f2c7a0;
  color:#e58f42;
}

/*실행방향 - 개발과 보존의 균형회복*/ 
.ex-direction2 {
  margin-top:15px;
}

.ex-direction2 ul {
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}

.ex-direction2 ul li {
  position:relative;
  width:144.5px;
  height:144.5px;
  border-radius:50%;
  display:flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border:1px solid #149d88;
  margin-right:14.75px;
  background-color:#ffffff;
}

.ex-direction2 ul li::after {
  content:"";
  display:block;
  width:55px;
  height:1px;
  background-color:#149d88;
  position:absolute;
  transform: rotate(65deg);
  right:-36px;
  z-index:-1;
}

.ex-direction2 ul li:nth-child(2n){
  border:1px solid #514cab;
}

.ex-direction2 ul li:nth-child(2n)::after {
  background-color:#514cab
}

.ex-direction2 ul li:last-child::after {
  display:none;
}

.ex-direction2 ul li:last-child{
  margin-right:0;
}

.ex-direction2 ul li span {
  font-size:1rem;
  text-align: center;
  font-weight:700;
  color:#222222;
}

.ex-direction2 .arrow {
  text-align: center;
  position:relative;
  margin-top:-80px;
}

.ex-direction2 .arrow img {
  max-width:100%;
}

.ex-direction2 .result {
  display:flex;
  align-items: center;
  justify-content: center;
  width:600px;
  height:54px;
  border:1px solid #d7d7d7;
  border-radius:27px;
  margin:0 auto;
  box-sizing: border-box;
}

.ex-direction2 .result {
  margin-top:15px;
}

.ex-direction2 .result p {
  font-size:1rem;
  font-weight:500;
  color:#222222;
}

.ex-direction2 .result p em {
  font-style:normal;
  font-size:1rem;
  font-weight:700;
  color:#149d88;
}

.system-step {
  width:100%;
  margin-top:25px;
}

.system-step ul {
  display:flex;
  align-items: center;
  width:100%;
}

.system-step ul li {
  position:relative;
}

/* .system-step > ul > li::after {
  content:"";
  display:block;
  text-align: center;
  font-weight:500;
  padding-top:6px;
  width:94px;
  height:41px;
  background-image:url(../images/plan2023_step_bubble.png);
  background-repeat:no-repeat;
  position:absolute;
  right:-44px;
  top:-15px;
  color:#222222;
} */

.system-step > ul > li:last-child::after {
  display:none;
}

.system-step ul li .step-tit {
  text-align: center;
  font-size:0.825rem;
  font-weight:700;
  margin-bottom:15px;
}

.system-step ul li .line {
  position:relative;
  display:flex;
  align-items: center;
  width:100%;
  height:28px;
  box-sizing: border-box;
}

.system-step ul li .line::after {
  content:"";
  display:block;
  width:11px;
  height:11px;
  background-color:#ffffff;
  position:absolute;
  right:-5.5px;
  z-index:1;
  border-radius:50%;
}

.system-step ul li:last-child .line::after {
  display:none;
}

.system-step ul li .line span {
  width:100%;
  height:1px;
  background-image:url(../images/pr_strategy_line.png)
}

.system-step ul li .step-con {
  padding:15px;
  box-sizing: border-box;
  width:100%;
}

.system-step ul li .step-con ul {
  display:flex;
  width:100%;
}

.system-step ul li .step-con ul li {
  margin-right:10px;
  width:calc((100% - 10px) / 2);
  text-align: center;
}
.system-step ul li .step-con ul li:last-child{
  margin-right:0;
}

.system-step ul li .step-con ul li .step-des {
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:135px;
  border:1px solid #d7d7d7;
  box-sizing: border-box;
  text-align: center;
}

.system-step ul li .step-con ul li .step-des span {
  color:#222222;
  font-weight:500;
  font-size:0.825rem;
}

.system-step ul li .step-con ul li .step-des span em {
  font-style:normal;
  font-weight:700;
}

.system-step ul li .step-con ul li .step-result {
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100px;
  font-weight:500;
  color:#ffffff;
  font-size:0.825rem;
}

.system-step ul li.preliminary {
  width:calc((100% / 7) * 2);
}

.system-step ul li.preliminary .step-tit {
  color:#149d88;
}

.system-step ul li.preliminary .line {
  background-color:#e7f5f3;
  padding-left:15px;
  box-sizing: border-box;
}

.system-step ul li.preliminary .line::after {
  border:1px solid #149d88;
}

.system-step ul li.preliminary .step-con ul li .step-result  {
  background-color:#149d88;
}

/* .system-step > ul > li.preliminary::after {
  content:"선정";
} */

.system-step ul li.planning {
  width:calc((100% / 7) * 2);
}

/* .system-step > ul > li.planning::after {
  content:"결정고시";
} */

.system-step ul li.planning .step-tit {
  color:#e58f42;
}

.system-step ul li.planning .line {
  background-color:#f9f0e8;
}

.system-step ul li.planning .line::after {
  border:1px solid #514cab;
}

.system-step ul li.planning .step-con ul li .step-des span em {
  color:#e58f42;
}

.system-step ul li.planning .step-con ul li .step-result  {
  background-color:#e58f42;
}

.system-step ul li.execution {
  width:calc((100% / 7) * 2);
}

/* .system-step > ul > li.execution::after {
  content:"마중물 종료";
} */

.system-step ul li.execution .step-tit {
  color:#514cab;
}

.system-step ul li.execution .line {
  background-color:#ededf6;
}

.system-step ul li.execution .line::after {
  border:1px solid #cc4e6f;
}


.system-step ul li.execution .step-con ul li .step-des span em {
  color:#514cab;
}

.system-step ul li.execution .step-con ul li .step-result  {
  background-color:#514cab;
}

.system-step ul li.after {
  width:calc(100% / 7);
}

.system-step ul li.after .step-tit {
  color:#cc4e6f;
}

.system-step ul li.after .line {
  background-color:#f9eff7;
  padding-right:15px;
}

.system-step ul li.after .step-con ul li {
  width:100%;
}

.system-step ul li.after .step-con ul li .step-result {
  background-color:#cc4e6f;
}









/*공통*/
h5{
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}

h5::before{
  display: block;
  content: "";
  width: 3px;
  height: 16px;
  background-color: #149d88;
  margin-right: 10px;
  margin-top: 4px;
}

.refer{
  margin-top: 10px;
  text-align: right;
  color: #555;
  font-size: 1rem;
}

.imgwrap.line{
  border: 1px solid #ddd;
}

.table table{
  width: 100%;
  border-top: 1px solid #000;
  table-layout: fixed;
}

.table table tr th, .table table tr td{
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #d7e0df;
  text-align: center;
  line-height: 1.5;
}

.table table tr th:last-of-type, .table table tr td:last-of-type{
  border-right: 0;
}

.table table tr th.br-r, .table table tr td.br-r{
  border-right: 1px solid #d7e0df;
}

.table table tr th{
  font-weight: 600;
  background-color: #f9fafa;
}

.table table thead tr th{
  border-top: 1px solid #d7e0df;
}

.table table thead tr:first-of-type th{
  border-top: 0;
}

.table table tbody tr th{
  border-bottom: 1px solid #d7e0df;
}

.table table tbody tr td{
  border-bottom: 1px solid #d7e0df;
}

.table table tbody tr td li{
  display: flex;
  text-align: left;
  line-height: 1.5;
}

.table table tbody tr td ul li::before{
  display: block;
  content: "·";
  margin-right: 5px;
}

.table table tbody tr td li b {
  line-height:1.5;
}

.table table tbody tr td.t-left{
  text-align: left;
}

.table table tbody tr td p{
  line-height: 1.5;
}

.table table tbody tr td ol li span{
  line-height: 1.5;
}

.table table tbody tr td ol li em{
  margin-right: 5px;
}


/*새소식 - 공지사항*/
  
  /*게시판*/
.searchbox{
  padding: 15px;
  background: #f5f7f7;
}

.searchbox .search-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.searchbox .search-wrap select{
  padding: 0 15px;
  width: 140px;
  height: 100%;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  font-size: 1rem;
  appearance:none;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.searchbox .search-wrap .search-write{
  display: flex;
  align-items: center;
  height: 100%;
  width: 340px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.searchbox .search-wrap .search-write input{
  padding: 0 15px;
  vertical-align: text-bottom;
  width: calc(100% - 50px);
  height: 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 1rem;
}

.searchbox .search-wrap .search-write button{
  width: 50px;
  height: 100%;
  padding: 0 25px;
  vertical-align: text-bottom;
  border: 0;
  background-image: url(../images/write_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  text-indent: -9999999px;
  cursor: pointer;
}

.board{
  margin-top: 25px;
}

.board table{
  width: 100%;
  border-top: 1px solid #000;
  table-layout: fixed;
}

.board table tr th, .board table tr td{
  text-align: center;
  padding: 15px 10px;
  vertical-align: middle;
}

.board table thead tr{
  background: #f9fafa;
}

.board table thead tr th{
  font-weight: 600;
}

.board table tbody tr{
  border-bottom: 1px solid #d7e0df;
}

.board table tbody tr td.subj .subj-wrap{
  text-align: left;
}

.board table tbody tr td.file span{
  display: block;
  text-indent: -999999px;
  background-image: url(../images/board_file.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.board-total{
  text-align: right;
  margin: 15px 0;
}

.board-total span.total{
  font-weight: 600;
  color: #149d88;
}

.paginate{
  display: flex;
  justify-content: center;
}

.paginate a{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
}

.paginate a.active{
  background-color: #000;
  color: #fff;
}

.paginate .page-control{
  text-indent: -999999px;
  border: 1px solid #d7d7d7;
  background-repeat: no-repeat;
  background-position: center;
}

.paginate .page-control.first{
  background-image: url(../images/page-control-first.png);
  margin-right: 5px;
}

.paginate .page-control.prev{
  background-image: url(../images/page-control-prev.png);
  margin-right: 5px;
}

.paginate .page-control.next{
  background-image: url(../images/page-control-next.png);
  margin-left: 5px;
}

.paginate .page-control.last{
  background-image: url(../images/page-control-last.png);
  margin-left: 5px;
}

  /*상세*/
.notice.view .subject{
  border-top: 1px solid #000;
  border-bottom: 1px solid #d7e0df;
}

.notice.view .subject > p{
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #f9fafa;
  padding: 20px 30px;
}

.notice.view .subject .category ul{
  padding: 20px 30px;
  display: flex;
}

.notice.view .subject .category ul li{
  display: flex;
}

.notice.view .subject .category ul li::after{
  display: block;
  content: "·";
  margin: 0 10px;
}

.notice.view .subject .category ul li:last-of-type:after{
  display: none;
}

.notice.view .subject .category ul li span b{
  margin-right: 10px;
}

.notice.view .view-con{
  padding: 40px 30px;
}

.notice.view .view-con pre{
  line-height: 1.7;
  font-size: 1.125rem;
  white-space: pre-wrap;
}

.file-element{
  background: #f5f7f7;
  padding: 15px 30px;
}

.file-element ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.file-element ul li:last-of-type{
  margin-bottom: 0;
}

.file-element ul li > a {
  display:block;
  width:calc(100% - 204px);
  margin-right: 10px;
}

.file-element ul li span.name{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}

.file-element ul li span.name::before{
  display: block;
  content: "";
  width: 16px;
  height: 18px;
  background-image: url(../images/board_file.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.file-element ul li span.name em{
  color: #149d88;
  text-decoration: underline;
  font-weight: 500;
  margin-right: 10px;
  max-width:calc(100% - 145px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.file-element ul li span.name span.volume {
  max-width:75px;
  width:auto;
}

.file-element .btn-wrap{
  min-width: 194px;
}

.btn-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wrap.center{
  justify-content: center;
}

.btn-wrap a{
  margin-right: 5px;
}

.btn-wrap a:last-of-type{
  margin-right: 0 !important;
}

.btn-gline{
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
  background-color: #fff;
}

.btn-gline::before{
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.btn-view::before{
  background-image: url(../images/btn-view.png);
}

.btn-listen::before{
  background-image: url(../images/btn-listen.png);
}

.board-page-wrap{
  margin: 40px 0;
  border-top: 1px solid #d7e0df
}

.board-page-wrap dl{
  display: flex;
  border-bottom: 1px solid #d7e0df;
}

.board-page-wrap dl dt{
  padding: 15px 60px;
  background-color: #f9fafa;
  font-weight: 600;
}

.board-page-wrap dl dd{
  padding: 15px 20px;
}

.btn-list{
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 10px 40px;
}

.btn-list::before{
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
 background-image: url(../images/btn-list.png);
  margin-right: 8px;
}

/*지역균형발전 - 소개*/
.box-gray{
  padding: 25px;
  background-color: #f5f7f7;
}

.box-gray.type2{
  border-radius: 0 0 50px;
}

.box-gray > b{
  display: block;
}

.box-gray p{
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box-gray p:last-of-type{
  margin-bottom: 0;
}

.box-gray p em{
  color: #149d88;
}

.box-gray .flex-wrap .txt {
  margin-left:25px;
  width:100%;
  max-width:calc(100% - 505px)
}

.inbox > p{
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.inbox > p:last-child{
  margin-bottom: 0;
}

.inbox dl.indl dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
  display: flex
}

.inbox dl.indl dt::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #149d88;
  margin-top: 12px;
  margin-right: 8px;
}

.inbox dl.indl dd {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left:14px;
}

.inbox dl.indl dd p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.inbox dl.indl dd:last-of-type {
  margin-bottom: 0;
}

.inbox dl.indl dd ol {
  margin-top:15px;
}

.inbox dl.indl dd ol > li {
  margin-bottom:12px
}

.inbox dl.indl dd ol > li:last-child {
  margin-bottom:0;
}

.inbox dl.indl dd ol >li strong {
  font-size:1.1875rem;
}

.inbox dl.indl dd ol li .bu {
  padding-left:1em;
}

.dev-info .pr-strategy{
  background: none;
  height: auto;
}

.dev-info .pr-strategy .start{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 790px;
  max-width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 auto 30px;
  background-color: #149d88;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}

.dev-info .pr-strategy .start::after{
  display: block;
  content:"";
  border-top: 15px solid #a1d8cf;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 7px);
}

.dev-info .pr-strategy ul{
  position: relative;
  z-index: 1;
}

.dev-info .pr-strategy ul li{
  width: 330px;
  height: 330px;
  margin-right: 60px;
}

.dev-info .pr-strategy ul li:last-of-type{
  margin-right: 0;
}

.dev-info .pr-strategy ul li::before{
  width: 280px;
  height: 280px;
}

.dev-info .pr-strategy ul li::after{
  width: 16px;
  height: 16px;
  right: -38px;
  background-image: url(../images/pr_strategy_plus.png);
}

.dev-info .pr-strategy .arrow{
  text-align: center;
  position: relative;
  margin-top: -100px;
}

.dev-info .pr-strategy .arrow p{
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.5;
}

.dev-info .pr-strategy .result{
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 860px;
  padding: 20px 0;
  background-color: #f5f5f5;
  border-radius: 50px;
  margin: 20px auto 0;
  box-sizing: border-box;
}

.dev-info .pr-strategy .result p{
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
}

.dev-info .pr-strategy .result p em{
  font-size: 1.25rem;
  font-weight: 700;
  color: #149d88;
}

/*지역균형발전-bi*/
.dev-bi p{
  line-height: 1.5;
  font-size: 1.125rem;
  margin-top: 20px;
}

.bi-wrap {
  display: flex;
  justify-content: space-between;
}

.bi-wrap li {
  margin-right:20px;
}

.bi-wrap li:last-child {
  margin-right:0;
}

.bi-wrap li span{
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.bi-wrap.type2{
  flex-wrap: wrap;
}

.bi-wrap.type2 li {
  margin-bottom: 25px;
  width:calc((100% - 41px) / 3);
}

.bi-wrap.type2 li img {
  max-width:100%;
}

.bi-wrap.type2 li:nth-child(3n) {
  margin-right:0;
}

.btn-wrap a.download-btn{
  margin: 0 5px 0 0;
}

/*지역균형발전 - 비전*/
.vision.v1{
  margin-bottom: 15px;
}

.vision.v1 dl{
  display: flex;
}

.vision.v1 dl dt, .vision.v2 .t1 p{
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  padding: 15px 0;
  margin-right: 20px;
  position: relative;
  width: 120px;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  z-index: -2;
}

.vision.v1 dl dt::after, .vision.v2 .t1 p::after{
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 20px;
  height: 1px;
  border-top: 1px dashed #bfbfbf;
}

.vision.v1 dl dd{
  display:flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 140px);
  text-align: center;
}

.vision.v1 dl dd{
  padding: 13px 0;
  background-color: #e7f5f3;
  border: 1px solid #89cec3;
  border-radius: 50px;
}

.vision.v1 dl dd{
  color: #149d88;
  font-weight: 600;
  font-size: 1.375rem;
}

.vision.v2{
  display: flex;
}

.vision.v2 .t1{
  padding: 10px 0;
}

.vision.v2 .t1 p{
  margin-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.vision.v2 .t1 p:nth-of-type(2){
  margin-bottom: 15px;
  height: 76px;
}

.vision.v2 .t1 p:nth-of-type(2)::before, .vision.v2 .t2 ul .t2-1 .t2-1-2 dl dd span::before{
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../images/vision_arrow.png);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
  z-index: -1;
}

.vision.v2 .t1 p:last-of-type{
  margin-bottom: 0;
  height: 246px;
}

.vision.v2 .t2{
  width: calc(100% - 140px);
}

.vision.v2 .t2 > ul{
  display: flex;
  justify-content: space-between;
}

.vision.v2 .t2 ul .t2-1{
  padding: 10px;
  border: 1px dashed #bfbfbf;
  width: calc((100% - 30px) / 4);
  box-sizing: border-box;
  text-align: center;
}

.vision.v2 .t2 ul .t2-1 dl dt{
  text-indent: -99999px;
  width: 0;
  height: 0;
}

.vision.v2 .t2 ul .t2-1 dl dd span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 15px 0;
  box-sizing: border-box;
}

.vision.v2 .t2 ul .t2-1 dl dd ul{
  /* height: 246px; */
}

.vision.v2 .t2 ul .t2-1 dl dd ul li{
  height: calc((100% - 20px) / 3);
  width: 100%;
  margin-bottom: 10px;
}

.vision.v2 .t2 ul .t2-1 dl dd ul li:last-of-type{
  margin-bottom: 0;
}

.vision.v2 .t2 ul .t2-1 dl dd ul li span{
  margin-bottom: 0;
  height: 100%;
}

.vision.v2 .t2 ul .t2-1 .t2-1-1 dl dd span{
  border: 0;
  color: #fff;
}

.vision.v2 .t2 ul .t2-1:nth-of-type(1) .t2-1-1 dl dd span{
  background-color: #149d88;
}

.vision.v2 .t2 ul .t2-1:nth-of-type(2) .t2-1-1 dl dd span{
  background-color: #1f89b1;
}

.vision.v2 .t2 ul .t2-1:nth-of-type(3) .t2-1-1 dl dd span{
  background-color: #514cab;
}

.vision.v2 .t2 ul .t2-1:nth-of-type(4) .t2-1-1 dl dd span{
  background-color: #e58f42;
}

.vision.v2 .t2 ul .t2-1 .t2-1-2 dl dd span{
  background-color: #f8f8f8;
  position: relative;
  margin-bottom: 15px;
  height: 76px;
  z-index: -2;
}

/*지역균형발전 - 도시재생활성화사업*/
.dev-recycling .box-gray{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.dev-recycling .flex-wrap{
  display: flex;
  align-items: center;
  max-width: 840px;
}

.dev-recycling .box-gray .flex-wrap .txt{
  margin-left: 25px;
  max-width:calc(100% - 205px)
}

.dev-recycling .box-gray .flex-wrap .txt b{
  font-size: 1.375rem;
}

a.btn-go{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: -999999px;
  background-color: #149d88;
  background-image: url(../images/btn_go_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

.sub-tab{
  margin-bottom: 40px;
}

.sub-tab ul{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  width:100%;
}

.sub-tab ul li{
  width:calc(100% / 2);
}

.sub-tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-right:0;
  border-top:0;
  box-sizing: border-box;
}

.sub-tab ul li:nth-child(-n+2) a {
  border-top:1px solid #d9d9d9;
}

.sub-tab ul li:nth-child(2n) a {
  border-right:1px solid #d9d9d9;
}

.sub-tab ul li:last-child a {
  border-right:1px solid #d9d9d9;
}

.sub-tab ul li.active a{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.sub-tab ul li a:hover{
  background-color: #000;
  color: #fff;
}

.list-wrap{
  border-top: 1px solid #000;
}

.list-wrap ul li{
  border-bottom: 1px solid #d9d9d9; 
}

.list-wrap ul li a::after{
  display: block;
  content: "";
  width: 17px;
  height: 12px;
  background-image: url(../images/raw_list_arrow.png);
  background-repeat: no-repeat;
  margin: 0 20px;
}

.list-wrap ul li a:hover::after{
  background-image: url(../images/raw_list_arrow_hover.png);
}

.list-wrap ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.list-wrap ul li:hover a{
  color: #149d88;
}

.list-wrap ul li a img {
  margin-left:4px;
}

.list-wrap ul li a .item {
  display:flex;
  align-items: center;
  width:calc(100% - 57px);
}

.list-wrap ul li a .item span {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  width:auto;
  max-width:calc(100% - 105px);
}

.list-wrap ul li a .item::before {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #f5f5f5;
  background-image: url(../images/ico_raw_list.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}


/*지역균형발전 - 교통허브개발*/
.dev-case > .flex-wrap{
  margin-bottom: 30px;
}

.dev-case .flex-wrap .imgwrap{
  margin-left: 20px;
}

.dev-case .flex-wrap .imgwrap:first-of-type{
  margin-left: 0;
}

.dev-case .table{
  margin-top: 20px;
}

.dev-case .table table tbody tr td{
  text-align: left;
}

.dev-case .box-gray .flex-wrap .imgwrap{
  width: 480px;
}

.dev-case .box-gray .flex-wrap .imgwrap img {
  vertical-align: top;
}

.dev-case .box-gray .flex-wrap .txt b{
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.dev-case .box-gray .flex-wrap .txt b::before{
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #149d88;
  margin-right: 10px;
}

.dev-case .box-gray .flex-wrap .txt ul li{
  position: relative;
  padding-left: 8px;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #555;
}

.dev-case .box-gray .flex-wrap .txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #555555; 
}

.dev-case .box-gray.type2{
  position: relative;
  overflow: hidden;
}

.dev-case .box-gray.type2::after{
  display: block;
  content: "";
  width: 187px;
  height: 170px;
  background-image: url(../images/case_tit_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.dev-case .box-gray.type2 b{
  font-size: 1.5rem;
  color: #149d88;
  margin-bottom: 5px;
}

.dev-case .box-gray.type1{
  margin-top: 30px;
}

.dev-case .bu ul li p strong{
  font-weight: 600;
  color: #000;
  margin-right: 10px;
}

.num > ol > li > p{
  color: #555555;
  font-size: 1.125rem;
  padding-left: 8px;
  line-height: 1.5;
}

/*도심권*/
.city-namsan .flex-wrap{
  align-items: initial;
}

.city-namsan .nam-list{
  width: calc(100% / 3);
  position: relative;
  text-align: center;
  padding: 15px 0 70px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.city-namsan .nam-list:nth-of-type(1){
  background-image: url(../images/nam_li_arrow1.png);
}
.city-namsan .nam-list:nth-of-type(2){
  background-image: url(../images/nam_li_arrow2.png);
}
.city-namsan .nam-list:nth-of-type(3){
  background-image: url(../images/nam_li_arrow3.png);
}

.city-namsan .nam-list::before{
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  border-right: 1px dashed #dedede;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.city-namsan .nam-list:nth-of-type(1)::before{
  border-left: 1px dashed #dedede;
}

.city-namsan .nam-list b{
  display: block;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.city-namsan .nam-list b::before{
  display: block;
  content: "";
  width: 124px;
  height: 124px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 15px;
}

.city-namsan .nam-list:nth-of-type(1) b::before{
  background-color: #149d88;
  background-image: url(../images/nam_li_ico1.png);
}

.city-namsan .nam-list:nth-of-type(2) b::before{
  background-color: #1f89b1;
  background-image: url(../images/nam_li_ico2.png);
}

.city-namsan .nam-list:nth-of-type(3) b::before{
  background-color: #514cab;
  background-image: url(../images/nam_li_ico3.png);
}

.city-namsan .nam-list ul{
  display: inline-block;
}

.city-namsan .nam-list ul li{
  display: flex;
  font-size: 0.9125rem;
  line-height: 1.6;
}

.city-namsan .nam-list ul li::before{
  display: block;
  content: "·";
  margin-right: 5px;
}

.city-namsan .result{
  margin-top: 15px;
  text-align: center;
  background-color: #e7f5f3;
  border: 1px dashed #89cec3;
  padding: 15px;
  border-radius: 50px;
}

.city-namsan .result p{
  font-size: 1.375rem;
}

.city-namsan .result p span{
  font-size: 1.375rem;
  color: #149d88;
  font-weight: 600;
}

.city-namsan > p{
  font-size: 1.125rem;
  line-height: 1.5 ;
}

.nam-video{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin: 30px 0;
}

.nam-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nam-video-caption p{
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 600;
}

.nam-video-caption p::after{
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/video_caption_arrow.png);
  margin-left: 10px;
}

.nam-video-caption .caption-wrap{
  width: 100%;
  padding: 30px;
  border: 1px solid #d9d9d9;
  overflow: auto;
  height: 260px;
  box-sizing: border-box;
  margin-top: 10px;
}

.nam-video-caption .caption-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #e5e5e5;
}
.nam-video-caption .caption-wrap::-webkit-scrollbar-thumb {
  background: #149d88;
  border-radius: 8px;
}

.nam-video-caption .caption-wrap pre{
  line-height: 1.5;
  white-space: pre-wrap;
  font-size: 1.125rem;
}

.city-bs dl dd .imgwrap img {
  width:100%;
}

/*동남권*/
.dongnam-yd .txt{
  padding-left: 50px;
}

.dongnam-yd .txt > p{
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.dongnam-yd .txt > p em{
  color: #149d88;
  font-size: 1.75rem;
  font-weight: 600;
}

.dongnam-yd .txt .txt-con span{
  display: block;
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.dongnam-yd .txt .txt-con span:first-of-type{
  margin-top: 0;
}

.dongnam-yd .inbox > b{
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 25px;
}

.dongnam-yd .inbox > .imgwrap{
  text-align: center;
}

.dongnam-yd .pr-strategy{
  background: none;
  height: auto;
  text-align: center;
}

.dongnam-yd .pr-strategy .start{
  margin-bottom: 25px;
}

.dongnam-yd .pr-strategy .start p{
  width: 500px;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 auto 10px;
  background-color: #149d88;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.dongnam-yd .pr-strategy .start span{
  font-size: 1.125rem;
}

.dongnam-yd .pr-strategy .strategy-wrap{
  display: inline-block;
  padding: 15px;
  border-radius: 300px;
  border: 1px dashed #b3b3b3;
}

.dongnam-yd .pr-strategy ul li{
  width: 220px;
  height: 220px;
  margin-right: 40px;
}

.dongnam-yd .pr-strategy ul li:last-of-type {
  margin-right: 0;
}

.dongnam-yd .pr-strategy ul li::before{
  width: 190px;
  height: 190px;
}

.dongnam-yd .pr-strategy ul li::after{
  width: 16px;
  height: 16px;
  right: -28px;
  background-image: url(../images/pr_strategy_plus.png);
}

.dongnam-yd .pr-strategy ul li .strategy-con p{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.3;
}

.dongnam-yd .flex-wrap.col2-img {
  justify-content: center;
}

.dongnam-yd .flex-wrap.col2-img .imgwrap {
  max-width:calc((100% - 15px) / 2);
  margin-right:15px;
}

.dongnam-yd .flex-wrap.col2-img .imgwrap:last-of-type {
  margin-right:0;
}

.yd-spce ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.yd-spce ul::before{
  display: block;
  content: "";
  height: calc(50% + 15px);
  width: 620px;
  position: absolute;
  border: 1px dashed #b3b3b3;
  top: calc(50% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.yd-spce ul li{
  display: flex;
  align-items: center;
  text-align: center;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-right: 30px;
  position: relative;
  background-color: #fff;
}

.yd-spce ul li:nth-of-type(1), .yd-spce ul li:nth-of-type(6){
  border: 1px solid #149d88;
}

.yd-spce ul li:nth-of-type(2), .yd-spce ul li:nth-of-type(5){
  border: 1px solid #1f89b1;
}

.yd-spce ul li:nth-of-type(3), .yd-spce ul li:nth-of-type(4){
  border: 1px solid #514cab;
}

.yd-spce ul li:nth-of-type(3n){
  margin-right: 0;
}

.yd-spce ul li dl dt{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}

.yd-spce ul li:nth-of-type(1) dl dt, .yd-spce ul li:nth-of-type(6) dl dt{
  color: #149d88;
}

.yd-spce ul li:nth-of-type(2) dl dt, .yd-spce ul li:nth-of-type(5) dl dt{
  color: #1f89b1;
}

.yd-spce ul li:nth-of-type(3) dl dt, .yd-spce ul li:nth-of-type(4) dl dt{
  color: #514cab;
}

.yd-spce ul li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
}

.img-view .imgwrap{
  width:100%;
  height: 0;
  padding-top:calc(530 / 1100 * 100%);
  border-radius: 0 0 75px;
  position: relative;
  overflow: hidden;
}

.img-view .imgwrap img{
  width: 100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

.img-view .big-img{
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.img-view .big-img a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: rgba(20, 157, 136, .8);
  color: #fff;
  font-weight: 600;
}

.img-view .big-img a::before{
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../images/ico_big_img.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

.dongnam-js .txt{
  align-items: start;
}

.dongnam-js .txt p{
  font-size: 1.75rem;
  line-height: 1.5;
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
}

.dongnam-js .txt p b{
  font-size: 1.75rem;
}

.dongnam-js .txt p b em{
  color: #149d88;
}

.dongnam-js .txt-con{
  width: 60%;
}

.dongnam-js .txt-con span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.dongnam-js .txt-con span:last-of-type{
  margin-bottom: 0;
}

.dongnam-js .flex-wrap{
  justify-content: space-between;
}

.dongnam-js .flex-wrap .imgwrap{
  width: calc((100% - 20px) / 2);
}

.dongnam-js .flex-wrap .imgwrap span{
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
}

.roadmap .rm-head{
  border-top: 1px solid #000;
}

.roadmap .rm-head ul{
  display: flex;
}

.roadmap .rm-head ul li{
  background-color: #f0f3f3;
  border-right: 1px solid #fff;
  padding: 10px 0;
  font-weight: 600;
  width: calc(100% / 10);
  text-align: center;
}

.roadmap .rm-head ul li:last-of-type{
  border-right: 0;
}

.roadmap .rm-body{
  display: flex;
  position: relative;
}

.roadmap .rm-body .b-wrap{
  display: flex;
  width: calc(100% / 10);
}

.roadmap .rm-body .b-wrap div{
  border-right: 1px dashed #d7e0df;
  border-bottom: 1px dashed #d7e0df;
  width: calc(100% / 4);
  height: 90px;
}

.roadmap .rm-body .b-wrap.b-w div{
  background-color: #fff;
}

.roadmap .rm-body .b-wrap.b-g div{
  background-color: #f8f8f8;
}

.roadmap .rm-body .b-wrap.b-g:last-of-type div:last-of-type{
  border-right: 0;
}

.body-con{
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-con p{
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 10px;
}

.body-con.t1{
  width: 7.5%;
  background-image: url(../images/roadmap_arrow1.png);
  left: 0;
}

.body-con.t1 p{
  color: #149d88;
}

.body-con.t2{
  width: 7.5%;
  background-image: url(../images/roadmap_arrow2.png);
  left: 7.5%;
}

.body-con.t2 p{
  color: #514cab;
}

.body-con.t3{
  width: 15%;
  background-image: url(../images/roadmap_arrow3.png);
  left: 15%;
}

.body-con.t3 p{
  color: #cc4e6f;
}

.body-con.t4{
  width: 25%;
  background-image: url(../images/roadmap_arrow4.png);
  left: 30%;
}

.body-con.t4 p{
  color: #1f89b1;
}

.body-con.t5{
  width: 45%;
  background-image: url(../images/roadmap_arrow5.png);
  right: 0;
}

.body-con.t5 p{
  color: #e58f42;
}

.body-con.t6{
  width: 15%;
  background-image: url(../images/roadmap_arrow6.png);
  left: 20%;
}

.body-con.t6 p{
  color: #514cab;
}

.body-con span{
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999999px;
}

.propel > ul{
  display: flex;
  justify-content: space-between;
}

.propel > ul > li{
  width: calc((100% - 20px) / 3);
  border: 1px dashed #bfbfbf;
  padding: 10px;
  box-sizing: border-box;
}

.propel > ul > li > p{
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 10px;
}

.propel > ul > li:nth-of-type(1) > p{
  background-color: #149d88;
}

.propel > ul > li:nth-of-type(2) > p{
  background-color: #1f89b1;
}

.propel > ul > li:nth-of-type(3) > p{
  background-color: #514cab;
}

.propel-box{
  margin-bottom: 20px;
}

.p-box-con{
  padding: 10px;
  border-top: 1px solid #d9d9d9;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.propel > ul > li:nth-of-type(1) .propel-box .p-box-con, .propel > ul > li:nth-of-type(2) .propel-box .p-box-con{
  background-color: #f8f8f8;
}

.p-box-con dl dt{
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.p-box-con dl dd{
  margin-top: 5px;
}

.p-box-con dl dd ul li{
  display: flex;
  line-height: 1.5;
}

.p-box-con dl dd ul li::before{
  display: block;
  content: "·";
  margin-right: 5px;
}

.p-box-con > p{
  text-align: center;
  font-size: 1.125rem;
}

.propel-box.t1{
  min-height: 172px;
}

.propel-box.t2{
  min-height: 213px;
}

.propel-box.t3{
  min-height: 418px;
  margin-bottom: 40px;
}

.propel-box.t4{
  min-height: 75px;
  margin-bottom: 40px;
}

.propel-box.t5{
  min-height: 118px;
  margin-bottom: 40px;
}

.propel-box.t6{
  min-height: 397px;
  margin-bottom: 40px;
}

.propel-box.t7{
  margin-bottom: 40px;
}

.propel-box.t8{
  min-height: 66px;
  margin-bottom: 0;
}

.propel > ul > li:nth-of-type(1) .propel-box.t3{
  position: relative;
}

.propel > ul > li:nth-of-type(1) .propel-box.t3::before{
  display: block;
  content: "No";
  color: #cc4e6f;
  font-weight: 500;
  background-color: #f7e5ea;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  font-size: 1rem;
}

.propel > ul > li:nth-of-type(1) .propel-box.t3::after{
  display: block;
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  border-top: 1px dashed #a5a5a5;
  position: absolute;
  bottom: -21px;
  z-index: -1;
  left: calc(50% + 1px);
}

.propel > ul > li:nth-of-type(1) .propel-box.t3 .p-box-con::after{
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  border-right: 1px dashed #a5a5a5;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
}

.propel > ul > li:nth-of-type(1) .propel-box.t6, .propel > ul > li:nth-of-type(1) .propel-box.t7{
  position: relative;
}

.propel > ul > li:nth-of-type(1) .propel-box.t6 .p-box-con{
  width: 100%;
  position: absolute;
  bottom: -42px;
}

.propel > ul > li:nth-of-type(1) .propel-box.t7 .p-box-con{
  width: 100%;
  position: absolute;
  bottom: -84px;
}

.propel > ul > li:nth-of-type(1) .propel-box.t6 .p-box-con::after, .propel > ul > li:nth-of-type(1) .propel-box.t7 .p-box-con::after{
  display: block;
  content: "";
  width: calc(50% + 34px);
  height: 1px;
  border-top: 1px dashed #a5a5a5;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 100%;
}

.propel > ul > li:nth-of-type(2) .propel-box{
  position: relative;
}

.propel > ul > li:nth-of-type(2) .propel-box::after{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-right: 1px dashed #a5a5a5;
  position: absolute;
  left: 50%;
  bottom: -21px;
  box-sizing: border-box;
}

.propel > ul > li:nth-of-type(2) .propel-box.t8::after{
  display: none;
}

.propel > ul > li:nth-of-type(2) .propel-box.t1{
  height: 172px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t2{
  height: 213px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t3{
  height: 418px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t4{
  height: 75px;
  position: relative;
}

.propel > ul > li:nth-of-type(2) .propel-box.t6{
  min-height: 397px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t3::after, .propel > ul > li:nth-of-type(2) .propel-box.t6::after {
  height: 40px;
  bottom: -41px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t4::before{
  display: block;
  content: "Yes";
  color: #1f89b1;
  font-weight: 500;
  background-color: #deedf3;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  position: absolute;
  top: -35px;
  left: calc(50% + 10px);
  font-size: 1rem;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5::after{
  bottom: -40px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap::before{
  display: block;
  content: "";
  width: calc(50% + 5px);
  height: 1px;
  border-top: 1px dashed #a5a5a5;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap::after{
  display: block;
  content: "";
  width: calc(50% + 5px);
  height: 1px;
  border-top: 1px dashed #a5a5a5;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap .p-box-con{
  position: relative;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap .p-box-con::before{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-right: 1px dashed #a5a5a5;
  position: absolute;
  left: 50%;
  top: -21px;
  box-sizing: border-box;
  z-index: -1;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap > .p-box-con{
  width: calc((100% - 10px) / 2);
  box-sizing: border-box;
  min-height: 118px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap > .p-box-con::after{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-right: 1px dashed #a5a5a5;
  position: absolute;
  left: 50%;
  bottom: -21px;
  box-sizing: border-box;
  z-index: -1;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap > .p-box-con p::before{
  display: block;
  content: "No Suggestion";
  color: #cc4e6f;
  font-weight: 500;
  background-color: #f7e5ea;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 1rem;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap2{
  width: calc((100% - 10px) / 2);
  position: relative;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap2::before{
  display: block;
  content: "Have Suggestion";
  color: #1f89b1;
  font-weight: 500;
  background-color: #deedf3;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 1rem;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap2::after{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-right: 1px dashed #a5a5a5;
  position: absolute;
  left: 50%;
  bottom: -20px;
  box-sizing: border-box;
  z-index: -1;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap2 .p-box-con{
  height: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.propel > ul > li:nth-of-type(2) .propel-box.t5 .p-box-con-wrap2 .p-box-con:last-of-type{
  margin-bottom: 0;
}

.propel > ul > li:nth-of-type(2) .propel-box .p-box-con{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.propel > ul > li:nth-of-type(3) .propel-box.t4{
  position: relative;
}

.propel > ul > li:nth-of-type(3) .propel-box.t5{
  height: 118px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t6{
  height: 397px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t8{
  height: 66px;
}

.propel > ul > li:nth-of-type(2) .propel-box.t8::after{
  display: none;
}

.propel > ul > li:nth-of-type(2) .propel-box.t3::after, .propel > ul > li:nth-of-type(2) .propel-box.t6::after, .propel > ul > li:nth-of-type(2) .propel-box.t7::after {
  height: 40px;
  bottom: -41px;
}

.propel > ul > li:nth-of-type(3) .propel-box .p-box-con{
  border-top: 0;
}

.propel > ul > li:nth-of-type(3) .propel-box .p-box-con:first-of-type{
  border-top: 1px solid #d9d9d9;
}

.propel > ul > li:nth-of-type(3) .propel-box.t5{
  border: 0;
}

.dongnam-river .river-li ul{
  display: flex;
  justify-content: space-between;
}

.dongnam-river .river-li ul li{
  border: 1px solid #d9d9d9;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  text-align: center;
  width: calc((100% - 60px) / 3);
}

.dongnam-river .river-li ul li dl{
  padding: 15px;
}

.dongnam-river .river-li ul li dl dt{
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.dongnam-river .river-li ul li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
}

.dongnam-river .content-tab ul {
  display:flex;
  align-items: center;
  border-bottom:1px solid #cccccc;
}

.dongnam-river .content-tab ul li {
  padding:0 2px;
}

.dongnam-river .content-tab ul li:first-child {
  margin-left:8px;
}

.dongnam-river .content-tab ul li a {
  position:relative;
  z-index:1;
  display:flex;
  justify-content: center;
  font-size:1.125rem;
  margin-bottom:-1px;
  padding:10px 18px;
  letter-spacing: -0.05em;
  border-radius:4px 4px 0 0;

}

.dongnam-river .content-tab ul li a.active {
  border:1px solid #cccccc;
  border-bottom:1px solid #ffffff;
  font-weight:600;
  box-sizing: border-box;
  color:#149d88
}

.dongnam-river .content-tab ul li a:hover {
  border:1px solid #cccccc;
  border-bottom:1px solid #ffffff;
  font-weight:600;
  box-sizing: border-box;
  color:#149d88
}

.dongnam-river .tab-contents {
  padding-top:35px;
}

.dongnam-river .tab-contents > ul > li {
  display:none;
}

.dongnam-river .tab-contents > ul li.active {
  display:block;
}

.dongnam-river .tab-contents .center-txt p {
  text-align: center;
  font-size:1.75rem;
  line-height:1.5;
  letter-spacing: -0.05em;
  font-weight:600;
}

.dongnam-river .tab-contents .center-con {
  margin-top:45px;
  border:1px solid #dcdcdc;
  padding:35px 25px;
  border-radius:12px;
}

.dongnam-river .tab-contents .center-con dl dt {
  text-align: center;
  font-size:1.5125rem;
  font-weight:500;
  margin-bottom:35px;
  letter-spacing: -0.05em;
}

.dongnam-river .tab-contents .center-con dl dd ul {
  display:flex;
  align-items: center;
  justify-content: center;
}

.dongnam-river .tab-contents .center-con dl dd ul li {
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  width:180px;
  height:180px;
  text-align: center;
  margin-right:8px;
}

.dongnam-river .tab-contents .center-con dl dd ul li:nth-child(1){
  background-color: #e7f5f3;
  border: 1px solid #89cec3;
  color: #149d88;
}

.dongnam-river .tab-contents .center-con dl dd ul li:nth-child(2){
  background-color: #e8f3f7;
  border: 1px solid #8fc4d8;
  color: #1f89b1;
}

.dongnam-river .tab-contents .center-con dl dd ul li:nth-child(3){
  background-color: #ededf6;
  border: 1px solid #a8a5d5;
  color: #514cab;
}

.dongnam-river .tab-contents .center-con dl dd ul li:nth-child(4){
  background-color: #fcf4ec;
  border: 1px solid #f2c7a0;
  color: #e58f42;

}

.dongnam-river .tab-contents .center-con dl dd ul li:last-child {
  margin-right:0;
}


.dongnam-river .tab-contents .center-con dl dd ul li span {
  font-size:1.125rem;
  line-height:1.25;
}

.dongnam-hd .flex-wrap {
  justify-content: space-between;
}

.dongnam-hd .txt {
  align-items: start;
}


.dongnam-hd .txt p{
  font-size: 1.75rem;
  line-height: 1.5;
  width: 44%;
  padding-right: 20px;
  box-sizing: border-box;
}

.dongnam-hd .txt p b{
  font-size: 1.75rem;
}

.dongnam-hd .txt p b em{
  color: #149d88;
}

.dongnam-hd.vision .txt-con{
  width: 56%;
}

.dongnam-hd .txt-con span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}

.dongnam-hd .flex-wrap{
  justify-content: space-between;
}

.dongnam-hd.overview .txt {
  padding-left: 50px;
}

.dongnam-hd.overview .flex-wrap .imgwrap {
  display:flex;
  align-items: center; 
}

/*동북권*/
.cds-vision .tit{
  background-color: #eef8f7;
  border-radius: 100%;
  padding: 20px;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.cds-vision .tit::after{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: -20px;
  border-right: 1px dashed #ccc;
  box-sizing: border-box;
}

.cds-vision .tit b{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #149d88;
  font-size: 1.25rem;
  background-color: #fff;
  border: 1px dotted #149d88;
  border-radius: 100%;
  text-align: center;
  height: 100%;

}

.cds-vision .vision-con{
  background-color: #46b2a1;
  border-radius: 100px;
  padding: 20px 10px;
  width: 700px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
  box-sizing: border-box;
}

.cds-vision .vision-con::after{
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: -30px;
  border-right: 1px dashed #ccc;
  box-sizing: border-box;
}

.cds-vision .vision-con p{
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.cds-vision .vision-con p b::after{
  display: inline-block;
  content: "";
  width: 2px;
  height: 15px;
  background-color: #74beb1;
  margin: 0 10px;
  box-sizing: border-box;;
}

.cds-vision .vision-list ul{
  display: flex;
  justify-content: center;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.cds-vision .vision-list ul::before{
  display: block;
  content: "";
  height: 1px;
  width: calc(((100% + 20px) / 3) * 2);
  border-top: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.cds-vision .vision-list ul li{
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  position: relative;
}

.cds-vision .vision-list ul li::before{
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  top: -6px;
  left: calc(50% - 6px);
  z-index: 1;
}

.cds-vision .vision-list ul li:nth-of-type(1):before{
  border: 2px solid #149d88;
}

.cds-vision .vision-list ul li:nth-of-type(2):before{
  border: 2px solid #1f89b1;
}

.cds-vision .vision-list ul li:nth-of-type(3):before{
  border: 2px solid #514cab;
}

.cds-vision .vision-list ul li:last-of-type{
  margin-right: 0;
}

.cds-vision .vision-list ul li .v1{
  border: 1px solid #d9d9d9;
  border-radius: 0 30px 0 0;
  padding: 25px 0;
  position: relative;
}

.cds-vision .vision-list ul li .v1::before{
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: -30px;
  border-right: 1px dashed #ccc;
  box-sizing: border-box;

}

.cds-vision .vision-list ul li .v1 dl{
  text-align: center;
}

.cds-vision .vision-list ul li .v1 dl::before{
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  box-sizing: border-box;
}

.cds-vision .vision-list ul li:nth-of-type(1) .v1 dl::before{
  background-color: #e8f3f7;
  background-image: url(../images/cds_vison_ico1.png);
}

.cds-vision .vision-list ul li:nth-of-type(2) .v1 dl::before{
  background-color: #e7f5f3;
  background-image: url(../images/cds_vison_ico2.png);
}

.cds-vision .vision-list ul li:nth-of-type(3) .v1 dl::before{
  background-color: #ededf6;
  background-image: url(../images/cds_vison_ico3.png);
}

.cds-vision .vision-list ul li .v1 dl dt{
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.cds-vision .vision-list ul li .v1 dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
}

.cds-vision .vision-list ul li .v2{
  text-align: center;
}

.cds-vision .vision-list ul li .v2::before{
  display: block;
  content: "";
  height: 30px;
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.cds-vision .vision-list ul li:nth-of-type(1) .v2::before{
  background-image: url(../images/cds_vison_arrow1.png);
}

.cds-vision .vision-list ul li:nth-of-type(2) .v2::before{
  background-image: url(../images/cds_vison_arrow2.png);
}

.cds-vision .vision-list ul li:nth-of-type(3) .v2::before{
  background-image: url(../images/cds_vison_arrow3.png);
}

.cds-vision .vision-list ul li .v2 span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.3;
  padding: 10px;
  border-radius: 100px;
}

.cds-vision .vision-list ul li:nth-of-type(1) .v2 span{
  background-color: #e7f5f3;
  color: #149d88;
}

.cds-vision .vision-list ul li:nth-of-type(2) .v2 span{
  background-color: #e8f3f7;
  color: #1f89b1;
}

.cds-vision .vision-list ul li:nth-of-type(3) .v2 span{
  background-color: #ededf6;
  color: #514cab;
}

.cds-idea-1{
  position: relative;
  min-height: 500px;
}

.cds-idea-1 .imgwrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 42%;
}

.cds-idea-1 .imgwrap img{
  width: 100%;
}

.cds-idea-1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cds-idea-1 ul li{
  width: 50%;
  box-sizing: border-box;
}

.cds-idea-1 ul li:nth-of-type(odd){
  padding: 15px calc(21% + 35px) 15px 0; 
}
.cds-idea-1 ul li:nth-of-type(even){
  padding: 15px 0 15px calc(21% + 35px); 
}

.cds-idea-1 ul li span{
  display: block;
  color: #fff;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: #149d88;
  text-align: center;
}

.cds-idea-1 ul li dl dt{
  font-size: 1.25rem;
}

.cds-idea-1 ul li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
}

.cds-idea-img{
  border: 1px solid #d9d9d9;
  position: relative;
}

.cds-idea-img img{
  width: 100%;
}

.cds-idea-img .listwrap{
  display: inline-block;
  background-color: #505050;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  min-height: calc(100% - 40px);
  box-sizing: border-box;
}

.cds-idea-img .listwrap::before{
  display: block;
  content: "";
  border-top: 8px solid transparent;
  border-right: 12px solid #505050;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: calc(50% - 8px);
  left: -12px;
}

.cds-idea-img ul li{
  color: #fff;
  line-height: 1.5;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.cds-idea-img ul li:last-of-type{
  margin-bottom: 0;
}

.cds-idea-img ul li span{
  display: inline-block;
  background-color: #000;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
}

.cds-idea-2 > ul > li{
  border: 1px dashed #bfbfbf;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  position: relative;
}

.cds-idea-2 > ul > li::after{
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  box-sizing: border-box;
  border-right: 1px dashed #bfbfbf;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.cds-idea-2 > ul > li:last-of-type{
  margin-bottom: 0;
}

.cds-idea-2 > ul > li:last-of-type::after{
  display: none;
}

.cds-idea-2 > ul > li p{
  width: 144px;
  height: 144px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100%;
}

.cds-idea-2 > ul > li:nth-of-type(1) p{
  background-color: #e7f5f3;
}

.cds-idea-2 > ul > li:nth-of-type(2) p{
  background-color: #e8f3f7;
}

.cds-idea-2 > ul > li:nth-of-type(3) p{
  background-color: #ededf6;
}

.cds-idea-2 > ul > li p span{
  font-size: 1rem;
  font-weight: 600;
}

.cds-idea-2 > ul > li p span::before{
  display: block;
  content: "";
  width: 100%;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.cds-idea-2 > ul > li p span{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.cds-idea-2 > ul > li:nth-of-type(1) p span::before{
  background-image: url(../images/cds_idea_ico1.png);
}

.cds-idea-2 > ul > li:nth-of-type(2) p span::before{
  background-image: url(../images/cds_idea_ico2.png);
}

.cds-idea-2 > ul > li:nth-of-type(3) p span::before{
  background-image: url(../images/cds_idea_ico3.png);
}

.cds-idea-2 > ul > li dl{
  padding-left: 24px;
  width: calc(100% - 188px);
}

.cds-idea-2 > ul > li dl dt{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cds-idea-2 > ul > li dl dd{
  line-height: 1.5;
}

.cds-idea-2 > ul > li dl dd ul li{
  display: flex;
  color: #555;
  font-size: 1.125rem;
}

.cds-idea-2 > ul > li dl dd ul li::before{
  display: block;
  content: "·";
  margin-right: 5px;
}

.cds-plan > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cds-plan > ul > li{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.cds-plan > ul > li:last-of-type{
  margin-bottom: 0;
}

.cds-plan > ul > li .imgwrap{
  margin-bottom: 20px;
  border: 1px solid #ddd;
  position: relative;
  padding-top: calc(288 / 535* 100%);
}

.cds-plan > ul > li .imgwrap img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cds-plan > ul > li dl dt{
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.cds-plan > ul > li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
}

.cds-plan > ul > li > .bu{
  margin-top: 10px;
}

.cds-plan > ul > li > .bu ul{
  display: flex;
  flex-wrap: wrap;
}

.cds-plan > ul > li > .bu ul li{
  width: 50%;
}

.dongbook-arena .imgwrap:first-of-type{
  margin-right: 20px;
}

.dongbook-dbc .flex-wrap {
  align-items: center;
}

.dongbook-dbc .flex-wrap .txt {
  margin-right:35px;
  width:calc(100% - 515px);
}

.dongbook-dbc .flex-wrap .imgwrap img {
  display:block;
}

.dongbook-dbc .flex-wrap table td {
  text-align: left;
}

.dongbook-dbc .roadmap ul {
  display:flex;
  align-items: center;
}

.dongbook-dbc .roadmap ul li {
  position:relative;
  margin-right:20px;
}

.dongbook-dbc .roadmap ul.ea6 li {
  width:calc((100% - 100px) / 6);
}

.dongbook-dbc .roadmap ul.ea5 li {
  width:calc((100% - 80px) / 5);
}

.dongbook-dbc .roadmap ul li::after {
  content:"▶";
  color:#666666;
  font-size:0.75rem;
  position:absolute;
  right:-15px;
  top:50%;
  transform: translateY(-50%);
}

.dongbook-dbc .roadmap ul li:last-child::after {
  display:none;
}

.dongbook-dbc .roadmap ul li .date {
  display:flex;
  align-items: center;
  justify-content: center;
  padding:8px 0;
  font-weight:600;
}

.dongbook-dbc .roadmap ul li:nth-child(1) .date {
  background-color:#ff821c;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li:nth-child(2) .date {
  background-color:#1f89b1;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li:nth-child(3) .date {
  background-color:#e58f42;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li:nth-child(4) .date {
  background-color:#e97171;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li:nth-child(5) .date {
  background-color:#4d9765;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li:nth-child(6) .date {
  background-color:#c0a761;
  color:#ffffff;
}

.dongbook-dbc .roadmap ul li .con {
  display:flex;
  align-items: center;
  justify-content: center;
  background-color:#f2f2f2;
  height:100px;
  padding:8px;
  box-sizing: border-box;
  text-align: center;
}

.dongbook-dbc .roadmap ul li .con span {
  display:block;
}

.dongbook-dbc .table.pp tr td:first-child{
  text-align: left;
  font-size:1.125rem;
}

.dongbook-dbc .table.pp tr td {
  font-weight:600;
}

.seoboo-dmc .table tr td{
  border-right: 0;
}

.seoboo-dmc .table tr td ul li{
  margin-bottom: 5px;
}

.seoboo-dmc .table tr td ul li dl dt{
  font-weight: 600;
  line-height: 1.5;
}

.seoboo-dmc .table tr td ul li dl dd{
  color: #555;
  line-height: 1.5;
}

.dmc-review .arrow{
  text-align: center;
}

.dmc-review .flex-wrap{
  justify-content: space-between;
}

.dmc-review .flex-wrap dl{
  text-align: center;
  padding: 20px;
  width: calc((100% - 30px) / 2);
  border-radius: 150px;
  box-sizing: border-box;
}

.dmc-review .flex-wrap dl dt{
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.dmc-review .flex-wrap dl dd{
  line-height: 1.5;
  font-size: 1.125rem;
}

.dmc-review .flex-wrap dl:nth-of-type(1){
  background-color: #e7f5f3;
  border: 1px dotted #89cec3;
}

.dmc-review .flex-wrap dl:nth-of-type(1) dt{
  color: #149d88;
}

.dmc-review .flex-wrap dl:nth-of-type(2){
  background-color: #ededf6;
  border: 1px dotted #a8a5d5;
}

.dmc-review .flex-wrap dl:nth-of-type(2) dt{
  color: #514cab;
}

.dmc-derive .flex-wrap{
  justify-content: space-between;
}

.dmc-derive .derive{
  background-repeat: no-repeat;
  background-position-x: center;
  width: calc((100% - 50px) / 2);
  position: relative;
}

.dmc-derive .derive::after{
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dmc-derive .derive:nth-of-type(1){
  background-image: url(../images/dmc_derive_arrow1.png);
  background-position-y: top;
  padding-top: 50px;
  padding-bottom: 20px;
}

.dmc-derive .derive:nth-of-type(1)::after{
  width: 14px;
  height: 4px;
  right: -32px;
}

.dmc-derive .derive:nth-of-type(2){
  background-image: url(../images/dmc_derive_arrow2.png);
  background-position-y: bottom;
  padding-bottom: 50px;
  padding-top: 20px;;
}

.dmc-derive .derive:nth-of-type(2)::after{
  width: 4px;
  height: 14px;
  left: -27px
}

.dmc-derive .derive p{
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}

.dmc-derive .derive:nth-of-type(1) p{
  color: #149d88;
}

.dmc-derive .derive:nth-of-type(2) p{
  color: #514cab;
}

.dmc-derive .derive ul{
  padding: 5px 0;
}

.dmc-derive .derive ul li{
  padding: 5px 0;
}

.dmc-derive .derive ul li dl {
  border: 1px solid #d9d9d9;
  border-radius: 150px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.dmc-derive .derive ul li dl dt{
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.dmc-derive .derive ul li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
}

.dmc-derive .derive span{
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 15px 10px;
  color: #fff;
  border-radius: 100px;
}

.dmc-derive .derive:nth-of-type(1) span{
  background-color: #149d88;
}

.dmc-derive .derive:nth-of-type(2) span{
  background-color: #514cab;
}

.derive-result{
  border: 1px solid #d9d9d9;
  background-color: #fbfbfb;
  border-radius: 50px;
  margin-top: 15px;
}

.derive-result p{
  font-size: 1.25rem;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
}

.derive-result p em{
  color: #149d88;
}

.airport-overview{
  justify-content: space-between;
}

.airport-overview .overview{
  width: calc((100% - 20px) / 2);
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 150px;
  display: flex;
  align-items: center;
}

.airport-overview .overview::before{
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.airport-overview .overview dl {
  width:calc(100% - 125px);
}

.airport-overview .overview:nth-of-type(1)::before{
  background-color: #e7f5f3;
  background-image: url(../images/airport_ico1.png);
}

.airport-overview .overview:nth-of-type(2)::before{
  background-color: #e8f3f7;
  background-image: url(../images/airport_ico2.png);
}

.airport-overview dl dt{
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}

.airport-overview dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
}

.seoboo-mg .imgwrap.line{
  display: inline-block;
  text-align: center;
}

/*동남권-국제교류복합지구*/
.dongnam-wd .tit-b{
  margin-bottom: 15px;
}

.dongnam-wd .tit-b b{
  font-size: 1.5rem;
  line-height: 1.5;
}

.dongnam-wd em{
  color: #149d88;
}

.dongnam-wd .flex-wrap{
  justify-content: space-between;
}

.dongnam-wd .flex-wrap .imgwrap {
  margin-right:70px;
}

.dongnam-wd .flex-wrap .imgwrap:last-of-type {
  margin-right:0;
}

.dongnam-wd .flex-wrap .imgwrap span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
}

.dongnam-wd .wd-outline1{
  margin-bottom: 20px;
}

.dongnam-wd .wd-outline1 ul{
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
}

.dongnam-wd .wd-outline1 ul li{
  width: 270px;
  height: 270px;
  border-radius: 100%;
  padding: 15px;
  position: relative;
  box-sizing: border-box;

}

.dongnam-wd .wd-outline1 ul li:nth-of-type(1){
  border: 1px dashed #bddce8;
}

.dongnam-wd .wd-outline1 ul li:nth-of-type(2){
  border: 1px dashed #bde3dd;
  margin-left: -50px;
}

.dongnam-wd .wd-outline1 ul li:nth-of-type(3){
  border: 1px dashed #cfcee8;
  margin-left: -50px;
}

.dongnam-wd .wd-outline1 ul li p{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 100%;
  padding: 0 30px;
}

.dongnam-wd .wd-outline1 ul li:nth-of-type(1) p{
  color: #1f89b1;
  background-color: rgba(232, 243, 247, .5);
  border: 1px solid #1f89b1;
}

.dongnam-wd .wd-outline1 ul li:nth-of-type(2) p{
  color: #149d88;
  background-color: rgba(231, 245, 243, .5);
  border: 1px solid #149d88;
}

.dongnam-wd .wd-outline1 ul li:nth-of-type(3) p{
  color: #514cab;
  background-color: rgba(237, 237, 246, .5);
  border: 1px solid #514cab;
}

.p-refer{
  color: #149d88;
  font-size: 1.125rem;
  margin-bottom: 0 !important;
}

.dongnam-wd .wd-outline2{
  margin-bottom: 20px;
}

.dongnam-wd .wd-outline2 ul{
  display: flex;
  justify-content: center;
}

.dongnam-wd .wd-outline2 ul li{
  margin-right: 40px;
  position: relative;
}

.dongnam-wd .wd-outline2 ul li::before{
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}

.dongnam-wd .wd-outline2 ul li::after{
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px
}

.dongnam-wd .wd-outline2 ul li:last-of-type{
  margin-right: 0;
}

.dongnam-wd .wd-outline2 ul li:last-of-type::before, .dongnam-wd .wd-outline2 ul li:last-of-type::after{
  display: none;
}

.dongnam-wd .wd-outline2 ul li p{
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #f5f5f5;
  height: 230px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}

.dongnam-wd .progress{
  display: flex;
  position: relative;
  padding-bottom: 40px;
}

.dongnam-wd .progress:first-of-type{
  min-height: 210px;
}

.dongnam-wd .progress:last-of-type{
  padding-bottom: 0;
}

.dongnam-wd .progress::after{
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 279px;
  z-index: -1;
  top: 15px;
}

.dongnam-wd .progress:last-of-type::after{
  display: none;
}

.dongnam-wd .progress .pr-tit{
  padding-right: 50px;
  width: 280px;
  box-sizing: border-box;
}

.dongnam-wd .progress .pr-tit p{
  font-size: 2.75rem;
  font-weight: 600;
  color: #149d88;
  margin-bottom: 10px;
}

.dongnam-wd .progress .pr-tit span{
  font-size: 1.125rem;
  line-height: 1.5;
}

.dongnam-wd .progress .pr-cont{
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
  display: flex;
  width: calc(100% - 280px);
  box-sizing: border-box;
  justify-content: space-between;
}

.dongnam-wd .progress .pr-cont .imgwrap{
  margin-left: 20px;
}

.dongnam-wd .progress .pr-cont::before{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #149d88;
  border: 5px solid #dcf0ed;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 15px;
}

.dongnam-wd .progress .pr-cont ul li{
  margin-top: 15px;
}

.dongnam-wd .progress:first-of-type .pr-cont ul li{
  margin-top: 5px;
}

.dongnam-wd .progress .pr-cont ul li:first-of-type{
  margin-top: 0;
}

.dongnam-wd .progress:first-of-type .pr-cont ul li dl, .dongnam-wd .progress:last-of-type .pr-cont ul li dl{
  display: flex;
}

.dongnam-wd .progress .pr-cont ul li dt{
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 10px;
  line-height: 1.5;
}

.dongnam-wd .progress .pr-cont ul li dd{
  font-size: 1.125rem;
  line-height: 1.5;
}

.dongnam-wd .progress .pr-cont ul li p b{
  font-size: 1.75rem;
}

.wd-roadmap .rm-head{
  border-top: 1px solid #000;
}

.wd-roadmap .rm-head ul li span{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f3f3;
  border-right: 1px solid #d7e0df;
  text-align: center;
  font-weight: 600;
  height: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}

.wd-roadmap .rm-head .th1, .wd-roadmap .rm-head .th3{
  display: flex;
  
}

.wd-roadmap .rm-head .th1 .th1-1{
  width: 23%;
}

.wd-roadmap .rm-head .th1 .th1-2{
  width: calc(77% / 8 * 4);
}

.wd-roadmap .rm-head .th1 .th1-2 .th3 li{
  width: 25%;
}

.wd-roadmap .rm-head .th1 .th1-3{
  width: calc(77% / 8 * 2);
}

.wd-roadmap .rm-head .th1 .th1-3 .th3 li{
  width: 50%;
}

.wd-roadmap .rm-head .th1 .th1-4{
  width: calc(77% / 8 * 2);
}

.wd-roadmap .rm-head .th1 .th1-4 span{
  border-right: 0;
}

.wd-roadmap .rm-head .th1 .th2 .th2-1 span{
  border-bottom: 1px solid #d7e0df;
}

.wd-roadmap .rm-body .b-wrap{
  display: flex;
  border-bottom: 1px solid #d7e0df;
}

.wd-roadmap .rm-body .b-wrap .rm-tit{
  width: calc(23% - 1px);
  text-align: center;
  box-sizing: border-box;
  min-height: 50px;
}

.wd-roadmap .rm-body .b-wrap .rm-tit p{
  padding: 15px 10px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wd-roadmap .rm-body .rm-con-wrap{
  width: 77%;
  position: relative;
}

.wd-roadmap .rm-body .rm-con-wrap ul{
  display: flex;
  height: 100%;
}

.wd-roadmap .rm-body .rm-con-wrap ul li{
  width: calc(100% / 8);
  background-color: #fff;
  border-left: 1px solid #d7e0df;
  height: 100%;
  box-sizing: border-box;
  min-height: 50px;
}

.wd-roadmap .rm-body .rm-con-wrap ul li:last-of-type{
  width: calc(100% / 8 * 2);
}

.wd-roadmap .rm-body .b-wrap .rm-con-wrap .rm-con{
  padding: 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.wd-roadmap .rm-body .b-wrap .rm-con-wrap .rm-con p{
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

.wd-roadmap .rm-body .b-wrap .rm-con-wrap .rm-con.bl p{
  background-color: #e8f3f7;
}

.wd-roadmap .rm-body .b-wrap .rm-con-wrap .rm-con.pu p{
  background-color: #ededf6;
}

.wd-roadmap .rm-body .b-wrap .rm-con-wrap .rm-con.or p{
  background-color: #fcf4ec;
}

.wd-roadmap .rm-body .b-wrap.wrap1 .rm-con-wrap .rm-con.bl{
  left: 0;
  width: calc(100% / 8 * 3);
}

.wd-roadmap .rm-body .b-wrap.wrap1 .rm-con-wrap .rm-con.pu{
  left: calc(100% / 8 * 3);
  width: calc(100% / 8 * 3 + 30px);
}

.wd-roadmap .rm-body .b-wrap.wrap1 .rm-con-wrap .rm-con.or{
  left: calc(100% / 8 * 6 + 30px);
  width: calc(100% / 8 * 2 - 30px);
}

.wd-roadmap .rm-body .b-wrap.wrap2 .rm-con-wrap .rm-con.bl{
  left: 0;
  width: calc(100% / 8 * 4);
}

.wd-roadmap .rm-body .b-wrap.wrap2 .rm-con-wrap .rm-con.or{
  left: calc(100% / 8 * 4);
  width: calc(100% / 8 * 4);
}

.wd-roadmap .rm-body .b-wrap.wrap3{
  min-height: 95px;
}

.wd-roadmap .rm-body .b-wrap.wrap3 .rm-con-wrap .rm-con.bl{
  top: 5px;
  left: 0;
  width: calc(100% / 8 * 4);
  transform: translateY(0);
}

.wd-roadmap .rm-body .b-wrap.wrap3 .rm-con-wrap .rm-con.or{
  top: 5px;
  left: calc(100% / 8 * 4 + 30px);
  width: calc(100% / 8 * 4 - 30px);
  transform: translateY(0);
}

.wd-roadmap .rm-body .b-wrap.wrap3 .rm-con-wrap .rm-con.pu{
  top: auto;
  left: calc(100% / 8 * 2);
  width: calc(100% / 8 * 2 + 30px);
  transform: translateY(0);
  bottom: 5px;
}

.wd-roadmap .rm-body .b-wrap.wrap4 .rm-con-wrap .rm-con.bl{
  left: 0;
  width: calc(100% / 8 * 4 + 40px);
}

.wd-roadmap .rm-body .b-wrap.wrap4 .rm-con-wrap .rm-con.or{
  left: calc(100% / 8 * 4 + 40px);
  width: calc(100% / 8 * 4 - 40px);
}

.wd-roadmap .rm-body .b-wrap.wrap5 .rm-con-wrap .rm-con.bl{
  left: 0;
  width: calc(100% / 8 * 6);
}

.wd-roadmap .rm-body .b-wrap.wrap5 .rm-con-wrap .rm-con.or{
  left: calc(100% / 8 * 6);
  width: calc(100% / 8 * 2 - 20px);
}

.wd-roadmap .rm-body .b-wrap.wrap6 .rm-con-wrap .rm-con.or{
  left: 0;
  width: 100%;
}

.dongnam-wd .box-gray.type2 {
  position: relative;
  overflow: hidden;
}

.dongnam-wd .box-gray.type2::after {
  display: block;
  content: "";
  width: 187px;
  height: 170px;
  background-image: url(../images/case_tit_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.dongnam-wd .box-gray.type2 b {
  font-size: 1.5rem;
  color: #149d88;
  margin-bottom: 5px;
}

.wd-bg-ch .bg-ch{
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 20px 0;
  position: relative;
}

.wd-bg-ch .bg-ch:first-of-type{
  margin-bottom: 45px;
}

.wd-bg-ch .bg-ch:first-of-type::after{
  display: block;
  content: "";
  width: 100%;
  height: 45px;
  background-image: url(../images/bg-ch-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -45px;
}

.wd-bg-ch .bg-ch ul{
  display: flex;
  align-items: center;
}

.wd-bg-ch .bg-ch ul li{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wd-bg-ch .bg-ch ul li::before{
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}


.wd-bg-ch .bg-ch:nth-of-type(1) ul li:nth-of-type(1)::before{
  background-image: url(../images/bg-ch-ico1.png);
}
.wd-bg-ch .bg-ch:nth-of-type(1) ul li:nth-of-type(2)::before{
  background-image: url(../images/bg-ch-ico2.png);
}
.wd-bg-ch .bg-ch:nth-of-type(1) ul li:nth-of-type(3)::before{
  background-image: url(../images/bg-ch-ico3.png);
}
.wd-bg-ch .bg-ch:nth-of-type(1) ul li:nth-of-type(4)::before{
  background-image: url(../images/bg-ch-ico4.png);
}
.wd-bg-ch .bg-ch:nth-of-type(1) ul li:nth-of-type(5)::before{
  background-image: url(../images/bg-ch-ico5.png);
}

.wd-bg-ch .bg-ch:nth-of-type(2) ul li:nth-of-type(1)::before{
  background-image: url(../images/bg-ch-ico6.png);
}
.wd-bg-ch .bg-ch:nth-of-type(2) ul li:nth-of-type(2)::before{
  background-image: url(../images/bg-ch-ico7.png);
}
.wd-bg-ch .bg-ch:nth-of-type(2) ul li:nth-of-type(3)::before{
  background-image: url(../images/bg-ch-ico8.png);
}
.wd-bg-ch .bg-ch:nth-of-type(2) ul li:nth-of-type(4)::before{
  background-image: url(../images/bg-ch-ico9.png);
}
.wd-bg-ch .bg-ch:nth-of-type(2) ul li:nth-of-type(5)::before{
  background-image: url(../images/bg-ch-ico10.png);
}

.wd-bg-ch .bg-ch ul li::after{
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  border-right: 1px dashed #c5c5c5;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}

.wd-bg-ch .bg-ch ul li:last-of-type::after{
  display: none;
}

.wd-bg-cc ul{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wd-bg-cc ul::after{
  display: block;
  content: "";
  border-right: 2px dashed #d9d9d9;
  width: 2px;
  height: 100px;
  box-sizing: border-box;
  position: absolute;
  right: calc(50% - 1px);
  top: 42%;
}

.wd-bg-cc ul li{
  width: calc(50% - 41px );
}

.wd-bg-cc ul li p{
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  border-radius: 50px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
}

.wd-bg-cc ul li:nth-of-type(1) p{
  background-color: #1f89b1;
}

.wd-bg-cc ul li:nth-of-type(2) p{
  background-color: #514cab;
}

.wd-bg-cc ul li .flex-wrap{
  padding: 15px;
  border-radius: 150px;
  justify-content: space-between;
  position: relative;
}

.wd-bg-cc ul li .flex-wrap::before{
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.wd-bg-cc ul li .flex-wrap::after{
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.wd-bg-cc ul li:nth-of-type(1) .flex-wrap{
  background-color: #f3f9fb;
}

.wd-bg-cc ul li:nth-of-type(2) .flex-wrap{
  background-color: #f6f6fa;
}

.wd-bg-cc ul li dl{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ddd;
}

.wd-bg-cc ul li dl dt{
  width: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.wd-bg-cc ul li dl dd{
  width: 100%;
  font-size: 1.125rem;
  color: #555;
  line-height: 1.5;
}


.dongnam-wd .progress.type2::after{
  left: 10px;
}

.dongnam-wd .progress.type2:last-of-type::after{
  display: block;
}

.dongnam-wd .progress.type2:first-of-type{
  min-height: 0;
}

.dongnam-wd .progress.type2 .pr-cont{
  display: block;
  padding-top: 0;
  width: 100%;
}

.dongnam-wd .progress.type2 .pr-cont::before{
  left: 0;
}

.dongnam-wd .progress.type2 .pr-cont .pr-tit p{
  color: #000;
}

.dongnam-wd .progress.type2 .pr-cont .imgwrap{
  margin-left: 0;
  margin-top: 15px;
}

.dongnam-wd .progress.type2 .pr-cont ul li{
  margin-top: 0;
}

.dongnam-wd .pr-strategy{
  height: auto;
  background: none;
}

.dongnam-wd .pr-strategy .start{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 460px;
    max-width: 100%;
    padding: 10px 0;
    border-radius: 20px;
    margin: 0 auto 20px;
    background-color: #149d88;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
}

.dongnam-wd .pr-strategy ul li{
  width: 240px;
  height: 240px;
  margin-right: 40px;
  margin-bottom: 70px;
  position: relative;
}

.dongnam-wd .pr-strategy ul li::before{
  width: 200px;
  height: 200px;
}

.dongnam-wd .pr-strategy ul li:nth-child(3){
background-color: #fcf4ec;
  border: 1px solid #f3cca8;
}

.dongnam-wd .pr-strategy ul li:nth-child(4){
  background-color: #ededf6;
  border: 1px solid rgba(81, 76, 171, 0.3);
  margin-right: 0;
}

.dongnam-wd .pr-strategy ul li::after {
  width: 16px;
  height: 16px;
  right: -28px;
  background-image: url(../images/pr_strategy_plus.png);
}

.dongnam-wd .pr-strategy ul li span{
  display: flex;
  align-items: start;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 55px;
  bottom: -70px;
  font-size: 1.125rem;
}

.wd-propel > li{
  width: calc((100% - 40px) / 3);
}

.wd-propel li:nth-of-type(1) .propel-t{
  background-color: #e8f3f7;
  border: 1px solid #98c9db;
}
.wd-propel li:nth-of-type(2) .propel-t{
  background-color: #e7f5f3;
  border: 1px solid #93d2c8;
}
.wd-propel li:nth-of-type(3) .propel-t{
  background-color: #ededf6;
  border: 1px solid #afadd8;
}

.wd-propel li .propel-t p{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 20px 0;
}

.wd-propel li .propel-t p b{
  font-size: 1.375rem;
}

.wd-propel li:nth-of-type(1) .propel-t p b{
  color: #1f89b1;
}
.wd-propel li:nth-of-type(2) .propel-t p b{
  color: #149d88 ;
}
.wd-propel li:nth-of-type(3) .propel-t p b{
  color: #514cab;
}

.wd-propel li .propel-b{
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

/*서울균형발전 - 강북전성시대*/
.dev-recycling .kb-heyday{
  justify-content: space-between;
}

.dev-recycling .kb-heyday p{
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 20px;
  width: calc((100% - 40px) / 2);
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.dev-recycling .kb-heyday p:first-of-type::after{
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../images/kb_heyday_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 8px);
  right: -30px;
}

.dev-recycling .kb-heyday p span{
  font-size: 1rem;
  line-height: 1.5;
}

.dev-recycling .kb-heyday li{
  border: 1px solid #d9d9d9;
  width: calc((100% - 40px) / 3);
}

.dev-recycling .kb-heyday li dl dt{
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  height: 65px;
  box-sizing: border-box;
}

.dev-recycling .kb-heyday li:nth-of-type(1) dl dt{
  background-color: #149d88;
}

.dev-recycling .kb-heyday li:nth-of-type(2) dl dt{
  background-color: #e58f42;
}

.dev-recycling .kb-heyday li:nth-of-type(3) dl dt{
  background-color: #514cab;
}

.dev-recycling .kb-heyday li dl dd{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  text-align: center;
  padding: 15px 10px;
  min-height: 150px;
  box-sizing: border-box;
}

.dev-recycling .kb-heyday li dl dd span {
  display: block;
  font-size: 0.9125rem;
  line-height: 1.5;
  width:100%;
}

.dev-recycling .kb-heyday li dl dd .imgwrap {
  margin-top: 20px;
}

.dev-recycling .kb-heyday li dl dd .imgwrap img {
  width:100%;
}

/*서울균형발전 - 지역균형발전계획*/
.dev-recycling .conf .conf-t::after{
  display: block;
  content: "";
  height: 58px;
  background-image: url(../images/conf_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.dev-recycling .conf .conf-t dl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.dev-recycling .conf .conf-t dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f5f5f5;
  font-weight: 600;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  margin-right: 60px;
}

.dev-recycling .conf .conf-t dl dt::after{
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  border-top: 1px solid #bfbfbf;
  box-sizing: border-box;
  position: absolute;
  right: -50px;
}

.dev-recycling .conf .conf-t dl dd{
  text-align: center;
  font-size: 1.125rem;
  padding: 15px 10px;
  border-radius: 50px;
  min-width: 680px;
  box-sizing: border-box;
  max-width: calc(100% - 140px);
}

.dev-recycling .conf .conf-t dl:nth-of-type(1) dd{
  background-color: #149d88;
  color: #fff;
  font-weight: 600;
}

.dev-recycling .conf .conf-t dl:nth-of-type(2) dd{
  background-color: #f5f5f5;
}

.dev-recycling .conf .conf-b{
  border: 1px dashed #b3b3b3;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.dev-recycling .conf .conf-b p{
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 15px;
}

.dev-recycling .conf .conf-b .conf-list{
  justify-content: space-between;
}

.dev-recycling .conf .conf-b .conf-list ul{
  width: calc((100% - 40px) / 5);
}

.dev-recycling .conf .conf-b .conf-list ul li{
  text-align: center;
  font-size: 1rem;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 10px 5px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.dev-recycling .conf .conf-b .conf-list ul li:first-of-type{
  font-weight: 600;
  margin-top: 0;
}

.dev-recycling .conf .conf-b .conf-list ul:nth-of-type(1) li:first-of-type{
  border: 1px solid #7dc9bd;
  color: #149d88;
  background-color: #e7f5f3;
}

.dev-recycling .conf .conf-b .conf-list ul:nth-of-type(2) li:first-of-type{
  border: 1px solid #9f9cd0;
  color: #514cab ;
  background-color: #ededf6;
}

.dev-recycling .conf .conf-b .conf-list ul:nth-of-type(3) li:first-of-type{
  border: 1px solid #83bed4 ;
  color: #3791b6;
  background-color: #e8f3f7;
}

.dev-recycling .conf .conf-b .conf-list ul:nth-of-type(4) li:first-of-type{
  border: 1px solid #f0c197;
  color: #e58f42;
  background-color: #fcf4ec;
}

.dev-recycling .conf .conf-b .conf-list ul:nth-of-type(5) li:first-of-type{
  border: 1px solid #e29eb3;
  color: #cc4e6f;
  background-color: #f9eff7;
}

.dev-recycling .conf .conf-b .conf-list ul li::before{
  display: block;
  content: "";
  height: 10px;
  width: 1px;
  box-sizing: border-box;
  border-right: 1px dashed #bfbfbf;
  position: absolute;
  top: -11px;
}

.dev-recycling .conf .conf-b .conf-list ul li:first-of-type::before{
  display: none;
}

.dev-recycling .conf .box-gray{
  justify-content: start;
}

.dev-recycling .conf .box-gray p{
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.dev-recycling .conf .box-gray p span{
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.dev-recycling .conf .box-gray p span::before{
  display: block;
  content: "";
  height: 30px;
  background-image: url(../images/ico_green_chk.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.dev-recycling .conf .box-gray ul  {
  width:calc(100% - 145px);
}

.dev-recycling .conf .box-gray ul li {
  display:flex;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.dev-recycling .conf .box-gray ul li:last-of-type{
  margin-bottom: 0;
}

.dev-recycling .conf .box-gray ul li::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #24a390;
  margin-right: 8px;
  margin-top:8px;
}

.dev-recycling .conf .box-gray ul li b{
  display:block;
  width: 125px;
  margin-right: 8px;
  line-height: 1.5;
}

.dev-recycling .conf .box-gray ul li span {
  display:block;
  width:100%;
  max-width:calc(100% - 83px);
}

/*도심권*/
.city-namsan .flex-wrap .imgwrap {
  margin-left: 20px;
}

.city-namsan .flex-wrap .imgwrap:first-of-type {
  margin-left: 0;
}

.city-namsan .city3{
  align-items: center;
  justify-content: space-between;
}

.city-namsan .city3 .city3-t p{
  font-size: 1.75rem;
}

.city-namsan .city3 .city3-t p b{
  color: #149d88;
}

.city-namsan .city3 .city3-b ul{
  display: flex;
  align-items: center;
}

.city-namsan .city3 .city3-b ul li{
  width: 240px;
  height: 240px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
}

.city-namsan .city3 .city3-b ul li::after{
  display: block;
  content: "";
  width: 20px;
  border-top: 1px dashed #bcbcbc;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -20px;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(1){
  background-color: #e7f5f3;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(2){
  background-color: #e8f3f7;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(3){
  background-color: #ededf6;
  margin-right: 0;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(3)::after{
  display: none;
}

.city-namsan .city3 .city3-b ul li dl{
  color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.5;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(1) dl{
  background-color: #149d88;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(2) dl{
  background-color: #1f89b1;
}

.city-namsan .city3 .city3-b ul li:nth-of-type(3) dl{
  background-color: #514cab;
}

.city-namsan .city3 .city3-b ul li dl dt{
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.city-namsan .city3 .city3-b ul li dl dd{
  width: 100%;
  font-size: 1.125rem;
}

.city-namsan .city-public p{
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 50px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.city-namsan .city-public p:first-of-type{
  color: #fff;
  background-color: #149d88;
  width: 200px;
  margin-bottom: 20px;
  position: relative;
}

.city-namsan .city-public p:first-of-type::after{
  display: block;
  content: "";
  border-top: 10px solid #149d88;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
}

.city-namsan .city-public p:last-of-type{
  color: #149d88;
  background-color: #fff;
  border: 1px solid #dadada;
  width: 310px;
}

.city-namsan .city-public ul{
  border: 1px dashed #ccc;
  padding: 15px;
  justify-content: space-between;
  margin-bottom: 90px;
  position: relative;
  box-sizing: border-box;
}

.city-namsan .city-public ul::after{
  display: block;
  content: "";
  width: 100%;
  height: 77px;
  background-image: url(../images/city_public_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -77px;
}

.city-namsan .city-public ul li{
  background-color: #f5f5f5;
  width: calc((100% - 30px ) / 4);
}

.city-namsan .city-public ul li span{
  padding: 15px 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.125rem;
}

/*영동대로 지하공간 복함개발 - 사업목표*/
.yd-b-goal > ul > li{
  padding: 20px 0;
  border-bottom: 1px dashed #d3d3d3;
  display: flex;
  align-items: center;
}

.yd-b-goal > ul > li dl{
  margin-left: 40px;
  margin-bottom: 15px;
}
.yd-b-goal > ul > li dl:last-of-type{
  margin-bottom: 0;
}

.yd-b-goal > ul > li dl dt{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
  display: flex;
}

.yd-b-goal > ul > li dl dt::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #149d88;
  margin-top: 12px;
  margin-right: 8px;
}

.yd-d-concept > ul{
  justify-content: space-between;
}

.yd-d-concept > ul > li{
  width: calc((100% - 60px) / 3);
}

.yd-d-concept ul li .concept1::after, .yd-d-concept ul li .concept2::after{
  display: block;
  content: "";
  height: 10px;
  border-right: 1px dashed #ccc;
  position: absolute;
  bottom: -11px;
  left: 50%;
}

.yd-d-concept ul li .concept1{
  border: 1px solid #d9d9d9;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.yd-d-concept ul li .concept1 dl dt{
  background-color: #f5f5f5;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 10px;
}

.yd-d-concept ul li .concept1 dl dd{
  font-size: 1rem;
  padding: 10px;
  line-height: 1.5;
}

.yd-d-concept ul li .concept2{
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

.yd-d-concept ul li:nth-of-type(1) .concept2{
  background-color: #e7f5f3;
  border: 1px solid #7dc9bd;
}

.yd-d-concept ul li:nth-of-type(2) .concept2{
  background-color: #e8f3f7;
  border: 1px solid #83bed4;
}

.yd-d-concept ul li:nth-of-type(3) .concept2{
  background-color: #ededf6;
  border: 1px solid #9f9cd0;
}

.yd-d-concept ul li .concept2 p{
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.yd-d-concept ul li:nth-of-type(1) .concept2 p{
  color: #149d88;
}

.yd-d-concept ul li:nth-of-type(2) .concept2 p{
  color: #1f89b1;
}

.yd-d-concept ul li:nth-of-type(3) .concept2 p{
  color: #514cab;
}

.yd-d-concept > ul > li > .imgwrap img{
  width: 100%;
}

.yd-d-concept .imgbox{
  position: relative;
  text-align: center;
}

.yd-d-concept .imgbox > p{
  display: inline-block;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px 20px;  
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.yd-d-concept .imgbox.t1 > p{
  background-color: #149d88;
}

.yd-d-concept .imgbox.t2 > p{
  background-color: #514cab;
} 

.yd-d-concept .imgbox .line-box{
  border: 1px solid #d9d9d9;
  padding: 45px;
  margin-top: -20px
}

.yd-d-concept .imgbox .line-box .flex-wrap{
  justify-content: space-between;
}

.yd-d-concept .imgbox.t2 .line-box > ul{
  margin-top: 20px;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li{
  border: 1px solid #d9d9d9;
  width: calc((100% - 20px) / 3);
  min-height: 283px;
  box-sizing: border-box;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li dl dt{
  padding: 10px;
  font-size: 1.125rem;
  background-color: #f5f5f5;
  font-weight: 600;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li dl dd{
  padding: 10px 15px;
  text-align: left;
  min-height: 54px;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li dl dd > p{
  font-size: 1.125rem;
  line-height: 1.5;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li dl dd ul{
  margin-top: 8px;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li dl dd ul li p{
  font-size: 1rem;
}

.yd-d-concept .imgbox.t2 .line-box > ul > li .imgwrap{
  padding-bottom: 10px;
}

/*서부권 - 서울창조타운*/
.town-tit{
  justify-content: space-between;
}
.town-tit .txtwrap{
  margin-left: 20px;
}

.town-tit .txtwrap > p{
  font-weight: 600;
  font-size: 1.5rem;
}

.town-tit .txtwrap > p::after{
  display: block;
  content: "";
  height: 4px;
  width: 30px;
  background-color: #2ba794;
  margin: 10px 0 15px;
}

.town-tit .txtwrap .box-gray ul li p b{
  color: #000;
}

.town-middle1{
  text-align: center;
}



.town-middle1 .imgbox > p{
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
  border-radius: 50px;
}

.town-middle1 .imgbox .line-box{
  border: 1px dashed #ccc;
  border-radius: 20px;
  margin-top: -25px;
  padding: 45px;
}

.town-middle1 .imgbox .line-box ul{
  justify-content: space-between;
}

.town-middle1 .imgbox .line-box ul li{
  width: calc((100% - 40px) / 3);
  text-align: center;
}

.town-middle1 .imgbox .line-box ul li p{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 15px;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}

.town-middle1 .imgbox .line-box ul li p::after{
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  border-right: 1px dashed #ccc;
  position: absolute;
  bottom: -16px;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(1) p{
  background-color: #e7f5f3;
  color: #149d88;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(2) p{
  background-color: #fbeee3;
  color: #e58f42;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(3) p{
  background-color: #ededf6;
  color: #514cab;
}

.town-middle1 .imgbox .line-box ul li p em{
  font-size: 2.25rem;
  font-weight: 400;
  width: 100%;
}

.town-middle1 .imgbox .line-box ul li .tm-box1{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(1) .tm-box1{
  background-color: #149d88;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(2) .tm-box1{
  background-color: #e58f42;
}

.town-middle1 .imgbox .line-box ul li:nth-of-type(3) .tm-box1{
  background-color: #514cab;
}

.town-middle1 .imgbox .line-box ul li .tm-box1 b{
  color: #fff;
  font-size: 1.25rem;
}


.town-middle1 .imgbox .line-box ul li .tm-box2{
  margin-top: 10px;
  border: 1px solid #d9d9d9;
}

.town-middle1 .imgbox .line-box ul li .tm-box2 span{
  display: block;
  background-color: #f5f5f5;
  font-size: 1.125rem;
  padding: 10px 0;
  line-height: 1.5;
}

.town-middle1 .imgbox .line-box ul li .tm-box2 .imgwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.town-middle2 ul li{
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  border-radius: 100px;
  margin-bottom: 15px;
}

.town-middle2 ul li:last-of-type{
  margin-bottom: 0;
}

.town-middle2 ul li p{
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  height: 80px;
  width: 80px;
  color: #fff;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
}

.town-middle2 ul li p::after{
  display: block;
  content: "";
  position: absolute;
  right: -11px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.town-middle2 ul li:nth-of-type(1) p{
  background-color: #149d88;
}

.town-middle2 ul li:nth-of-type(1) p::after{
  border-left: 12px solid #149d88;
}

.town-middle2 ul li:nth-of-type(2) p{
  background-color: #1f89b1;
}

.town-middle2 ul li:nth-of-type(2) p::after{
  border-left: 12px solid #1f89b1;
}

.town-middle2 ul li:nth-of-type(3) p{
  background-color: #514cab;
}

.town-middle2 ul li:nth-of-type(3) p::after{
  border-left: 12px solid #514cab;
}

.town-middle2 ul li p b{
  width: 100%;;
}

.town-middle2 ul li dl dt{
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.town-middle2 ul li dl dd{
  font-size: 1.125rem;
  padding-left: 20px;
  position: relative;
}

.town-middle2 ul li dl dd::before{
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.town-middle2 ul li:nth-of-type(1) dl dd::before{
  background-image: url(../images/sb_town_arrow1.png);
}

.town-middle2 ul li:nth-of-type(2) dl dd::before{
  background-image: url(../images/sb_town_arrow2.png);
}

.town-middle2 ul li:nth-of-type(3) dl dd::before{
  background-image: url(../images/sb_town_arrow3.png);
}

.town-middle2 ul li dl dd em{
  font-weight: 600;
}

.town-middle2 ul li:nth-of-type(1) dl dd em{
  color: #149d88;
}

.town-middle2 ul li:nth-of-type(2) dl dd em{
  color: #1f89b1;
}

.town-middle2 ul li:nth-of-type(3) dl dd em{
  color: #514cab;
}

.town-plan ul{
  justify-content: space-between;
}

.town-plan ul li{
  width: calc((100% - 90px ) / 4);
  border: 1px solid #d9d9d9;
  position: relative;
}

.town-plan ul li::after{
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/sb_town_arrow4.png);
  position: absolute;
  top: calc(50% - 6px);
  right: -23px;
}

.town-plan ul li:last-of-type::after{
  display: none;
}

.town-plan ul li dl{
  text-align: center;
}

.town-plan ul li dl dt{
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 10px;
  font-size: 1.125rem;
}

.town-plan ul li dl dd{
  font-size: 1.125rem;
  padding: 10px;
}

/*국제교류복합지구 BI 소개*/
.dev-bi.type2 .box-gray ul li{
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  display:flex;
}

.dev-bi.type2 .box-gray ul li:last-of-type{
  margin-bottom: 0;
}


.dev-bi.type2 .box-gray ul li:nth-of-type(1)::before{
  background-color: #5eb6e8;
}

.dev-bi.type2 .box-gray ul li:nth-of-type(2)::before{
  background-color: #9f4191;
}

.dev-bi.type2 .box-gray ul li:nth-of-type(3)::before{
  background-color: #f59c00;
}

.dev-bi.type2 .box-gray ul li b{
  display: block;
  width: 150px;
  line-height: 1.5;
}

.dev-bi.type2 .box-gray ul li p {
  margin:0;
  max-width:calc(100% - 150px);
}

.dev-bi.type2 .box-gray ul li::before{
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

.dev-bi.type2 .bi-wrap{
  align-items: start;
}

.dev-bi.type2 .bi-wrap li span{
  font-weight: 500;
  margin: 0 0 10px;
  text-align: left;
}

.dev-bi.type2 .bi-wrap li{
  display: flex;
  align-items: end;
}

.dev-bi.type2 .bi-wrap li dl{
  padding-left: 30px;
  position: relative;
}

.dev-bi.type2 .bi-wrap li dl::before{
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ff1f1f;
  top: -30px;
  left: -18px
}

.dev-bi.type2 .bi-wrap li dl dt b{
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.dev-bi.type2 .bi-wrap li dl dt b::before{
  display: block;
  content: "";
  background-color: #ff1f1f;
  height: 1px;
  width: calc(50% + 48px);
  position: absolute;
  left: -48px;
  top: -28px;
}

.dev-bi.type2 .bi-wrap li dl dt b::after{
  display: block;
  content: "";
  background-color: #ff1f1f;
  width: 1px;
  height: 20px;
  position: absolute;
  top: -28px;
  left: 50%;
}

.dev-bi.type2 .bi-wrap li dl dd{
  line-height: 1.5;
}

.dev-bi.type2 .bi-wrap.type3{
  flex-wrap: wrap;
}

.dev-bi.type2 .bi-wrap.type3 li {
  margin-bottom: 25px;
  margin-right:0;
  width:calc((100% - 20px) / 2)
}

.dev-bi.type2 .bi-wrap.type3 li .imgwrap img {
  max-width:100%;
}

.dev-bi.type2 .bi-wrap.type3 li span{
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5px;
}

.dev-bi.type2 .bi-wrap.type2 li span {
  text-align: center;
}

.dev-bi.type2 .bi-wrap.primary li {
  position:relative;
}

.dev-bi.type2 .bi-wrap.primary li span {
  font-weight:500;
}

.color-plt .flex-wrap ul{
  margin-left: 60px;
}

.color-plt .flex-wrap ul li{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.color-plt .flex-wrap ul li::before{
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 100%;
  margin-right: 20px;
}

.color-plt .flex-wrap ul li:nth-of-type(1)::before{
  background-color: #5eb6e8;
}

.color-plt .flex-wrap ul li:nth-of-type(2)::before{
  background-color: #f59c00;
}

.color-plt .flex-wrap ul li:nth-of-type(3)::before{
  background-color: #9f4191;
}

.color-plt .flex-wrap ul li:nth-of-type(4)::before{
  background-color: #5b5b55;
}

.color-plt .flex-wrap ul li dl dt{
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.color-plt .flex-wrap ul li:nth-of-type(1) dl dt{
  color: #5eb6e8;
}

.color-plt .flex-wrap ul li:nth-of-type(2) dl dt{
  color: #f59c00;
}

.color-plt .flex-wrap ul li:nth-of-type(3) dl dt{
  color: #9f4191;
}

.color-plt .flex-wrap ul li:nth-of-type(4) dl dt{
  color: #5b5b55;
}

.color-plt .flex-wrap ul li dl dd{
  font-size: 1.125rem;
  line-height: 1.5;
}

.color-code ul{
  display: flex;
}

.color-code ul li{
  width: 25%;
  padding: 15px 20px;
}

.color-code ul li:nth-of-type(1){
  background-color: #5eb6e8;
}

.color-code ul li:nth-of-type(2){
  background-color: #f59c00;
}

.color-code ul li:nth-of-type(3){
  background-color: #9f4191;
}

.color-code ul li:nth-of-type(4){
  background-color: #5b5b55;
}

.color-code ul li span{
  display: block;
  color: #fff;
  line-height: 1.5;
}

.sub-bottom {
  border:1px solid #cccccc;
  border-radius:10px;
  box-sizing: border-box;
  margin-top:80px;
  overflow: hidden;
}

.sub-bottom .kogl {
  display:flex;
  align-items: center;
  padding:15px 50px;
  box-sizing: border-box;
}

.sub-bottom .kogl .type-mark {
  margin-right:15px;
}

.sub-bottom .kogl .type-mark img {
  vertical-align: top;
}

.sub-bottom .kogl p {
  font-size:1.125rem;
  color:#333333;
  word-break: keep-all;
}

.sub-bottom .kogl p em {
  font-size:1.125rem;
  color:#c82130;
  font-style:normal
}

.sub-bottom .kogl p em span {
  display:inline-block;
  padding:5px 12px;
  vertical-align: middle;
  background-color:rgb(200, 33, 48, 0.1);
  border-radius:100px
}

.sub-bottom .ccl {
  display:flex;
  align-items: center;
  padding:15px 50px;
  box-sizing: border-box;
}

.sub-bottom .ccl .type-mark {
  margin-right:15px;
  max-width:125px;
}

.sub-bottom .ccl .type-mark img {
  vertical-align: top;
  width:100%
}

.sub-bottom .ccl p {
  font-size:1.125rem;
  color:#333333;
  word-break: keep-all;
}

.sub-bottom .ccl p em {
  font-size:1.125rem;
  color:#c82130;
  font-style:normal
}

.sub-bottom .ccl p em span {
  display:inline-block;
  padding:5px 12px;
  vertical-align: middle;
  background-color:rgb(200, 33, 48, 0.1);
  border-radius:100px
}

.sub-bottom .research {
  padding:25px 50px;
  background-color:#f7f7f7;
}

.sub-bottom .research .research-q {
  display:flex;
  align-items: center;
  margin-bottom:18px; 
}

.sub-bottom .research .research-q p {
  margin-left:10px;
  font-size:1.125rem;
  color:#333333;
  font-weight:600;
}

.sub-bottom .research .research-a {
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}

.sub-bottom .research .research-a .a-select {
  display:flex;
  align-items: center;
  width: 100%;
  flex-wrap:wrap;
  /* max-width: 650px; */
}

.sub-bottom .research .research-a .a-select .radio-wrap {
  display:flex;
  align-items: center;
  margin:2px 20px 2px 0;
}

.sub-bottom .research .research-a .a-select .radio-wrap:last-of-type {
  margin-right:0;
}

.sub-bottom .research .research-a .a-select .radio-wrap input[type="radio"] {
  padding:0;
  margin:0 8px 0 0;
  width:16px;
  height:16px;
  box-sizing: border-box;
}

.sub-bottom .research .research-a .a-select .radio-wrap input[type="radio"] + label {
  font-size:1.125rem;
  color:#333333;
}

.sub-bottom .research .research-a .a-wrap {
  width: 100%;
  display:flex;
  justify-content: flex-end;
  margin-top:15px;
}

.sub-bottom .research .research-a .a-input {
  display:flex;
  align-items: center;
  width: calc(100% - 107px);
  /* margin-left: 50px; */
}

.sub-bottom .research .research-a .a-input input[type="text"] {
  width: 100%;
  /* min-width:694px; */
  height:36px;
  box-sizing: border-box;
  border:1px solid #cccccc;
  border-right:0;
  /* margin-left:50px; */
  padding:0 8px;
  font-size:1rem;
}

.sub-bottom .research .research-a .a-input input[type="text"] + button {
  width:107px;
  height:36px;
  background-color:#003557;
  border:none;
  color:#ffffff;
  font-size:1.125rem;
  font-weight:600;
}

.sub-bottom .research .research-a .a-button  button {
  width:107px;
  height:36px;
  background-color:#003557;
  border:none;
  color:#ffffff;
  font-size:1.125rem;
  font-weight:600;
}

.sub-bottom .contents-info {
  padding:20px 50px;
}

.sub-bottom .contents-info dl {
  display:flex;
  align-items: center;
}

.sub-bottom .contents-info dl dt {
  font-weight:600;
  padding-right:12px;
  margin-right:12px;
  position:relative;
  font-size:1.125rem;
}

.sub-bottom .contents-info dl dt::after {
  content:"";
  position:absolute;
  display:block;
  width:1px;
  height:14px;
  background-color:#333333;
  right:0;
  top:50%;
  transform: translateY(-50%);
}

.sub-bottom .contents-info dl dd {
  font-size:1.125rem;
  margin-right:35px;
}

.sub-bottom .contents-info dl dd:last-of-type {
  margin-right:0;
}