@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: 1300px;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  -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;

  background: #dae4f6;
  box-shadow: 0px 5px 15px rgba(50, 63, 131, 0.9), inset -5px -5px 10px rgba(169, 187, 228, 0.6);
  border-radius: 60px;
}


.newsletter_item_input {
  width: 100%;
  height: auto;
}

.newsletter_item_input > input {
  width: 100%;
  padding: 20px 25px 20px 25px;
  border-radius: 150px;
  border: none;
  font-size: 14px !important;
  background: none;
  color: #102458;
  box-shadow: none;
}


.newsletter_item_btn {
  display: flex;
  flex-shrink: 0;
}

.newsletter_item_btn > button {
  cursor: pointer;
  padding: 12px 18px 12px 18px;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  background: #164ca0;
  border-radius: 60px;
  border: none;
  transition: all ease-in-out 0.2s;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}


.newsletter_item_btn > button:hover {
  background: #1e5cbe;
}

.newsletter_form_msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter_form_msg > p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 900;
  color: #092d4d;
  text-shadow: 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0px 0 #ffffff, 0px -1px 0 #ffffff, 0px 0px 10px rgba(255, 255, 255, 0);
  text-align: center;
  display: block;
  padding: 8px 15px 8px 15px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}