@charset "UTF-8";

body {
  background-color: #fff;
  font-family: 'Pretendard';
}

/**************
=====공통======
***************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 375px;
  margin: 0 auto;
  /* min-width: 1200px; */
}

.hidden {
  display: block;
  font-size: 0;
}

.all {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.head_wrap {
  width: 1108px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .head {}

.header .head img {
  height: auto;
  height: 38px;
  margin: 0px 0px 0 45px;
}


/**************
=====콘텐츠======
***************/

#wrap {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  position: relative;
  background-color: #EAFFDD;
}

#wrap .inside {
  width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.img-wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}

.click-area {
  position: absolute;
  top: 81.5%;
  left: 33.9%;
  width: 32.4%;
  height: 2.3%;
  display: block;
  z-index: 10;
}

/**************
=====푸터======
***************/
.footer {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  z-index: 200;
}

.footer .inside {
  width: 1142px;
  height: 330px;
  margin: 0 auto;
  padding: 60px 0px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer .ft_top {
  display: flex;
  width: 1142px;
  justify-content: space-between;
  align-items: center;
}

.icon_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon_box a {
  border-radius: 100px;
  background: #8C8C8C;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.icon_box a.naver {
  display: flex;
  padding: 11px 11px 11px 10px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.4px;
}

.ft_bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.ft_bt_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ft_bt_left p:nth-child(1) {
  color: #474747;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: justify;
}

.ft_bt_left p:nth-child(2) {
  color: #939393;
  text-align: center;
  font-size: 14px;
  font-weight: 500;

  letter-spacing: -0.28px;
}

.ft_bt_right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ft_bt_right ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft_bt_right ul li p {
  color: #474747;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}

.ft_bt_right ul li span {
  color: #707070;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}


.ft_bt_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1150px) {}