@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}




/*******************************
*
*
* 뉴스레터
*
*
***********************************/


.newsletter_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: url(../../../img/affiliate_img/newsletter_bg.png) #ebf0f5 no-repeat center center;
  background-size: cover;
}

.newsletter_wrap {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.newsletter_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.newsletter_tit_text {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.newsletter_tit_text > h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  word-break: keep-all;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.newsletter_tit_text > p {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  text-align: center;
  word-break: keep-all;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}



.newsletter_item {
  width: 100%;
  max-width: 800px;
}


#newsletterForm {
  width: 100%;

  display: flex;
  flex-direction: column;
}


.newsletter_form_bundle {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}


.newsletter_item_input {
  width: 100%;
  height: auto;
}

.newsletter_item_input > input {
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  border-radius: 10px 0px 0px 10px;
  padding: 13px 15px 13px 15px;
}


.newsletter_item_btn {
  display: flex;
  flex-shrink: 0;
}

.newsletter_item_btn > button {
  cursor: pointer;
  padding: 13px 15px 13px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #d81212;
  box-shadow: 0px 0px 5px rgba(255, 13, 13, 0.5);
  border-radius: 0px 10px 10px 0px;
  border: none;
  transition: all ease-in-out 0.2s;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  border: 1px solid #d81212;
}



.newsletter_form_msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter_form_msg > p {
  font-size: 15px;
  font-weight: 900;
  color: #092d4d;
  text-align: center;
  display: block;
  padding: 8px 15px 8px 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}




@media only screen and (min-width: 0px) and (max-width: 550px) {
  .newsletter_tit_text > h3 {
    font-size: 23px;
    line-height: 35px;
  }

  .newsletter_tit_text > p {
    font-size: 15px;
    line-height: 30px;
  }

  
  .newsletter_form_bundle {
    display: flex;
    flex-direction: column;
  }

  .newsletter_item_btn {
    display: flex;
    flex-shrink: 1;
    margin-left: 0px;
    margin-top: 15px;
  }

  .newsletter_item_input > input {
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    border-radius: 10px 0px 0px 10px;
  }

  .newsletter_item_btn > button {
    border-radius: 10px 10px 10px 10px;
  }

  .newsletter_item_input > input {
    border-radius: 10px 10px 10px 10px;
  }

}
