@charset "utf-8";
/******************************************************* PC // *******************************************************************************/

#container {
  letter-spacing: -0.025em;
}

/* main */
#mainvisual {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainvisual .slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
}
#mainvisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#mainvisual .slideshow * {
  outline: none;
}
#mainvisual .slideshow .item {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  min-height: 1080px;
}
#mainvisual .slideshow .item-1 {
  background-image: url("../images/main/mainvisual1.jpg");
}
#mainvisual .slideshow .item-2 {
  background-image: url("../images/main/mainvisual2.jpg");
}
#mainvisual .slideshow .item-3 {
  background-image: url("../images/main/mainvisual3.jpg");
}

#mainvisual .slideshow .item.ani {
  animation: visualScale 15s infinite linear;
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 2000ms ease 0s;
}
@keyframes visualScale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

#mainvisual .slick-dots {
  bottom: 40px;
}
.slick-dots li {
  width: 40px;
  height: 4px;
  margin: 0 0 0 20px;
}
#mainvisual .slideshow .slick-dots li:first-child button {
  margin: 0;
}
#mainvisual .slideshow .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 0;
  margin: 0;
  background: #9c9c9c;
}
#mainvisual .slideshow .slick-dots li button:before {
  width: 100%;
  height: 100%;
  color: #9c9c9c;
  opacity: 1;
  font-size: 1px;
  line-height: 1;
  content: "";
  box-shadow: -4px 0px 10px rgb(0 0 0 / 5%), 0px 3px 5px rgb(0 0 0 / 5%);
}
#mainvisual .slideshow .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

/* 메인공통 */
#sectionWrap h2.title {
  font-size: 40px;
  font-weight: 400;
  color: #131313;
  position: relative;
}
#sectionWrap h2.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #008c96;
}
#sectionWrap p.normalTxt {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
#sectionWrap a.more {
  font-size: 18px;
  font-weight: 400;
  color: #008c96;
  display: flex;
  align-items: center;
}
#sectionWrap a.more span {
  display: inline-block;
  margin-left: 10px;
}
#sectionWrap a.more span img {
  transition: all 0.3s;
}
#sectionWrap a.more:hover span img {
  transform: translateX(5px);
}
#sectionWrap .flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

/* section01 */
#section01 {
  padding: 100px 0 180px;
}
#section01 .flex {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#section01 .flex .txtZone {
  width: calc(100% - 796px);
  height: 356px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#section01 .flex .txtZone h2 {
  margin: 0 0 34px;
}
#section01 .flex .txtZone h2.title:after {
  display: none;
}
#section01 .flex .txtZone p {
  margin: 0 0 68px;
}
#section01 .flex .txtZone a.more {
}

#section01 .flex .photoZone {
  width: 375px;
  height: 356px;
  cursor: pointer;
  margin-right: 24px;
}
#section01 .flex .photoZone:nth-child(2) {
  margin: 0 24px 84px 0;
}
#section01 .flex .photoZone:nth-child(3) {
  margin: 0 0 84px;
}
#section01 .flex .photoZone:last-of-type {
  margin-right: 0;
}

#section01 .flex .photoZone p {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
#section01 .flex .photoZone p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
#section01 .flex .photoZone:hover p img {
  transform: translate(-50%, -50%) scale(1.1);
}
#section01 .flex .photoZone dl {
  margin-top: 30px;
}
#section01 .flex .photoZone dl dt {
  font-size: 14px;
  font-weight: 400;
  color: #008c96;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section01 .flex .photoZone dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* section02 */
#section02 {
  height: 760px;
  background-image: url("../images/main/section2_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 180px 0 0;
}
#section02 .flex {
  align-items: center;
  justify-content: flex-start;
  height: 400px;
}
#section02 .flex .txtZone {
  width: calc(100% - 843px);
}
#section02 .flex .txtZone h2 {
  margin: 0 0 34px;
  padding: 0 0 40px;
}
#section02 .flex .txtZone p {
  margin: 0 0 72px;
}
#section02 .flex .txtZone a.more {
  margin: 0 0 5px;
}
#section02 .flex .noticeZone {
  width: 400px;
  height: 400px;
  background: #fff;
  padding: 48px 42px 0 40px;
  box-shadow: -4px 0px 10px rgb(0 0 0 / 5%), 2px -3px 10px rgb(0 0 0 / 5%);
  cursor: pointer;
  position: relative;
}
#section02 .flex .noticeZone:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #008c96;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  box-sizing: border-box;
}
#section02 .flex .noticeZone:hover:after {
  opacity: 1;
}
#section02 .flex .noticeZone:last-of-type {
  margin-left: 43px;
}
#section02 .flex .noticeZone span {
  display: block;
}
#section02 .flex .noticeZone span.cate {
  font-size: 16px;
  font-weight: 400;
  color: #008c96;
  margin: 0 0 48px;
}
#section02 .flex .noticeZone dl {
  margin: 0 0 36px;
}
#section02 .flex .noticeZone dt {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #000000;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 43px;
}
#section02 .flex .noticeZone dd {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#section02 .flex .noticeZone .date {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

/*********** 서브 ***********/
#subvisual {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/*.subvisual1 {background-image:url('../images/sub/subvisual1.jpg');}
.subvisual2 {background-image:url('../images/sub/subvisual2.jpg');}
.subvisual3 {background-image:url('../images/sub/subvisual3.jpg');}
.subvisual4 {background-image:url('../images/sub/subvisual4.jpg');}
.subvisual5 {background-image:url('../images/sub/subvisual5.jpg');}*/

#subvisual p {
  letter-spacing: -0.01em;
  font-size: 40px;
  font-weight: 600;
  color: #131313;
  padding-bottom: 99px;
}

/* leftmenu */
#leftmenu {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 65px;
}
#leftmenu .lnb {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
#leftmenu .lnb .home {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 65px;
  height: 100%;
}
#leftmenu .lnb .home a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lnb ul {
  display: flex;
  height: 100%;
  align-items: center;
  width: calc(100% - 65px);
}
.lnb ul li {
  position: relative;
  width: 180px;
  border-right: 1px solid #eee;
  height: 100%;
  display: flex;
  align-items: center;
}
.lnb ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  letter-spacing: -0.01em;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  background-image: url("../images/sub/gray_arrow.png");
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  padding-left: 28px;
}

.lnb ul li.on {
  box-shadow: -4px 0px 10px rgb(0 0 0 / 5%), 2px -10px 10px rgb(0 0 0 / 5%);
}
.lnb ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  height: auto;
  box-shadow: -4px 0px 10px rgb(0 0 0 / 5%), 2px 3px 10px rgb(0 0 0 / 5%);
  border: 1px solid #eee;
  border-top: none;
  padding: 20px 0;
  background: #fff;
  z-index: 1;
}
.lnb ul li ul li {
  border-right: none;
  height: auto;
}
.lnb ul li ul li a {
  background: none;
  color: #333333;
  line-height: 48px;
}
.lnb ul li ul li.active a {
  color: #008c96;
  font-weight: 600;
}
/*.lnb .on_txt a {font-size:14px;}*/
.lnb .on_txt {
  height: 100%;
  width: calc(100% - 180px);
}
.normalLnb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.normalLnb a {
  /*margin-left:50px;*/
  font-size: 15px;
  color: #333;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalLnb a.on {
  color: #008c96;
}
.normalLnb a:hover {
  color: #008c96;
  font-size: 15px;
}
.normalLnb a.on:after,
.normalLnb a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #008c96;
}
.normalLnb a:first-child {
  margin-left: 0 !important;
}
.normalLnb.n_01 {
  padding-left: 50px;
}
.normalLnb.n_01 a {
  min-width: 70px;
  margin-left: 50px;
}

.normalLnb.n_02 {
  padding-left: 30px;
}
.normalLnb.n_02 a {
  min-width: 70px;
  margin-left: 10px;
}
.normalLnb.n_02 a.long1 {
  min-width: 220px;
}
.normalLnb.n_02 a.long2 {
  min-width: 120px;
}
.normalLnb.n_02 a.long3 {
  min-width: 220px;
}
.normalLnb.n_02 a.long4 {
  min-width: 100px;
}

.normalLnb.n_03 {
  padding-left: 30px;
}
.normalLnb.n_03 a {
  min-width: 70px;
  margin-left: 20px;
}
.normalLnb.n_03 a.long1 {
  min-width: 190px;
  margin-left: 10px;
}
.normalLnb.n_03 a.long2 {
  min-width: 85px;
}
.normalLnb.n_03 a.long3 {
  min-width: 160px;
  margin-left: 10px;
}

.normalLnb.n_04 {
  padding-left: 50px;
}
.normalLnb.n_04 a {
  min-width: 70px;
  margin-left: 50px;
}

.normalLnb.n_05 {
  padding-left: 50px;
}
.normalLnb.n_05 a {
  padding: 0 15px;
}

/************* sub ***************/
.cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 0 0;
}
.cont.cont2 {
  padding: 130px 0 0;
}
h2.title_h2 {
  font-size: 28px;
  font-weight: 600;
  color: #131313;
  width: 410px;
}
.sub_comm {
  padding-bottom: 200px;
}
.sub_comm .flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub_comm .flex_box .left {
  width: 410px;
}
.sub_comm .flex_box .left h2 {
  margin: 0 0 55px;
}
.sub_comm .flex_box .left h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 15px;
}
.sub_comm .flex_box .left p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 20px;
}
.sub_comm .flex_box .left p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 40px;
  background: #008c96;
}
.sub_comm .right_comm {
  width: calc(100% - 410px);
}

.sub_comm .flex_box .left p.long_txt.mobile {
  display: none;
}
.sub_comm .flex_box .left p.long_txt2.mobile {
  display: none;
}
.sub_comm .flex_box .left p.long_txt {
  font-size: 14px;
  line-height: 26px;
}
.sub_comm .flex_box .left p.long_txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 40px;
  background: #008c96;
  transform: translate(0, 0);
}
.sub_comm .flex_box .left p.long_txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 100%;
  background: #ddd;
}

/* 1_1 */
.intro1 {
  text-align: left;
  margin: 0 auto;
  max-width: 530px;
}
.intro1 h2 {
  font-size: 32px;
  font-weight: 400;
  color: #131313;
  line-height: 48px;
  margin: 0 0 89px;
}
.intro1 h2 strong {
  font-weight: 800;
  color: #777777;
}
.intro1 h2 strong.blue {
  color: #008c96;
}
.intro1 p {
  font-size: 18px;
  font-weight: 400;
  color: #131313;
  line-height: 30px;
  margin: 0 0 29px;
  /*text-align:justify;*/
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.intro1 p span.mobb {
  line-height: 30px;
}
.intro1 p.sign {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 16px;
}
.intro1 p.sign span {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-top: 15px;
}

/* 1_2 */
.intro2 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 170px;
}
.intro2 .flex:last-of-type {
  margin: 0;
}
.intro2 .flex h2 {
  line-height: 46px;
}
.intro2 .flex h2.fir_h2 {
  line-height: 1;
}
.intro2 .flex h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 9px;
}
.intro2 .flex .right ul li {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 46px;
}
.intro2 .flex .right ul.line li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 0;
}
.intro2 .flex .right ul.line li:first-child {
  margin: 0;
}
.intro2 .flex .right ul.line li strong {
  font-weight: 400;
  color: #008c96;
  width: 124px;
}

.intro2 .flex .right dl {
  margin-top: 40px;
}
.intro2 .flex .right dl dt {
  font-weight: 400;
  color: #008c96;
  margin: 0 0 30px;
  font-size: 16px;
}
.intro2 .flex .right dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 9px;
}
.intro2 .flex .right dl dd:last-of-type {
  margin: 0;
}
.intro2 .flex .right dl dd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background: #131313;
}

/* 01_03 */
.intro3 {
  position: relative;
}
.intro3 p.img {
  text-align: center;
}
.intro3 h2 {
  font-size: 28px;
  font-weight: 600;
  color: #131313;
  margin: 0 0 48px;
}
.intro3 h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin-top: 14px;
}

/* 2_1 */
.service1 .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.service1 .right dl {
  width: 250px;
  height: 250px;
  border: 1px solid #008c96;
  background-repeat: no-repeat;
  padding: 46px 0 0 30px;
}

.service1 .right dl dt {
  font-size: 36px;
  font-weight: 500;
  font-family: "Roboto Flex";
  color: #dddddd;
  margin: 0 0 38px;
}
.service1 .right dl dt span {
  color: #008c96;
}
.service1 .right dl dd {
  font-size: 20px;
  font-weight: 400;
  color: #131313;
  line-height: 30px;
}

/* 2_2 */
.service2 .right div {
  border-top: 1px solid #eee;
  /*height:173px;*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0 30px 40px;
}
.service2 .right div:last-of-type {
  border-bottom: 1px solid #eee;
}
.service2 .right div p {
  font-size: 36px;
  font-weight: 500;
  color: #ddd;
  font-family: "Roboto Flex";
  width: 85px;
}
.service2 .right div p span {
  color: #008c96;
}
.service2 .right div dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 85px);
}
.service2 .right div dt {
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  width: 212px;
  line-height: 24px;
}
.service2 .right div dt span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin-top: 2px;
}
.service2 .right div dt strong {
  font-weight: 700;
  color: #008c96;
}
.service2 .right div dd.fir {
  margin-top: 0;
}
.service2 .right div dd {
  width: calc(100% - 212px);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: -5px;
}
.service2 .right div dd span {
  display: block;
  margin-top: 45px;
}

/* 2_3 */
.service3 .right .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 60px;
}
.service3 .right .box:last-of-type {
  margin: 0;
}
.service3 .right .box p {
  width: 280px;
}
.service3 .right .box dl {
  width: calc(100% - 280px);
}
.service3 .right .box.box1 dl {
  padding-left: 52px;
}
.service3 .right .box dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  margin: 0 0 40px;
}
.service3 .right .box dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 30px;
  margin: 0 0 20px;
}
.service3 .right .box dl dd:last-of-type {
  margin: 0;
}
.service3 .right .box2 p {
  order: 2;
}
.service3 .right .box2 dl {
  order: 1;
}

/* 2_4 */
.service4 .right .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.service4 ul.normal_list {
  padding: 40px 20px 0 30px;
}
.service4 ul.normal_list li {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  margin: 20px 0 0;
  position: relative;
  padding: 0 0 0 12px;
}
.service4 ul.normal_list li:first-child {
  margin: 0;
}
.service4 ul.normal_list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 1px;
  background: #131313;
}
.service4 .right .box dl {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  text-align: center;
}
.service4 .right .box dl:last-of-type {
  border-left: 1px solid #eee;
}
.service4 .right .box dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  margin: 0 0 50px;
}
.service4 .right .box dl dt span {
  display: block;
  margin: 0 0 44px;
}
.service4 .right .box dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* 05_01 */
.map_info .map_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  margin: 0 0 79px;
}
.map_info .map_icon li {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.map_info .map_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
}
.map_info .map_icon li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 38px;
  background: #ddd;
}
.map_info .map_icon li:first-child:after {
  display: none;
}
.map_info .map_icon li span {
  display: inline-block;
  margin-right: 10px;
}
.map_info .map_detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 79px;
  border-bottom: 1px solid #ddd;
}
.map_info .map_detail .top_d {
  margin: 0 0 0 39px;
}
.map_info .map_detail p {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  margin: 0 0 39px;
  padding-top: 35px;
}
.map_info .map_detail .tit_d {
  display: block;
  margin: 0 0 10px;
}
.map_info .map_detail ul {
}
.map_info .map_detail ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
}
.map_info .map_detail ul li:first-child {
  margin: 0;
}
.map_info .map_detail ul li strong {
  font-weight: 400;
  color: #131313;
  width: 110px;
}
.map_info .map_detail ul li span {
  color: #333;
  font-weight: 300;
}

/* 상단 검색창 */
.search_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 30px;
}
.search_top p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  border-bottom: 1px solid #131313;
  padding: 0 0 8px;
}
.search_top p input[type="text"] {
  border: none;
  outline: none;
  width: 150px;
  font-size: 14px;
  font-weight: 400;
  color: #131313;
  font-family: "Noto Sans KR";
}
.search_top input::placeholder {
  font-size: 14px;
  color: #777;
}
.search_top button[type="button"] {
  width: 21px;
  height: 21px;
  background-image: url("/images/sub/search_icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
/* paginate */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 62px 0 0;
  width: 100%;
}
.pager .direction {
  padding-top: 3px;
}
.pager .direction.prev {
  margin-right: 20px;
}
.pager .direction.next {
  margin-left: 20px;
}
.pager .pageBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .pageBtn a {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.pager .pageBtn strong {
  font-size: 18px;
  font-weight: 800;
  color: #008c96;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.board_line {
  border-top: 1px solid #111;
}

.list_left {
  padding-top: 70px;
}

/* 주거시설 list */
.work_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 20px;
}
.work_list .boxing {
  width: 250px;
  height: 310px;
  cursor: pointer;
}
.work_list .boxing p.thumb {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.work_list .boxing:hover p.thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}
.work_list .boxing p.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.work_list .boxing:hover p.title {
  color: #008c96;
}
.work_list .boxing p.title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* 주거시설 view */
.word_v_wrap {
  padding: 0 75px;
}
.work_view .detail_top {
  border-bottom: 1px solid #ddd;
}
.work_view img {
  max-width: 100%;
  text-align: center;
}
.work_view .dt_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
}
.work_view .dt_txt .dt_left {
  width: 310px;
}
.work_view .dt_txt .dt_left .cate {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #008c96;
  margin: 0 0 7px;
}
.work_view .dt_txt .dt_left dt {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 20px;
  margin: 0 0 5px;
}
.work_view .dt_txt .dt_left dd {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  line-height: 18px;
}
.work_view .dt_txt .dt_right {
  width: calc(100% - 310px);
  padding-left: 35px;
}
.work_view .dt_txt .dt_right th {
  font-size: 14px;
  font-weight: 400;
  color: #131313;
  line-height: 26px;
  width: 30%;
}
.work_view .dt_txt .dt_right th span {
  display: inline-block;
  text-align: justify;
  width: 51px;
}
.work_view .dt_txt .dt_right th span:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.work_view .dt_txt .dt_right td {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  line-height: 18px;
  padding: 3px 0;
}
.work_view .detail_cont {
  padding: 30px 0;
}
.work_view .detail_cont p {
  margin: 0 0 30px;
}
.work_view .detail_cont p:last-of-type {
  margin: 0;
}
.work_bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
}
.work_bottom a {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.work_bottom a:hover {
  color: #131313;
}
.work_bottom a span {
  display: inline-block;
}
.work_bottom a.prev span {
  margin: 0 34px 0 0;
}
.work_bottom a.next span {
  margin: 0 0 0 34px;
}
.list_btn {
  margin: 30px 0 0;
}
.list_btn a {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #131313;
  line-height: 50px;
  border: 1px solid #131313;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.list_btn a:hover {
  background: #131313;
  color: #fff;
}

/* 자료실 */
.board_list .div_td_list {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.board_list .div_td_list:hover {
  background-color: #f7f7f7;
}
.board_list .div_td_list .div_num {
  width: 10%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.board_list .div_td_list .div_subject {
  width: 75%;
  padding-left: 10px;
}
.board_list .div_td_list .div_subject a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_list .div_td_list .div_down {
  width: 10%;
  text-align: center;
}
.board_list .div_td_list .div_down a {
  display: block;
}
.board_list .div_td_list .div_date {
  width: 15%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  text-align: center;
}

/* 공지사항 */
.board_list .div_td_photo {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.board_list .div_td_photo:hover {
  background: #f7f7f7;
}
.board_list .div_td_photo:hover .div_photo img {
  transform: translate(-50%, -50%) scale(1.1);
}
.board_list .div_td_photo .div_photo {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.board_list .div_td_photo .div_photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.board_list .div_td_photo .div_subject {
  width: calc(100% - 40%);
  padding-left: 40px;
}
.board_list .div_td_photo .div_subject a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_list .div_td_photo .div_subject a span {
  color: #008c96;
  font-weight: 600;
}
.board_list .div_td_photo .div_date {
  width: 15%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  text-align: center;
}

/* view */
.board_view .v_title {
  padding: 30px 40px 25px 35px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board_view .v_title p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 20px;
}
.board_view .v_title p span {
  color: #008c96;
  font-weight: 600;
}
.board_view .v_title span.date {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.board_view .v_cont {
  padding: 40px 0;
}
.board_view .v_cont img {
  max-width: 100%;
}
.board_view .v_cont div.content {
  min-height: 360px;
}
.board_view .v_cont div {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
}
.down_list {
  margin-top: 60px;
}
.down_list button.file {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 17px 40px 18px;
  background-color: #fff;
  text-align: left;
}
.down_list button.file span {
  display: inline-block;
  padding: 0 0 0 36px;
  background-image: url("../images/sub/down_icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s;
}

.down_list button.file:hover span {
  color: #008c96;
  background-image: url("../images/sub/down_icon_hv.png");
}
.down_list button.file:last-of-type {
  margin: 0;
}

/******************************************************* MOBILE // *******************************************************************************/
@media screen and (max-width: 1025px) {
  #mainvisual .slideshow .item {
    height: 800px;
  }

  #sectionWrap .flex {
    max-width: 800px;
  }
  /* section01 */
  #section01 .flex {
    gap: 10px;
  }
  #section01 .flex .txtZone {
    width: calc(100% - 410px);
  }
  #section01 .flex .photoZone.fir {
    margin: 0 0 30px;
  }
  #section01 .flex .photoZone.secd {
    margin: 0 0 30px;
  }
  #section01 .flex .photoZone {
    margin-right: 0;
  }

  /* section02 */
  #section02 {
    height: auto;
    padding: 180px 0;
  }
  #section02 .flex {
    flex-wrap: wrap;
    height: auto;
  }
  #section02 .flex .txtZone {
    width: 100%;
    margin: 0 0 40px;
  }
  #section02 .flex .txtZone p {
    margin: 0 0 50px;
  }
  #section02 .flex .noticeZone {
    width: 370px;
    height: 370px;
  }
  #section02 .flex .noticeZone span.cate {
    margin: 0 0 35px;
  }

  /* leftmenu */
  #leftmenu .lnb {
    max-width: 900px;
  }

  /* sub */
  .cont {
    max-width: 900px;
  }

  h2.title_h2 {
    width: 360px;
  }
  .sub_comm .right_comm {
    width: calc(100% - 360px);
  }

  .sub_comm .flex_box {
    flex-wrap: wrap;
  }
  .sub_comm .flex_box .left {
    width: 100%;
    margin: 0 0 70px;
  }
  .sub_comm .right_comm {
    width: 100%;
  }

  /* 01_01 */
  .intro1 {
    max-width: 100%;
  }
  .intro1 p {
    word-break: keep-all;
  }

  /**/
  .service4 .right p {
    text-align: center;
  }
  .service4 ul.normal_list {
    padding: 8vw 4vw 0;
  }
  .service4 ul.normal_list li {
    margin: 4vw 0 0;
    font-size: 3.6vw;
    line-height: 1.5;
    word-break: keep-all;
  }
  .service4 ul.normal_list li:after {
    top: 2.6vw;
    transform: translate(0, 0);
  }

  /* 주거시설 */
  .work_list {
    max-width: 800px;
    margin: 0 auto;
  }
  .word_v_wrap {
    padding: 0;
  }

  /* 오시는길 */
  .map_info p.img {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  /******************* main **************************/
  /* mainvisual */
  #mainvisual .slideshow .item {
    height: 90vw;
    min-height: 90vw;
  }
  #mainvisual .slideshow .item-1 {
    background-position: 60% 50%;
  }
  #mainvisual .slideshow .item-2 {
    background-position: 30% 50%;
  }
  #mainvisual .slick-dots {
    bottom: 5vw;
  }
  .slick-dots li {
    width: 8vw;
    height: 3px;
    margin: 0 0 0 3vw;
  }
  #mainvisual .slideshow .slick-dots li button {
    width: 8vw;
    height: 3px;
  }

  /* section */
  #sectionWrap h2.title {
    font-size: 5.5vw;
    padding: 0 0 5vw;
  }
  #sectionWrap h2.title:after {
    width: 12vw;
    height: 2px;
  }
  #sectionWrap a.more {
    font-size: 3.4vw;
  }
  #sectionWrap p.normalTxt {
    font-size: 3.4vw;
    line-height: 1.5;
    word-break: keep-all;
  }

  /* section01 */
  #section01 {
    padding: 20vw 4vw;
  }
  #section01 .flex {
    flex-wrap: wrap;
    gap: 0;
  }
  #section01 .flex .txtZone h2 {
    margin: 0 0 4vw;
    padding: 0;
  }
  #section01 .flex .txtZone {
    width: 50%;
    height: 43vw;
    padding: 0 0 0 2vw;
  }
  #section01 .flex .txtZone p {
    margin: 0 0 4vw;
  }
  #section01 .flex .txtZone p br {
    display: none;
  }
  #section01 .flex .txtZone a.more {
    margin: 0 0 1vw;
  }
  #sectionWrap a.more span {
    margin-left: 1vw;
  }
  #sectionWrap a.more span img {
    max-width: 6vw;
  }
  #section01 .flex .photoZone:nth-child(2) {
    margin: 0 0 10vw;
  }
  #section01 .flex .photoZone:nth-child(3) {
    margin: 0 0 7vw;
  }
  #section01 .flex .photoZone {
    width: 50%;
    height: 43vw;
    margin: 0 0 7vw;
    padding: 0 2vw;
  }
  #section01 .flex .photoZone p {
    height: 30vw;
  }
  #section01 .flex .photoZone dl {
    margin-top: 4vw;
  }
  #section01 .flex .photoZone dl dt {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
  #section01 .flex .photoZone dl dd {
    font-size: 3.5vw;
  }

  /* section02 */
  #section02 {
    height: auto;
    /*padding:20vw 4vw;*/
    padding: 20vw 6vw;
  }
  #section02 .flex {
    height: auto;
    flex-wrap: wrap;
  }
  #section02 .flex .txtZone {
    width: 100%;
    margin: 0 0 7vw;
  }
  #section02 .flex .txtZone h2 {
    margin: 0 0 4vw;
    padding: 0 0 5vw;
  }
  #section02 .flex .txtZone p {
    margin: 0 0 4vw;
  }
  #section02 .flex .noticeZone {
    /*width:48.5%;
			height:60vw;
			padding:7vw 3vw 6vw;
		*/
    width: 100%;
    height: 35vw;
    padding: 7vw 6vw 6vw;
  }
  #section02 .flex .noticeZone span.cate {
    font-size: 3.2vw;
    margin: 0 0 5vw;
  }
  #section02 .flex .noticeZone dl {
    margin: 0 0 6vw;
  }
  #section02 .flex .noticeZone dt {
    /*height:10vw;*/
    font-size: 3.7vw;
    line-height: 1.3;
    height: auto;
    display: block;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    margin: 0 0 4vw;
  }
  #section02 .flex .noticeZone dd {
    display: none;
    font-size: 3.4vw;
    line-height: 1.4;
    height: 15vw;
  }
  #section02 .flex .noticeZone .date {
    /*font-size:3vw;*/
    font-size: 2.6vw;
  }
  #section02 .flex .noticeZone:last-of-type {
    /*margin-left:2vw;*/
    margin-left: 0;
    margin-top: 7vw;
  }

  /* sub */
  #subvisual {
    height: 50vw;
  }
  #subvisual p {
    font-size: 7vw;
    padding-bottom: 15vw;
  }

  /* leftmenu */
  #leftmenu {
    height: 11vw;
    border: none;
    overflow-y: auto;
    padding: 0 0 0 4vw;
    margin-right: 4vw;
  }
  #leftmenu .lnb .home {
    width: 12vw;
    border-left: none;
    display: none;
  }
  .lnb ul li {
    /*width:44vw;*/
    width: 30vw;
    display: none;
  }
  .lnb ul {
    width: 100%;
  }
  .lnb ul li a {
    font-size: 3.4vw;
    background-position: right 2.5vw top 50%;
    padding-left: 4vw;
    background-size: 2vw;
  }
  .lnb .on_txt {
    width: 100%;
  }
  .lnb .on_txt a {
    font-size: 3.4vw;
  }
  .lnb ul li.on_txt {
    border-right: none;
  }
  .lnb ul li ul {
    /*width:44vw;*/
    width: 30vw;
    padding: 4vw 0;
  }
  .lnb ul li ul li a {
    line-height: 2.5;
  }
  .normalLnb a.on:after,
  .normalLnb a:hover:after {
    height: 1px;
  }
  .normalLnb {
    white-space: nowrap;
  }
  #leftmenu.longLmenu {
    /*height:auto;
		padding:3vw 2vw 2vw;*/
  }

  .normalLnb.n_01 {
    padding-left: 0;
  }
  .normalLnb.n_01 a {
    min-width: auto;
    margin-left: 5vw;
  }

  .normalLnb.n_02 {
    padding-left: 0;
  }
  .normalLnb.n_02 a {
    min-width: auto;
    margin-left: 5vw;
  }
  .normalLnb.n_02 a.long1,
  .normalLnb.n_02 a.long2,
  .normalLnb.n_02 a.long3,
  .normalLnb.n_02 a.long4 {
    min-width: auto;
  }

  .normalLnb.n_03 {
    padding-left: 0;
  }
  .normalLnb.n_03 a {
    min-width: auto;
    margin-left: 5vw;
  }
  .normalLnb.n_03 a.long1,
  .normalLnb.n_03 a.long2,
  .normalLnb.n_03 a.long3 {
    min-width: auto;
  }

  .normalLnb.n_04 {
    padding-left: 0;
  }
  .normalLnb.n_04 a {
    min-width: auto;
    margin-left: 5vw;
  }

  .normalLnb.n_05 {
    padding-left: 0;
  }
  .normalLnb.n_05 a {
    padding: 0;
    min-width: auto;
  }

  /*.normalLnb.n_01 {padding-left:0;}
	.normalLnb.n_01 a {margin:0 0 0 2vw; min-width:20%;}

	.normalLnb.n_02 {padding-left:0;}
	.normalLnb.n_02 a {margin:0 0 3vw 2vw; padding:2vw 0;}
	.normalLnb.n_02 a.long1 {min-width:50%;}
	.normalLnb.n_02 a.long2 {min-width:28%;}
	.normalLnb.n_02 a.long3 {min-width:50%; margin-left:0;}
	.normalLnb.n_02 a.long4 {min-width:28%;}

	.normalLnb.n_03 {padding-left:0;}
	.normalLnb.n_03 a {min-width:19%; margin:0 0 3vw 2vw; padding:2vw 0;}
	.normalLnb.n_03 a.long1 {min-width:43%; }
	.normalLnb.n_03 a.long2 {min-width:21%;}
	.normalLnb.n_03 a.long3 {min-width:33%;}

	.normalLnb.n_04 {padding-left:0;}
	.normalLnb.n_04 a {margin:0 0 0 2vw; min-width:20%;}

	.normalLnb.n_05 {padding-left:0;}
	.normalLnb.n_05 a {padding:0; min-width:17%;}*/

  /* sub */
  .cont {
    padding: 20vw 4vw;
  }
  .cont.cont2 {
    padding: 20vw 4vw;
  }
  h2.title_h2 {
    font-size: 6vw;
    width: 100%;
    margin: 0 0 11vw;
  }
  .sub_comm {
    padding-bottom: 0;
    overflow: hidden;
  }
  .sub_comm .flex_box {
    flex-wrap: wrap;
  }
  .sub_comm .flex_box .left {
    width: 100%;
    margin: 0 0 14vw;
  }
  .sub_comm .flex_box .left h2 {
    margin: 0 0 10vw;
  }
  .sub_comm .flex_box .left h2 span {
    font-size: 3.6vw;
    margin-top: 2.5vw;
  }
  .sub_comm .flex_box .left p {
    font-size: 3.3vw;
    line-height: 1.5;
    padding: 0 0 0 4vw;
  }
  .sub_comm .flex_box .left p.long_txt.mobile {
    display: block;
  }
  .sub_comm .flex_box .left p.long_txt2.mobile {
    display: block;
  }
  .sub_comm .flex_box .left p.long_txt.pc {
    display: none;
  }
  .sub_comm .flex_box .left p.long_txt {
    font-size: 3.3vw;
    line-height: 1.5;
  }
  .sub_comm .flex_box .left p.long_txt:before {
    top: 0;
  }
  .sub_comm .flex_box .left p.long_txt:after {
    top: 0;
  }
  .sub_comm .flex_box .left p:after {
    height: 10vw;
  }
  .sub_comm .right_comm {
    width: 100%;
  }
  .list_left {
    padding-top: 0;
  }

  /* 01_01 */
  .intro1 h2 {
    font-size: 6.5vw;
    line-height: 1.5;
    margin: 0 0 15vw;
    word-break: keep-all;
  }
  .intro1 p {
    font-size: 3.6vw;
    line-height: 1.65;
    margin: 0 0 7vw;
    word-break: keep-all;
  }
  .intro1 p br {
    display: none;
  }
  .intro1 p span.mobb {
    display: block;
    line-height: 1.65;
  }
  .intro1 p.sign {
    margin-top: 14vw;
    font-size: 3.6vw;
  }
  .intro1 p.sign span {
    margin: 0 0 0 3vw;
    padding-top: 2vw;
  }
  .intro1 p.sign span img {
    max-width: 30vw;
  }

  /* 01_02 */
  .intro2 .flex {
    flex-wrap: wrap;
    margin: 0 0 20vw;
  }
  .intro2 .flex h2 {
    line-height: 1;
  }
  .intro2 .flex h2 span {
    font-size: 3.4vw;
    margin-top: 2.5vw;
  }
  .intro2 .flex .right ul li {
    font-size: 3.6vw;
    line-height: 1.5;
    margin: 6vw 0 0;
    word-break: keep-all;
  }
  .intro2 .flex .right ul li:first-child {
    margin: 0;
  }
  .intro2 .flex .right ul.line li {
    margin: 8vw 0 0;
    flex-wrap: wrap;
  }
  .intro2 .flex .right ul.line li strong {
    width: 100%;
    display: block;
    margin: 0 0 3vw;
  }
  .intro2 .flex .right ul.line li span {
    display: block;
    width: 100%;
    line-height: 1.5;
    word-break: keep-all;
  }
  .intro2 .flex .right dl {
    margin-top: 10vw;
  }
  .intro2 .flex .right dl dt {
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
  .intro2 .flex .right dl dd {
    font-size: 3.6vw;
    line-height: 1.5;
    margin: 0 0 5vw;
    padding: 0 0 0 3vw;
    word-break: keep-all;
  }
  .intro2 .flex .right dl dd:after {
    top: 2.7vw;
    transform: translate(0, 0);
  }

  /* 01_03 */
  .intro3 h2 {
    font-size: 6vw;
    margin: 0 0 10vw;
  }
  .intro3 h2 span {
    font-size: 3.4vw;
    margin-top: 2.5vw;
  }
  .intro3 p.img img {
    max-width: 100%;
  }

  /* 02_01 */
  .service1 .right {
    gap: 2vw;
  }
  .service1 .right dl {
    /*width:45vw;*/
    width: 48.7%;
    height: 45vw;
    padding: 8vw 5vw 0 5vw;
  }
  .service1 .right dl dt {
    font-size: 6vw;
    margin: 0 0 7vw;
  }
  .service1 .right dl dd {
    font-size: 4vw;
    line-height: 1.5;
  }
  .service1 .right dl.box3 dd br {
    display: block;
  }
  .service1 .right dl dd br {
    display: none;
  }

  /* 02_02 */
  .service2 .right div {
    height: auto;
    padding: 8vw 5vw 7vw;
    flex-wrap: wrap;
    position: relative;
  }
  .service2 .right div p {
    font-size: 6vw;
    width: 100%;
    margin: 0 0 2vw;
    position: absolute;
    top: 9vw;
    left: 5vw;
  }
  .service2 .right div dl {
    width: 100%;
    flex-wrap: wrap;
  }
  .service2 .right div dl dt,
  .service2 .right div dl dd {
    width: 100%;
  }
  .service2 .right div dl dt {
    font-size: 5vw;
    margin: 0 0 5vw;
    padding-left: 10vw;
    line-height: 1.5;
  }
  .service2 .right div dt span {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
  .service2 .right div dd {
    font-size: 3.6vw;
    line-height: 1.5;
    word-break: keep-all;
    margin-top: 0;
  }
  .service2 .right div dd br {
    display: none;
  }
  .service2 .right div dd span {
    margin-top: 7vw;
  }

  /* 02_03 */
  .service3 .right .box {
    flex-wrap: wrap;
    margin: 0 0 7vw;
    border-top: none;
    border-bottom: none;
  }
  .service3 .right .box p {
    width: 100%;
  }
  .service3 .right .box p img {
    max-width: 60%;
  }
  .service3 .right .box dl {
    width: 100%;
    padding: 10vw 0;
  }
  .service3 .right .box dl dt {
    font-size: 4.8vw;
    margin: 0 0 6vw;
  }
  .service3 .right .box dl dd {
    font-size: 3.6vw;
    line-height: 1.6;
    margin: 0 0 6vw;
    word-break: keep-all;
  }
  .service3 .right .box dl dd br {
    display: none;
  }
  .service3 .right .box.box1 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10vw;
  }
  .service3 .right .box.box1 dl {
    padding: 10vw 0;
  }
  .service3 .right .box2 p {
    order: 1;
    text-align: right;
  }
  .service3 .right .box2 dl {
    text-align: right;
  }

  /* 02_04 */
  .service4 .right p img {
    max-width: 100%;
  }
  .service4 .right .box {
    flex-wrap: wrap;
  }
  .service4 .right .box dl {
    height: auto;
    width: 100%;
    padding: 10vw 0;
  }
  .service4 .right .box dl:last-of-type {
    border-left: none;
    border-top: 1px solid #eee;
  }
  .service4 .right .box dl dt {
    font-size: 4.8vw;
    margin: 0 0 8vw;
  }
  .service4 .right .box dl dd {
    font-size: 3.6vw;
    line-height: 1.6;
  }

  /* 05_01 */
  .map_info .img img {
    max-width: 100%;
  }
  .map_info .map_icon {
    margin: 0 0 16vw;
  }
  .map_info .map_icon li {
    height: 15vw;
  }
  .map_info .map_icon li:after {
    height: 10vw;
  }
  .map_info .map_icon li a {
    font-size: 3.6vw;
  }
  .map_info .map_icon li span {
    margin-right: 2vw;
  }
  .map_info .map_icon li span img {
    max-width: 7vw;
  }
  .map_info .map_detail {
    padding: 0 0 16vw 0;
  }
  .map_info .map_detail h3 {
    font-size: 5vw;
    margin: 0 0 10vw;
  }
  .map_info .map_detail .top_d {
    margin: 0 0 0 6vw;
  }
  .map_info .map_detail p {
    font-size: 3.5vw;
    margin: 0 0 7.5vw;
    line-height: 1.8;
    padding-top: 6.6vw;
  }
  .map_info .map_detail .tit_d {
    margin: 0 0 0.9vw;
  }
  .map_info .map_detail p span {
    display: block;
  }
  .map_info .map_detail ul {
  }
  .map_info .map_detail ul li {
    font-size: 3.5vw;
    margin: 3vw 0 0;
  }
  .map_info .map_detail ul li strong {
    width: 20vw;
  }

  /* 검색 */
  .search_top {
    margin: 0 0 7vw;
  }
  .search_top p {
    width: 40%;
    padding: 0 0 1vw;
  }
  .search_top p input[type="text"] {
    width: 27vw;
    font-size: 3.4vw;
  }
  .search_top input::placeholder {
    font-size: 3.4vw;
  }
  .search_top input[type="button"] {
    width: 4vw;
    height: 4vw;
    background-size: contain;
  }

  /* paginate */
  .pager {
    padding: 15vw 0 0;
  }
  .pager .direction {
    padding-top: 0.5vw;
  }
  .pager .direction.prev {
    margin-right: 3vw;
  }
  .pager .direction.next {
    margin-left: 3vw;
  }
  .pager .pageBtn strong {
    font-size: 3.8vw;
    margin: 0 4vw;
  }
  .pager .pageBtn a {
    font-size: 3.7vw;
    margin: 0 4vw;
  }

  /* 주거시설 list */
  .work_list {
    gap: 0 2vw;
  }
  .work_list .boxing {
    /*width:45vw;*/
    width: 48.8%;
    height: 56vw;
  }
  .work_list .boxing p.thumb {
    height: 45vw;
  }
  .work_list .boxing p.title {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 5vw;
  }

  /* 주거시설 view */
  .word_v_wrap {
    padding: 0;
  }
  .work_view .dt_txt {
    flex-wrap: wrap;
    padding: 8vw 4vw;
  }
  .work_view .dt_txt .dt_left {
    width: 100%;
  }
  .work_view .dt_txt .dt_right {
    width: 100%;
    padding-left: 0;
    margin-top: 7vw;
  }
  .work_view .dt_txt .dt_left .cate {
    font-size: 3.4vw;
    margin: 0 0 1vw;
  }
  .work_view .dt_txt .dt_left dt {
    font-size: 4vw;
    line-height: 1.3;
    margin: 0 0 1vw;
  }
  .work_view .dt_txt .dt_left dd {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  .work_view .dt_txt .dt_right th {
    font-size: 3.4vw;
    line-height: 1.5;
    text-align: left;
    width: 22%;
  }
  .work_view .dt_txt .dt_right th span {
    width: 13vw;
  }
  .work_view .dt_txt .dt_right th span.lter {
    letter-spacing: 0.01em;
  }
  .work_view .dt_txt .dt_right td {
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 1vw 0;
  }
  .dt_right > td {
    padding: 3vw 0;
  }
  .work_view .detail_cont {
    padding: 7vw 0;
  }
  .work_view .detail_cont p {
    margin: 0 0 6vw;
  }
  .work_bottom {
    padding: 0 4vw;
    height: 13vw;
  }
  .work_bottom a {
    font-size: 3.5vw;
  }
  .work_bottom a.prev span {
    margin: 0 4vw 0 0;
  }
  .work_bottom a.next span {
    margin: 0 0 0 4vw;
  }

  .list_btn {
    margin: 7vw 0 0;
  }
  .list_btn a {
    width: 40vw;
    height: 12vw;
    font-size: 3.6vw;
    line-height: 3.2;
  }

  .board_zone h2.title_h2 {
    margin: 0 !important;
  }

  /* 자료실 */
  .board_list .div_td_list {
    height: 14vw;
  }
  .board_list .div_td_list .div_num {
    font-size: 3.6vw;
  }
  .board_list .div_td_list .div_subject {
    width: calc(100% - 40%);
    padding-left: 3vw;
  }
  .board_list .div_td_list .div_subject a {
    font-size: 3.5vw;
  }
  .board_list .div_td_list .div_date {
    font-size: 3vw;
  }
  .board_list .div_td_list .div_down a img {
    width: 3vw;
  }

  /* 공지사항 */
  .board_list .div_td_photo {
    padding: 2vw 0;
  }
  .board_list .div_td_photo .div_photo {
    width: 20vw;
    height: 20vw;
  }
  .board_list .div_td_photo .div_subject {
    padding: 0 3vw;
  }
  .board_list .div_td_photo .div_subject a {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .board_list .div_td_photo .div_date {
    font-size: 3vw;
  }

  /* view */
  .board_view .v_title {
    padding: 4vw;
  }
  .board_view .v_title p {
    font-size: 3.5vw;
    line-height: 1.3;
    width: 75%;
    word-break: keep-all;
  }
  .board_view .v_title span.date {
    font-size: 3vw;
  }
  .board_view .v_cont {
    padding: 7vw 0;
  }
  .board_view .v_cont p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .down_list {
    margin-top: 10vw;
  }
  .down_list a.file {
    padding: 4vw;
  }
  .down_list a.file span {
    padding: 0 0 0 6vw;
    line-height: 1.5;
    font-size: 3.3vw;
    background-size: 3vw;
  }
}
