@charset "utf-8";

@import url('reset.css');


  /* STYLE */

.relative {
    position: relative;
}
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

.pa0 {
  padding: 0px !important;
}

.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}

.pl0 {padding-left: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}

.pr0 {padding-right: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}

.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}

.gap0 {
  gap: 0px !important;
}

.gap2 {
  gap: 2px !important;
}

.gap4 {
  gap: 4px !important;
}

.gap6 {
  gap: 6px !important;
}

.gap8 {
  gap: 8px !important;
}

.gap10 {
  gap: 10px !important;
}

.gap12 {
  gap: 12px !important;
}

.gap16 {
  gap: 16px !important;
}

.gap18 {
  gap: 18px !important;
}

.gap20 {
  gap: 20px !important;
}

.gapLine {
  width: 1px;
  height: auto;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.1);
}

.flex-1 {
  flex: 1 !important;
}

.w_p100 {
  width: 100% !important;
}

.w130 {
  width: 130px !important;
}

.w180 {
  width: 180px !important;
}

.w150 {
  width: 150px !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px !important;
}


.fb6 {
  font-weight: 600 !important;
}

.fb7 {
  font-weight: 700 !important;
}

.fc_red {
  color: #EE3929 !important;
}

.fc_yellow {
    color: #FFEB3B !important;
}

.fc_white {
  color: #FFFFFF !important;
}

.fc_blue {
  color: #397ffe !important;
}

.gray5 {
  color: rgba(30, 30, 32, 0.5);
}

.gray6 {
  color: rgba(30, 30, 32, 0.6);
}

.gray7 {
  color: rgba(30, 30, 32, 0.7);
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.no_preline {
    white-space: normal !important;
}

.bg_gray {
   background-color: rgba(30, 30, 32, 0.05) !important;
}

.bd_0 {
  border: 0 !important;
}
.bd_b0 {
  border-bottom: 0 !important;
}

.line {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.line8 {
  width: 100%;
  height: 8px;
  margin-top: 17px;
  background: #f4f3f3;
}

.hg320 {
  height: 320px;
}

.flex_srart {
    align-items: flex-start !important;
}

/* iPhone */
.safeArea {
  padding-bottom:calc(env(safe-area-inset-bottom) + 16px); 
  padding-bottom:calc(constant(safe-area-inset-bottom) + 16px);
}

/* LAYOUT */
#layout{
  display: flex; 
  flex-direction: column; 
  min-height: 100vh;
  overflow-y: auto;
  padding-bottom: 80px;
} 

#header {
  position: relative;
  height: 60px;
  background: #FFF;
  border-bottom: 1px solid #e0e0e0;;
}

#header h1 {
  font-family: Pretendard;
  font-size: 18px;
  color:#1e1e20;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

#header .btn_back {
  display: block;
  position: absolute;
  left: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/common/btn_top_back.svg) no-repeat;
  background-size: 29px;
}

#header .btn_home {
  display: block;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/common/btn_top_home.svg) no-repeat;
  background-size: 29px;
}

#header .btn_my {
  display: block;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/common/btn_top_my.svg) no-repeat;
  background-size: 29px;
}

.main_header {
  width: 100%;
  height: 98px;
  padding: 0 16px;
  background: #fff;
}

.main_header .gnb_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.main_header h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_header h1 a.logo {
  width: 135px;
  height: 37.97px;
  overflow: hidden;
  color: transparent;
  display: block;
  background: url(../images/common/logo.svg) no-repeat 50% / 85% auto;
}

.main_header .top_button_box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_header .top_button_box button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_area { 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}

.search_area .search_form {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1.5px solid #EE3929;
  background: #fff;
}

.search_area .search_form input {
  width: 100%;
  height: auto;
  padding: 0 46px 0 16px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: -.28px;
  border: 1px;
  color: #1e1e20;
  border-radius: 30px;
  text-overflow: ellipsis;
}

.search_area .search_form .search_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 15px;
  text-indent: -99999em;
  background: url(../images/common/icon_search.svg) no-repeat 50% 50% / 22px;
}

/* LOGIN */
.login_option_info {
  position: relative;
  text-align: center;
  font-size: 0;
}

.login_option_info .list_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.login_option_info .list_item:first-child {
  margin-left: 0;
}

.login_option_info .list_item:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  top: 7px;
  left: -16px;
  border-radius: 50%;
  background-color: #8B8A89
}

.login_option_info .list_item:first-child::before {
  content: none;
}

.login_option_info .list_item .link_option {
  display: block;
  font-family: Pretendard;
  font-size: 14px;
  line-height: 16px;
  color: rgba(30, 30, 32, 0.6);
  font-weight: 500;
}

/* MEMBERSHIP */
.join_form {
  width: 100%;
}

.join_form .terms_all {
  display: flex;
  border: 1px solid #e0e0e0;
  align-items: center;
  border-radius: 10px;
  flex-direction: row;
  gap: 8px;
}

.joinCheck {
  display: inline-block;
  position: relative;
  padding: 10px 16px 10px 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  width: 100%;
}

.joinCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}



.joinCheck span.fakeCheck {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 18px;
  top: 18px;
  background: url(../images/common/check_off.svg) no-repeat 0 0;
  background-size: 22px auto;
  transition: all 0.5s ease;
}

.joinCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/check_on.svg) no-repeat 0 0;
  background-size: 22px auto;
  transition: all 0.5s ease;
}

.agree_list {
  display: flex;
  padding: 15px 0px;
}

.agree_list_group {
  width: 100%;
  position: relative;
}


.agree_list_group li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.agreeCheck {
  position: relative;
  padding: 10px 0 10px 50px;
  color:#1e1e20;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  width: 100%;
}

.agreeCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}

.agreeCheck span.fakeCheck {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 12px;
  background: url(../images/common/sub_check_off.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}

.agreeCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/sub_check_on.svg) no-repeat 0 0;
  background-size: 20px auto;
  transition: all 0.5s ease;
}

.agree_list_group li .link_view_terms {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 13px;
  margin-right: 5px;
  background: url(../images/common/icon_next.svg) no-repeat 0 0;
  background-size: 18px auto;
  text-indent: -99999px;
}

.agree_message {
  margin: 0 16px 24px;
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.auto_change{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.autoCheck {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
}

.autoCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
}

.autoCheck span.fakeCheck {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background: url(../images/common/check_off.svg) no-repeat 0 0;
  background-size: 22px auto;
  transition: all 0.5s ease;
}

.autoCheck input[type="checkbox"]:checked ~ span.fakeCheck {
  background: url(../images/common/check_on.svg) no-repeat 0 0;
  background-size: 22px auto;
  transition: all 0.5s ease;
}


/* BUTTON */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 12px 16px;
  border-radius: 8px;
  color:#1e1e20;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  font-family: Pretendard;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.button.active {
  border-color: #ee3929;
}

.button.active_black {
  border-color: #1e1e20;
}

.button_primary {
  color: #fff;
  background-color: #ee3929;
  border-color: #ee3929;
}

.button_primary_full {
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  background-color:#ee3929;
  border-radius: 8px;
}

.button_primary_full:disabled {
  border-color: transparent;
  background: #f5f5f5;
  color: #c0bfbf;
}

.button_round_line {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  width: 71px;
  height: 44px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
}

.button_round_line:hover {
  border: 1px solid #e0e0e0;
}

.button_round_line.on {
  color:#fff;
  background-color: rgba(30, 30, 32);
}

.button.red {
  color: #EE3929;
  border: 1px solid #EE3929;
}

.btn_middle {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  height: 37px;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.btn_middle.round {
  border-radius: 50px;
}

.button.min_w63 {
  min-width: 63px !important;
}

.button_white_20 {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.button_box {
  display: flex;
  width: 100%;
} 

.btn_small {
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 600;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: rgba(30, 30, 32, 0.7);
  background-color: rgba(30, 30, 32, 0.06);
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 12px;
}

.btn_small.gray {
  color: rgba(255, 255, 2555, 0.6);
  background-color: rgba(255, 255, 255, 0.1)
}

.btn_gray_guide {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 12px;
  border-radius: 50px;
  background-color: rgba(30, 30, 32, 0.06);
  font-family: Pretendard;
  font-size: 12px;
  color: rgba(30, 30, 32, 0.7);
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
}

.floating_area {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.floating_area .inner {
  position: relative;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 10px 25px 40px;
  background: #fff;
}

.button_light_gray {
  color: rgba(30, 30, 32, 0.8);
  background-color: rgba(30, 30, 32, 0.05);
  border: 0;
}

.button_gray {
  color: #fff;
  background-color: rgba(30, 30, 32, 0.3);
  border:0;
}

.button_refresh {
  width: 50px;
  height: 50px;
}

.button_refresh img {
  width: 28px;
  height: auto;
}

.button_20 {
  width : 20px;
  height: 20px;
}

.button_close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/btn_close_black.svg) no-repeat center center;
  background-size: 20px auto;
}

.button_detail {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color :#EE3929;
  font-weight: 600;
}

/* INPUT */
.box_input {
  width: 100%; 
  display: flex; 
  position: relative;
  isolation: isolate;
  flex-direction: column;
}

.box_input input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.form_text[type="text"], 
.form_text[type="number"], 
.form_text[type="password"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
}

.form_text:disabled {
  background-color: rgba(30, 30, 32, 0.05);
  border: 0;
  opacity: 1;
}

.form_text_gb[type="text"] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 20px;
  background: #f9f9f9;
  border: 0;
}

.line_input {
  position: relative;
  border-bottom: 2px solid #1e1e20;
}

.form_line[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  border: none;
  padding: 0 20px 0 1px;
}

.box_input .textarea_box {
  resize: none;
  font-size: 16px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f9f9f9;
  border: 0;
}

.box_input .textarea_box.box_line {
  border: 1px solid #e0e0e0;
  background: #fff;
}

.input_right {
  margin-top: 4px;
  right: 0px;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.input_right.line_close {
  width: auto;
  margin-top: 2px;
  padding-right: 1px;
}

/* SELECT */
.select_area {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.select_ty1 {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  padding: 3px 12px 0;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 600;
  border-radius: 8px;
  background-image: url(../images/common/icon_down_gray.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 16px;
}

.select_ty1.w108 {
  width: 108px;
}

.select_ty1.middle {
  height: 42px;
  padding: 0 16px;
  font-size: 15px;
  line-height: 1.46;
  color: rgba(30, 30, 32, 0.8);
  border-radius: 30px;
  background-image: url(../images/common/icon_down_gray.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 12px;
}

/* TABS */
.tab_wrap  {
  position: relative;
  width: 100%;
}

.tab_wrap .scroll_area {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(30, 30, 32, .13);
}

.tab_wrap .scroll_area ul {
  white-space: nowrap;
  display: table;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 7px;
}

.tab_wrap .scroll_area ul li {
  display: inline-block;
  margin: 0 4px;
  padding: 0 9px;
  line-height: 1.2;
}

.tab_wrap .scroll_area ul li a {
  position: relative;
  display: block;
  width: auto;
  padding: 13px 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e20;
}

.tab_wrap .scroll_area ul li a.active {
  color: #EE3929;
}

.tab_wrap .scroll_area ul li.on {
  border-bottom: 4px solid #EE3929;
  position: relative;
}

.tabs {
  display: flex;
  justify-content: center;
  width:100%;
}

.tabs:after {
  display: block;
  clear: both;
  content: '';
}

.tabs li{
  position:relative; 
  float:left; 
  width:50%; 
}

.tabs li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color:#e0e0e0;
  bottom: 0;
  left: 0;
}

 .tabs li button {
   width:100%;
  display: block;
  font-size: 16px;
  font-family: Pretendard;
  font-weight: 600;
  color: rgba(30, 30, 32, 0.5);
  line-height: 30px;
  padding: 12px 0;
  text-align: center;
}

 .tabs li button.on{ 
  font-family: Pretendard;
  font-weight :700; 
  color: #1e1e20;
}

 .tabs li button.on:before {
  content: ''; 
  position: absolute; 
  width: 100%; 
  height: 2px; 
  background-color: #1e1e20;
  bottom: 0; 
  left: 0;
}

/* BOX_TYPE */
.box_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0px;
  width: 100%;
  padding: 25px;
  gap: 24px;
}

.box_type {
  display:flex; 
  flex-direction:column; 
  align-self: stretch; 
  gap:16px; 
  background-color:#FFF;
}

.box_type1 {
  display:flex; 
  flex-direction:row;
}

.box_type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box_type3 {
  display: flex;
  flex-direction: column;
}

.box_type4 {
  display: flex;
  width: 100%;
}

.box_type5 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-self: stretch;
  -webkit-box-align: center;
  align-items: center;
}

.box_type5 .align_top {
  align-self: flex-start;
}

.box_type6 {
  display: flex;
  flex-direction: row;
  align-items: center
}

.box_type7 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.box_type8 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.info_box {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.info_box .middle_text {
  text-align: center;
  align-self: stretch;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color:#1e1e20;
  white-space: pre-line;
  padding-bottom: 40px;
}

.text_box {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
   align-items: center;
}

.text_box .big_text {
  text-align: center;
  align-self: stretch;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1e1e20;
  padding-top: 20px;
}

.text_box .middle_text {
  text-align: center;
  align-self: stretch;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(30, 30, 32, 0.6);
  white-space: pre-line;
  padding-bottom: 40px;
}

.cnts__box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.notice_top {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.notice_text_area {
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
}

.notice_text_area p {
  font-size: 16px;
  color: rgba(49, 46, 45, 0.7);
  line-height: 32px;
}

.status_inq_answer {
  display: flex;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(49, 46, 45, 0.7);
  background: #f3f3f3;
  border-radius: 50px;
  text-align: center;
}

.status_inq_answer.end {
  color: rgba(238, 57, 41, 0.8);
  background-color: #feecea;
}

.inq_title_box {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 4px 8px;
  background-color: #504d4c;
  border-radius: 50%;
}

.inq_title {
  width: 15px;
  -webkit-box-flex: 0;
  flex-grow: 0;
  height: 26px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.inq_title_box.answer {
  background: #EE3929;
}

.inq_text {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  word-break:break-all;
}

.example_box {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  background: #fff7e3;
  border-radius: 10px;
  width: 100%;
  padding-inline: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.example_box .big_number {
  font-family: Pretendard;
  font-size: 24px;
  color: #EE3929;
  font-weight: 600;
}

.img_box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.img_box .complete_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg30_box {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
inset: 0;
background-color: rgba(0, 0, 0, .3);
}

.product_item_list .img_box {
  border-radius: 8px;
}

.product_detail .img_box {
  border-radius: 0;
}

.list_box {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.list_box.type1 {
  padding:1px 0;
}

.list_box .title {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  color: rgba(49, 46, 45, 0.6);
}

.list_box .val_text {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.list_box .rate {
  display: block;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: rgba(49, 46, 45, 0.4);
}

/* LIST */
.menu_list {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.info_list {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  align-items: flex-start;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

/* TITLE */
.link_logo{
  display:block; 
  margin:30px auto 0; 
  width:160px; 
  height:auto;
}


.top_title {
  color: #1e1e20;
  font-family: Pretendard;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.33;
}

/* TEXT */
.text_big_45 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.unit_text_1 {
  font-size: 35px; 
  font-weight: 700;
  padding-left: 3px;
  vertical-align: bottom;
}

.text_big_20 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.text_big {
  font-size: 18px;
  line-height: 28px;
}

.text_middle {
    font-family: Pretendard;
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
}

.text_small { 
  font-family: Pretendard;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

.text_warning {
  position: initial;
  margin: 8px 0 0;
  padding: 0 5px;
  font-size: 12px;
  color: #F76868;
  line-height: 16px;
  text-align: left;
  word-break: break-all;
}

/* INFO */
.pay_info_area {
  display: flex;
  min-height: 215px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  background-color: #563E36;
}

/* INFO */
.sortArea {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  scrollbar-width: none;
}

.guidance_area {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Pretendard;
  width: 100%;
  padding-inline: 0px;
  padding-top: 16px;
  padding-bottom: 50px;
  background: #fff;
  gap: 12px;
}

.guidance_textBox {
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: rgba(49, 46, 45, 0.8);
  line-height: 1.43;
}

.guidance_text {
  font-size: 14px;
  color: rgba(49, 46, 45, 0.7);
  line-height: 1.6;
  word-break: break-all;
}

/* SHOPPING */
.product_detail {
  display: flex;
  flex-direction: column;
  gap:20px;
}

.product_detail .product_info {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  gap: 8px;
}

.product_detail .product_info .brand_name {
  font-size: 14px; 
  font-weight: 600;
  color: #666; 
}

.product_detail .product_info .product_title {
  font-size: 18px; 
  font-weight: 700;
  color: #1e1e20;
  line-height: 1.4;
}

.product_detail .product_info .product_spec {
  font-size: 16px;
  font-weight: 500;
  color: rgba(49, 46, 45, 0.6) 
}

.product_detail .product_info .product_price {
  font-size: 20px; 
  font-weight: 700;
  color: #fdb502; 
  line-height: 1.4;
}

.option_info {
  position: relative;
  width: 100%;
}

.option_box {
  position: relative;
  font-size: 15px;
}

.sel_option {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  background: #fff;
  font-weight: 600;
  color: #1e1e20;
  text-decoration: none;
  position: relative;
}

.sel_option::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/common/icon_down.svg") no-repeat center / 20px;
}

.option_box.open .sel_option {
  border-color: #1e1e20;
  color: #1e1e20;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.option_box.open .sel_option::after {
  background-image: url("../images/common/icon_up_black.svg");
}

.option_item_list {
  display: none;
  /*position: absolute; */
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #bcbcbd;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}

.option_box.open .option_item_list {
  display: block;
}

/* 항목 스타일 */
.option_item_list li {
  border-bottom: 1px solid #E0E0E0;
}

.option_item_list li:last-child {



  border-bottom: none;
}

.btn_cho_option {
  width: 100%;
  padding: 14px 15px;
  font-size: 15px;
  color: #1e1e20;
  text-align: left;
  background: #fff;
  border: none;
}

.btn_cho_option:hover {
  background: rgba(30, 30, 32, 0.04);
}

.btn_cho_option:disabled {

  
  background: #fafafa;
  color: #aaa;
}

.prd_cnt_box {
  position: relative;
  margin: 0;
  padding: 5px 20px 3px;
  border: 1px solid #E0E0E0;
  background: #f9f9f9;
  border-radius: 6px;
}

.prd_cnt_box .icon {
  position: absolute;
  top: 13px;
  right: -4px;
}

.prd_cnt_box .icon .option_btn_delete {
  position: absolute;  
  top: 0; 
  right: 0; 
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/common/btn_close_black.svg);
  background-size: 22px auto;
  cursor: pointer;
}

.prd_cnt_box .tit_area {
  position: relative;
  line-height: 25px;
  padding-top: 13px;
  padding-bottom: 15px;
  border-top: 1px solid #E0E0E0;
}

.prd_cnt_box .tit_area::after {
  content: "";
  display: block;
  clear: both;
}

.prd_cnt_box .tit_area:first-child {
  border-top: 0;
}

.prd_cnt_box .tit_area > span {
  display: block;
  font-weight: 600;
  word-wrap: break-word;  
  overflow-wrap: break-word;
}

.prd_cnt_box .tit_area > span.text_2 { 
  padding-right: 14px;
}

.prd_cnt_box .option_cnt_box {
  margin: 12px 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  max-width: 130px;
  height: 32px;
}

.prd_cnt_box .tit_area .option_cnt_box .btnCalc {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #f5f5f5;
  font-size: 20px;
  cursor: pointer;
  vertical-align: baseline;
}

.prd_cnt_box .tit_area .option_cnt_box input[type="text"] {
  width: 50px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  border: none;
  margin: 0 5px;
}

.prd_cnt_box .tit_area .option_cnt_box input[type="text"]:disabled {
  background: #f5f5f5;
}

.prd_cnt_box .tit_area .cont_area {
  position: relative;
  display: flex;  
  justify-content: flex-end; 
  align-items: center; 
  gap: 10px; 
}

.prd_cnt_box .tit_area .cont_area .option_price {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-align: right;
}

.prd_cnt_box .tit_area .cont_area .option_price .won {
  display: inline-block;
}

.prd_cnt_box .tit_area .cont_area .option_pv {
  text-align: right;
  margin-right: 1px;
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 400;
}

.total_cp_area {
  font-size:16px; 
  padding-bottom: 15px;
  border-bottom:1px solid #E0E0E0;
}

.product_contents {
  position:relative;
}

.product_detai_area {
  position:relative; 
  padding:16px 0;
}

.pinch_zoom {
  position:relative; 
  margin-top:20px; 
  padding:11px 0; 
  border:1px solid #e0e0e0;;
  text-align:center;
  border-radius: 6px;
}

.pinch_zoom figure {
  display:inline-block; 
  width:30px; 
  height:30px; 
  margin-right:8px; 
  vertical-align:middle; 
  background:url(../images/common/icon_pinch_zoom.svg) 
  no-repeat 50%/cover;
}

.pinch_zoom p {
  display:inline-block; 
  margin:0 auto; 
  font-size:15px; 
  padding-top:7px;
}

.pinch_zoom p>em {
  font-weight:700; 
  color:#EE3929;
}

.product_detai_area .seller_html {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  padding-bottom: 50px;
  padding-top: 0;
  text-align: center;
  min-height: 100px;
}

/* 이미지 영역 */
.product_detai_area .seller_html .img_area {
/*
  max-height: 1000px;
  overflow: hidden;
*/
  min-height: 200px;
}

.product_detai_area .seller_html .img_area img {
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}

.btn_detail_more {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 36px 36px 36px;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
}

.btn_detail_more .button_detail_more {
  display: block;
  width: 235px;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #EE3929;
  color: #EE3929;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.btn_detail_more .button_detail_more:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.btn_detail_more .button_detail_more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -4px 0 0 5px;
  background: url(../images/common/icon_down_red.svg) no-repeat center center;
  background-size: 20px auto;
}

.btn_detail_more .button_detail_more.on:after {
  background: url(../images/common/icon_up_red.svg) no-repeat center center;
  background-size: 20px auto;
}

.prod_notice_info {
  margin-top: 30px;
}

.prod_notice_info .sub_title {
  padding: 5px 0;
  margin-bottom: 6px; 
  justify-content: flex-start;
}

.prod_notice_info .sub_title h3 {
  display: inline; 
  margin: 0;  
  font-size: 16px;
  font-weight: 600;
}

.prod_notice_info .additional {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(30, 30, 32, 0.7);
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.product_notice_list {
  position: relative;
}

.prod_detail_table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  border-collapse: separate;
  border-top: 1px solid #E0E0E0;
  padding-top:12px;
  font-size: 14px;
}

.prod_detail_table.type1 {
  border-bottom: 1px solid #E0E0E0;
}

.prod_detail_table caption {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 1px;
}

.prod_detail_table th {
  padding: 5px 0 5px 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #1e1e20;
  font-weight: 600;
}

.prod_detail_table td {
  color: rgba(49, 46, 45, 0.7);
  padding: 5px 0 5px 15px;
  line-height: 20px;
}

.prod_detail_table td p {
  margin-top: 8px;
}

.prod_detail_table .list-item-hide {
  display: none;
}

.prod_notice_more {
  padding: 12px 0 12px 15px;
  border-top: 1px solid #e0e0e0;;
  border-bottom: 1px solid #a8b0b8;
  font-size: 14px;
  line-height: 20px;
}

.prod_notice_more .button_detail_more {
  background: none;
  color: #EE3929;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.prod_notice_more .button_detail_more:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 8px;
  vertical-align: middle;
  background: url(../images/common/icon_down_red.svg) no-repeat center center;
  background-size: 20px auto;
}

.prod_notice_more .button_detail_more.on:after {
  background: url(../images/common/icon_up_red.svg) no-repeat center center;
  background-size: 20px auto;
}

.delivery_memo {
  padding-top: 8px;
  font-size: 15px;
  color: rgba(30,30,32,0.6)
}

.delivery_memo input[type="text"] {
  width: 100%;
  height: 45px;
  font-weight: 500;
  padding: 0 10px 0 10px;
  font-family: Pretendard;
  color: #1e1e20;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.extra_info {
  clear: both;
  position: relative;
  padding: 7px 0 0 5px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(30, 30, 32, 0.6);
}

.additional {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(30, 30, 32, 0.6);
  line-height: 1.4;
}

.ord_product_box {
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   padding:15px;
}

.ord_product_box.type1 {
 margin-bottom: 15px;
}

.ord_product_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ord_product_info .brand_name {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.ord_product_info .product_title {
  font-size: 16px;
  font-weight: 600;
  color: #312E2D;
}

.ord_product_info .product_spec {
  font-size: 14px;
  font-weight: 500;
  color: rgba(30, 30, 32, 0.6);
}

.goods_thmb {
  position: relative;
}

.goods_thmb img {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  vertical-align: top;
}

.price_unit_text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
  padding-top:4px;
}

.agree_area {
  position: relative;
  margin: 0 3px 20px;
}

.agree_area .agree_box {
  padding-bottom: 16px;
  font-size: 15px;
}

.agree_area button {
  position: absolute;
  top: -1px;
  left: 325px;
  display: block;
}

.agree_area .dropdown {
  content: '';
  position: absolute;
  padding: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_down_gray.svg) no-repeat center center;
  background-size: 20px;
}

.agree_area .dropdown.open {
  transform: rotate(180deg);
}

.agree_area .agree_content {
  padding-bottom: 20px;
}

.agree_area .agree_content .title {
  font-size: 15px;
  font-weight: 600;
}

.agree_area .agree_content .title strong {
  color: #EE3929;
  font-weight: 500;
  margin-left: 3px;
}

.agree_area .agree_content .agree_info {
  margin-top: 12px;
}

.agree_area .agree_content .agree_info li {
  position: relative;
  font-size: 13px;
  color: rgba(49, 46, 45, 0.6) ;
  line-height: 21px;
}

.agree_area .agree_content .agree_info li {
  padding: 0
}

.agree_area .agree_content .agree_info li li~li {
  margin-top: 7px;
}

.cash_receipt_area {
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 15px;
}

.radio_wrap {
  margin: 16px 0;
  display: flex;
}

.radio_wrap .radio_set {
  flex: auto;
  display: inline-block;
  margin-top: 10px;
}

.radio_set_area {
  display: inline-block;
  margin-top: 5px;
  padding: 0;
}

.radioArea {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  padding-top: 2px;
  position: relative;
  font-size: 16px;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.radioArea input[type="radio"] {
  position: absolute;
  z-index: -99999;
  opacity: 0;
}

.radioArea .fakeRadiobox {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.radioArea .fakeRadiobox.type1 {
  margin-top: -9px;
}

.radioArea input[type="radio"]:checked + .fakeRadiobox:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #EE3929;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button_zipcode {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(30, 30, 32, 0.7);
  font-weight: 500;
  padding: 15px 25px;
  background: #f3f3f3;
}

.order_comfirm_info {
  padding: 20px;
  border-radius: 8px;
  background: #f9f9f9; 
}


/* 가로모드일 때만 2열 구조로 변경 */
@media (orientation: landscape) {
  .product_item_list li {
    width: calc(50% - 8px);
  }

  .product_item_list li:nth-last-child(-n+2) {
    border-bottom: none;
    margin-bottom: 0;
}

}

.product_item_wrap {
   overflow: hidden;
}

.product_item_list {
  margin: 0 -8px -20px;
  width: calc(100% + 16px);
}

.product_item_list::after {
  content: "";
  display: block;
  clear: both;
}

.product_item_list>li {
  float: left;
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
  vertical-align: top;
}

.product_item_list>li a {
  display: block;
}

.product_item_list .img_box {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 6px;
  height: calc((100vw - 30px - 9px)/2);
}

.product_item_list .img_box .complete_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.product_item_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_item_list .img_box .btn_cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background: rgba(30,30, 32, .75);
}

.product_item_list .img_box .btn_cart .icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_cart_white.svg) no-repeat 50% 50%;
    background-size: 22px auto;
    border: none;
}


.product_item_list .info_area {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product_item_list .info_area .brand_name {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.product_item_list .info_area .product_title {
  font-size: 16px;
  font-weight: 600;
  color: #312E2D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  height: 45px;
  word-break: break-all;
}

.product_item_list .info_area .product_spec {
  font-size: 14px;
  font-weight: 500;
  color: rgba(30, 30, 32, 0.6);
}

.guide_contenets {
  margin-top: 10px;
  padding: 8px 0 17px;
  border-top: 1px solid #e0e0e0;;
  font-size: 15px;
  line-height: 22px;
}

.guide_contenets.no_top_line {
  padding-top: 0;
  border-top: 0;
}

.guide_contenets ul li {
  position: relative;
  font-size: 14px;
  line-height: 19px;


  letter-spacing: -.2px;
  color: rgba(49, 46, 45, 0.7);
}

.guide_contenets ul.bullet li {
  padding-left: 10px;
  margin-top: 6px;
}

.guide_contenets ul.bullet li:before {
  content: "";


  
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 3px;
  height: 3px;
  background: rgba(49, 46, 45, 0.35);
  border-radius: 50%;
}

.number_controller {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  max-width: 130px;
  height: 32px;
}

 .number_controller .btnCalc {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #f5f5f5;
  font-size: 20px;
  cursor: pointer;
}

 .number_controller .btnCalc .signs_text {
  margin-top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

.number_controller input[type="text"] {
  width: 50px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  border: none;
  margin: 0 5px;
}

.number_controller input[type="text"]:disabled {
  background: #f5f5f5;
}

.total_price_info {
  margin-top: 5px;
  padding: 13px 5px 13px 7px;
  border-top: 1px solid #e0e0e0;
  background-color: rgba(30, 30, 32, 0.04) !important;
  align-items: center;
}


/* POPUP */
.modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 100;
  opacity: .7;
  filter: alpha(opacity=70);
}

.modal_fill {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1400;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto;
  overscroll-behavior-y: none;
}

.modal_container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  max-width: 360px;
  z-index: 1400;
  margin-inline: 12px;
  background: #fff;
  border-radius: 16px;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.modal_body {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: calc(100% - 60px);
}

.modal_contents {
  display: flex;
  margin: 30px 25px 25px;
  flex-direction: column;
}

.modal_imgBox {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.modal_textBox {
  display: flex;
  flex-direction: column;
  padding: 40px 24px 30px;
}

.modal_btnArea {
  display: flex;
  gap: 10px;
  padding: 24px;
}

.layerContents {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.layerBox {
  position: relative;
  height: 100%;
  padding: 25px;
}

.layerBox h2 {
  position: relative;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 24px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.45;
  border-bottom: 1px solid #e0e0e0;
}

.layerBox .btnClose {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/btn_close_black.svg) no-repeat center center;
  background-size: 28px auto;
}

.layerBox .contents {
  overflow-y: auto;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
}

.termsContents {
  overflow: auto;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 10px 10px 0;
}

.text_box {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}


/* 간편비밀번호 */
.passPop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.passPop_wrap {
  width: 100%;
  margin-inline: auto;
  max-width: 518px;
  padding-inline: 0px;
}

.passPop_wrap .contents {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 0px;
  padding-inline: 24px;
  background: #fff;
}

.passPop .title {
  font-family: Pretendard;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111518;
}

.pass_num {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-inline: 16px;
  gap: 24px;
}

.inp_off {
  width: 20px;
  height: 20px;
  background-color: rgb(235, 237, 242);
  border-radius: 50%;
}

.inp_on {
  width: 20px;
  height: 20px;
  background-color: #EE3929;
  border-radius: 50%;
}

.findpass_btn {
  padding: 10px 0;
  font-size: 14px;
  color: #707374;
  text-decoration: underline;
}

.numBtn_area {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  width: 100%;
  padding-inline: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.numBtn {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: #585b5d;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  min-width: 2.5rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  transition-property: background-color;
  transition-duration: 3s;
}
.numBtn:hover {
  background: rgb(236, 237, 237);
}


.example_box {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  background: #f0eeed;
  border-radius: 10px;
  width: 100%;
  padding-inline: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.example_box .big_number {
  font-family: Pretendard;
  font-size: 24px;
  color: #563E36;
  font-weight: 600;
}


.qna_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;

}

.qna_info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.qna_info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(49, 46, 45, 0.6);
}

.qna_info span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -1px 8px 0;
  vertical-align: middle;
  background-color: rgba(49, 46, 45, 0.4);
}
.qna_toggle_btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

 .qna_icon {
  display: block;
  width: 20px;
  height: auto;
  transition: transform 0.2s ease;
}
 .qna_icon.open{
    transform: rotate(180deg);
}

.qna_answer_box {
  background: #f9f9f9;
  padding: 20px 16px;
}

.qna_badge_answer {
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff; 
  background-color: #504d4c;          
  border: 1px solid #504d4c;
  border-radius: 3px;
  flex-shrink: 0;              
  margin-top: 2px;
  height: 25px;
}
