#newsletter_pop .br-sm,
#newsletter_pop .br-md,
#newsletter_pop .br-lg {
  display: none;
}
#newsletter_pop .br-xsm {
  display: block;
}

#newsletter_pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#newsletter_pop .pop-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}
#newsletter_pop .pop-content {
  overflow-y: auto;
  position: relative;
  width: calc(100vw - 30px);
  height: calc(100vh - 30px);
  max-height: 90vh;
  padding: 23px 15px;
  box-sizing: border-box;
  background-color: #fff;
}
#newsletter_pop .pop-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

#newsletter_pop .samsumg_logo {
  width: 100px;
}
#newsletter_pop .samsumg_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#newsletter_pop .pop-title {
  padding: 30px 0;
  font-size: 22px;
  font-family: "stitle";
  color: #333;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}
#newsletter_pop .split_wrap .split.bg_area {
  position: relative;
  left: -5px;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}
#newsletter_pop .split_wrap .split.bg_area img {
  width: auto;
  display: inline;
}
#newsletter_pop .split.info_area {
  margin-top: 50px;
}
#newsletter_pop .split.info_area .input_info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 5px;
}
#newsletter_pop .split.info_area .required_mark {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -5px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #0581c6;
  text-indent: 100%;
  font-size: 0;
  color: transparent;
}
#newsletter_pop .split.info_area .input_info .required_mark {
  position: absolute;
  top: 7px;
  left: 0;
}
#newsletter_pop .split.info_area .input_info li label {
  display: inline-block;
  width: calc(30% - 5px);
  height: 40px;
  font-size: 13px;
  color: #222;
  font-family: "SECGCWB";
  line-height: 40px;
}
#newsletter_pop .split.info_area .input_info li input,
#newsletter_pop .split.info_area .input_info li select {
  width: calc(70% - 5px);
  height: 40px;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-indent: 5px;
}
#newsletter_pop .split.info_area .input_info .error_msg {
  position: absolute;
  bottom: calc(100% + 7px);
  right: 0;
  font-size: 11px;
  color: #ff0000;
}
#newsletter_pop .split.info_area .input_info li + li {
  margin-top: 10px;
}
#newsletter_pop .split.info_area .input_info li select {
  padding-right: 30px;
  background: url(/resources/icon/ico_select_arrow.png) no-repeat center right
    10px;
  background-size: 10px auto;
}
#newsletter_pop select[data-placeholder="true"] {
  color: #bbb;
}
#newsletter_pop .required_disc {
  margin-top: 12px;
  color: #333;
  font-size: 11px;
  font-family: samsungOne, Meiryo;
  font-weight: 700;
  text-align: right;
}
#newsletter_pop .contents_final {
  margin-top: 30px;
  text-align: center;
}
#newsletter_pop .contents_final .sentence {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}
#newsletter_pop .contents_final .sentence::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(/resources/icon/sentence_icon.png) no-repeat;
  background-size: contain;
}
#newsletter_pop .contents_final .sentence a {
  color: #2363b3;
  font-weight: bold;
  text-decoration: underline;
  display: inline;
}
#newsletter_pop .contents_final .btn_wrap {
  margin-top: 30px;
  text-align: center;
}
#newsletter_pop .contents_final .btn_wrap .btn {
  display: inline-block;
  width: 130px;
  height: 33px;
  background-color: #222;
  border-radius: 5px;
  font-size: 11px;
  font-family: 's7';
  color: #fff;
  line-height: 33px;
}
#newsletter_pop .pop-close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(/resources/icon/ico_pop_newsletter_close.png) no-repeat;
  background-size: contain;
}
#newsletter_pop .ir {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}



@media (min-width: 767px) {
  #newsletter_pop .pop-content {
    padding: 50px;
  }
  #newsletter_pop .pop-header {
    padding-bottom: 30px;
    border: none;
  }
  #newsletter_pop .pop-title {
    padding: 18px 0;
    font-size: 44px;
  }
  #newsletter_pop .split_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0;
  }
  #newsletter_pop .split_wrap .split.bg_area {
    left: 0;
    order: 2;
    width: 46%;
    max-width: none;
  }
  #newsletter_pop .split.info_area {
    margin-top: 0;
    order: 1;
    width: 52%;
  }
  #newsletter_pop .split.info_area .input_info li {
    height: auto;
    padding-left: 14px;
  }
  #newsletter_pop .split.info_area .required_mark {
    width: 6px;
    height: 6px;
  }
  #newsletter_pop .split.info_area .input_info .required_mark {
    top: 10px;
  }
  #newsletter_pop .split.info_area .input_info li label {
    width: 135px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  #newsletter_pop .split.info_area .input_info li input,
  #newsletter_pop .split.info_area .input_info li select {
    width: calc(100% - 135px);
    height: 45px;
    font-size: 18px;
    background-size: auto;
    text-indent: 10px;
  }
  #newsletter_pop .split.info_area .input_info .error_msg {
    bottom: calc(100% + 14px);
    font-size: 16px;
  }
  #newsletter_pop .split.info_area .input_info li + li {
    margin-top: 20px;
  }
  #newsletter_pop .required_disc {
    margin-top: 35px;
    font-size: 16px;
  }
  #newsletter_pop .contents_final {
    margin-top: 52px;
  }
  #newsletter_pop .contents_final .sentence {
    font-size: 16px;
}
#newsletter_pop .contents_final .sentence::before {
  top: 3px;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
#newsletter_pop .contents_final .btn_wrap .btn {
  width: 250px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}
#newsletter_pop .pop-close {
  top: 50px;
  right: 40px;
  width: 26px;
  height: 26px;
}
}






@media (min-width: 768px) {
  #newsletter_pop .br-xsm,
  #newsletter_pop .br-md,
  #newsletter_pop .br-lg {
    display: none;
  }
  #newsletter_pop .br-sm {
    display: block;
  }
}

@media (min-width: 1024px) {
  #newsletter_pop .br-xsm,
  #newsletter_pop .br-sm,
  #newsletter_pop .br-lg {
    display: none;
  }
  #newsletter_pop .br-md {
    display: block;
  }

  #newsletter_pop .pop-content {
    width: 1000px;
    height: 800px;
  }
  #newsletter_pop .samsumg_logo {
    width: auto;
  }
  #newsletter_pop .split.info_area .input_info li label {
    width: 154px;
  }
  #newsletter_pop .split.info_area .input_info li input,
  #newsletter_pop .split.info_area .input_info li select {
    width: calc(100% - 154px);
  }
}

@media (min-width: 1240px) {
  #newsletter_pop .br-xsm,
  #newsletter_pop .br-sm,
  #newsletter_pop .br-md {
    display: none;
  }
  #newsletter_pop .br-lg {
    display: block;
  }
  #newsletter_pop .split_wrap {
    padding: 0 30px;
  }
}
