@charset "UTF-8";
.a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.safe-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  margin-top: -150px;
  background: url("/resources/seoulsafe/images/main/main_v1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.safe-visual .visual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1872px;
  margin: 0 auto;
  padding: 0 170px;
}
.safe-visual .visual-content > p {
  margin-top: 40px;
  letter-spacing: -1px;
  font-size: 67px;
  line-height: 86px;
  color: #23382b;
  font-weight: 300;
  font-family: "Noto Sans KR", serif;
}
.safe-visual .visual-content > strong {
  margin-top: 45px;
  font-size: 24px;
  color: #23382b;
  font-weight: 700;
}
.safe-visual .visual-content > strong + .button-round {
  margin-top: 72px;
}
.safe-visual .visual-content .button-round {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.button-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 33px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 700;
}
.button-round.arrow {
  min-width: 300px;
  color: #fff;
  background: #df1f7e url("/resources/seoulsafe/images/main/icon-arrow-right.png") no-repeat right 38px top 50%;
}

.safe-content {
  padding: 102px 0 96px;
  max-width: 1450px;
  margin: 0 auto;
}
.safe-content > strong {
  display: block;
  text-align: center;
  font-family: "SCoreDream", serif;
  font-size: 60px;
  color: #1d1c1c;
  line-height: 80px;
  font-weight: 800;
}
.safe-content > strong > span {
  margin-left: 12px;
  font-family: "Noto Sans KR", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #222;
}
.safe-content .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 70px;
}
.safe-content .content-wrap a {
  display: block;
}
.safe-content .left strong,
.safe-content .right strong {
  display: block;
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 65px;
  font-weight: 800;
}
.safe-content .left p,
.safe-content .right p {
  margin-top: 37px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: bold;
}
.safe-content .left {
  width: 650px;
}
.safe-content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.safe-content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.safe-content .items li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.safe-content .img-wrap {
  display: block;
  border-radius: 20px;
}
.safe-content .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.safe-map {
  display: grid;
  grid-template-columns: 696px auto;
  grid-template-rows: 64px auto 1fr;
  position: relative;
  max-width: 1900px;
  min-height: 880px;
  margin: 0 auto;
  padding: 125px 298px 0 50px;
  background: url("/resources/seoulsafe/images/main/bg-location.png") no-repeat 356px 100%;
}
.safe-map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 1px;
  background-color: #e4e4e4;
}
.safe-map .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 24px;
}
.safe-map .search-wrap label {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.safe-map .search-wrap input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 470px;
  padding: 22px 25px;
  border-radius: 20px;
  font-size: 16px;
  background: #f8f8f8 url("/resources/seoulsafe/images/main/icon-search.png") no-repeat top 50% right 25px;
}
.safe-map .search-wrap input[type=search]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.safe-map .search-wrap input[type=search]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.safe-map .search-wrap input[type=search]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.safe-map .search-wrap input[type=search]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.safe-map .search-wrap input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.safe-map .mobile-select {
  display: none;
}
.safe-map .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  margin-top: 146px;
  padding-left: 77px;
}
.safe-map .panel-title:before {
  content: "";
  position: absolute;
  top: -130px;
  left: 77px;
  width: 126px;
  height: 98px;
  background: url("/resources/seoulsafe/images/main/icon-seoul.png") no-repeat 0 0;
}
.safe-map .panel-title strong {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-family: 'SBAggro', serif;
  font-weight: 700;
}
.safe-map .panel-title p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.safe-map .panel-title .button-refresh {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 37px;
  height: 37px;
  background: transparent url("/resources/seoulsafe/images/main/icon-refresh.png") no-repeat 50% 50%;
  margin-left: auto;
}
.safe-map .panels {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 35px;
  padding-left: 77px;
}
.safe-map .panel {
  position: relative;
  z-index: 1;
}
.safe-map .panel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 18px;
}
.safe-map .panel li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  padding: 0 20px;
}
.safe-map .panel li strong {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.safe-map .panel li span {
  font-size: 20px;
  font-weight: 700;
  color: #eb4a1f;
}
.safe-map .bottom > strong {
  display: block;
  margin: 36px 0 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans KR", serif;
  font-weight: 700;
}
.safe-map .buttons {
  position: relative;
  grid-row: 1/4;
  height: 656px;
  background: url("/resources/seoulsafe/images/main/map.png") no-repeat 0 0;
}
.safe-map .buttons:has(.loc1[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc1.png") no-repeat 50% 50%;
  top: 379px;
  left: 430px;
  width: 232px;
  height: 229px;
}
.safe-map .buttons:has(.loc2[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc2.png") no-repeat 50% 50%;
  top: 288px;
  left: 592px;
  width: 118px;
  height: 148px;
}
.safe-map .buttons:has(.loc3[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc3.png") no-repeat 50% 50%;
  top: 59px;
  left: 379px;
  width: 115px;
  height: 107px;
}
.safe-map .buttons:has(.loc4[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc4.png") no-repeat 50% 50%;
  top: 209px;
  left: -9px;
  width: 237px;
  height: 215px;
}
.safe-map .buttons:has(.loc5[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc5.png") no-repeat 50% 50%;
  top: 485px;
  left: 247px;
  width: 164px;
  height: 166px;
}
.safe-map .buttons:has(.loc6[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc6.png") no-repeat 50% 50%;
  top: 257px;
  left: 510px;
  width: 98px;
  height: 148px;
}
.safe-map .buttons:has(.loc7[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc7.png") no-repeat 50% 50%;
  top: 424px;
  left: 73px;
  width: 196px;
  height: 153px;
}
.safe-map .buttons:has(.loc8[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc8.png") no-repeat 50% 50%;
  top: 519px;
  left: 174px;
  width: 120px;
  height: 134px;
}
.safe-map .buttons:has(.loc9[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc9.png") no-repeat 50% 50%;
  top: -3px;
  left: 473px;
  width: 128px;
  height: 190px;
}
.safe-map .buttons:has(.loc10[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc10.png") no-repeat 50% 50%;
  top: -10px;
  left: 393px;
  width: 124px;
  height: 168px;
}
.safe-map .buttons:has(.loc11[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc11.png") no-repeat 50% 50%;
  top: 220px;
  left: 436px;
  width: 124px;
  height: 112px;
}
.safe-map .buttons:has(.loc12[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc12.png") no-repeat 50% 50%;
  top: 407px;
  left: 274px;
  width: 138px;
  height: 151px;
}
.safe-map .buttons:has(.loc13[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc13.png") no-repeat 50% 50%;
  top: 233px;
  left: 165px;
  width: 210px;
  height: 174px;
}
.safe-map .buttons:has(.loc14[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc14.png") no-repeat 50% 50%;
  top: 213px;
  left: 257px;
  width: 134px;
  height: 135px;
}
.safe-map .buttons:has(.loc15[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc15.png") no-repeat 50% 50%;
  top: 402px;
  left: 377px;
  width: 214px;
  height: 274px;
}
.safe-map .buttons:has(.loc16[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc16.png") no-repeat 50% 50%;
  top: 293px;
  left: 440px;
  width: 128px;
  height: 129px;
}
.safe-map .buttons:has(.loc17[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc17.png") no-repeat 50% 50%;
  top: 101px;
  left: 380px;
  width: 159px;
  height: 171px;
}
.safe-map .buttons:has(.loc18[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc18.png") no-repeat 50% 50%;
  top: 329px;
  left: 525px;
  width: 151px;
  height: 217px;
}
.safe-map .buttons:has(.loc19[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc19.png") no-repeat 50% 50%;
  top: 351px;
  left: 84px;
  width: 142px;
  height: 123px;
}
.safe-map .buttons:has(.loc20[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc20.png") no-repeat 50% 50%;
  top: 349px;
  left: 188px;
  width: 125px;
  height: 183px;
}
.safe-map .buttons:has(.loc21[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc21.png") no-repeat 50% 50%;
  top: 314px;
  left: 328px;
  width: 144px;
  height: 125px;
}
.safe-map .buttons:has(.loc22[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc22.png") no-repeat 50% 50%;
  top: 89px;
  left: 223px;
  width: 155px;
  height: 209px;
}
.safe-map .buttons:has(.loc23[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc23.png") no-repeat 50% 50%;
  top: 137px;
  left: 335px;
  width: 135px;
  height: 171px;
}
.safe-map .buttons:has(.loc24[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc24.png") no-repeat 50% 50%;
  top: 260px;
  left: 357px;
  width: 127px;
  height: 95px;
}
.safe-map .buttons:has(.loc25[aria-selected=true]):before {
  content: "";
  position: absolute;
  background: url("/resources/seoulsafe/images/main/loc25.png") no-repeat 50% 50%;
  top: 136px;
  left: 501px;
  width: 115px;
  height: 162px;
}
.safe-map .buttons button {
  position: absolute;
  font-family: "EliceDigitalBaeum", serif;
  font-size: 16px;
  font-weight: bold;
}
.safe-map .buttons button.loc0 {
  display: none;
}
.safe-map .buttons button:not(.loc0)[aria-selected=true] {
  color: #fff;
}
.safe-map .buttons .loc1 {
  top: 485px;
  left: 504px;
}
.safe-map .buttons .loc2 {
  top: 335px;
  left: 631px;
}
.safe-map .buttons .loc3 {
  top: 104px;
  left: 412px;
}
.safe-map .buttons .loc4 {
  top: 318px;
  left: 78px;
}
.safe-map .buttons .loc5 {
  top: 544px;
  left: 298px;
}
.safe-map .buttons .loc6 {
  top: 313px;
  left: 530px;
}
.safe-map .buttons .loc7 {
  top: 466px;
  left: 160px;
}
.safe-map .buttons .loc8 {
  top: 572px;
  left: 214px;
}
.safe-map .buttons .loc9 {
  top: 102px;
  left: 508px;
}
.safe-map .buttons .loc10 {
  top: 52px;
  left: 431px;
}
.safe-map .buttons .loc11 {
  top: 264px;
  left: 465px;
}
.safe-map .buttons .loc12 {
  top: 458px;
  left: 316px;
}
.safe-map .buttons .loc13 {
  top: 303px;
  left: 239px;
}
.safe-map .buttons .loc14 {
  top: 277px;
  left: 306px;
}
.safe-map .buttons .loc15 {
  top: 513px;
  left: 413px;
}
.safe-map .buttons .loc16 {
  top: 334px;
  left: 469px;
}
.safe-map .buttons .loc17 {
  top: 189px;
  left: 440px;
}
.safe-map .buttons .loc18 {
  top: 427px;
  left: 575px;
}
.safe-map .buttons .loc19 {
  top: 416px;
  left: 130px;
}
.safe-map .buttons .loc20 {
  top: 424px;
  left: 225px;
}
.safe-map .buttons .loc21 {
  top: 355px;
  left: 372px;
}
.safe-map .buttons .loc22 {
  top: 184px;
  left: 272px;
}
.safe-map .buttons .loc23 {
  top: 179px;
  left: 354px;
}
.safe-map .buttons .loc24 {
  top: 289px;
  left: 405px;
}
.safe-map .buttons .loc25 {
  top: 212px;
  left: 537px;
}

.safe-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 114px 0 90px;
  margin: 0 auto;
  background-color: #f7fcfb;
}
.safe-service .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 445px;
          flex: 0 0 445px;
  position: relative;
  text-align: right;
}
.safe-service .left:before {
  content: "";
  position: absolute;
  top: 201px;
  left: -66px;
  width: 560px;
  height: 360px;
  background: url("/resources/seoulsafe/images/main/visual-cell.png") no-repeat;
}
.safe-service .left strong {
  font-family: 'SBAggro', serif;
  font-size: 44px;
  line-height: 54px;
  color: #222;
  font-weight: 500;
}
.safe-service .right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1005px;
          flex: 0 0 1005px;
  padding-left: 206px;
  gap: 90px 0;
}
.safe-service .right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.safe-service .right .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 171px;
          flex: 0 0 171px;
  width: 171px;
  -webkit-box-shadow: 0 0 10px 5px rgba(151, 223, 209, 0.35);
          box-shadow: 0 0 10px 5px rgba(151, 223, 209, 0.35);
  border-radius: 100px;
  background-color: #fff;
}
.safe-service .right strong {
  font-size: 22px;
  color: #333;
}

.safe-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 66px;
  max-width: 1450px;
  margin: 0 auto;
  padding: 114px 0 143px;
}
.safe-archive .left > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  font-size: 44px;
  font-family: 'SBAggro', serif;
  font-weight: 500;
}
.safe-archive .left .link-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 45px;
  background: url("/resources/seoulsafe/images/main/icon-more.png") no-repeat 50% 50%;
}
.safe-archive .left > p {
  margin-top: 29px;
  font-size: 19px;
  line-height: 28px;
  color: #222;
}
.safe-archive .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 42px;
}
.safe-archive .items li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.safe-archive .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.safe-archive .items .desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  gap: 17px;
  padding: 26px 30px 37px;
  border: 1px solid #dbdbdb;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.safe-archive .items strong {
  font-size: 23px;
  color: #000;
  line-height: 33px;
}
.safe-archive .items p {
  font-size: 15px;
  line-height: 22px;
  color: #222;
}
.safe-archive .items .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.safe-archive .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  position: relative;
}
.safe-archive .swiper {
  overflow: hidden;
  width: 410px;
  border-radius: 20px;
}
.safe-archive .swiper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.safe-archive .swiper li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 410px;
}
.safe-archive .swiper .img-wrap {
  display: block;
}
.safe-archive .swiper .img-wrap img {
  width: 100%;
  height: auto;
}
.safe-archive .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 31px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.safe-archive .controls .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.safe-archive .controls .index > span {
  font-size: 14px;
  color: #313131;
  font-weight: 700;
}
.safe-archive .controls .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position:revert;
}
.safe-archive .controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #cbcbcb;
}
.safe-archive .controls .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #df1f7e;
}
.safe-archive .controls .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.safe-archive .controls .buttons[data-state=stop] .button-stop {
  display: none;
}
.safe-archive .controls .buttons[data-state=play] .button-play {
  display: none;
}
.safe-archive .controls .buttons button {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #df1f7e;
}
.safe-archive .controls .buttons .button-stop {
  background: #df1f7e url("/resources/seoulsafe/images/main/icon-pause.png") no-repeat 50% 50%;
}
.safe-archive .controls .buttons .button-play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
* header
 */

@media (max-width: 1894px){
  .safe-map {
    padding-right: 50px;
  }
}
@media (max-width: 1456px){
  .safe-map {
    padding-right: 30px;
  }
  .safe-map .search-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .safe-map .panel-title {
    padding-left: 20px;
  }
  .safe-map .panel-title:before {
    left: 20px;
  }
  .safe-map .panels {
    padding-left: 20px;
  }
}
@media (max-width: 1449px){
  .safe-content {
    padding: 7.0344827586vw 0 6.6206896552vw;
  }
  .safe-content .content-wrap {
    gap: 2.7586206897vw;
    margin-top: 4.8275862069vw;
  }
  .safe-content .left strong,
  .safe-content .right strong {
    margin-bottom: 2.4137931034vw;
  }
  .safe-content .left p,
  .safe-content .right p {
    margin-top: 2.5517241379vw;
  }
  .safe-content .left {
    width: 44.8275862069vw;
  }
  .safe-content .items {
    gap: 2.7586206897vw;
  }
  .safe-service {
    padding: 7.8620689655vw 0 6.2068965517vw;
  }
  .safe-service .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.6896551724vw;
            flex: 0 0 30.6896551724vw;
  }
  .safe-service .left:before {
    top: 13.8620689655vw;
  }
  .safe-service .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.3103448276vw;
            flex: 0 0 69.3103448276vw;
  }
}
@media (max-width: 1371px){
  .safe-map .panel-title {
    display: none;
  }
  .safe-map .panels {
    margin-top: 50px;
  }
}
@media (max-width: 1199px){
  .safe-visual {
    background: url("/resources/seoulsafe/images/main/visual-mobile.jpg") no-repeat 50% 100%;
    background-size: cover;
  }
  .safe-visual .logo-wrap {
    max-width: 233px;
    height: auto;
  }
  .safe-visual .logo-wrap img {
    width: 100%;
    height: auto;
  }
  .safe-visual .visual-content {
    max-width: 100%;
    padding: 0 33px 0;
  }
  .safe-visual .visual-content > p {
    margin-top: 16px;
    font-size: 30px;
    line-height: 40px;
  }
  .safe-visual .visual-content > strong {
    font-size: 16px;
    margin-top: 13px;
  }
  .safe-visual .visual-content > strong + .button-round {
    margin-top: 23px;
  }
  .button-round {
    padding: 12px 18.5px;
    font-size: 14px;
    line-height: 15.5px;
  }
  .button-round.arrow {
    min-width: 150px;
    background-size: auto 6px;
    background-position: right 18.5px top 50%;
  }
  .safe-content {
    padding: 41px 12.5px 25px;
  }
  .safe-content > strong {
    font-size: 27.5px;
    line-height: 40px;
  }
  .safe-content > strong > span {
    margin-left: 5.5px;
    font-size: 13px;
  }
  .safe-content .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 21.5px;
  }
  .safe-content .left strong,
  .safe-content .right strong {
    margin-bottom: 15px;
    font-size: 17.5px;
    line-height: 32.5px;
  }
  .safe-content .left p,
  .safe-content .right p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
  }
  .safe-content .left {
    width: 100%;
  }
  .safe-content .items {
    width: 100%;
    gap: 20px;
  }
  .safe-content .img-wrap {
    width: 100%;
  }
  .safe-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    padding: 113.5px 12.5px 0;
    background: #16b58f url("/resources/seoulsafe/images/main/bg-wave-mobile.png") no-repeat 0 0;
    background-size: 100% 65px;
  }
  .safe-map:before {
    display: none;
  }
  .safe-map .search-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 11.5px;
  }
  .safe-map .search-wrap label {
    display: none;
  }
  .safe-map .search-wrap input[type=search] {
    max-width: 100%;
    padding: 13px 37.5px 13px 13.5px;
    font-size: 14px;
    border-radius: 10px;
    background: #f8f8f8 url("/resources/seoulsafe/images/main/icon-search-m.png") no-repeat top 50% right 14.5px;
    background-size: 18px auto;
  }
  .safe-map .mobile-select {
    display: block;
    margin-top: 17.5px;
  }
  .safe-map .mobile-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 13px 0 13px 13.5px;
    background: #f8f8f8 url("/resources/seoulsafe/images/main/icon-select.png") no-repeat right 15.5px top 50%;
    background-size: 13px auto;
    font-size: 14px;
    font-weight: 600;
    font-family: "Pretendard", serif;
  }
  .safe-map .panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 49px;
    padding-left: 0;
  }
  .safe-map .panel-title:before {
    top: -64.5px;
    left: 0;
    width: 63px;
    height: 49px;
    background-size: 100% auto;
  }
  .safe-map .panel-title p {
    display: none;
  }
  .safe-map .panel-title .button-refresh {
    width: 23.5px;
    height: 23.5px;
    background-size: 100% auto;
  }
  .safe-map .panels {
    position: relative;
    margin-top: 23.5px;
    padding: 21px 0 36px;
  }
  .safe-map .panels:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 100vw;
    height: 1px;
    background-color: #a0f2de;
  }
  .safe-map .panel .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }
  .safe-map .panel li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 32px;
    padding: 10px 21.5px;
  }
  .safe-map .panel li strong {
    font-size: 13px;
  }
  .safe-map .panel li span {
    font-size: 16px;
  }
  .safe-map .bottom > strong {
    margin: 40px 0 18px;
    font-size: 17.5px;
    line-height: 27px;
  }
  .safe-map .buttons {
    display: none;
  }
  .safe-service {
    gap: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 52.5px 12.5px 52.5px;
  }
  .safe-service .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 8px;
    text-align: left;
  }
  .safe-service .left:before {
    display: none;
  }
  .safe-service .right {
    padding-left: 0;
  }
  .safe-service .right .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
  }
  .safe-service .right .img-wrap a {
   width:40px;
  }
  .safe-service .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .safe-service .right strong {
    font-size: 23.5px;
  }
  .safe-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 31.5px;
    padding: 41px 12.5px 113px;
  }
  .safe-archive .left {
    width: 100%;
  }
  .safe-archive .left > strong {
    gap: 16.5px;
    font-size: 22px;
  }
  .safe-archive .left .link-more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5px;
            flex: 0 0 22.5px;
    width: 22.5px;
    height: 22.5px;
    background-size: 100% auto;
  }
  .safe-archive .left > p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 17.5px;
  }
  .safe-archive .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22.5px;
    margin-top: 31px;
  }
  .safe-archive .items .desc-wrap {
    gap: 8px;
    padding: 19.5px 10px 22px;
  }
  .safe-archive .items strong {
    font-size: 21px;
    line-height: 32.5px;
  }
  .safe-archive .items p {
    font-size: 14px;
    line-height: 17.5px;
  }
  .safe-archive .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .safe-archive .swiper {
    width: 100%;
  }
}
@media (max-width: 568px){
	.safe-visual .visual-content {
	margin-top: 0;
	padding-top: 56px;
	}
}
