/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* main */
#main {
  width: 100%;
  min-height: 900px;
  height: 100vh;
  background: url(../img/main-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  max-width: 600px;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.main-txt {
  width: 98%;
}

.main-img {
  width: 100%;
}

.main-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mo-bottom {
  display: none;
}


/* section2 */
#section2 {
  background: linear-gradient(#FFFBE6 77%, #3D8D5D 23%) ;
}

.st2-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.st2-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.st2-wrap img {
  max-width: 600px;
  width: 53%;
}

.st2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.st2-content p {
  color: rgba(17, 17, 17, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st2-content p span {
  color: #111;
  font-weight: 700;
}

.st2-item-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.st2-item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st2-item-circle {
  display: flex;
  width: 200px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  background: #FFF;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.12);
}

.st2-item p {
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}


/* section3 */
#section3 {
  border: 40px solid #3D8D5D;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.point-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.point-wrap hr {
  width: 1px;
  height: 50px;
  background: #3D8D5D;
  border: none;
  border-right: 1px solid #3D8D5D;
}

.point-wrap .point-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.point-wrap .point-item .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0 100px;
}

.point-wrap .point-item .text-wrap .num-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.point-wrap .point-item .text-wrap .num-wrap .line {
  height: 1px;
  background: #3D8D5D;
  width: 0; /* 시작값 */
}

.point-wrap .point-item .text-wrap .num-wrap .num {
  color: #3D8D5D;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.point-wrap .point-item .tit {
  color: #3D8D5D;
  font-family: Paperlogy;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.2px;
  word-break: keep-all;
}

.point-wrap .point-item .text-wrap .txt {
  color: #505050;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.6px;
  word-break: keep-all;
  margin-top: 20px;
}

.point-wrap .point-item .img-wrap {
  height: 360px;
  width: 50%;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}

.point-wrap .point-item:nth-child(odd) .img-wrap {
  left: -1px;
}

.point-wrap .point-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* section4 */
#section4 {
  width: 100%;
  background: url(../img/main-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.flowerItem2 {
  position: absolute;
  right: -70px;
  top: 70px;
}

.flowerItem {
  position: absolute;
  left: -69.417px;
  bottom: 80px;
}

.st4-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.st4-container .st-sub-tit {
  text-align: right;
  display: flex;
  align-items: center;
}

.st4-img-div {
  max-width: 600px;
  width: 50%;
  position: relative;
}

.st4-img {
  width: 100%;
}

.st4-bubble {
  position: absolute;
  right: -70%;
  top: 20px;
  max-width: 400px;
  width: 80%;
}

.mo-bubble {
  display: none;
}

.st4-txt {
  box-sizing: border-box;
  padding: 20px 0;
  color: rgba(17, 17, 17, 0.75);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  word-break: keep-all;
}



/* section5 */
#section5 {
  background: #EE753C;
}

.st5-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.st5-box {
  width: calc(33.3% - 33.3px);
  border-radius: 20px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.st5-box img {
  width: 100%;
}

.st5-box:hover img {
  transform: scale(1.1);
}

.st5-box p {
  display: flex;
  height: 210px;
  box-sizing: border-box;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}

/* contact */
#contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background: #FFFBE6;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0 0;
  position: relative;
  margin-bottom: -2px;
  overflow: hidden;
}

.contact-bg {
  width: 100%;
  height: 400px;
  background: url(../img/contact-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-container {
  display: flex;
  max-width: 1000px;
  width: 90%;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 8px 16px 42px 0 rgba(0, 0, 0, 0.16);
}

.contact-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-tit p {
  color: #EE753C;
  text-align: center;
  font-family: "Gumi Romance";
  font-size: 56px;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

.flex-input {
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-form input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  color: #1A1A1A;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px !important;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, textarea:focus {
  outline: none;
  border: 1px solid #EE753C !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item label {
  color: #333;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important; /* 23.4px */
  letter-spacing: -0.4px !important;
}

.item .select-wrap {
  position: relative;
}

.item .select-wrap .select-box {
  width: 100%;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item .select-wrap .select-box.selected {
  color: #333 !important;
}

.item .select-wrap .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.item .select-wrap .select-child {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 47px;
  left: 0;
  font-size: 16px;
  max-height: 185px;
  overflow-y: scroll;
  display: none;
  z-index: 10;
}

.item .select-wrap .select-child .option {
  margin-bottom: 10px;
  cursor: pointer;
}

.item .select-wrap .select-child .option:hover {
  color: #A02020;
}

.item .select-wrap .select-child .option:nth-last-child(1) {
  margin-bottom: 0;
}

.email-input {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.email-input>input[type="text"], .select-wrap {
  width: calc(50% - 17px);
}

textarea {
  height: 120px;
  resize: none;
}

.form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid rgba(17, 17, 17, 0.16);
}

.contact-form .round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.contact-form .round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 16px !important;
  background-position: center center !important;
  background-color: #222;
  background-repeat: no-repeat;
  border: none;
}

.contact-form .agree {
  color: #222;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150% !important; 
  letter-spacing: -0.35px !important;
  cursor: pointer;
}

.contact-form .agree-open {
  font-weight: 600 !important;
  text-decoration: underline;
}

.c-btn {
  width: 100%;
  background: #EE753C;
  display: flex;
  width: 150px;
  height: 48px;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  color: #FFFBE6;
  font-family: "Gumi Romance";
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  border: none;
  border-radius: 50px;
}

.c-btn:hover {
  background: #BE5E30;
}

.contact-round {
  width: 100%;
}

@media(max-width: 1500px) {
  .flowerItem, .flowerItem2 {
    width: 380px;
  }
}

@media(max-width: 1400px) {
  .point-wrap .point-item .text-wrap {
    padding: 0 60px;
  }
  .flowerItem, .flowerItem2 {
    width: 320px;
  }
  .st4-img-div {
    width: 45%;
  }
  .st4-bubble {
    width: 75%;
    top: 0;
    right: -60%;
  }
  .st5-box p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 1280px) {
  .st2-container {
    gap: 40px;
  }
  .st2-wrap {
    gap: 40px;
  }
  .st2-wrap img {
    width: 55%;
  }
  .st2-item p {
    font-size: 20px;
    letter-spacing: -0.5px;  
  }
  #section3 {
    border-width: 30px;
  }
  .point-wrap {
    width: 92%;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-wrap .point-item .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-wrap .point-item .img-wrap {
    height: 320px;
  }
  .flowerItem {
    bottom: 40px;
  }
  .flowerItem2 {
    top: 40px;
  }
  .st4-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box {
    width: calc(33.3% - 20px);
  }
  .st5-box p {
    padding: 0 10px 20px;
    height: 180px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #contact {
    padding: 90px 0 0;
    gap: 80px;
  }
}

@media(max-width: 1150px) {
  .st2-content p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@media(max-width: 1024px) {
  #main {
    height: auto;
  }
  .st2-container {
    width: 100%;
    gap: 48px;
  }
  .st2-wrap {
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
  .st2-wrap img {
    width: 80%;
    max-width: unset;
  }
  .st2-content {
    align-items: center;
  }
  .st2-content p {
    font-size: 22px;
    letter-spacing: -0.55px;
    text-align: center;
  }
  .st2-item-wrap {
    background: #3D8D5D;
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .st2-item {
    width: calc(45% - 10px);
    gap: 12px;
  }
  .st2-item-circle {
    width: 250px;
  }
  .st2-item p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-wrap {
    width: 95%;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 40px;
  }
  .st4-container {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .st4-container .st-sub-tit {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .st4-img-div {
    width: 55%;
  }
  .st5-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .st5-box {
    width: calc(45% - 15px);
  }
  .st5-box p {
    height: 170px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  #section3 {
    border-width: 20px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 30px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-wrap .point-item .tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-wrap .point-item .img-wrap {
    height: 280px;
  }
  .flowerItem2 {
    top: 20px;
    width: 250px;
  }
  .flowerItem {
    display: none;
  }
  .st4-img-div {
    width: 60%;
  }
  .st5-box {
    width: calc(48% - 15px);
  }
  .st5-box p {
    height: 160px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #contact {
    padding: 80px 0 0;
    gap: 60px;
  }
  .contact-container {
    padding: 30px;
  }
  .flex-input {
    gap: 30px;
  }
  .contact-round {
    width: 120%;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #main {
    padding: 150px 0 100px;
    min-height: 800px;
  }
  .pc-bottom {
    display: none;
  }
  .mo-bottom {
    display: block;
  }
  .main-container {
    position: static;
    transform: none;
  }
  .st2-content p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item-circle {
    width: 220px;
  }
  .st2-item p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-wrap {
    width: 100%;
  }
  .point-wrap hr {
    margin-top: 40px;
  }
  .point-wrap hr:first-child {
    display: none;
  }
  .point-wrap .point-item {
    flex-direction: column-reverse;
  }
  .point-wrap .point-item:nth-child(3) {
    flex-direction: column;
  }
  .point-wrap .point-item .text-wrap, .point-wrap .point-item .img-wrap {
    width: 100%;
  }
  .point-wrap .point-item .text-wrap {
    padding: 32px 30px;
  }
  .point-wrap .point-item .img-wrap {
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-wrap .point-item .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-img-div {
    width: 55%;
  }
  .st4-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section5 {
    padding: 70px 16px;
  }
  .st5-container {
    width: 98%;
  }
  .st5-box {
    width: calc(50% - 15px);
  }
  #contact {
    padding: 70px 16px 0;
    gap: 50px;
  }
  .contact-container {
    width: 100%;
    padding: 20px 16px;
  }
}

@media (max-width: 650px) {
  .st2-content p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-item {
    gap: 8.533px;
  }
  .st2-item-circle {
    width: 190px;
    padding: 15px;
  }
  .st2-item p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section3 {
    border-width: 10px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 32px 20px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-wrap .point-item .tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .flowerItem2 {
    width: 200px;
  }
  .st4-img-div {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .st4-bubble {
    max-width: unset;
    width: 100%;
    position: static;
    margin: -20px 0;
  }
  .mo-bubble {
    display: block;
  }
  .pc-bubble {
    display: none;
  }
  .st4-txt {
    text-align: center;
  }
  .st5-box {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .st5-box img {
    width: 50%;
  }
  .st5-box p {
    padding: 24px;
    text-align: left;
    width: 50%;
    align-items: flex-start;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .flex-input {
    flex-direction: column;
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  #main {
    min-height: 720px;
  }
  .main-container {
    width: 90%;
  }
  .main-img {
    width: 90%;
  }
  .main-txt {
    width: 95%;
  }
  .st2-content p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-item-circle {
    width: 150px;
  }
  .st2-item-circle img {
    transform: scale(0.75);
  }
  .st2-item p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 32px 16px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section3 .st-sub-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-img-div {
    width: 100%;
  }
  .st4-bubble {
    width: 95%;
  }
  .st4-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box p {
    padding: 24px 12px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 400px) {
  .st2-item-circle {
    width: 120px;
  }
  .st2-item-circle img {
    transform: scale(0.6);
  }
  #section3 .st-sub-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .flowerItem2 {
    width: 150px;
  }
}

@media(max-width: 370px) {
  .email-input {
    flex-wrap: wrap;
  }
  .email-input>input[type="text"] {
    width: 100%;
  }
  .select-wrap {
    width: calc(100% - 24px);
  }
}
