@charset "utf-8";
@font-face {
  font-family: 'Cafe24Ssurround';
  src: url('../font/Cafe24Ssurround.woff');
}
@font-face {
  font-family: 'SpoqaHanSans';
  src: url('../font/SpoqaHanSansNeo-Regular.woff');
}
@font-face {
  font-family: 'NotoSansKR-Bold';
  src: url('../font/NotoSansKR-Bold.woff');
}
@font-face {
  font-family: 'NotoSansKR-Regular';
  src: url('../font/NotoSansKR-Regular.woff');
}
@font-face {
  font-family: 'NotoSansKR-Medium';
  src: url('../font/NotoSansKR-Medium.woff');
}
@font-face {
  font-family: 'NotoSansKR-Light';
  src: url('../font/NotoSansKR-Light.woff');
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'NanumSquare';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  letter-spacing: -0.04em;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}

#line_add {
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #358aff;
}

html {
  overflow-y: scroll;
}
body {
  word-break: break-all;
  -ms-word-break: break-all;
  word-break: keep-all;
  word-wrap: break-word;
}
img,
fieldset,
iframe {
  border: 0 none;
}
input[type='checkbox'] {
  border: 0 none;
}
input::-ms-clear {
  display: none;
}
input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
  display: none;
}

ul,
ol {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a,
img,
button,
input {
  selector-dummy: expression(this.hideFocus=true);
}
a,
img,
button,
input {
  outline: none;
  selector-dummy: expression(this.hideFocus=true);
}
img {
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure {
  display: block;
  margin: 0;
  padding: 0;
} /* html5 tags */
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.trans03 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clear {
  display: block;
  float: none;
  clear: both;
  height: 0;
  width: 100%;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

/* font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; */

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header_wrap .header_box {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
  padding-top: 61px;
  padding-bottom: 10px;
}
.header_wrap .header_box.main {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
.header_wrap .header_box .logo {
  display: block;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.header_wrap .header_box .logo .logo_img {
  width: 57.4px;
  height: 57.4px;
}
.header_wrap .header_box .logo .logo_text {
  width: 113.1px;
  height: 28px;
  margin-left: 15.5px;
}
.header_wrap .header_box .menu_wrap {
  margin-left: 25%;
}
.header_wrap .header_box .menu_wrap ul {
  display: flex;
}
.header_wrap .header_box .menu_wrap ul li {
  margin-right: 65px;
}
.header_wrap .header_box .menu_wrap ul li a {
  position: relative;
  font-size: 24px;
  color: #222222;
  font-family: 'Cafe24Ssurround';
}
.header_wrap .header_box .menu_wrap ul li a:after {
  opacity: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #222222;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_wrap .header_box .menu_wrap ul li a:hover:after {
  opacity: 1;
}

#TopButton {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #ffffff;
  position: fixed;
  bottom: 50px;
  right: 70px;
  z-index: 90;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
#TopButton .top_button_arrow {
  width: 25px;
  height: 34px;
}
.kakao_talk {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #fee404;
  position: fixed;
  bottom: 143px;
  right: 70px;
  z-index: 90;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.kakao_talk img {
  width: 41.5px;
  object-fit: fill;
}

.footer_wrap {
  position: relative;
  background: #f7f7f7;
  height: 246px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer_wrap .category {
  display: flex;
  flex-direction: row;
  margin-top: 44.5px;
}
.footer_wrap .category a {
  font-family: 'NotoSansKR-Medium';
  font-size: 21px;
  color: #444444;
  margin-right: 100px;
}
.footer_wrap .category p {
  font-family: 'NotoSansKR-Medium';
  font-size: 21px;
  color: #444444;
  margin-right: 100px;
}
.footer_wrap .category .terms_of_service_menu {
  width: 204px;
  height: 107px;
  border-radius: 19px;
  background-color: #ffffff;
  position: absolute;
  margin-top: 37.5px;
  margin-left: 280px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
.footer_wrap .category #terms_of_service_btn:hover {
  font-weight: bold;
  cursor: pointer;
}
.footer_wrap .category .terms_of_service_menu a {
  font-family: 'NotoSansKR-Medium';
  font-size: 17px;
  color: #8f8f8f;
  width: 100%;
  float: left;
  text-align: center;
}
.footer_wrap .category .terms_of_service_menu .terms_of_service_menu_text {
  margin-top: 17px;
}
.footer_wrap .corp {
  font-family: 'NotoSansKR-Medium';
  font-size: 17px;
  color: #8f8f8f;
  margin-left: 237px;
  margin-top: 44.5px;
}

/* .footer_wrap .p1{margin-bottom:10px;font-size:15px;}
.footer_wrap .p1 span{font-family: 'NanumSquareExtraBold';}
.footer_wrap .p1 em{display:inline-block;width:20px}
.footer_wrap .p2{font-size:15px;font-family: 'NanumSquareExtraBold';}
.footer_wrap .sns_box{display:flex;align-items:center;justify-content: center;margin:35px 0;}
.footer_wrap .sns_box a{display:block;width:34px;margin:0 5px}
.footer_wrap .sns_box a img{width:100%} */

/* 메인 */
.main_wrap .sec1 {
  position: relative;
}
.main_wrap .sec1 img {
  width: 100%;
  height: 875px;
}
.main_wrap .sec1 .box {
  position: absolute;
  z-index: 10;
  left: 22%;
  top: 50%;
  margin-top: -100px;
}
.main_wrap .sec1 .box .title {
  font-size: 28px;
  color: black;
  font-family: 'SpoqaHanSans';
}
.main_wrap .sec1 .box .title span {
  font-family: 'Cafe24Ssurround';
  display: block;
  font-size: 49px;
  color: black;
  margin-bottom: 10px;
  letter-spacing: -1.96px;
}
.main_wrap .sec1 .box .app_url {
  display: flex;
  flex-direction: row;
}
.main_wrap .sec1 .box .app_url a {
  margin-top: 35px;
  border-radius: 30px;
  background: #ffffff;
  height: 58px;
  width: 181px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec1 .box .app_url a .google_play {
  width: 140px;
  height: 32px;
}
.main_wrap .sec1 .box .app_url a .app_store {
  width: 123px;
  height: 31px;
}

.main_wrap .sec2 {
  height: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_wrap .sec2 .sec2_img_box {
  width: 134px;
  height: 134px;
  border-radius: 28px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec2 .sec2_img_box img {
  width: 76px;
  height: 76px;
}
.main_wrap .sec2 .sec2_text_box {
  margin-top: 60px;
  text-align: center;
}
.main_wrap .sec2 .sec2_text_box p {
  font-family: 'NotoSansKR-Bold';
  font-size: 43px;
  color: #b1d2ff;
}
.main_wrap .sec2 .sec2_text_box p span {
  font-family: 'NotoSansKR-Bold';
  font-size: 43px;
  color: #358aff;
}

@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}

.main_wrap .sec3 {
  height: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #eaf2ff;
}
.main_wrap .sec3 .sec3_left_box .text_box {
  width: 136px;
  height: 50px;
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}
.main_wrap .sec3 .sec3_left_box .text_box p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #444444;
}
.main_wrap .sec3 .sec3_left_box .main_text {
  font-family: 'NotoSansKR-Bold';
  font-size: 41px;
  color: #444444;
  margin-bottom: 22px;
  line-height: 51px;
}
.main_wrap .sec3 .sec3_left_box .sub_text {
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  color: #444444;
  line-height: 38px;
}
.main_wrap .sec3 .sec3_right_box {
  margin-left: 107px;
}
.main_wrap .sec3 .sec3_right_box .first_chat_div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; /* 25.03.24 ksh(add) */
}
.main_wrap .sec3 .sec3_right_box .first_chat_div .chat {
  margin-right: 12px;
}
.main_wrap .sec3 .sec3_right_box .first_chat_div img {
  width: 57px;
  height: 57px;
}
.main_wrap .sec3 .sec3_right_box .first_chat_div .chat .chat_name {
  font-family: 'NotoSansKR-Bold';
  font-size: 17px;
  color: #444444;
  margin-bottom: 9px;
  text-align: right;
}
.main_wrap .sec3 .sec3_right_box .first_chat_div .chat .chat_box {
  width: 364.3px;
  height: 92.3px;
  border-radius: 28px;
  background-color: #358aff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec3 .sec3_right_box .first_chat_div .chat .chat_box p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #fafcff;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div {
  display: flex;
  flex-direction: row;
  margin-top: 27.6px;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div .chat {
  margin-left: 12px;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div img {
  width: 57px;
  height: 57px;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div .chat .chat_name {
  font-family: 'NotoSansKR-Bold';
  font-size: 17px;
  color: #444444;
  margin-bottom: 9px;
  text-align: left;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div .chat .chat_box {
  width: 377.8px;
  height: 199.4px;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec3 .sec3_right_box .second_chat_div .chat .chat_box p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #444444;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div {
  display: flex;
  flex-direction: row;
  margin-top: 27.6px;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div .chat {
  margin-right: 12px;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div img {
  width: 57px;
  height: 57px;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div .chat .chat_name {
  font-family: 'NotoSansKR-Bold';
  font-size: 17px;
  color: #444444;
  margin-bottom: 9px;
  text-align: right;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div .chat .chat_box {
  width: 385px; /* 25.03.24 ksh(modify: 기존 367px) */
  height: 170px;
  border-radius: 28px;
  background-color: #358aff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec3 .sec3_right_box .third_chat_div .chat .chat_box p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #fafcff;
}

.main_wrap .sec4 {
  height: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
}
.main_wrap .sec4 .img_div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.main_wrap .sec4 .img_div .main {
  width: 282.5px;
  height: 594.7px;
}
.main_wrap .sec4 .img_div .sub {
  width: 325.9px;
  height: 325.9px;
  position: absolute;
  align-self: center;
}
.main_wrap .sec4 .content {
  margin-left: 282.7px;
}
.main_wrap .sec4 .content .title_div {
  width: 137px;
  height: 50px;
  border-radius: 16px;
  background-color: #eaf2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec4 .content .title_div p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #358aff;
}
.main_wrap .sec4 .content .main {
  font-family: 'NotoSansKR-Bold';
  font-size: 41px;
  color: #444444;
  margin-top: 18.9px;
}
.main_wrap .sec4 .content .sub {
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  color: #444444;
  margin-top: 22px;
}
.main_wrap .sec4 .content .info {
  font-family: 'NotoSansKR-Regular';
  font-size: 20px;
  color: #444444;
  margin-top: 10px;
  line-height: 29px;
}
.main_wrap .sec4 .content .order {
  display: flex;
  flex-direction: row;
  margin-top: 41.1px;
}
.main_wrap .sec4 .content .order .arrow {
  position: absolute;
  width: 268.7px;
  height: 8.3px;
  margin-left: 65px;
  align-self: center;
}
.main_wrap .sec4 .content .order .circle {
  width: 65px;
  height: 65px;
  border-width: 2px;
  border-color: #444444;
  border-style: solid;
  border-radius: 50%;
  margin-right: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 80;
}
.main_wrap .sec4 .content .order .circle .camera {
  width: 34.7px;
  height: 31.4px;
}
.main_wrap .sec4 .content .order .circle .time {
  width: 28.7px;
  height: 28.7px;
}
.main_wrap .sec4 .content .order .circle .chart {
  width: 25.2px;
  height: 34.5px;
}
.main_wrap .sec4 .content .order_text {
  display: flex;
  flex-direction: row;
  margin-top: 10.5px;
}
.main_wrap .sec4 .content .order_text p {
  font-family: 'NotoSansKR-Medium';
  font-size: 20px;
  color: #444444;
  text-align: center;
}
.main_wrap .sec4 .content .order_text .camera {
  margin-right: 104px;
}
.main_wrap .sec4 .content .order_text .time {
  margin-right: 104px;
}

.main_wrap .sec5 {
  height: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #eaf2ff;
}
.main_wrap .sec5 .pulse {
  width: 704px;
  height: 704px;
  position: absolute;
  z-index: 1;
}
.main_wrap .sec5 .sec5_left_box {
  z-index: 10;
}
.main_wrap .sec5 .sec5_left_box .text_box {
  width: 136px;
  height: 50px;
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}
.main_wrap .sec5 .sec5_left_box .text_box p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #444444;
}
.main_wrap .sec5 .sec5_left_box .main_text {
  font-family: 'NotoSansKR-Bold';
  font-size: 41px;
  color: #444444;
  margin-bottom: 22px;
  line-height: 51px;
}
.main_wrap .sec5 .sec5_left_box .sub_text {
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  color: #444444;
  line-height: 38px;
}
.main_wrap .sec5 .sec5_right_box {
  z-index: 10;
  margin-left: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec5 .sec5_right_box .phone {
  width: 281.7px;
  height: 593.5px;
}
.main_wrap .sec5 .sec5_right_box .analysis {
  width: 305.7px;
  height: 402.7px;
  position: absolute;
  margin-left: 223px;
}

.main_wrap .sec6 {
  height: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
}
.main_wrap .sec6 .content {
  margin-left: 113px;
}
.main_wrap .sec6 .content .title_div {
  width: 137px;
  height: 50px;
  border-radius: 16px;
  background-color: #eaf2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .sec6 .content .title_div p {
  font-family: 'NotoSansKR-Regular';
  font-size: 19px;
  color: #358aff;
}
.main_wrap .sec6 .content .main {
  font-family: 'NotoSansKR-Bold';
  font-size: 41px;
  color: #444444;
  margin-top: 18.9px;
}
.main_wrap .sec6 .content .sub {
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  color: #444444;
  margin-top: 22px;
}
.main_wrap .sec6 .sec6_left_box .top_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box {
  width: 271px;
  height: 183px;
  border-radius: 38px;
  background-color: #358aff;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.main_wrap .sec6 .sec6_left_box .top_box .right_box {
  width: 271px;
  height: 183px;
  border-radius: 38px;
  background-color: #98c0ff;
  margin-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.main_wrap .sec6 .sec6_left_box .bottom_box {
  width: 566px;
  height: 184px;
  border-radius: 38px;
  background-color: #e0ecff;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box p {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #e0ecff;
  line-height: 28px;
  margin-left: 31px;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box p span {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #ffffff;
  line-height: 28px;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .food {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 195px;
  margin-top: 40px;
  align-self: flex-start;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .food img {
  width: 56px;
  height: 56px;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .snack {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 165px;
  margin-top: 100px;
  align-self: flex-start;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .snack img {
  width: 56px;
  height: 56px;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .helminthic {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 235px;
  margin-top: 100px;
  align-self: flex-start;
}
.main_wrap .sec6 .sec6_left_box .top_box .left_box .helminthic img {
  width: 56px;
  height: 56px;
}
.main_wrap .sec6 .sec6_left_box .top_box .right_box p {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #eaf2ff;
  line-height: 28px;
  margin-left: 31px;
}
.main_wrap .sec6 .sec6_left_box .top_box .right_box p span {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #358aff;
  line-height: 28px;
}
.main_wrap .sec6 .sec6_left_box .top_box .right_box img {
  width: 115.7px;
  height: 118.4px;
  margin-left: 27.3px;
  object-fit: contain;
}
.main_wrap .sec6 .sec6_left_box .bottom_box p {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #444444;
  line-height: 28px;
}
.main_wrap .sec6 .sec6_left_box .bottom_box p span {
  font-family: 'NotoSansKR-Bold';
  font-size: 21px;
  color: #358aff;
  line-height: 28px;
}
.main_wrap .sec6 .sec6_left_box .bottom_box img {
  width: 239px;
  height: 190px;
  margin-top: 85px;
  margin-left: 70px;
}

/* sub */
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .sub_top_text {
  font-family: 'NotoSansKR-Bold';
  font-size: 30px;
  color: black;
  text-align: center;
  margin-top: 294px;
  margin-bottom: 155px;
  line-height: 43px;
}
.all1 {
  overflow: hidden;
  margin-left: 380px;
}
.ltext1 {
  float: left;
}
.ltext1 h5 {
  margin-top: 1rem;
  font-size: 1.7rem;
  color: #444;
  font-weight: 800;
  letter-spacing: -0.4px;
  font-family: 'NotoSansKR-Bold';
}
.rtext1 {
  float: left;
  margin-left: 9rem;
}
.rtext1 div {
  color: #8f8f8f;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'NotoSansKR-Light';
}
.rtext1 b {
  color: #444;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: -0.6px;
  margin-right: 1rem;
}
.rtext1 p {
  color: #444;
  margin-top: -0.4rem;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
}
.all2 {
  margin-top: 3rem;
  margin-left: 380px;
}
.ltext2 {
  float: left;
}
.ltext2 h5 {
  margin-top: 1rem;
  font-size: 1.7rem;
  color: #444;
  font-weight: 800;
  letter-spacing: -0.4px;
  font-family: 'NotoSansKR-Bold';
}
.rtext2 {
  float: left;
  margin-left: 9rem;
}
.rtext2 div {
  color: #8f8f8f;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'NotoSansKR-Light';
}
.rtext2 b {
  color: #444;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: -0.6px;
  margin-right: 1rem;
}
.rtext2 p {
  color: #444;
  margin-top: -0.4rem;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
}
.all3 {
  margin-top: 10rem;
  margin-left: 380px;
}
.ltext3 {
  float: left;
}
.ltext3 h5 {
  margin-top: 1rem;
  font-size: 1.7rem;
  color: #444;
  font-weight: 800;
  letter-spacing: -0.4px;
  font-family: 'NotoSansKR-Bold';
}
.rtext3 {
  float: left;
  margin-left: 12.5rem;
}
.rtext3 div {
  color: #8f8f8f;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'NotoSansKR-Light';
}
.rtext3 b {
  color: #444;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: -0.6px;
  margin-right: 1rem;
}
.all4 {
  margin-top: 15rem;
  margin-left: 380px;
}
.ltext4 {
  float: left;
}
.ltext4 h5 {
  margin-top: 1rem;
  font-size: 1.7rem;
  color: #444;
  font-weight: 800;
  letter-spacing: -0.4px;
  font-family: 'NotoSansKR-Bold';
}
.rtext4 {
  float: left;
  margin-left: 12.5rem;
}
.rtext4 div {
  color: #8f8f8f;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'NotoSansKR-Light';
}
.rtext4 b {
  color: #444;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: -0.6px;
  margin-right: 1rem;
}
.inner2 {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 112px;
}
#daumRoughmapContainer1641111893115 {
  width: 58%;
  height: 395px;
}
.root_daum_roughmap .wrap_map {
  height: 100% !important;
}
.root_daum_roughmap .wrap_map .wrap_btn_zoom {
  display: none;
}
.wrap_controllers {
  display: none;
}

/* 펫트밀 페이지 */
.pet_wrap {
  margin: 0;
  padding: 0;
}
.pet_wrap > img {
  width: 100%;
  height: 622.17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.petTop_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300.17px;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 220px;
  margin: 0 auto;
}
.petTop_box > .petTop_logo_box {
  font-family: 'NotoSansKR-Regular';
  font-size: 39px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -1.56px;
  text-align: center;
  color: #444;
}
.petTop_box > .petTop_logo_box > img:first-child {
  width: 140px;
  margin-right: 15px;
}
.petTop_box > .petTop_logo_box > img:nth-child(2) {
  width: 110px;
  margin-left: 15px;
}
.petTop_box > .petTop_text_box {
  margin-top: 55px;
}
.petTop_box > .petTop_text_box > .text01 {
  font-family: 'NotoSansKR-Bold';
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -2.4px;
  text-align: center;
  color: #222;
}
.petTop_box > .petTop_text_box > .text02 {
  margin-top: 45px;
  font-family: 'NotoSansKR-Regular';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -1px;
  text-align: center;
  color: #222;
}

/* petBox01 */
.petBox01 {
  background-image: url('../image/certificate.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.petBox01 {
  height: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-bottom: 680px;
}
.petBox01 > .what_pettmeal {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: -1.88px;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.petBox01 > .what_pettmeal > div:nth-child(2) {
  margin-top: 8px;
  position: relative;
}
.petBox01 > .what_pettmeal .under_line01 {
  position: absolute;
  top: 44px;
  z-index: -1;
  width: 100%;
  height: 20px;
  background-color: #ffddd6;
  z-index: -1;
  border-radius: 10px;
}
.petBox01 > .what_pettmeal img {
  width: 180px;
  margin-right: 10px;
}
.d_text01 {
  margin-top: 100px;
  font-family: 'NotoSansKR-Regular';
  font-size: 58px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -1.68px;
  text-align: center;
  color: #222;
}
.d_text02 {
  width: 100%;
  height: 40px;
  font-family: 'NotoSansKR-Regular';
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -1.32px;
  text-align: center;
  color: #8f8f8f;
}
.d_text02 > span:first-child {
  display: block;
  width: 70%;
  margin: 0;
  float: left;
}
.d_text02 > span:nth-child(2) {
  display: block;
  width: 20%;
  margin-right: 10%;
  float: left;
}
.d_text03 {
  position: relative;
  z-index: 10;
  margin-top: 70px;
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -1.48px;
  text-align: center;
  color: #222;
}
.d_text04 {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -1.48px;
  text-align: center;
  color: #222;
}
.petBox01 > .img_box {
  position: relative;
  z-index: 10;
  margin-top: 150px;
  width: 1100px;
  height: 250px;
  justify-content: center;
  align-items: center;
}
.petBox01 > .img_box img {
  width: 250px;
}
.petBox01 > .img_box .box02 img {
  width: 250px;
  height: 250px;
}
.petBox01 > .img_box > div:first-child {
  width: 550px;
  height: 100%;
  float: left;
  justify-content: center;
  align-items: center;
}
.petBox01 > .img_box > div:first-child > .box01 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.petBox01 > .img_box > div:first-child > .box02 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-left: -30px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.petBox01 > .img_box > div:nth-child(2) {
  width: 550px;
  float: left;
  justify-content: center;
  align-items: center;
}
.petBox01 > .img_box > div:nth-child(2) > .box03 {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 50px;
  margin-top: 55px;
  text-align: center;
}
.petBox01 > .img_box > div:nth-child(2) > .box04 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  text-align: center;
}
.petBox01 > .img_box .box01 div {
  position: absolute;
  margin: auto;
  font-family: 'NotoSansKR-Regular';
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -1.32px;
  text-align: center;
  color: #e05e45;
}
.petBox01 > .img_box .box02 div {
  position: absolute;
  margin: auto;
  font-family: 'NotoSansKR-Regular';
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -1.32px;
  text-align: center;
  color: #e05e45;
}
.d_text05 {
  width: 1100px;
  margin: 100px auto 0 auto;
  text-align: center;
}
.d_text05 div {
  width: 50%;
  float: left;
  text-align: center;
  font-family: 'NotoSansKR-Regular';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.08px;
  text-align: center;
  color: #444;
}

/* petBox02 */
.petBox02 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.petBox02 > .petBox02_title {
  margin-top: 50px;
  padding: 17px 40px 14px 40px;
  background-color: #e05e45;
  border-radius: 50px;
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -1.6px;
  text-align: center;
  color: #fff;
}
.review01 {
  margin-top: 80px;
  width: 1100px;
  height: 360px;
  text-align: center;
}
.review02 {
  width: 1100px;
  height: 360px;
  text-align: center;
}
.review03 {
  width: 1100px;
  height: 360px;
  text-align: center;
}
.review_writer {
  width: 300px;
  height: 100%;
  float: left;
  position: relative;
}
.review_writer div {
  margin-top: 10px;
  font-family: 'NotoSansKR-Regular';
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.43;
  letter-spacing: -1.12px;
  text-align: center;
  color: #e05e45;
}
.review_writer img {
  width: 170px;
  margin-top: 100px;
}
.review0101 {
  margin: 30px 0;
  width: 800px;
  height: 300px;
  float: left;
  background-color: #fff3f0;
  border-radius: 35px;
  padding: 30px 50px;
  box-sizing: border-box;
}
.review0101 > div:first-child {
  font-family: 'NotoSansKR-Regular';
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.43;
  letter-spacing: -1.12px;
  text-align: left;
  color: #e05e45;
}
.review0101 > div:nth-child(2) {
  margin-top: 30px;
  font-family: 'NotoSansKR-Regular';
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -1.12px;
  text-align: left;
  color: #444;
}
.review0102 {
  margin: 30px 0;
  width: 800px;
  height: 320px;
  float: left;
  background-color: #fff3f0;
  border-radius: 35px;
  padding: 30px 50px;
  box-sizing: border-box;
}
.review0102 > div:first-child {
  font-family: 'NotoSansKR-Regular';
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.43;
  letter-spacing: -1.12px;
  text-align: left;
  color: #e05e45;
}
.review0102 > div:nth-child(2) {
  margin-top: 30px;
  font-family: 'NotoSansKR-Regular';
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -1.12px;
  text-align: left;
  color: #444;
}

/* petBox03 */
.petBox03 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.petBox03 {
  background-image: url('../image/backImg.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.petBox03 > .petBox03_title {
  margin-top: 100px;
  padding: 17px 40px 14px 40px;
  background-color: #e05e45;
  border-radius: 50px;
  font-family: 'NotoSansKR-Regular';
  font-size: 28px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -1.6px;
  text-align: center;
  color: #fff;
}
.img_box01 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NotoSansKR-Light';
  font-size: 37px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.2;
  letter-spacing: -1.6px;
  text-align: center;
  color: #444;
}
.img_box01 div {
  background-color: #ffffff;
  width: 250px;
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 40px;
  margin-left: 40px;
}
.img_box01 div img {
  width: 251px;
}
.img_box02 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NotoSansKR-Light';
  font-size: 37px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.2;
  letter-spacing: -1.6px;
  text-align: center;
  color: #444;
}
.img_box02 div {
  background-color: #ffffff;
  width: 250px;
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 40px;
  margin-left: 40px;
}
.img_box02 div img {
  width: 251px;
}
.petBox03 > .counseling_text {
  margin-top: 200px;
  font-family: 'NotoSansKR-Regular';
  font-size: 43px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.92px;
  text-align: center;
  color: #444;
}
.petBox03 strong {
  font-family: 'NotoSansKR-Bold';
  font-weight: bold;
}

/* petBox04 */
.petBox04 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.petBox04 > .petBox04_title {
  margin-top: 50px;
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.7;
  letter-spacing: -1.88px;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.petBox04 > .petBox04_title > div:nth-child(2) {
  margin-top: 8px;
  position: relative;
  text-align: center;
}
.petBox04 > .petBox04_title .under_line02 {
  position: absolute;
  top: 56px;
  z-index: -1;
  width: 100%;
  height: 20px;
  background-color: #dbe9ff;
  z-index: -1;
  border-radius: 10px;
}
.petBox04 > .petBox04_title img {
  width: 280px;
  margin-right: 10px;
}
.petSub01 {
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
}
.petSub01 > .Sub_text01 {
  width: 600px;
  height: 300px;
  margin-right: 150px;
  align-items: center;
  padding: 1%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.petSub01 > .Sub_text01 > div:first-child {
  width: 100%;
  font-family: 'NotoSansKR-Bold';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -2px;
  text-align: left;
  color: #444;
}
.petSub01 > .Sub_text01 > div:nth-child(2) {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
  color: #444;
}
.petSub02 {
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
}
.petSub02 > .Sub_text02 {
  width: 600px;
  height: 300px;
  margin-left: 150px;
  align-items: center;
  padding: 1% 1% 1% 3%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.petSub02 > .Sub_text02 > div:first-child {
  width: 100%;
  font-family: 'NotoSansKR-Bold';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -2px;
  text-align: left;
  color: #444;
}
.petSub02 > .Sub_text02 > div:nth-child(2) {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
  color: #444;
}
.petSub03 {
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
}
.petSub03 > .Sub_text03 {
  width: 600px;
  height: 300px;
  margin-right: 150px;
  align-items: center;
  padding: 1%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.petSub03 > .Sub_text03 > div:first-child {
  width: 100%;
  font-family: 'NotoSansKR-Bold';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -2px;
  text-align: left;
  color: #444;
}
.petSub03 > .Sub_text03 > div:nth-child(2) {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
  color: #444;
}
.petSub04 {
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
}
.petSub04 > .Sub_text04 {
  width: 600px;
  height: 300px;
  margin-left: 150px;
  align-items: center;
  padding: 1% 1% 1% 7%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.petSub04 > .Sub_text04 > div:first-child {
  width: 100%;
  font-family: 'NotoSansKR-Bold';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -2px;
  text-align: left;
  color: #444;
}
.petSub04 > .Sub_text04 > div:nth-child(2) {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
  color: #444;
}
.petSub05 {
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
}
.petSub05 > .Sub_text05 {
  width: 600px;
  height: 300px;
  margin-right: 150px;
  align-items: center;
  padding: 1%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.petSub05 > .Sub_text05 > div:first-child {
  width: 100%;
  font-family: 'NotoSansKR-Bold';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -2px;
  text-align: left;
  color: #444;
}
.petSub05 > .Sub_text05 > div:nth-child(2) {
  width: 100%;
  font-family: 'NotoSansKR-Regular';
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
  color: #444;
}
.rightImg {
  width: 200px;
}
.leftImg {
  width: 200px;
}
