@charset "utf-8";
@import url("mw2025_font.css");

/* .nw_chk_wrap .nw_input_wrap input[type="checkbox"]:checked + label:before {background-color: #2589f4;border-color: #999} */

.pageIndicate {
  display: none !important;
}
.nw_wrap,
.nw_wrap * {
  font-family: "Pretendard Variable", --apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  line-height: 140%;
}
.nw_wrap.-full .nw_main{padding: 0;}
/* New_WON뱅킹 스타일 */

/* reset */
body * {
  outline: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  background-color: initial;
  background-image: none;
  -webkit-appearance: button;
  appearance: button;
}

.nw_sr_only {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  line-height: 0;
  font-size: 1px;
}
.nw_spacing2 {
  height: 4.8rem;
}
.nw_spacing {
  height: 3.2rem;
}
.nw_spacing50 {
  height: 2.4rem;
}
.nw_spacing10 {
  height: 1.6rem;
}
.nw_spacing5 {
  height: 1.2rem;
}
.nw_spacing4 {
  height: 0.8rem;
}
.nw_spacing64{height:6.4rem}
.nw_h100 {
  height: 100% !important;
}
.nw_vh100 {
  height: 100vh !important;
}
.nw_h_spaceb {
  min-height: calc(100vh - 52px) !important;
}
.nw_m0 {
  margin: 0 !important;
}
.nw_mt2 {
  margin-top: 0.2rem !important;
}
.nw_mt4 {
  margin-top: 0.4rem !important;
}
.nw_mt8 {
  margin-top: 0.8rem !important;
}
.nw_mt11 {
  margin-top: 1.1rem !important;
}
.nw_mt16 {
  margin-top: 1.6rem !important;
}
.nw_mb8 {
  margin-bottom: 0.8rem !important;
}
.nw_mb12 {
  margin-bottom: 1.2rem !important;
}
.nw_ml4 {
  margin-left: 0.4rem !important;
}
.nw_ml16 {
  margin-left: 1.6rem !important;
}
.nw_mr4 {
  margin-right: 0.4rem !important;
}
.nw_mr8 {
  margin-right: 0.8rem !important;
}
.nw_mx20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.nw_mx-20 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.nw_pt12 {
  padding-top: 1.2rem !important;
}
.nw_pb16 {
  padding-bottom: 1.6rem !important;
}
.nw_pl20 {
  padding-left: 2rem !important;
}
.nw_pb0 {
  padding-bottom: 0rem !important;
}
.nw_pr0 {
  padding-right: 0rem !important;
}
.nw_px0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.nw_px8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}
.nw_px20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.nw_py16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.nw_fg1 {
  flex-grow: 1 !important;
}

.nw_fs0 {
  font-size: 0 !important;
  line-height: 0 !important;
}
.nw_fs12 {
  font-size: 1.2rem !important;
}
.nw_fs13 {
  font-size: 1.3rem !important;
}
.nw_fs14 {
  font-size: 1.4rem !important;
}
.nw_fs15 {
  font-size: 1.5rem !important;
}
.nw_fs16 {
  font-size: 1.6rem !important;
}
.nw_fs17 {
  font-size: 1.7rem !important;
}
.nw_fs20 {
  font-size: 2rem !important;
}
.nw_fs22 {
  font-size: 2.2rem !important;
}
.nw_fs25 {
  font-size: 2.5rem !important;
}

.nw_fw400 {
  font-weight: 400 !important;
}
.nw_fw500 {
  font-weight: 500 !important;
}
.nw_fw600 {
  font-weight: 600 !important;
}
.nw_fw700 {
  font-weight: 700 !important;
}

.nw_underline {
  text-decoration: underline;
}
.nw_bg_gray2 {
  background: #f8f9fa !important;
}
.nw_gray01 {
  color: #070f16 !important;
}
.nw_gray03 {
  color: #0c1723 !important;
}
.nw_gray05 {
  color: #878f96 !important;
}
.nw_gray06 {
  color: #6d747b !important;
}
.nw_gray07 {
  color: #495057 !important;
}
.nw_gray08 {
  color: #343a40 !important;
}
.nw_critical {
  color: #cc1e24 !important;
}
.nw_accent {
  color: #0871f3 !important;
}
.nw_bg_grd4 {
  background: #fff;
  background-image: linear-gradient(
    180deg,
    #fff 0px,
    #fff 140px,
    #e5f4ff 250px,
    #e5f4ff 353px,
    #e5f4ff00 450px
  );
}

.nw_w-full {
  width: 100% !important;
}
.d-blk {
  display: block !important;
}
.d-ibk {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.fw-nowrap {
  flex-wrap: nowrap !important;
}
.fw-wrap {
  flex-wrap: wrap !important;
}
.fd-row {
  flex-direction: row !important;
}
.fd-column {
  flex-direction: column !important;
}
.fd-column-reverse {
  flex-direction: column-reverse !important;
}

.jc-normal {
  justify-content: normal !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-spaceb {
  justify-content: space-between !important;
}
.ai-normal {
  align-items: normal !important;
}
.ai-center {
  align-items: center !important;
}

.nw_center {
  flex: 1 1;
}
.nw_tac {
  text-align: center !important;
}
.nw_tal {
  text-align: left !important;
}
.nw_tar {
  text-align: right !important;
}
.nw_relative {
  position: relative !important;
}
.nw_absolute {
  position: absolute !important;
}
.nw_contain {
  width: 100%;
  text-align: center;
}
.nw_contain img {
  object-fit: contain;
  text-align: center;
}
.nw_img320 {
  width: 32rem;
  height: auto;
}
.nw_bul_refer {
  position: relative;
  padding-left: 1.8rem;
  color: #6d747b;
}
.nw_bul_refer:before {
  content: "※";
  position: absolute;
  top: -1px;
  left: 0;
}

.nw_top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}
.wrap .nw_navigation,
.nw_navigation {
  position: relative;
  height: 5.2rem;
  margin: 0 auto;
  padding: 1.4rem 2rem 1rem 1.6rem;
  text-align: center;
  border: 0;
}
.nw_nav_left {
  position: absolute;
  left: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
}

.nw_nav_title {
  display: flex;
  justify-content: center;
}
.nw_nav_right {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}
.nw_btn_icon .nw_svg_icon {
  display: block;
}
.nw_nav_left .nw_svg_icon {
  width: 2.4rem;
  height: 2.4rem;
}
.wrap .nw_navigation h1,
.nw_nav_title h1 {
  margin: 3px 5.7rem 0;
  font-size: 1.7rem;
  color: #343a40;
  font-weight: 600;
}
.nw_nav_right .nw_btn_nav {
  font-size: 1.6rem;
  color: #0871f3;
  font-weight: 500;
}

.nw_main {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.nw_section {
  padding-bottom: 12.2rem;
}
.nw_bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.8rem;
  background-color: #fff;
}
.nw_bottom .nw_bottom_inner {
  margin: 0 1.6rem;
}
.nw_bottom .nw_bot_grd {
  display: inline-block;
  position: absolute;
  top: -2.4rem;
  width: 100%;
  height: 2.4rem;
  margin-left: -1.6rem;
  background: linear-gradient(180deg, #fff0, #fff);
  line-height: 12.4rem;
}
.nw_bottom .nw_btn_group,
.nw_btn_wrap .nw_btn_group {
  display: flex;
  justify-content: center;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.nw_btn_basic {
  width: 100%;
  height: 5.6rem;
  padding-right: 2px;
  padding-left: 2px;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border-radius: 1.2rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
.nw_btn_basic.-md {
  height: 4.8rem;
  border-radius: 1rem;
}
.nw_btn_basic.-sm {
  height: 4rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  color: #020c15;
  font-weight: 600;
}
.nw_btn_basic.-xsm {
  width:auto;
  height: 3.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.nw_btn_basic.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
.nw_primary {
  background: #2589f4;
  color: #fff;
}
.nw_secondary {
  background: #e5f4ff;
  color: #0871f3;
}
.nw_tertiary {
  background: #f1f3f5;
  color: #495057;
}
.nw_btn_basic:disabled {
  opacity: 0.4;
}
.nw_btn_basic.nw_btn_outline {
  border-radius: 1rem;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #495057;
}
.nw_btn_basic.nw_btn_outline.-sm {
  border-radius: 0.8rem;
  font-size: 1.5rem;
  color: #020c15;
  font-weight: 600;
}
.nw_btn_link {
  width: 100%;
  min-height: 2.2rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  font-size: 1.4rem;
  color: #6d747b;
  font-weight: 600;
  text-align: center;
}
.nw_btn_basic + .nw_btn_link {
  margin-top: 2rem;
}
.nw_btn_link .txt_in_btn {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.nw_txt_header .nw_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1.4;
}
.nw_txt_header {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem;
  word-break: keep-all;
}
.nw_txt_header_center {
  display: flex;
  align-items: center;
  flex: 1 1;
  word-break: keep-all;
}
.nw_txt_header .nw_title2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #343a40;
  line-height: 1.4;
}
.nw_txt_header .nw_title3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  line-height: 1.4;
}
.nw_wrap ::placeholder {
  color: #323f4f8c;
}
.nw_formfield {
  display: block;
  width: 100%;
  min-height: 72px;
  padding: 0 19px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.nw_formfield.nw_inp_focus {
  border-color: #495057;
  box-shadow: inset 0 0 0 1px #020c15b8;
}
.nw_formfield.nw_readonly {
  border-color: #f1f3f5;
  background: #f8f9fa;
  color: #0c172399;
}
.nw_formfield.nw_readonly .nw_inp {
  color: #6d747b !important;
  -webkit-text-fill-color: #6b747b;
}
.nw_formfield.nw_readonly .nw_label {
  color: #495057;
}
.nw_formfield.nw_inp_error {
  border-color: #ee444a;
  background: #fceeee;
}
.nw_formfield.nw_inp_error .nw_label {
  color: #cc1e24;
}
.nw_formfield.nw_inp_error .nw_inp {
  color: #343a40;
}
.nw_formfield.nw_inp_disabled {
  border-color: #495057;
  background: #e9ecef;
}
.nw_formfield.nw_inp_disabled .nw_label {
  color: #b2bbc3;
}
.nw_formfield.nw_inp_disabled .nw_inp {
  color: #b2bbc3;
}

/* 주소검색-왼쪽 */
.nw_formfield.nw_search_left {
  min-height: 4.8rem;
  padding: 1.2rem 2rem;
  border: 0;
  background: #f1f3f5;
  box-shadow: none !important;
}

.nw_label {
  margin-top: 1.2rem;
  position: relative;
  display: block;
  min-height: 2rem;
  color: #495057;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.nw_label > span {
  vertical-align: top;
  user-select: text;
}
.nw_input_wrap {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 0.4rem;
  margin-right: 0;
  margin-left: 0;
}
.nw_input_wrap .nw_inp {
  display: block;
  width: 100%;
  height: 2.4rem;
  border: none;
  background: #0000;
  color: #343a40;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  outline: none;
}
.nw_text_area {
  position: relative;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 1.2;
}
.nw_icon_info {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 4px;
}
.nw_infotext {
  font-weight: 400;
  color: #878f96;
  word-break: normal;
  line-height: 1.2;
}

.nw_input_wrap.nw_inp_select {
  padding-right: 2.8rem;
}
.nw_search_left .nw_input_wrap.nw_inp_select {
  padding-left: 2.8rem;
  padding-right: 0;
}
.nw_inp_select .btn_inp_select {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
}
.nw_inp_select .btn_select_bg {
  position: absolute;
  top: 2px;
  right: 0;
  margin-top: 0;
}
.nw_search_left .nw_inp_select .btn_select_bg {
  right: auto;
  left: 0;
}
.nw_inp_select .nw_selected_option {
  display: flex;
  width: 100%;
}
.nw_input_wrap .nw_inp.nw_inp_readonly {
  font-size: 1.7rem;
  color: #343a40;
}
.nw_msg_error {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  color: #cc1e24;
  font-weight: 400;
  line-height: 1.2;
}
.nw_msg_error .nw_icon_info2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
}

/* 아이콘 */
.nw_btn_reset {
  display: none;
}
.nw_svg_icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nw_icon_info {
  width: 16px;
  height: 16px;
  background-image: url(/img/mw/prd/svg/info.svg);
}
.nw_icon_infofill {
  background-image: url("/img/mw/prd/svg/info_fill.svg");
}
.nw_icon_search {
  background-image: url(/img/mw/prd/svg/search.svg);
}
.nw_icon_reset {
  background-image: url(/img/mw/prd/svg/remove_fill.svg);
}
.nw_icon_back {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/mw/prd/svg/chevron_left.svg);
}
.nw_icon_tooltip {
  height: 2.4rem;
  margin-left: 0.4rem;
  background-image: url(/img/mw/prd/svg/help.svg);
  background-position: 50% 50%;
}
.nw_icon_arrdown {
  background-image: url(/img/mw/prd/svg/chevron_down_s.svg);
  background-position: 50% 50%;
}
.nw_icon_calendar {
  background-image: url(/img/mw/prd/svg/calendar.svg);
}
.nw_icon_check {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/mw/prd/svg/check_bold.svg);
}
.nw_icon_question {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/img/mw/prd/svg/question.svg);
}
.nw_icon_error {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.2rem;
  background-image: url(/img/mw/prd/svg/flash_error.svg);
  background-position: 50% 50%;
}
.checked .nw_icon_check {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/mw/prd/svg/checked_bold.svg);
}
.nw_nav_right .nw_btn_close {
  position: absolute;
  /* top: 1.4rem;
  right: 1.2rem; */
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  top: 0;
  right: -1rem;
}
.modal.full .nw_nav_right .nw_btn_close {
  top: 0;
  right: 0;
}
.nw_btn_close .nw_icon_close {
  width: 2.4rem;
  height: 2.4rem;
  background: url(/img/mw/prd/svg/close.svg) no-repeat 0 0 / 100% auto;
}
.nw_icon_nodata {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto;
}
.nw_svg_selected {
  width: 2.4rem;
  height: 2.4rem;
}
.nw_png_icon {
  width: 5.4rem;
  height: 5.4rem;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nw_icon_wblogo {
  background-image: url(/img/mw/prd/npay/img_title_woori.png);
}
.nw_icon_fanfare {
  background-image: url(/img/mw/prd/npay/img_account_complete.png);
}
.nw_icon_wrlogo {
  width: 4rem;
  height: 4.4rem;
  background-image: url(/img/mw/prd/npay/bank_woori.png);
}
.nw_icon_idcard {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(/img/mw/prd/npay/account-deposit-bg-circle-gray.png);
}
.nw_btn_basic.-icon.-sm .nw_svg_icon {
  width: 1.6rem;
  height: 1.6rem;
}
/* selectbox */
.nw_text-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -2rem;
  margin-left: -2rem;
}
.nw_text-header.nw_title {
  padding-top: 0;
}
.nw_text-header.nw_md {
  font-size: 1.7rem;
  padding: 1.6rem 2rem;
}
.nw_text-header-center {
  display: flex;
  align-items: center;
  flex: 1;
  word-break: keep-all;
}
.nw_text-header-center > * {
  margin-right: 2px;
  margin-left: 2px;
}
.nw_text-header-center .nw_text {
  font-size: 1.7rem;
}
.nw_text-header-center:first-child {
  margin-left: 0;
}
.nw_text-header-center:last-child {
  margin-right: 0;
}

.nw_formField.nw_option .nw_input-value,
.nw_formField.nw_option .nw_input {
  margin-bottom: 1px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.nw_formField .nw_label {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: block;
  min-height: 17px;
  color: #020c15b8;
}
.nw_option .nw_select {
  position: static;
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
  padding-right: 0;
}
.nw_option .nw_select {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto;
  position: static;
  padding-right: 0;
}
/* .nw_option .nw_select .nw_selected_option{display: flex;} */
.nw_option .nw_select .nw_select_btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.nw_option .nw_select .nw_select_btn:not(:disabled) {
  cursor: pointer;
}
.nw_option .nw_select .nw_select_btn .nw_select_bg {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.nw_option .nw_select .nw_select_btn .nw_select_bg,
.nw_select_bg * {
  border-color: #020c15b8;
  display: block;
}
.nw_option .nw_selected_option .nw_input {
  font-size: 1.7rem;
  color: #070f16d1;
  display: block;
  width: 100%;
  border: none;
  background: #0000;
}
.nw_option .nw_input_row {
  padding-right: 40px;
}

/* 직장 전화번호 */
.nw_formfield .nw_input,
.nw_formfield button,
.nw_formfield select,
.nw_formfield textarea {
  border: none;
  outline: none;
}
button,
input {
  outline: none;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.nw_formfield .nw_input_row > [class^="nw_row"] {
  width: 100%;
}
.nw_formfield .nw_label {
  margin-right: 0;
  margin-left: 0;
}
.nw_row > * {
  max-width: 100%;
}
.nw_row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.nw_col {
  flex: 1 0;
}
.nw_col > * {
  width: 100%;
  max-width: 100%;
}
.nw_col_auto {
  flex: 0 0 auto;
}
[class*="nw_col-auto"] .nw_select {
  width: 108px;
}
.nw_select {
  position: relative;
  padding-right: 28px;
}
.nw_select .nw_select_btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.nw_select .nw_select_btn .nw_select_bg {
  position: absolute;
  top: 0.2rem;
  right: 0;
  margin-top: 0;
}
.nw_formfield .nw_input,
.nw_formfield .nw_input-value {
  width: 100%;
  height: 2.4rem;
  background-color: transparent;
}

/* 해외납세의무자 폼 */
.nw_text:not(h1, h2, h3) {
  user-select: text;
}
.nw_date .nw_input_wrap.nw_inp_select {
  padding-left: 2.8rem;
  padding-right: 0;
}

.nw_button-icon.nw_normal {
  width: auto;
  height: auto;
  border-radius: 0;
}
.nw_button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.nw_formfield .nw_input,
.nw_formfield .nw_input-value {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}
.nw_formfield.nw_date .nw_date-input {
  position: relative;
  display: flex;
  align-items: center;
}
.nw_formfield.nw_date .nw_date-input {
  position: relative;
  display: flex;
  align-items: center;
}
.nw_formfield.nw_date .nw_date-input .nw_input-value {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.nw_formfield.nw_date .nw_date-input .nw_icon {
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
  height: 20px;
}
.nw_formfield.nw_date .nw_date-placeholder {
  color: #323f4f8c;
}
.nw_formfield .nw_input-wrap {
  font: initial;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
}

.nw_text-header.nw_xlg {
  font-size: 2.2rem;
  padding: 24px 20px;
  word-break: keep-all;
}
.nw_text-header.nw_first-title {
  padding-top: 0;
  padding-bottom: 0;
}
.nw_text-header h1.nw_text {
  font-size: 2.2rem;
  font-weight: 700;
}

.nw_button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nw_button-link .nw_label {
  text-underline-offset: 5px;
  -webkit-text-underline-offset: 5px;
  font-size: 1.5rem;
}
.nw_button-link.nw_sm {
  min-height: 2.2rem;
  font-size: 1.5rem;
}

.nw_default {
  color: #0c172399 !important;
}

.nw_ui-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
  padding: 16px 20px;
}

.nw_md.nw_three > :first-child,
.nw_md.nw_two-sub > :nth-child(2) {
  min-height: 2.2rem;
}
.nw_md.nw_three > :nth-child(2),
.nw_md.nw_three > :nth-child(3) {
  min-height: 20px;
}
.nw_wf600.nw_md.nw_three > :first-child,
.nw_wf600.nw_md.nw_two-sub > :nth-child(2) {
  font-size: 1.6rem;
  font-weight: 600;
}
.nw_wf600.nw_md.nw_three > :nth-child(2),
.nw_wf600.nw_md.nw_three > :nth-child(3) {
  font-size: 1.4rem;
  font-weight: 500;
}

.nw_three > :first-child {
  margin-bottom: 2px;
}
.nw_three > :first-child,
.nw_two-sub > :nth-child(2) {
  display: block;
}
.nw_three > :nth-child(2),
.nw_three > :nth-child(3) {
  font: var(--w-typography-d2);
  display: block;
  color: #323f4f8c;
}
.nw_three > :nth-child(2) {
  margin-bottom: 2px;
}

.nw_notice .nw_title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  color: #343a40;
  border-bottom: 1px solid #f1f3f5;
}
.nw_notice-icon {
  margin: -1px 4px 0 0;
}

.nw_fs13 li {
  font-size: 1.3rem;
  padding-left: 15px;
}
.nw_fs13 li + li {
  margin-top: 10px;
}

.nw_svg {
  display: block;
}
.nw_text:not(h1, h2, h3) {
  user-select: text;
}
.nw_text.nw_co-primary {
  color: #0871f3 !important;
}

.nw_text_list {
  user-select: text;
}
.nw_text_list li {
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0 0 0 20px;
  font-weight: 400;
  color: #6d747b;
}
.nw_text_list li + li {
  margin: 1.2rem 0 0;
}
.nw_text_list .nw_text {
  word-break: break-all;
}

.nw_bul-dash.nw_fs13 li:before,
.nw_bul_dot.nw_fs13 li:before,
.nw_bul-refer.nw_fs13 li:before {
  width: 15px;
}
.nw_bul-dash li,
.nw_bul_dot li,
.nw_bul-refer li,
.nw_text_list li {
  position: relative;
  vertical-align: middle;
}
.nw_bul-dash li:before,
.nw_bul_dot li:before,
.nw_bul-refer li:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 17px;
  text-align: center;
}
.nw_bul_dot li {
  position: relative;
}
.nw_bul_dot.nw_fs13 > li:before {
  top: 6.4px !important;
  left: 5px !important;
}
.nw_bul_dot > li:before {
  content: "" !important;
  top: 7.2px;
  left: 6px;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background: #495057;
}
.nw_bul_dot > li.nw_critical:before {
  background: #cc1e24;
}
.nw_bul_dot > li.nw_accent:before {
  background: #0871f3;
}
.nw_bul_dot .nw_bul_tit{font-size: 15px;color: #495057;font-weight: 700;}
.nw_right.nw_fluid [class*="nw_box"] > div {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px !important;
  height: 24px !important;
  transform: translateY(-50%);
}
.nw_bul_num li .nw_list_num {
  position: absolute;
  top: 0;
  left: 0;
}
/* 라디오 */
.nw_custom_check {
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  padding: 14px 18px !important;
}
.nw_custom_check .checked .nw_box {
  border: 2px solid #2589f4;
}
.nw_radio_wrap {
  display: flex;
  justify-content: normal;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: normal;
}
.nw_radio_wrap .nw_item {
  position: relative;
  display: flex;
  width: calc((100% - 8px) / 2);
  margin: 0 0.8rem 0 0;
  vertical-align: top;
}
.nw_input_box {
  position: static;
  flex: 0 1 auto;
  width: 0;
  height: 0;
  user-select: none;
}
.nw_label_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 4.2rem;
  padding: 0.8rem 1rem;
  text-align: center;
  border-radius: 0.6rem;
  background: #f1f3f5;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.4rem;
  color: #343a40;
}
.nw_item.checked .nw_label_text {
  box-shadow: 0 0 0 2px inset #2589f4;
}
.nw_custom_check .nw_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.2rem;
}
.nw_radio_inp {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* 바텀시트  */
.nst_scroll_lock body,
.nst_scroll_lock main {
  overflow: hidden;
  overflow-y: hidden;
}
.nst_btmsheet2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 300;
  display: none;
  overflow: hidden;
}
.nst_btmsheet2 .sheet_dimmed {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.nst_btmsheet2 .sheet_dimmed2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.nst_btmsheet2 .sheet_dimmed.-bt1 {
  bottom: 1px;
}
.nst_btmsheet2 .sheet_cont {
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  max-height: calc(100% - 60px) !important;
  background-color: #fff;
  border-radius: 2.4rem 2.4rem 0 0;
}
.nst_btmsheet2 .sheet_cont.-no_close .title {
  padding-right: 2rem;
}
.nst_btmsheet2 .sheet_cont.-no_close .sheet_close {
  display: none;
}
.nst_btmsheet2 .sheet_cont .body_inner {
  padding-top: 7.2rem;
}
.nst_btmsheet2 .sheet_cont.-tit2 .body_inner {
  padding-top: 9.8rem;
}
.nst_btmsheet2 .sheet_cont.-tit3 .body_inner {
  padding-top: 12.4rem;
}
.nst_btmsheet2 .sheet_cont.-has_btn .body_inner {
  padding-bottom: 7.4rem;
}
.nst_btmsheet2 .sheet_cont.-no_tit .body_inner {
  padding-top: 5.6rem;
}
.nst_btmsheet2 .sheet_cont.-no_tit .nw_sheet_header {
  min-height: 5.6rem;
}
.nst_btmsheet2 .sheet_cont.-no_pd.-tit2 .sheet_body .body_inner {
  padding-top: 8.4rem;
}
.nst_btmsheet2 .sheet_cont.-no_pd.-tit2 .nst_tab + .sheet_body .body_inner {
  padding-top: 14rem;
}
.nst_btmsheet2 .sheet_body {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
.nst_btmsheet2 .sheet_body.-h_fix {
  height: 432px !important;
  overflow-y: auto;
}
.nst_btmsheet2 .sheet_body.-h_max {
  max-height: 432px !important;
  overflow-y: auto;
}

.nst_btmsheet2 .nw_sheet_header {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 5.8rem;
  padding: 3rem 5.6rem 1.6rem 2rem;
  background: #fff;
  border-radius: 2.4rem 2.4rem 0 0;
}
.nst_btmsheet2 .nw_sheet_header .nw_sheet_tit {
  font-size: 2rem;
  color: #343a40;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.nst_btmsheet2 .nw_btm_close {
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.6rem;
  background: url(/img/mw/prd/svg/close.svg) no-repeat 0 0 /100% auto;
}

.nw_sheet_list .nw_sheet_item {
  display: list-item;
}
.nw_sheet_list .nw_sheet_btn {
  display: flex;
  flex: 1 1;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.6rem 2rem;
  text-align: left;
}
.nw_sheet_list .nw_txt_box {
  width: 100%;
  margin: 1px 0;
  font-size: 1.6rem;
}
.nw_sheet_list .nw_list_right {
  display: flex;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.6rem;
  text-align: right;
  line-height: 0;
}
.nw_sheet_list .nw_list_txt {
  color: #343a40;
  font-weight: 600;
}

/* 이메일 */
.nw_formfield .nw_divider {
  margin: 0;
  height: auto;
  font-size: 1.7rem;
  color: #b2bbc3;
  font-weight: 500;
}
.nw_formfield .nw_divider:before {
  content: none;
}
.nw_formfield.nw_formsingle {
  display: flex;
  align-items: center;
  min-height: 7.2rem;
}
.nw_formfield.nw_formsingle .nw_input_wrap {
  margin: 0;
  padding: 1.7rem 0;
}

.nw_link_btn {
  font-size: 1.5rem;
  color: #2658ed;
  font-weight: 500;
}

/* 달력커스텀 */
.ui-nw_datepicker .ui-datepicker-today a.ui-state-highlight,
.ui-nw_datepicker .ui-datepicker-today.ui-datepicker-unselectable span {
  border-radius: 0.8rem;
}
.ui-nw_datepicker .ui-datepicker-current-day .ui-state-active {
  background: #2589f4;
  border-radius: 0.8rem;
  color: #fff;
}
.ui-nw_datepicker.ui-datepicker .ui-datepicker-header {
  background-color: #fff !important;
}
.ui-nw_datepicker.ui-datepicker.ui-datepicker-titlebutton.ui-datepicker-current,
.ui-nw_datepicker.ui-datepicker .ui-datepicker-title select {
  border-radius: 0.4rem;
}

/* 확인바텀시트 */
.nw_info_txtbox {
  display: flex;
  flex: 1 1;
  padding: 0.6rem 0;
  font-size: 1.5rem;
}
.nw_info_tit {
  flex: 0 0 auto;
  color: #6d747b;
  font-weight: 500;
}
.nw_info_data {
  flex: 1 1;
  padding-left: 0.8rem;
  color: #495057;
  font-weight: 500;
  text-align: right;
}
.nw_info_after .nw_info_data {
  color: #0871f3;
}
.nw_divider {
  position: relative;
  height: 1px;
  margin: 0.6rem 0;
}
.nw_divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1f3f5;
}
.nw_divider.-big {
  height: 0.8rem;
}
.nw_info_list.-bg {
  padding: 1.6rem 2rem;
  background: #f8f9fa;
  border-radius: 1.6rem;
}
.nw_info_prod .nw_info_txtbox {
  font-size: 1.6rem;
}
.nw_info_prod .nw_info_data {
  color: #343a40;
}

/* 체크박스-약관 */
.nw_chk_box .nw_icon_chk {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/mw/prd/svg/check_bold.svg);
}
.nw_chk_box .on .nw_icon_chk {
  background-image: url(/img/mw/prd/svg/checked_bold.svg);
}
.nw_chk_box .nw_input_row {
  padding: 0.8rem 1.6rem;
}

.nw_chk_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.nw_chk_wrap .nw_input_wrap {
  flex: 0 0 auto;
  display: inline-flex;
  width: auto;
}
.nw_chk_wrap .nw_chk_label {
  flex: 1 1;
  padding: 1px 0.8rem 0;
  font-size: 1.5rem;
  color: #343a40;
  font-weight: 500;
  word-break: break-word;
}

.nw_chk_box .nw_input_row.nw_chk_big {
  padding: 1.5rem 1.6rem;
  background: #f8f9fa;
  border-radius: 0.8rem;
}
.nw_chk_big .nw_chk_label {
  flex: 1 1;
  padding: 1px 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.nw_chk_big .nw_icon_chk {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/mw/prd/svg/Checkbox_off.svg);
}
.nw_chk_big .on .nw_icon_chk {
  background-image: url(/img/mw/prd/svg/Checkbox_on.svg);
}
.nw_chk_big .nw_icon_arrdn {
  background-image: url(/img/mw/prd/svg/chevron_down_chkall.svg);
}
.nw_chk_big .nw_icon_arrup {
  background-image: url(/img/mw/prd/svg/chevron_up_chkall.svg);
}
.nw_icon_arrr {
    background-image: url(/img/mw/prd/svg/chevron_right_s.svg);
}
/* .nw_fluid{display:flex;justify-content:flex-end;position:absolute;width:100%;} */
.nw_fluid:not(.nw_right){display:flex;justify-content:flex-end;position:absolute;width:100%;}

/* 약관 -다운로드 */
.nw_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.8rem;
  padding: 0 2rem;
  background: #f8f9fa;
}
.nw_step {
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.nw_step > span {
  font-size: 1.2rem;
  color: #878f96;
  font-weight: 600;
}
.nw_step .nw_step_now {
  color: #495057;
}
.nw_btn_download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.nw_btn_download .nw_txt {
  font-size: 1.4rem;
  color: #6d747b;
  font-weight: 600;
}
.nw_icon_download {
  width: 1.6rem;
  background-image: url(/img/mw/prd/svg/download.svg);
}
.nw_viewer_wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.nw_viewer {
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 214px);
  padding: 0 1.6rem;
  background: #f1f3f5;
}
.nw_viewer .nw_btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.56);
}
.nw_viewer .nw_btn_icon.-disabled {
  opacity: 0.5;
}
.nw_viewer .nw_btn_left {
  left: 0;
}
.nw_viewer .nw_svg_icon {
  width: 2.4rem;
  height: 2.4rem;
}
.nw_viewer .nw_btn_right {
  right: 0;
}
.nw_terms_wrap {
  height: 100%;
}
/* table */
.nw_tbl_cen th,
.nw_tbl_cen td {
  text-align: center;
}
.nw_tbl_cen th {
  padding: 1.2rem 1.2rem 1.1rem;
  border-top: 1px solid #dee2e6;
  border-left:1px solid #f1f3f5;
  background: #f8f9fa;
  font-weight: 500;
  color: #343a40;
}
.nw_tbl_cen td {
  padding: 1.1rem 1.1rem 1.1rem 1.2rem;
  border-left: 1px solid #f1f3f5;
  border-bottom: 1px solid #f1f3f5;
}
.nw_tbl_cen tr th:first-of-type,
.nw_tbl_cen tr td:first-of-type{border-left:0} 

/* 다이얼로그 */
.nw_dialog {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
}
.nw_dialog .nw_dialog_dimmed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.nw_dialog .nw_dialog_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
}
.nw_dialog .nw_dialog_cont .nw_btn_wrap {
  padding: 1.6rem;
  flex-shrink: 0;
  position: static;
  width: 100%;
  margin: -1px 0 0 0;
  border-radius: 0 0 1.6rem 1.6rem;
  background: #fff;
}
.nw_dialog .nw_dialog_body {
  overflow-y: auto;
  width: 100%;
  margin: 0;
  border-radius: 1.6rem 1.6rem 0 0;
  background-color: #fff;
}
.nw_dialog .nw_dialog_body .body_inner {
  padding: 2rem 2rem 1.2rem 2rem;
}
.nw_dialog .nw_dialog_header {
  width: 100%;
  margin: 0;
  margin-bottom: -1px;
  padding: 2rem 2rem 0 2rem;
  border-radius: 1.6rem 1.6rem 0 0;
  background-color: #fff;
}
.nw_dialog.-has_header .nw_dialog_body {
  border-radius: 0;
}
.nw_dialog.-has_header .nw_dialog_body .body_inner {
  padding-top: 1.2rem;
}

/* 주소검색 */
.nw_no_data {
  margin-top: 8rem;
}
.btn_list_link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
}
.nw_address_area {
  flex: 1 1;
  margin-right: 1.6rem;
  text-align: left;
}
.nw_address_tit {
  font-size: 1.6rem;
  font-weight: 500;
  color: #343a40;
}
.nw_address_num {
  display: block;
}
.nw_address_detail {
  font-size: 1.4rem;
  color: #878f96;
  font-weight: 500;
}

.nw_show_more {
  position: relative;
}
.nw_btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #6d747b;
  text-align: center;
}
.nw_radio_group .nw_radio_wrap {
  gap: 0.8rem;
}
.nw_radio_group .nw_radio_wrap .nw_item {
  width: calc((100% - 16px) / 3);
  margin: 0;
}

.nw_flash_wrap .nw_svg_flash {
  width: 7.2rem;
  height: 7.2rem;
}
.nw_btn_group.-unbalanced > .nw_btn_basic:first-of-type {
  width: 30%;
  min-width: 100px;
}

/* 국가선택 */
.nw_list_nation li {
  padding: 1.6rem 0;
}
.nw_btn_nation {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.nw_flag_left {
  width: 4rem;
  height: 4rem;
}
.nw_flag_left img {
  width: 4rem;
  height: 4rem;
}
.nw_flag_wrap {
  flex: 1 1;
  text-align: left;
}
.nw_nation_txt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343a40;
}
.nw_list_right {
  text-align: right;
}

.nw_img_box {
  width: 20rem;
  margin: 0 auto;
}
.nw_img_box img {
  width: 20rem;
}

/* 주민등록번호 */
.nw_row.nw_jumin {
  gap: 1rem;
}
.nw_row.nw_jumin .nw_col {
  width: 50%;
}
.nw_row.nw_jumin .nw_divider {
  width: 2.4rem;
  height: 2.4rem;
}
.nw_inp_wrap.nw_jumin_masking {
  display: flex;
  align-items: center;
  position: relative;
}
.nw_inp_wrap.nw_jumin_masking .nw_inp {
  display: inline-block;
  color: #343a40;
  text-align: left;
  vertical-align: baseline;
  line-height: 1.2;
}
.nw_masking_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 1.6rem;
}
.nw_masking {
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 4px;
  border-radius: 50%;
  background: #b2bbc3;
}
.nw_masking:last-of-type {
  margin-right: 0;
}
.nw_pw_hidden .nw_masking_wrap {
  display: inline-flex;
  width: auto;
  margin-left: 0;
}
.nw_fin {
  height: auto;
}
.nw_grayline_box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.5rem 2rem;
  border: 1px solid #f1f3f5;
  border-radius: 0.8rem;
}
.nw_grayline_box .nw_txt_wrap {
  width: 100%;
}

/* 비밀번호 */
.nw_formfield.-nw_pw {
  border: 0;
}
.nw_formfield.-nw_pw .nw_input_wrap {
  justify-content: center;
  margin: 0;
}
.nw_formfield.-nw_pw .nw_input_wrap .nw_inp {
  height: 1.2rem;
}
.-nw_pw .nw_masking_wrap {
  justify-content: center;
  margin: 0;
  background: #fff;
}
.-nw_pw .nw_masking {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.2rem;
}
.-nw_pw .nw_masking:first-of-type {
  margin-left: 0;
}
.-nw_pw .nw_msg_error {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
}

.body_inner .nw_txt {
  font-size: 1.5rem;
  color: #495057;
}

/* 모달아래풀팝업 */
.nw_modal.modal.full {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: auto;
  transform: none;
}
.modal.full .nw_wrap {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  min-height: 100%;
}
.nw_lotti_icon {
  width: 5.4rem;
  height: 5.4rem;
}

.nw_loading_wrap.-full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.nw_loading {
  display: flex;
  justify-content: center;
  margin-top: 18.7rem;
}
.nw_loading .nw_lotti_icon {
  width: 4.8rem;
  height: 8rem;
}
.nw_loading.-full {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-top: 0;
  transform: translate(-50%, -50%);
}

/* 취소선 */
.nw_wrap s {
  text-decoration-color: red;
  text-decoration-thickness: 1rem;
}

.mw25_badge {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  padding: 0.25rem 0.6rem;
  display: inline-block;
  border-radius: 10rem;
  margin-bottom: 0.8rem;
}
.mw25_badge.-bg_black {
  background: #000;
  color: #fff;
}
.mw25_badge.-bg_gray {
  background: #f1f3f5;
  color: #495057;
}
.d-flex .nw_bg_box:first-child {
  margin-right: 0.8rem;
}
.nw_bg_box {
  width: 100%;
  background: #fff;
  padding: 3.9rem 0;
  text-align: center;
  border-radius: 1.6rem;
}
.nw_bg_box .mw25_badge {
  margin-bottom: 0.4rem;
}
.nw_bg_box .nw_box_tit {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
.nw_list_item {
  padding: 1.6rem 0;
  text-align: left;
}

.nw_list_link .nw_list_item {
  border-top: 1px solid #f1f3f5;
}
.nw_list_link .nw_list_item:first-child {
  border-top: 0;
}
.nw_link_area {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #343a40;
  font-weight: 600;
}
.nw_link_area:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(/img/mw/prd/svg/chevron_right_s.svg) no-repeat;
}
.nw_btn_basic.nw_link_area:after {
  right: 2rem;
}
@media screen and (min-width: 320px) {
  .nw_img320 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .nw_reaction_type {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .nw_reaction {
    position: relative;
    width: 36rem;
    max-width: 36rem;
    height: 70.6rem;
    margin: 0 auto;
    padding-top: 5.2rem;
    border: 2px solid #dee2e6;
    border-radius: 2.4rem;
  }
  .-full .nw_reaction{
    padding-top: 0;
  }
  .nw_reaction_type .nw_top {
    display: none;
  }
  .nw_reaction_type.-full .nw_top {
    display: block;
    border-radius: 2.4rem 2.4rem 0 0;
  }
  .-full .nw_main{padding: 0;}
  .nw_reaction_type .nw_section {
    height: 54rem !important;
    margin-bottom: 9.8rem;
  }
  .-full .nw_reaction .nw_section{padding-bottom: 0;}
  .nw_reaction_type .nw_bottom {
    position: absolute;
  }
}

.nw_qna_tit {
  font-size: 1.5rem;
  color: #343a40;
  font-weight: 600;
}
.nw_qna_tit .nw_icon_question {
  margin-top: -2px;
}
.nw_answer_wrap {
  padding: 1.6rem 2rem;
  background: #f1f3f5;
  border-radius: 1.6rem;
}
.nw_qna_answer {
  font-size: 1.4rem;
  color: #6d747b;
  font-weight: 400;
}
.nw_terms_down .nw_link_area {
  height: auto;
  padding: 1.6rem 4.4rem 1.6rem 2rem;
}

/* pc 버전 화면 높이 작은 경우 */
@media screen and (max-height: 700px) {
  .pc .nw_reaction_type{
    position: relative;
    top:0;
    transform:translate(-50%, 0)
  }
}

/* 레이어팝업 */
.modal.nw_popup{background: transparent;}
.nw_pop_wrap{max-width: 36rem;background:#fff;border-radius: 16px;}
.nw_pop_head{padding: 2rem;padding-bottom: 0;}
.nw_pop_head strong{font-size:2.2rem;color: #343a40;font-weight: 700;line-height:1.3;}
.nw_pop_container{margin: 1.2rem 2rem 3.2rem;}
.nw_qr_wrap{width: 12.4rem;height: 12.4rem;padding: 6px;background:#fff;border:1px solid #dee2e6; border-radius:1.2rem;box-shadow:0 2px 8px 0 rgba(23, 74, 146, 0.12), 0 0 .5px 0 rgba(23, 74, 146, 0.16);}
.nw_pop_btm{height:8rem;}
.nw_pop_btm .nw_bottom{padding-bottom: 1.6rem;background:transparent}
.nw_ico_naver{display: block;width: 1.6rem;height: 1.6rem;background: url(/img/mw/prd/npay/naver-off.png) no-repeat 0 0 / 100% auto;}
.active > div > .nw_ico_naver{background: url(/img/mw/prd/npay/naver-on.png) no-repeat 0 0 / 100% auto;}
.nw_ico_npay{display: block;width: 1.6rem;height: 1.6rem;background: url(/img/mw/prd/npay/npay-off.png) no-repeat 0 0 / 100% auto;}
.active > div > .nw_ico_npay{background: url(/img/mw/prd/npay/npay-on.png) no-repeat 0 0 / 100% auto;}

.mw25_tabs_trigger.active div em{color:#343a40}
.mw25_tabs_trigger div em{color:#878f96}

/* 체크박스 수정 */
.nw_chk_wrap .nw_chk{position:absolute;top:0;left:0;width: 2.4rem;height: 2.4rem;}

/* 휴대폰본인확인 25.09.09 */
.nw_timer{margin-left: 0.4rem;font-size: 1.4rem;color: #0871f3;font-weight: 400;}

/* toast */
.nst_toast{position:fixed;left:.8rem;right:.8rem;bottom:-100%;z-index:400;transition:bottom .6s ease-in;text-align: center;}
.nst_toast.on{bottom:4rem}
.nst_toast.on.nst_hasFixed{bottom:8.6rem}
.nst_toast .nst_toast_inner{display: inline-block;position:relative;background-color:#495057;border-radius:1.2rem;}
.nst_toast .nst_toast_p{padding:2rem 1.6rem;font-size:1.5rem;font-weight:400;color:#fff}
.nst_toast .nst_toast_p:last-child{padding-right:1.6rem}
.nst_toast .nst_toast_d{position:absolute;right:1.2rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.nst_toast .nst_toast_o{display:inline-block;min-width:6.6rem;height:3rem;line-height:3rem;background-color:#4c5459;border-radius:.6rem;text-align:center}
.nst_toast .nst_toast_i{color:#fff;font-size:1.3rem;font-weight:700}