@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", "Noto Sans KR", sans-serif;
  color: #000;
  overflow-x: hidden;
}

#wrap {
  width: 100%;
  height: auto;
}

header {
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  background: #fff;
  top: 0;
}

.hader_wrap {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 95px;
}

h1 {
  width: fit-content;
  height: 53px;
}

h1 a {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #474747;
}

h1 > a > div {
  width: 40px;
  height: 53px;
  float: left;
  line-height: 24px;
  background: url(../img/sprites.png) -60px 7px;
  background-repeat: no-repeat;
  background-size: 250px;
}

.hader_wrap > nav {
  width: 565px;
  height: 24px;
}

.hader_wrap > nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 24px;
}

.hader_wrap > nav > ul > li a {
  font-size: 20px;
}

.icon {
  width: 68px;
  height: 24px;
  display: flex;
  column-gap: 20px;
}

.icon > a {
  width: 100%;
  height: 100%;
}

.icon .icon1 {
  width: 24px;
  height: 24px;
  background: url(../img/sprites.png) -327px -270px;
  background-repeat: no-repeat;
}

.icon .icon2 {
  width: 24px;
  height: 24px;
  background: url(../img/sprites.png) -56px -320px;
  background-repeat: no-repeat;
}

/* 메뉴 오버시*/
.hader_wrap > nav > ul > li:hover a {
  color: #d2d2d2;
  transition: 0.3s;
}

/* 아이콘 오버시 */
.icon > a:hover > .icon1,
.icon > a:hover > .icon2 {
  background-color: #d2d2d257;
  border-radius: 100%;
  transition: 0.3s;
}

/* 첫번째 섹션 */

main {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 80px;
}

.main_visual {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.main_visual .main_img {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

.main_title {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  margin-left: -800px;
  top: 230px;
}

.main_title1 {
  width: fit-content;
  height: 147px;
}

.main_title1 > h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
}

.main_title1 > p {
  font-size: 22px;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
  color: #fff;
}

.app_button {
  width: fit-content;
  display: flex;
  height: auto;
  margin-top: 30px;
  gap: 20px;
}

.app_button > a {
  width: 160px;
  height: 44px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border: 0.5px solid #fff;
  border-radius: 20px;
}

.app_button .apple {
  width: 21px;
  height: 26px;
  background: url("../img/sprites.png") -397px -10px;
  background-repeat: no-repeat;
}

.app_button .google {
  width: 23px;
  height: 22px;
  background: url("../img/sprites.png") -10px -326px;
  background-repeat: no-repeat;
}

/* 어플 다운받는 앱 버튼 오버시 */
.app_button > a:hover {
  background-color: #000000;
  opacity: 40%;
  transition: 0.3s;
}

/* 두번째 섹션 */
.second {
  width: 100%;
  height: 240px;
  background-color: #fcfcfc;
}

.con {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.btn {
  width: 271px;
  height: 120px;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.5px solid #dedede7a;
  border-radius: 10px;
}
.btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 30px;
}

.btn h3 {
  font-size: 14px;
  color: #9ca1a7db;
  padding-bottom: 6px;
}

.btn p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}

.gra {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #dfff6b59 5%, #cef3f121 77%);
  border-radius: 50px;
  overflow: hidden;
}

.btn .icon3 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: url("../img/sprites.png") -110px -83px;
  background-repeat: no-repeat;
  float: right;
}
.btn .icon4 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: url("../img/sprites.png") -257px -10px;
  background-repeat: no-repeat;
  float: right;
}
.btn .icon5 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: url("../img/sprites.png") -187px -10px;
  background-repeat: no-repeat;
  float: right;
}
.btn .icon6 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: url("../img/sprites.png") -187px -80px;
  background-repeat: no-repeat;
  float: right;
}

/* 관련 페이지로 이동하는 버튼 오버시 */
.btn:hover {
  background-color: rgb(245, 246, 247);
  transition: 0.3s;
}

/* 세번째 실시간 상담 섹션 */

.tree {
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

.con2 {
  width: 83vw;
  height: 100%;
  margin: 0 auto;
}

.top_text {
  width: 100%;
  height: 44px;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}

.top_text h4 {
  width: 149px;
  height: fit-content;
  color: #000;
  line-height: 38px;
  font-size: 17px;
  font-weight: 500;
  display: block;
  border-bottom: 2px solid #dedede;
  opacity: 80%;
  cursor: pointer;
  transition: 0.3s;
}

/* 실시간 상담, 건강 가이드 버튼 오버시 */
.top_text h4:hover {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  transition: 0.3s;
}

.between_text {
  width: 1180px;
  height: fit-content;
  margin: 0 auto;
  padding: 40px;
  margin-top: 25px;
}

.top2_text {
  width: 1180px;
  height: fit-content;
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.top2_text h4 {
  font-size: 30px;
  font-weight: bold;
}

.top2_text a {
  font-size: 18px;
  color: #aeb3be;
}

.text_gather {
  display: flex;
  width: 1173px;
  height: auto;
  justify-content: space-between;
  flex-flow: row wrap;
}

.text_gather .text {
  width: 45%;
  height: fit-content;
  margin-bottom: 65px;
  box-sizing: border-box;
  padding: 5px;
}

.text h4 {
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.text p {
  width: fit-content;
  height: fit-content;
  line-height: 27px;
  font-size: 18px;
  color: #9ca1a7;
}

.icons_set {
  width: 111px;
  height: 30px;
  margin-top: 15px;
}

.icon7 {
  width: 30px;
  height: 30px;
  background: url("../img/sprites.png") -327px -220px;
  background-repeat: no-repeat;
  float: left;
}

.icons_set p {
  line-height: 30px;
  float: left;
  font-size: 16px;
  color: #aeb3be;
}

/* 실시간 상담 내용들 오버시 */
.text_gather .text:hover {
  background-color: rgb(245, 246, 247, 0.41);
  border-radius: 8px;
  transform: scale(1.1);
  transition: 0.3s;
  cursor: default;
}

/* 더보기 버튼 오버시 */
.top2_text a:hover {
  color: #d2d2d2;
  transition: 0.3s;
}

/* 네번째 건강 가이드 섹션 */

.for {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
}

.con3 {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
}

.text_gather1 {
  display: flex;
  width: 1185px;
  height: auto;
  justify-content: space-between;
  flex-flow: row wrap;
}

.text_gather1 .text1 {
  width: 560px;
  height: fit-content;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 5px;
}

.text_wrap {
  float: left;
}

.text1 h4 {
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.text1 p {
  width: fit-content;
  height: fit-content;
  line-height: 22px;
  font-size: 18px;
  color: #9ca1a7;
}

.date {
  width: 81px;
  height: 19px;
  margin-top: 15px;
}

.date p {
  font-size: 16px;
  color: #aeb3be;
}

.img_box {
  width: fit-content;
  height: fit-content;
  float: right;
}

/* 건강 가이드 내용 오버시 */
.text_gather1 .text1:hover {
  background-color: rgb(245, 246, 247, 0.41);
  border-radius: 8px;
  transform: scale(1.1);
  transition: 0.3s;
  cursor: default;
}

/* 다섯번째 서브 배너 */
.sub_banner {
  width: 100%;
  height: 700px;
  position: relative;
}

.sub_banner .sub_img {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sub_title {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 100%;
  margin-left: -615px;
  top: 345px;
}

.sub_title1 {
  width: fit-content;
  height: fit-content;
}

.sub_title1 > h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
}

.sub_title1 > p {
  font-size: 22px;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
  color: #fff;
}

/* 여섯번째 박스 섹션 */
.five {
  width: 100%;
  height: 800px;
  background-color: #fff;
}

.gather {
  width: 1900px;
  height: 620px;
  margin: 0 auto;
  padding-top: 100px;
}

.top_maintext {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}

.top_maintext h4 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.top_maintext p {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 24px;
}

.boxs {
  width: 1840px;
  height: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.box {
  width: 403px;
  height: 406px;
  border: 0.5px solid #dedede2e;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fcfcfcc7;
}

.box_text {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}

.box_text h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #000;
}

.box_text p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 25px;
}

.box1 {
  width: 343px;
  height: 214px;
  box-sizing: border-box;
  padding: 0px 30px;
  margin-top: 26px;
  background-color: #ffffff;
  border-top: 0.5px solid #dedede8a;
}

.box1 > h4 {
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 15px;
}

.box1 .icon8 {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(../img/sprites.png) -397px -56px;
  background-repeat: no-repeat;
}

.imgs {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 15px;
  gap: 20px 30px;
}

.img1 {
  width: 50%;
  display: flex;
  flex: 1;
}

.img1 img {
  border-radius: 8px;
}

.pettech_text {
  flex-basis: 45px;
  margin-left: 10px;
}

.pettech_text h4 {
  font-size: 16px;
  color: #9ca1a7;
  line-height: 18px;
}

.pettech_text span {
  font-size: 20px;
  font-weight: bold;
  color: #fd7e14;
}

.pettech_text .green {
  color: #00ce3a;
}

/* 마지막 섹션 */

.last {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  padding-top: 40px;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.last_con {
  width: 1600px;
  height: fit-content;
  margin: 0 auto;
}

.last_toptext {
  width: fit-content;
  height: fit-content;
  font-size: 38px;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
}

.last_imggather {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  gap: 133px;
}

.last_img {
  width: 300px;
  height: 430px;
}

.last_text {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.last_text h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.last_text p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 25px;
}

/* 풋터 */

footer {
  width: 100%;
  height: 180px;
  border-top: 0.5px solid #00000005;
  box-sizing: border-box;
  padding-top: 40px;
  background-color: #fff;
  position: relative;
}

.foot {
  width: 1600px;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.foot_manu a {
  width: fit-content;
  height: fit-content;
  margin-right: 105px;
  font-size: 16px;
  color: #aeb3be;
}

.foot_manu a:last-child {
  margin-right: 0px;
}

.bottom_copy {
  width: fit-content;
  height: fit-content;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 auto;
  margin-top: 40px;
}

.foot_manu a:hover {
  color: #d2d2d2;
  transition: 0.3s;
}
