@charset "utf-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
  flex-shrink: 0;
}
:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}
html,
body {
  height: 100%;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  border: 0;
  cursor: pointer;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hide {
  display: none !important;
}
/* font */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Variable'),
    url('font/PretendardVariable.woff2') format('woff2-variations');
}
* {
  font-family: 'Pretendard Variable', Pretendard, -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;
  transition: all 0.2s;
}

/* var */
:root {
  --main_color: #04d9d9;
  --border-color: #dbdbdb;
  --box-border-color: #dae1e6;
  --box-line-border-color: #ddd;
}

/* color */
.c_mon {
  color: #3a97e7;
}
.c_tue {
  color: #3b5998;
}
.c_wed {
  color: #82b540;
}
.c_thu {
  color: #e4b30e;
}
.c_fri {
  color: #019d98;
}
.c_sat {
  color: #754c24;
}
.c_sun {
  color: #e83c35;
}
.c_daily {
  color: #537edb;
}

/* wrap */
.rel_wrap {
  max-width: 1200px;
  margin: auto;
}

/* 공용 */
::selection {
  background-color: var(--main_color);
  color: #000;
}
html {
  scroll-behavior: smooth;
}
.btn {
  display: block;
  border-radius: 5px;
  text-align: center;
}
.btn.logout {
  padding: 5px 8px;
  background-color: #e7eaed;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  font-size: 13px;
}
.btn_split {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  width: calc(50% - 12px);
}
.btn.middle_btn {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  max-width: 384px;
}
.btn.small_btn {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  max-width: 92px;
}
.btn.responsive_3to2_btn {
  width: 262px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
}
.btn.s_small_btn {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  height: 100%;
  max-width: 68px;
}
.btn.cash_trade {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 8px 0;
}
.btn_split_2 .btn {
  width: calc(50% - 12px);
}
.btn.my_page_table_btn {
  border: 1px solid #000;
  display: inline-block;
  overflow: hidden;
}
.btn.my_page_table_btn a {
  padding: 1px 5px;
  width: 100%;
  display: block;
  height: 100%;
  color: #000;
  background-color: #fff;
}
.btn.my_page_table_btn a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mc {
  background-color: var(--main_color);
  border: 1px solid #00b4b4;
}
.cr {
  background-color: #d90404;
  border: 1px solid #a00;
}
.btn.transc {
  color: #000;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  font-weight: 600;
}
b {
  font-weight: 600;
}
.more {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  padding-right: 12px;
}
.more::after {
  position: absolute;
  display: block;
  width: 3px;
  height: 6px;
  content: '';
  background-image: url(../img/more_arrow.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section_title.detail {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.section_title.detail p {
  font-size: 14px;
  font-weight: 400;
}
.section_title.detail p b {
  font-weight: 700;
  color: var(--main_color);
}
.section_title.detail ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.section_title.detail dl {
  display: flex;
  gap: 10px;
}
.section_title.detail dt {
  font-weight: 600;
}
.section_title.big_header h3 {
  font-size: 26px;
}
.section_title.big_header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--box-line-border-color);
  margin-bottom: 20px;
}
.login_section_title p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.check_wrap {
  display: flex;
  align-items: center;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
}
input[type='checkbox'] + label + label {
  margin-left: 5px;
  cursor: pointer;
}
input[type='checkbox']:checked + label::after {
  content: '';
  color: #fff;
  font-size: 12px;
  background: url(../img/check.svg) center center no-repeat var(--main_color);
  background-size: 10px 8px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.login_page .login_check_wrap {
  display: flex;
  align-items: center;
}
.login_page .login_check_wrap input[type='checkbox'] {
  display: none;
}
.login_page .login_check_wrap input[type='checkbox'] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}
.login_page .login_check_wrap input[type='checkbox'] + label + label {
  margin-left: 5px;
  cursor: pointer;
}
.login_page .login_check_wrap input[type='checkbox']:checked + label::after {
  content: '';
  color: #fff;
  font-size: 12px;
  background: url(../img/check.svg) center center no-repeat var(--main_color);
  background-size: 10px 8px;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  left: 1.4px;
  top: 1.4px;
  z-index: -1;
  border-radius: 100%;
}
.filebox {
  display: flex;
  gap: 10px;
}
.filebox .upload-name {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: calc(70% - 10px);
  color: #999999;
  outline: 0;
  border-radius: 5px;
}
.filebox label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  width: 30%;
  max-width: 88px;
  text-align: center;
  background-color: var(--main_color);
  border: 1px solid #00b4b4;
  border-radius: 5px;
  cursor: pointer;
}
.filebox input[type='file'] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.select {
  width: 100%;
  position: relative;
}
.select_box {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
.select_box::after {
  position: absolute;
  width: 10.5px;
  height: 6px;
  background-image: url(../img/arrow.svg);
  display: block;
  content: '';
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.select_box.select_ok {
  color: #000;
  font-weight: 400;
}
.select_box.select_on::after {
  transform: translateY(-50%) rotate(180deg);
}
.select_box.select_on {
  border-radius: 5px 5px 0 0;
  border: 1px solid var(--main_color);
}
.select_box + .select_option {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid var(--main_color);
  margin-top: -1.5px;
  border-top: 0;
  max-height: 205px;
  overflow-y: auto;
  z-index: 2;
  background-color: #fff;
}
.select_box.select_on + .select_option {
  opacity: 1;
  pointer-events: auto;
}
.select_box + .select_option li {
  background-color: transparent;
}
.select_box + .select_option li button {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select_box + .select_option li button:hover {
  background-color: #f5f5f5;
}
input[type='text']:not(.login_input),
input[type='password'].user_in,
input[type='tel'],
textarea,
input[type='number']:not(.table_input) {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='text']::placeholder,
input[type='password'].user_in,
input[type='tel']::placeholder,
textarea::placeholder,
input[type='number']::placeholder {
  color: #888;
  font-weight: 600;
}
input[type='text'].login_input,
input[type='password']:not(.user_in) {
  font-size: 16px;
  padding: 13px 10px;
  font-weight: 400;
  color: #000;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
input[type='text'].login_input::placeholder,
input[type='password']:not(.user_in)::placeholder {
  color: #999;
  font-weight: 600;
}
input[type='text'].login_input:focus,
input[type='password']:not(.user_in):focus {
  border-bottom: 2px solid var(--main_color);
}
.select_box:hover,
input[type='text']:not(.login_input):hover,
input[type='password'].user_in:hover,
input[type='tel']:hover,
textarea:hover {
  border: 1px solid #aaa;
}
input[type='text']:not(.login_input):focus,
input[type='password'].user_in:focus,
input[type='tel']:focus,
textarea:focus {
  border: 1px solid var(--main_color);
}
.select_box.select_on:hover {
  border: 1px solid var(--main_color);
}
input[type='text'].login_input:read-only,
input[type='password']:not(.user_in):read-only {
  border-bottom: 1px solid #eee;
  cursor: no-drop;
  color: #ccc;
}
input[type='text'].login_input:read-only::placeholder,
input[type='password']:not(.user_in):read-only::placeholder {
  color: #ccc;
}
input[type='text']:not(.login_input):read-only,
input[type='password'].user_in:read-only,
input[type='tel']:read-only,
textarea:read-only {
  border: 1px solid #eee;
  cursor: no-drop;
  color: #ccc;
}
input[type='text']:not(.login_input):read-only::placeholder,
input[type='password'].user_in:read-only::placeholder,
input[type='tel']:read-only::placeholder,
textarea:read-only::placeholder {
  color: #ccc;
}
.txt_sub {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.txt_sub b {
  font-weight: 600;
  color: var(--main_color);
  display: inline-block;
}
table tr,
table thead {
  text-align: center;
}
table tr:not(:last-child),
table thead {
  border-bottom: 1px solid #eee;
}
table th {
  font-size: 14px;
  font-weight: 600;
  line-height: 39px;
}
table tr th:not(:last-child) {
  border-right: 1px solid #eee;
}
table tr td:not(:last-child) {
  border-right: 1px solid #eee;
}
table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
}
input[type='text'].table_input,
input[type='number'].table_input {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background-color: #f7f9fa;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}
input[type='text'].table_input:focus,
input[type='number'].table_input:focus {
  outline: 1px solid var(--main_color);
}
input[type='text'].table_input::placeholder,
input[type='number'].table_input::placeholder {
  color: #ccc;
}
.radio {
  display: block;
  position: relative;
  padding-left: 17px;
  cursor: pointer;
}
.radio input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
.radio_check {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.radio_check:after {
  content: '';
  position: absolute;
  display: none;
}
input:checked ~ .radio_check:after {
  display: block;
}
.radio .radio_check:after {
  left: 1.1px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--main_color);
  border-radius: 100%;
}
.radio:hover .radio_check {
  border: 1px solid #bbb;
}
.datepicker-container {
  transition: none;
}
/* header */
header {
  padding-top: 80px;
}
header .rel_wrap:not(.menuon .rel_wrap, .allmenuon .rel_wrap) {
  display: flex;
  align-items: center;
  gap: 168px;
  width: 100%;
}
header .menuon .rel_wrap {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  height: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  position: absolute;
  z-index: 2;
}
header .allmenuon .rel_wrap {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  height: 314px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 2;
  position: absolute;
  padding-left: 407px;
}
header.sub_header .allmenuon .rel_wrap {
  height: 220px;
}
.allmenu_depth1 {
  display: flex;
  list-style-type: none;
  gap: 24px;
}
.allmenu_depth1 > li {
  font-size: 17px;
  font-weight: 500;
  width: 78px;
  text-align: center;
}
.allmenu_depth2 {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-top: 20px;
  gap: 10px;
}
.allmenu_depth2 li {
  font-size: 15px;
}
header {
  font-size: 14px;
}
header.On .menuon .rel_wrap {
  opacity: 1;
  pointer-events: auto;
}
header.allmenuOn .allmenuon .rel_wrap {
  opacity: 1;
  pointer-events: auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo img {
  max-width: 103px;
  /* max-height: 30px; */
  max-height: 38px;
}
.menu_wrap {
  display: flex;
  gap: 24px;
}
.menu_wrap button {
  display: flex;
  position: relative;
  padding: 16px 13px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.menu_wrap button::after {
  display: block;
  position: absolute;
  content: '';
  right: -12px;
  width: 1px;
  height: 16px;
  background-color: var(--border-color);
}
.menu_wrap button .menu_icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--main_color);
}
.menu_wrap button .menu_icon span {
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: var(--main_color);
  left: calc(50% - 4px);
}
.menu_wrap button .menu_icon span:nth-child(1) {
  top: 6px;
}
.menu_wrap button .menu_icon span:nth-child(2) {
  top: 9px;
}
.menu_wrap button .menu_icon span:nth-child(3) {
  top: 12px;
}
.menu_wrap .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 790px;
}
.main_menu ul,
.sub_menu ul {
  display: flex;
  list-style-type: none;
  gap: 24px;
}
.sub_menu ul {
  gap: 38px;
  color: #888;
  font-size: 15px;
  font-weight: 300;
}
.main_menu ul.menu_depth1 > li {
  width: 78px;
  height: 59px;
  font-size: 18px;
}
.main_menu ul.menu_depth1 > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main_menu ul.menu_depth1 > li a span {
  position: relative;
}
.main_menu ul.menu_depth1 > li a span::before {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: '';
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background-color: var(--main_color);
  z-index: -1;
  transition: all 0.3s ease;
}
.main_menu ul.menu_depth1 > li.active a span::before {
  opacity: 1;
  pointer-events: auto;
}
.main_menu ul.menu_depth1 > li:hover a span::before {
  opacity: 1;
  pointer-events: auto;
}
.main_menu ul.menu_depth1 > li:focus-within a span::before {
  opacity: 1;
  pointer-events: auto;
}
.main_menu ul.menu_depth1 > li .menu_depth2 {
  transition: opacity 0.1s ease-in-out;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.main_menu ul.menu_depth1 > li:hover .menu_depth2 {
  opacity: 1;
  pointer-events: auto;
}
.main_menu ul.menu_depth1 > li:focus-within .menu_depth2 {
  opacity: 1;
  pointer-events: auto;
}
.main_menu .menu_depth2 {
  position: absolute;
  z-index: 5;
  font-size: 15px;
  font-weight: 500;
}
.main_menu .menu_depth2 li a {
  display: block;
  padding: 20px 0;
}
.mob_menu_top {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.mob_menu_top_depth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mob_menu_top_depth p {
  font-size: 16px;
  font-weight: 400;
}
.mob_menu_top_depth {
  font-size: 16px;
}
/* visual */
.visual {
  overflow: hidden;
  color: #fff;
  position: relative;
}
.visual.sub_visual .rel_wrap {
  height: 200px;
  color: #000;
  border-bottom: 1px solid var(--border-color);
}
.sub_visual .visual_txt_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sub_visual .visual_txt_wrap h2 {
  color: var(--main_color);
}
.sub_visual .visual_txt_wrap span {
  color: #000;
}
.visual_txt_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.visual_txt_wrap span {
  font-size: 22px;
  margin-left: 10px;
}
.visual_txt_wrap p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
.sub_visual .visual_txt_wrap p {
  font-size: 16px;
}
.swiper.visual_slide {
  width: 1200px !important;
  height: 314px;
  overflow: visible !important;
}
.swiper.visual_slide .swiper-slide {
  background-position: bottom right;
  background-size: cover;
}
.swiper.visual_slide .swiper-slide.s01 {
  background-image: url(../img/slide01.jpg);
}
.swiper.visual_slide .swiper-slide.s02 {
  background-image: url(../img/slide02.jpg);
}
.swiper.visual_slide .swiper-slide.s03 {
  background-image: url(../img/slide03.jpg);
}
.swiper.visual_slide .swiper-slide.s04 {
  background-image: url(../img/slide04.jpg);
}
.swiper-scale-effect .swiper-slide-cover {
  transition: 1s ease-out;
}
.swiper.visual_slide .rel_wrap {
  position: relative;
  height: 100%;
  padding-left: 100px;
}
.swiper.visual_slide .visual_txt_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper.visual_slide::after {
  position: absolute;
  top: 0;
  left: -100%;
  content: '';
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper.visual_slide::before {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.rel_visual {
  position: relative;
}
.swiper_navigation.main_navi {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 100px;
  align-items: center;
  gap: 10px;
}
.swiper_navigation_btn {
  width: 13px;
  height: 13px;
  display: block;
  cursor: pointer;
}
.swiper_navigation_btn.swiper-prev {
  background-image: url(../img/visual_left.svg);
}
.swiper_navigation_btn.swiper-next {
  background-image: url(../img/visual_right.svg);
}
.swiper-pagination-progressbar .swiper-pagination {
  position: static !important;
}
.swiper-pagination-fraction {
  width: 10px;
}
.swiper-pagination-prograss {
  width: 78px;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
}
.swiper-pagination-prograss span {
  width: var(--progress);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
/* content 메인 */
main {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
main .rel_wrap {
  display: grid;
  grid-template-columns: 384px 792px;
  grid-template-rows: repeat(3, auto);
  gap: 30px 24px;
}
aside {
  order: 1;
  grid-column: 1;
  grid-row: 1 / span 1;
}
nav {
  order: 3;
  grid-column: 1;
  grid-row: 2 / span 1;
}
section {
  order: 2;
  grid-column: 2;
  grid-row: 1 / span 3;
}
main.term .rel_wrap {
  grid-template-columns: 100%;
}
main.term section {
  grid-column: 1;
}
.box {
  border: 1px solid var(--box-border-color);
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.box.disabled::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 225, 230, 0.6);
  top: 0;
  left: 0;
}
.box.disabled::after {
  content: '제휴사 로그인 후 확인 가능합니다.';
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.line_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
/* 사이드바 - 로그인 */
.login_top {
  margin-bottom: 10px;
  font-size: 13px;
  color: #666;
}
.login_footer {
  margin-top: 10px;
}
.login:not(.logging_in) .login_footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}
.logging_in .login_top {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_menu_wrap {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login_menu_wrap li {
  position: relative;
}
.login_menu_wrap li:not(:last-child)::after {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
  content: '';
}
.login_cash {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--box-border-color);
  font-size: 16px;
}
.login_footer .login_menu_wrap {
  gap: 0 20px;
  justify-content: flex-start;
}
.login_footer .login_menu_wrap li:nth-child(4):after {
  display: none;
}
/* 사이드바 - 2단 */
.section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
nav .box h3 {
  color: #666;
}
nav .box .nav_section:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.nav_inner.notice li {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.nav_inner.notice li:not(:last-child) {
  margin-bottom: 6px;
}
.nav_inner.notice li p {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav_inner.notice li span {
  color: #ccc;
  font-weight: 300;
}
.nav_inner.event .nav_img_wrap img {
  max-width: 100%;
}
.nav_link_wrap ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  list-style-type: none;
  gap: 20px 0;
}
.nav_link_wrap li {
  width: 50%;
}
.nav_inner.cs_center dt {
  font-size: 20px;
  font-weight: 700;
  color: var(--main_color);
}
.nav_inner.cs_center p {
  color: #777;
}
/* 사이드바 - 2단 - subPage */
.sub_main nav .box {
  padding: 0;
}
.sub_main nav ul {
  list-style-type: none;
}
.sub_main nav li a {
  display: block;
  padding: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.sub_main nav li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 8px;
  background-image: url(../img/nav_arrow.svg);
}
.sub_main nav ul li:not(:last-child) a::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #eee;
  content: '';
}
.sub_main nav ul li span {
  position: relative;
}
.sub_main nav ul li.active span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background-color: var(--main_color);
  z-index: -1;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
/* 컨텐츠 */
.main section .content_section:not(:last-child) {
  margin-bottom: 30px;
}
.inner_title > h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.content_section.split_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content_section.split_2.sub {
  gap: 0 24px;
}
.content_section.split_2 .section_depth {
  width: calc(50% - 12px);
}
.content_section.border_top {
  border-top: 1px solid var(--box-border-color);
  padding-top: 20px;
}
.cashin_slide_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cashin_silde {
  display: flex;
  gap: 20px;
}
.cashin_silde {
  position: relative;
  overflow: hidden;
  display: flex;
}
.cashin_slisde_container {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: cashin_loop 15s linear infinite;
  gap: 20px;
}
.cashin_slisde_container.reverse {
  animation: cashin_loop 15s linear infinite;
  animation-direction: reverse;
}
.cashin_slisde_container:hover {
  animation-play-state: paused;
}
@keyframes cashin_loop {
  100% {
    transform: translateX(-20%);
  }
}
.cashin-slide-logo {
  width: 129px;
  height: 51px;
}
.cashout ul {
  list-style-type: none;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.cashout li {
  position: relative;
  width: calc(25% - 18px);
}
.cashout li:not(:first-child):after {
  content: '';
  display: block;
  position: relative;
  left: -12px;
  top: -100%;
  width: 1px;
  height: 100%;
  background-color: var(--box-line-border-color);
}
.cashout li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  width: 100%;
  height: 152px;
}
.cashout_txt_wrap {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.cashout_txt_wrap b {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.cashout_icon_wrap img {
  float: right;
}
.cashout li b:after {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  content: '';
  bottom: 8px;
  left: 0;
  background-color: var(--main_color);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cashout li:hover b:after {
  opacity: 1;
}
.section_inner.shop.cashin ul {
  flex-wrap: wrap;
}
.section_inner.shop ul {
  display: flex;
  gap: 24px;
  list-style-type: none;
}
.section_inner.shop li {
  width: calc(50% - 12px);
  transition: all 0.2s ease;
}
.section_inner.shop.cashin li {
  width: calc(25% - 18px);
  transition: all 0.2s ease;
}
.shop_img_wrap {
  padding: 10px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_img_wrap img {
  max-width: 100%;
  max-height: 100%;
}
.section_inner.shop li:hover .shop_img_wrap img {
  transform: scale(1.05);
}
.section_inner.shop li:hover .shop_img_wrap {
  border: 1px solid var(--main_color);
}
.pub_logo_wrap:hover img {
  transform: scale(1.03);
}
.pub_logo_wrap:hover {
  border: 1px solid var(--main_color);
}
.shop_img_wrap {
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1199px) and (min-width: 625px) {
  .main_shop .shop_img_wrap {
    width: 135px;
    height: 135px;
  }
}
.shop_txt_wrap p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  min-height: 36px;
}
.shop_txt_wrap span {
  font-weight: 400;
  color: #a00;
}
.shop_txt_wrap span b {
  font-weight: 700;
  margin-right: 1px;
}
/* sub.main */
.cashin_pub_list {
  padding-top: 10px;
}
.cashin_pub_list > ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 20px 24px;
}
.cashin_pub_list > ul > li {
  width: calc(25% - 18px);
}
.cashin_pub_list .pub_name_wrap {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
}
.pub_logo_wrap {
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.pub_logo_wrap img {
  max-width: 100%;
  max-height: 100%;
}
.pub_txt_wrap {
  height: 94px;
  margin-bottom: 6px;
}
.pub_txt_wrap ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  color: #888;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  gap: 1px;
}
.pub_txt_wrap ul li {
  white-space: pre-line;
}
.cashin_header {
  display: flex;
  gap: 10px;
}
.cashin_header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 103px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid var(--box-line-border-color);
}
.cashin_header_logo img {
  max-width: 100%;
}
.cashin_header_txtwrap {
  width: calc(100% - 190px);
}
.cashin_header_txtwrap ul {
  list-style-type: none;
  font-size: 14px;
}
.cashin_header_txtwrap dl {
  display: flex;
  gap: 10px;
  line-height: 1.2;
}
.cashin_header_txtwrap dl:not(:last-child) {
  margin-bottom: 5px;
}
.cashin_header_txtwrap dd {
  font-weight: 400;
  width: 49px;
}
.cashin_header_txtwrap dt {
  font-weight: 600;
  white-space: pre-line;
  word-break: break-word;
  width: calc(100% - 59px);
}
.cashin_header_txtwrap dt span {
  color: var(--main_color);
}
.cashin_item_list ul {
  display: flex;
  list-style-type: none;
}
.cashin_item_list li {
  width: 25%;
  text-align: center;
  position: relative;
}
.cashin_item_list li:not(:last-child)::after {
  position: absolute;
  content: '';
  display: block;
  height: 60px;
  width: 1px;
  background-color: var(--box-border-color);
  top: calc(50% - 30px);
  right: 0;
  transform: translateX(-50%);
}
.cashin_item_list .img_wrap {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.cashin_item_list .txt_wrap p {
  font-size: 14px;
  font-weight: 600;
}
.section_box_txt_wrap {
  max-height: 450px;
  overflow-y: auto;
}
.section_box_txt_wrap.noheight {
  max-height: fit-content;
}
.section_box_txt_wrap h4 {
  margin-bottom: 2px;
}
.section_box_txt_wrap > ul.decimal {
  line-height: 1.5;
  padding-left: 1em;
  list-style-type: decimal;
}
.section_box_txt_wrap > ul.decimal.ul_section {
  margin-bottom: 20px;
}
.d_list > li {
  display: flex;
  gap: 5px;
}
.d_list > li dd {
  font-weight: 600;
}
.d_list > li dt {
  font-weight: 400;
}
.d_list_2 {
  display: flex;
  gap: 10px;
}
.d_list_2 dt {
  font-weight: 600;
}
.d_list_2 ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.d_list_2 dt li {
  list-style-type: none;
  white-space: pre-wrap;
}
.section_box_txt_wrap p {
  white-space: pre-line;
}
.section_box_txt_wrap.nopre p {
  white-space: normal;
}
.section_box_txt_wrap b {
  color: var(--main_color);
}
.section_box_txt_wrap p:not(:last-child) {
  margin-bottom: 20px;
}
.agree_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
.agree_wrap .btn_wrap {
  width: 358px;
}
.agree_wrap label > a {
  text-decoration: underline;
  color: var(--main_color);
  font-weight: 600;
}
.btn_wrap.btn_split_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.auth_btn .btn_wrap {
  justify-content: center;
}
.agree_wrap .btn_wrap.btn_split_2 a {
  width: calc(50% - 12px);
}
.split_2 > .section_title {
  width: 100%;
}
.content_section.split_2 > div:not(.section_depth) {
  width: 100%;
}
.aff_login .login_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.aff_login .btn_wrap {
  margin-bottom: 20px;
}
.aff_login p {
  white-space: pre-line;
}
.aff_point_check .box > div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--box-border-color);
}
.input_wrap {
  max-width: 440px;
  width: 100%;
}
.input_wrap .txt_sub {
  margin-top: 5px;
}
.aff_point_check .input_wrap p:not(.txt_sub) {
  white-space: pre-line;
  margin-bottom: 10px;
}
.aff_point_check .input_wrap input {
  margin-bottom: 5px;
}
.aff_txt_wrap p b {
  font-weight: 600;
  color: var(--main_color);
}
.agree_txt_wrap p {
  white-space: pre-line;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.cashout_bank_wrap p {
  margin-bottom: 5px;
}
.cashout_bank_wrap .bank_info,
.cashout_bank_wrap .bank dl {
  display: flex;
  align-items: center;
}
.cashout_bank_wrap .bank_info {
  background-color: #dbf1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 112px);
  max-width: 344px;
  justify-content: space-between;
}
.cashout_bank_wrap .bank dl {
  gap: 10px;
}
.cashout_bank_wrap .bank dd {
  font-weight: 600;
}
.cashout_bank_wrap .bank dt {
  color: #666;
}
.cashout_bank_wrap .name {
  font-weight: 600;
}
.bank_wrap {
  display: flex;
  gap: 10px;
}
.box_list_table .box ul {
  list-style-type: none;
}
.box_list_table .box li.depth1 > dl {
  display: flex;
}
.box_list_table li.depth1 > dl > dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.box_list_table li.depth1 > dl > dt {
  padding: 20px;
  width: calc(100% - 61px);
}
.box_list_table li.depth2 > dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box_list_table li.depth2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box_list_table li.depth2 > dl > dt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.box_list_table li.depth2 > dl > dt span {
  font-weight: 600;
}

.section_inner.shop_header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.shop_header_wrap {
  display: flex;
  gap: 24px 20px;
}
.shop_header_wrap > div {
  width: calc(50% - 12px);
}
.shop_header_img_wrap {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  border: 1px solid var(--box-border-color);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.shop_header_img_wrap img {
  max-width: 95%;
  transition: all 0.3s ease;
}
.shop_header_img_wrap:hover img {
  transform: scale(1.02);
}
.shop_header_wrap .shop_depth2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop_header_wrap .shop_depth2 > div:not(:last-child, .shop_depth2_top) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--box-border-color);
}
.shop_header_wrap .shop_depth2 > .shop_depth2_top div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--box-border-color);
}
.shop_header_brand {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  line-height: 16px;
  margin-bottom: 5px;
}
.shop_header_goods {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 31px;
  margin-bottom: 10px;
}
.shop_header_cash {
  font-size: 28px;
  font-weight: 400;
  color: #a00;
  line-height: 34px;
}
.shop_header_qty dd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop_header_price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.shop_header_price dl {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  gap: 10px;
}
.shop_header_price dd {
  width: 56px;
}
.shop_header_price dd.no-list {
  width: 100%;
}
.shop_header_price b {
  font-weight: 700;
}
.shop_depth2 .sum_txt_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.sum_txt_wrap span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
}
.sum_txt_wrap span:nth-child(2) {
  font-size: 24px;
}
.sum_txt_wrap span:nth-child(2) b {
  font-weight: 700;
}
.shop_header_price_sum span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
}
.shop_header_price_sum span:nth-child(2) {
  font-size: 24px;
}
.shop_header_price_sum span:nth-child(2) b {
  font-weight: 700;
}
.shop_content_top {
  position: sticky;
  top: 10px;
  padding: 20px;
  background-color: #f7f9fa;
  z-index: 2;
  margin-bottom: 20px;
}
.shop_content_top ul {
  display: flex;
  list-style-type: none;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.shop_content_top li {
  font-size: 16px;
  position: relative;
}
.shop_content_top ul li:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  height: 20px;
  width: 1px;
  content: '';
  background-color: #ccc;
}
.shop_content_top li.active::before {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--main_color);
  border-radius: 5px;
  content: '';
  z-index: -1;
}
.shop_top_txt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.shop_top_txt p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.shop_top_txt b {
  color: #f00;
}
.shop_content.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.shop_content dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.shop_content dt {
  width: 344px;
}
.tel_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tel_wrap > input {
  width: calc(25% - 13.3333px);
  position: relative;
  text-align: center;
}
.tel_wrap.w100 > input {
  width: calc(33.3333% - 12px);
}
.tel_wrap > input:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 5px;
}
.tel_wrap span {
  display: block;
  width: 8px;
  height: 1px;
  background-color: #ccc;
}
.address_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.address_wrap ul li {
  display: flex;
}
.address_wrap ul li:nth-child(1) {
  gap: 10px;
}
.address_wrap ul li:nth-child(1) input {
  width: 80px;
}
.address_wrap ul li:nth-child(1) .btn {
  max-width: 120px;
}
.shop_mobile_brand .swiper_wrap {
  position: relative;
}
.shop_mobile_brand .shop_mobile_brand_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--box-line-border-color);
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.shop_mobile_brand .shop_mobile_brand_btn.swiper-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
.shop_mobile_brand .shop_mobile_brand_btn.swiper-next {
  right: 0;
}
.shop_mobile_brand .shop_mobile_brand_btn:hover {
  border: 1px solid var(--main_color);
}
.shop_mobile_brand .shop_mobile_brand_btn svg path {
  fill: #666;
}
.shop_mobile_brand .shop_mobile_brand_btn:hover svg path {
  fill: var(--main_color);
}
.shop_mobile_brand .shop_mobile_brand_btn.swiper-button-disabled {
  cursor: auto;
  border: 1px solid var(--box-line-border-color);
}
.shop_mobile_brand .shop_mobile_brand_btn.swiper-button-disabled svg path {
  fill: var(--box-line-border-color);
}
.section_inner.shop_mobile_brand {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.shop_mobile_brand_slide {
  max-width: 668px;
}
.shop_mobile_brand_slide ul {
  display: flex;
}
.shop_mobile_brand_slide li.swiper-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #666;
}
.swiper-pagination.shop_mobile_brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  margin-top: 10px;
}
.swiper-pagination.shop_mobile_brand span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  outline: 1px solid #888;
}
.swiper-pagination.shop_mobile_brand span.swiper-pagination-bullet-active {
  background-color: var(--main_color);
  outline: 0;
}
.shop_mobile_brand li.active p {
  position: relative;
}
.shop_mobile_brand li.active p::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background-color: var(--main_color);
  border-radius: 5px;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.shop_mobile_voucher_dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop_mobile_voucher_dl dl {
  gap: 0;
}
.shop_mobile_voucher_dl dd {
  font-weight: 600;
}
.shop_mobile_voucher_dl dt {
  width: 100%;
}
.dl_footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--box-line-border-color);
}
.shop_content .dl_footer {
  color: #666;
}
.mobile_voucher_goods_detail .mv_detail_depth {
  display: flex;
  justify-content: space-between;
}
.mobile_voucher_goods_detail .img_wrap {
  width: 100px;
  height: 100px;
  border: 1px solid var(--box-line-border-color);
  border-radius: 5px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_voucher_goods_detail .img_wrap img {
  max-width: 90%;
}
.mobile_voucher_goods_detail .depth1 {
  display: flex;
  gap: 10px;
}
.mobile_voucher_goods_detail .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile_voucher_goods_detail .txt_wrap .voucher_txt_top p:nth-child(1) {
  max-width: 400px;
  max-height: 41px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mobile_voucher_goods_detail .txt_wrap .voucher_txt_top p:nth-child(2) {
  color: #888;
}
.mobile_voucher_goods_detail .depth1 b,
.mobile_voucher_goods_detail .depth1 span {
  font-weight: 600;
}
.mobile_voucher_goods_detail .depth1 span {
  margin-right: 5px;
}
.mobile_voucher_goods_detail .voucher_txt_bottom {
  padding-bottom: 6px;
}
.mobile_voucher_goods_detail .depth2 {
  display: flex;
  align-items: center;
  gap: 41px;
}
.mobile_voucher_goods_detail .depth2_left {
  position: relative;
}
.mobile_voucher_goods_detail .depth2_left dd {
  margin-bottom: 5px;
}
.mobile_voucher_goods_detail .depth2_left dt {
  display: flex;
  gap: 5px;
  align-items: center;
}
.mobile_voucher_goods_detail .depth2_left::after {
  position: absolute;
  width: 1px;
  height: 66px;
  background-color: var(--box-line-border-color);
  content: '';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: -21px;
}
.input_wrap.phone_cert_wrap {
  display: flex;
  gap: 10px;
}
.box_list_table li.depth2.phone_cert_wrap > dl {
  flex-direction: column;
  align-items: flex-start;
}
.phone_cert_wrap input[type='text'] {
  width: calc(100% - 102px);
}
.mv_pay_info ul li {
  list-style-type: none;
}
.mv_pay_info ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.mv_pay_info dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv_pay_info dd {
  color: #666;
}
.mv_pay_info .pay_sum dt,
.mv_pay_info .pay_res dt {
  font-size: 16px;
}
.mv_pay_info .pay_sum dt {
  color: #a00;
}
.mv_pay_info .pay_res dt {
  color: var(--main_color);
}
.mv_pay_info.depth2 dd {
  color: #000;
}
.mv_pay_info.depth2 dt a {
  color: #666;
  text-decoration: underline;
}
.disposal_form dt {
  width: 344px;
}
.disposal_form .shop_top_txt dl {
  display: flex;
  gap: 5px;
  align-items: center;
}
.disposal_form .shop_top_txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.disposal_form table {
  width: calc(100% - 10px);
}
.nofity_wrap h3 {
  font-size: 22px;
  text-align: center;
}
.nofity_depth h3 span {
  color: var(--main_color);
}
.nofity_wrap .nofity_depth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.nofity_wrap.nofity_mypage .nofity_depth {
  gap: 0;
}
.nofity_wrap .box .nofity_depth:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.board .box > ul {
  list-style-type: none;
}
.board .box > ul > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.board.event .box > ul > li a {
  display: flex;
  gap: 40px;
}
.board.event .event_left {
  display: flex;
  width: 275px;
  height: 152px;
  border: 1px solid var(--box-line-border-color);
  border-radius: 5px;
  overflow: hidden;
}
.board.event .event_left img {
  width: 100%;
}
.event_right {
  display: flex;
  align-items: center;
}
.event_right_depth1 > dd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.event_right_depth1 > dt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event_right_depth2 {
  display: flex;
}
.event_right_depth2 dd {
  margin-right: 20px;
  padding-right: 20px;
  color: #888;
  border-right: 1px solid var(--box-line-border-color);
}
.board_col_wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.board_col_wrap > a {
  display: block;
  width: 6px;
  height: 8px;
  background-image: url(../img/nav_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.col_prev {
  transform: rotate(180deg);
}
.board_col_wrap ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 15px;
  color: #666;
}
.board_col_wrap ul li.active {
  color: var(--main_color);
}
.board.faq .faq_depth1 li:not(:last-child) {
  border-bottom: 1px solid var(--box-line-border-color);
}
.board.faq .faq_depth1 button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
}
.board.faq .faq_depth1 button p {
  max-width: calc(100% - 50px);
}
.board.faq .faq_depth1 button span {
  font-size: 20px;
  color: var(--main_color);
  font-weight: 600;
}
.faq_depth1 li .faq_depth2 {
  padding-top: 0px;
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.faq_depth1 li .faq_depth2 {
  color: #666;
  padding-left: 30px;
}
.faq_depth1 li.fold_on .faq_depth2 {
  padding-top: 20px;
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.faq_depth1 li {
  position: relative;
}
.faq_depth1 li::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 5px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  top: 8.5px;
  right: 0;
}
.faq_depth1 li.fold_on::after {
  transform: rotate(180deg);
}
.contect ul {
  display: flex;
  flex-wrap: wrap;
}
.contect li {
  display: flex;
  list-style-type: none;
  width: 100%;
}
.contect_top .shop_content_inner > ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.contect dl {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 20px;
}
.contect dt {
  font-weight: 600;
}
.contect .tel_wrap {
  width: 325px;
}
.contect_inner dl {
  width: 100%;
}
.contect_inner dd {
  width: 72px;
}
.contect_inner dt {
  width: calc(100% - 92px);
}
.contect_inner dl:not(:last-child) {
  margin-bottom: 20px;
}
.contect .contect_textarea_wrap {
  align-items: flex-start;
}
.contect .contect_textarea_wrap dd {
  padding-top: 10px;
}
.contect_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.notice_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: flex-start;
  gap: 5px;
}
.notice_foot {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.notice_foot span {
  color: #888;
}
.notice_foot_left {
  display: flex;
  gap: 20px;
}
.notice_table_wrap table colgroup col:nth-child(1) {
  width: 66px;
}
.notice_table_wrap table colgroup col:nth-child(2) {
  width: 520px;
}
.notice_table_wrap table colgroup col:nth-child(3) {
  width: 100px;
}
.notice_table_wrap table colgroup col:nth-child(4) {
  width: 66px;
}
.notice_table_wrap table tr td:not(:last-child) {
  border-right: 0;
}
.notice_table_wrap table tr th:not(:last-child) {
  border-right: 0;
}
.notice_table_wrap table td {
  line-height: 1.5;
  padding: 15px 0;
  font-size: 14px;
}
.notice_table_wrap table td a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.notice_table_wrap table table tr:not(:last-child) {
  border-bottom: 1px solid var(--box-line-border-color);
}
.notice_table_wrap tr td:nth-child(2) {
  text-align: left;
  padding: 0 10px;
}
.board_foot_wrap {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.board_foot_wrap.search_wrap {
  width: calc(50% - 20px);
}
.board_foot_wrap.search_wrap > div:nth-child(1) {
  width: 25%;
}
.board_foot_wrap.search_wrap > div:nth-child(2) {
  width: 55%;
}
.board_foot_wrap.search_wrap > div:nth-child(3) {
  width: 20%;
}
.list_button_wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.mypage_top ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.mypage_top .depth1 {
  width: 100%;
}
.datepick_depth1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.box_list_table.mypage_top li.depth1 > dl > dt {
  width: calc(100% - 90px);
}
.date_pink_depth2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.date_pink_depth2 > span {
  width: 10px;
  font-size: 15px;
  color: #ccc;
  font-weight: 600;
}
.date_pink_depth2 > div {
  width: calc(40% - 15px);
}
.date_picker {
  max-width: 340px;
}
.mypage_inner_table ul {
  display: flex;
  width: 100%;
  list-style-type: none;
}
.mypage_inner_table.m_cash_trade ul:not(:last-child) li {
  padding: 10px 0;
}
.mypage_inner_table.m_cash_trade ul:last-child li {
  padding-top: 10px;
}
.mypage_inner_table.m_cash_trade li {
  width: calc(100% / 6);
  text-align: center;
}
.mypage_inner_table.m_cash_trade.c_trade li:nth-child(1) {
  width: calc(100% / 6 + 40px);
}
.mypage_inner_table.m_cash_trade.c_trade li:nth-child(6) {
  width: calc(100% / 6 - 40px);
}
.mypage_inner_table.m_cash_trade.g_cert li:nth-child(2) {
  width: calc(100% / 6 + 80px);
}
.mypage_inner_table.m_cash_trade.g_cert li:nth-child(3) {
  width: calc(100% / 6 - 40px);
}
.mypage_inner_table.m_cash_trade.g_cert li:nth-child(5) {
  width: calc(100% / 6 - 40px);
}
.mypage_inner_table .table_title li {
  font-size: 13px;
  font-weight: 600;
  padding-top: 0;
  border-bottom: 1px solid var(--box-line-border-color);
}
.nofity_wrap.nofity_mypage .img_wrap {
  margin-bottom: 10px;
}
.nofity_wrap.nofity_mypage .login_wrap {
  max-width: 368px;
  width: 90%;
  margin-top: 20px;
}
.nofity_wrap.nofity_mypage .agree_wrap {
  width: 90%;
}
.nofity_wrap.nofity_mypage .agree_wrap .btn_wrap {
  width: 100%;
}
.nofity_wrap.nofity_mypage .agree_wrap .btn_wrap .btn.middle_btn {
  margin: auto;
}
.user_info .box > .user_info_depth:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.user_info .box > .user_info_depth {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user_info dl {
  display: flex;
  align-items: center;
}
.user_info dd {
  width: 93px;
}
.user_info dt {
  width: calc(100% - 93px);
}
.user_info dt .user_info_dt_depth {
  display: flex;
  gap: 10px;
}
.dt_bold {
  font-weight: 600;
}
.user_info .txt_sub {
  margin-top: 5px;
  width: 100%;
}
.email_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.email_wrap > span {
  color: #ccc;
  width: 12px;
}
.email_wrap input[type='text'] {
  width: 116px;
}
.email_wrap .select {
  width: 116px;
}
.forget_idpass .email_wrap {
  flex-wrap: wrap;
}
.forget_idpass .email_wrap input[type='text'] {
  width: calc(50% - 16px);
}
.forget_idpass .email_wrap .select {
  width: 100%;
}
.ip_wrap {
  position: relative;
}
.ip_ad_wrap .input_wrap {
  display: flex;
  gap: 10px;
}
.ip_ad_wrap .input_wrap .btn_wrap a {
  max-width: 164px;
  padding: 10px 20px;
}
.box_list_table.ip_ad_wrap li.depth2 > dl > dt {
  flex-direction: column;
  align-items: flex-start;
}
.mypage_inner_table.ip_adress_table ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip_adress_table ul li .btn.small_btn {
  width: 60px;
}
.ip_adress_table ul li:nth-child(1) {
  width: calc(100% / 3 - 140px);
}
.ip_adress_table ul li:nth-child(2) {
  width: calc(100% / 3 + 240px);
}
.ip_adress_table ul li:nth-child(3) {
  width: calc(100% / 3 - 100px);
}
.nofity_wrap.user_out .img_wrap {
  padding-bottom: 10px;
}
.nofity_wrap.user_out h3 {
  margin-bottom: 20px;
}
.nofity_wrap.user_out h3 b {
  color: #d90404;
}
.nofity_wrap.user_out ul {
  list-style-type: none;
  line-height: 1.5;
}
/* LOGIN */
.login_page {
  padding-top: 133px;
}
.rel_wrap.login_rel {
  max-width: 384px;
}
.login_page .login_section:not(:last-child) {
  margin-bottom: 30px;
}
.rel_wrap.login_rel .logo_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.rel_wrap.login_rel .box {
  padding: 50px 50px;
}
.rel_wrap.login_rel .login_wrap {
  margin-bottom: 60px;
}
.rel_wrap.login_rel .login_sub_wrap ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  list-style-type: none;
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
.rel_wrap.login_rel .login_sub_wrap li:not(:last-child) {
  position: relative;
}
.rel_wrap.login_rel .login_sub_wrap li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #eee;
}
.login_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.login_section_inner.check_section .box {
  margin-top: 10px;
}
.login_page .login_check_wrap.all {
  align-items: flex-start;
}
.login_page .login_check_wrap.all input[type='checkbox'] + label {
  margin-top: 3px;
}
.login_page .login_check_wrap.all input[type='checkbox'] + label + label {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.login_page .login_check_wrap input[type='checkbox'] + label + label span {
  color: var(--main_color);
}
.login_page .txt_section .box {
  max-height: 124px;
  overflow-y: auto;
  padding: 10px;
}
.login_page .txt_section .box p {
  white-space: pre-line;
  font-size: 12px;
  color: #666;
}
.login_section_inner .txt_wrap {
  margin-bottom: 10px;
  line-height: 1.3;
}
.login_input_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.login_input_wrap label {
  font-size: 14px;
}
.forget_idpass .login_section_title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.forget_idpass .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.login_rel .txt_sub span {
  color: #a00;
  margin-right: 3px;
  letter-spacing: 2px;
}
.login_txt_sub_alert {
  display: none;
}
.login_id_wrap {
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.login_id_wrap input[type='text']:not(.login_input) {
  /* width: calc(100% - 97px); */
}

.insert-tip {
  margin-top: 8px;
  color: #e86666;
  font-size: 12px;
  margin-bottom: 5px;
}

.login_sleep_info_wrap dd {
  font-size: 14px;
  font-weight: 400;
}
.login_sleep_info_wrap dt {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
/* term */
.content_section.term p {
  white-space: pre-line;
  font-size: 16px;
  line-height: 1.5;
}
.section_inner.term_list .box {
  display: flex;
  justify-content: space-between;
}
.section_inner.term_list ol {
  padding-left: 1em;
  width: calc(50% - 14px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.section_inner.term_style2 ol {
  width: calc(33.33% - 14px);
}
.section_inner.term_style2 ol {
  list-style: none;
}
.section_inner.term_list ol a {
  font-weight: 600;
  text-decoration: underline;
}
.depth1 {
  margin-bottom: 6px;
}
.depth1 dt .depth2:not(:last-child) {
  margin-bottom: 6px;
}
.depth1 > dt > p {
  margin-bottom: 6px;
}
.depth1 .box {
  margin-bottom: 6px;
}
.depth1 > dd {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 6px;
}
.depth1 > dt {
  padding-left: 1em;
  color: #666;
}
.depth1 > dt > p {
  white-space: pre-line;
}
.depth2 > dt {
  padding-left: 1em;
}
.depth2 > dt p {
  white-space: pre-line;
  margin-bottom: 6px;
}
.term_table {
  overflow-x: auto;
}
.term_table table {
  table-layout: auto;
  width: 100%;
  min-width: 800px;
}
.term_table table tr td {
  font-size: 14px;
}
.term_table table th {
  font-size: 14px;
}
.depth2 .depth {
  padding-left: 1em;
}
.partnership .box .depth:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--box-line-border-color);
}
.partnership .box .depth dl:not(:last-child) {
  margin-bottom: 20px;
}
.partnership .section_inner dl {
  width: 100%;
  display: flex;
  align-items: center;
}
.partnership .section_inner dd {
  width: 110px;
}
.partnership .section_inner dt {
  width: calc(100% - 110px);
}
/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 40px;
  min-width: 341px;
  border-radius: 10px;
}
.modal_inner > div:not(:last-child) {
  margin-bottom: 30px;
}
.modal_inner.alert {
  min-width: 492px;
}
.modal_inner.alert .modal_header {
  margin-bottom: 10px;
}
.modal_header .modal_top {
  display: flex;
  justify-content: space-between;
}
.modal_header .logo_wrap {
  width: 110px;
  height: 40px;
}
.modal_header .logo_wrap img {
  max-width: 100%;
}
.modal_header button.exit {
  width: 40px;
  height: 40px;
  position: relative;
}
.modal_header button.exit::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  left: 0;
}
.modal_header button.exit::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  left: 0;
}
.modal_txt_wrap h2 {
  font-size: 38px;
  font-weight: 600;
  color: var(--main_color);
  white-space: nowrap;
  line-height: 1;
  margin-top: 30px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.modal_txt_wrap h2 span {
  font-size: 20px;
  color: #000;
  display: block;
}
.modal_txt_wrap h2 span.lt {
  font-size: 18px;
}
.modal_content.d_list.withdraw_modify {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal_content.d_list.withdraw_modify dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal_content.d_list.withdraw_modify dd {
  width: 49px;
  font-size: 14px;
  font-weight: 600;
}
.modal_content.d_list.withdraw_modify dt {
  width: calc(100% - 59px);
}
.modal_content.d_list.withdraw_modify .select_option {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.modal_footer {
  display: flex;
  justify-content: center;
}
.modal_footer .btn_wrap a.btn {
  margin: 0 auto;
}
.modal_content.term .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 40vh;
  overflow-y: auto;
}
.modal_content.term .box p {
  white-space: pre-line;
  font-size: 14px;
}
/* footer */
footer {
  margin: 40px 0;
  color: #888;
  font-weight: 300;
  font-size: 13px;
}
footer .rel_wrap {
  padding: 40px 0 40px 20px;
  border-top: 1px solid var(--border-color);
}
.footer_depth1 {
  margin-bottom: 20px;
}
.footer_depth1 ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.footer_depth1 ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #eee;
}
.sum {
  font-weight: 600;
  color: var(--main_color);
}
.no_border {
  border-right: 0 !important;
}
footer .login_wrap {
  text-align: center;
}
footer .login_wrap ul {
  justify-content: center;
  width: 100%;
}
/* module_layer */
.module_layer {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  display: flex;
}
.module_layer a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--box-border-color);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.module_layer a svg {
  fill: #767676;
  transition: fill 0.01s ease;
}
.module_layer a:hover {
  background-color: #f8f9fa;
}
.module_layer a.active {
  background-color: var(--main_color);
}
.module_layer a.active svg {
  fill: #fff;
}
/* LOADING */
.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 212, 215, 0.6);
}
.loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading_inner p {
  font-size: 16px;
  text-align: center;
}
.loading_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* 1199 */
.mob_menu {
  display: none;
}
.pc_menu {
  display: block;
}
.tab_only {
  display: none;
}
.mob_only {
  display: none;
}
.no_mob {
  display: block;
}

@media screen and (max-width: 1199px) {
  .mob_menu {
    display: block;
  }
  .pc_menu {
    display: none;
  }
  .tab_only {
    display: block;
  }
  .rel_wrap {
    max-width: 588px;
  }
  .login_top_txt_wrap b {
    display: inline-flex;
  }
  .login_top_txt_wrap b span {
    display: block;
    width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .menu_wrap {
    width: auto;
  }
  .menu_wrap button {
    padding: 16px 0;
  }
  .menu_wrap button p {
    display: none;
  }
  header .rel_wrap:not(.menuon .rel_wrap, .allmenuon .rel_wrap) {
    justify-content: space-between;
  }
  .menu_wrap button .menu_icon {
    width: 38px;
    height: 38px;
  }
  .menu_wrap button .menu_icon span {
    width: 15px;
    left: calc(50% - 7px);
    height: 1.5px;
  }
  .menu_wrap button .menu_icon span:nth-child(1) {
    top: 12px;
  }
  .menu_wrap button .menu_icon span:nth-child(2) {
    top: 18px;
  }
  .menu_wrap button .menu_icon span:nth-child(3) {
    top: 25px;
  }
  header.allmenuOn .menu_wrap button .menu_icon span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
    height: 1px;
  }
  header.allmenuOn .menu_wrap button .menu_icon span:nth-child(2) {
    opacity: 0;
  }
  header.allmenuOn .menu_wrap button .menu_icon span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
    height: 1px;
  }
  .menu_wrap button::after {
    display: none;
  }
  .menu_wrap .menu {
    display: none;
  }
  .swiper.visual_slide {
    width: 100% !important;
  }
  .swiper.visual_slide .rel_wrap {
    padding-left: 0;
  }
  .swiper_navigation.main_navi {
    left: 0;
  }
  header .allmenuon {
    margin-top: -1px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  header .allmenuon .rel_wrap {
    width: 100%;
    height: 100%;
    padding-left: 0;
    border: none;
  }
  header.allmenuOn {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
  }
  header.allmenuOn .allmenuon {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
    position: fixed;
    overflow-y: auto;
    height: calc(100% - 150px);
  }
  .allmenu_depth1 > li {
    text-align: left;
    width: auto;
    cursor: pointer;
  }
  header .allmenu_depth2:after {
    top: 20px;
    left: 10px;
  }
  .allmenu_depth1 {
    flex-direction: column;
  }
  .allmenu_depth1 > li {
    position: relative;
  }
  .allmenu_depth1 > li.fold_menu::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    background-image: url(../img/arrow.svg);
    background-size: cover;
    top: 8.5px;
    right: 0;
  }
  .allmenu_depth1 > li.fold_menu.mob_fold_on::after {
    transform: rotate(180deg);
  }
  .allmenu_depth2 {
    opacity: 0;
    pointer-events: none;
    height: 0;
    margin-top: 0;
    padding-top: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 300;
  }
  .mob_fold_on .allmenu_depth2 {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding-top: 20px;
  }
  main .rel_wrap {
    grid-template-columns: 100%;
  }
  main.main .rel_wrap {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
  main.term .rel_wrap {
    grid-template-columns: 100%;
  }
  main.term section {
    grid-column: 1;
  }
  main.sub_main .rel_wrap {
    grid-template-columns: 100%;
    gap: 0;
  }
  main.sub_main aside {
    display: none;
  }
  main.sub_main nav {
    display: none;
  }
  main.sub_main section {
    grid-column: 1;
    grid-row: 1 / span 1;
  }
  .btn.responsive_3to2_btn {
    width: 180px;
  }
  .login_inner .login_menu_wrap li:nth-child(3)::after {
    display: none;
  }
  .login_footer .login_menu_wrap {
    gap: 0 18px;
  }
  .login_footer .login_menu_wrap li:nth-child(4):after {
    display: block;
  }
  .nav_inner.notice li p {
    max-width: 160px;
  }
  .cashout li {
    width: calc(50% - 14px);
  }
  .cashout li a {
    padding: 15px;
  }
  .cashout_txt_wrap {
    font-size: 15px;
  }
  .cashout li:nth-child(3)::after {
    display: none;
  }
  .content_section.split_2.sub {
    gap: 20px;
  }
  .content_section.split_2 .section_depth {
    width: 100%;
  }
  .cashin_pub_list > ul > li {
    width: calc(33.33% - 16px);
  }
  .cashout_withdrawal:not(.disposal_form) table {
    overflow-x: auto;
  }
  .cashout_withdrawal:not(.disposal_form) table,
  .cashout_withdrawal:not(.disposal_form) table tbody {
    display: flex;
  }
  .cashout_withdrawal:not(.disposal_form) table thead tr,
  .cashout_withdrawal:not(.disposal_form) table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .cashout_withdrawal:not(.disposal_form) table col {
    width: 100% !important;
  }
  .cashout_withdrawal:not(.disposal_form) table th {
    width: 82px;
  }
  .cashout_withdrawal:not(.disposal_form) table td {
    width: 137px;
    margin-right: 1px;
  }
  .cashout_withdrawal:not(.disposal_form) table tr:last-child td {
    border-right: 0;
  }
  .cashout_withdrawal:not(.disposal_form) table tr:not(:last-child),
  table thead {
    border-bottom: 0;
  }
  .cashout_withdrawal:not(.disposal_form) table tr th:last-child,
  table tbody tr:not(:last-child) td {
    border-right: 1px solid #eee;
  }
  .cashout_withdrawal:not(.disposal_form) table tr th:not(:last-child),
  .cashout_withdrawal:not(.disposal_form) table tr td:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .notice_table_wrap table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .box_list_table li.depth2 > dl {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .section_inner.shop.cashin li {
    width: calc(33.333% - 16px);
  }
  .shop_header_wrap {
    flex-direction: column;
  }
  .shop_header_wrap > div {
    width: 100%;
  }
  .shop_header .btn.middle_btn {
    max-width: 100%;
  }
  .shop_content_top.mobile_voucher ul li:nth-child(5)::after {
    display: none;
  }
  .shop_mobile_brand_slide {
    max-width: 472px;
  }
  .mobile_voucher_goods_detail .txt_wrap .voucher_txt_top p:nth-child(1) {
    max-width: 220px;
  }
  .disposal_form.box_list_table .box li.depth1 > dl {
    flex-direction: column;
  }
  .disposal_form.box_list_table li.depth1 > dl > dd {
    border-right: 0;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    text-align: left;
  }
  .disposal_form.box_list_table li.depth1 > dl > dt {
    padding: 0;
    width: 100%;
  }
  .disposal_form table {
    width: 100%;
  }
  .board.event .box > ul > li a {
    align-items: center;
  }
  .event_right {
    width: calc(100% - 313px);
  }
  .event_right_depth1 {
    width: 100%;
  }
  .event_right_depth2 {
    flex-direction: column;
  }
  .event_right_depth2 dd {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .board_foot_wrap.search_wrap {
    width: calc(60% - 20px);
  }
  .notice_table_wrap table colgroup col:nth-child(2) {
    width: 80%;
  }
  .notice_table_wrap table colgroup col:nth-child(3) {
    width: 20%;
  }
  .notice_table_wrap table colgroup col:nth-child(1),
  .notice_table_wrap table colgroup col:nth-child(4) {
    display: none;
  }
  .notice_table_wrap thead th:nth-child(1),
  .notice_table_wrap thead th:nth-child(4),
  .notice_table_wrap tr td:nth-child(1),
  .notice_table_wrap tr td:nth-child(4) {
    display: none;
  }
  .notice_table_wrap tr td:nth-child(2) {
    padding: 0;
  }
  .shop_header_price dl dt {
    width: calc(100% - 66px);
  }
}
@media screen and (max-width: 1024px) {
  .ip_wrap {
    cursor: not-allowed;
  }
  .ip_wrap::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    content: '모바일 환경에선 이용이 불가능합니다.\APC에서 이용해주세요.';
    white-space: pre-line;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 624px) {
  .visual.term h2 > span {
    display: none;
  }
  .mob_only {
    display: block;
  }
  .tab_only {
    display: none;
  }
  aside {
    grid-row: 1 / span 1;
  }
  nav {
    grid-row: 3 / span 1;
  }
  section {
    grid-column: 1;
    grid-row: 2 / span 1;
  }
  .rel_wrap {
    max-width: 384px;
  }
  .btn.responsive_3to2_btn {
    width: 138px;
  }
  main.main .rel_wrap {
    grid-template-columns: 100%;
  }
  .login_inner .login_menu_wrap li:nth-child(3)::after {
    display: block;
  }
  .login_footer .login_menu_wrap li:nth-child(4):after {
    display: none;
  }
  .nav_inner.notice li p {
    max-width: 240px;
  }
  .cashout li a {
    padding: 20px;
  }
  .cashout_txt_wrap {
    font-size: 18px;
  }
  footer .rel_wrap {
    padding: 40px 0;
  }
  .cashin_pub_list > ul > li {
    width: calc(50% - 12px);
  }
  .cashin_header {
    flex-direction: column;
  }
  .cashin_header_logo {
    width: 100%;
  }
  .cashin_header_txtwrap {
    width: 100%;
  }
  .modal_inner {
    padding: 40px 30px;
    max-height: 80%;
    overflow-y: auto;
  }
  .modal_content.d_list.withdraw_modify dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal_content.d_list.withdraw_modify dt {
    width: 100%;
  }
  .modal_content.d_list.withdraw_modify .select_option {
    width: 100%;
  }
  .section_inner.shop.cashin li {
    width: calc(50% - 12px);
  }
  .shop_content dt {
    width: 100%;
  }
  .modal_inner.alert {
    min-width: 90%;
    width: 90%;
  }
  .shop_content_top.mobile_voucher ul li:nth-child(5)::after {
    display: block;
  }
  .shop_content_top.mobile_voucher ul li:nth-child(3)::after {
    display: none;
  }
  .shop_mobile_brand_slide {
    max-width: 294px;
  }
  .mobile_voucher_goods_detail .mv_detail_depth {
    flex-direction: column;
  }
  .mobile_voucher_goods_detail .depth2 {
    justify-content: space-between;
  }
  .mobile_voucher_goods_detail .depth2_left::after {
    display: none;
  }
  .mobile_voucher_goods_detail .mv_detail_depth {
    gap: 20px;
  }
  .mobile_voucher_goods_detail .depth1 {
    position: relative;
  }
  .mobile_voucher_goods_detail .depth1::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: var(--box-line-border-color);
    bottom: -10px;
    left: 0;
  }
  .disposal_form dt {
    width: 100%;
  }
  .disposal_form .shop_top_txt dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .board.event .box > ul > li a {
    flex-direction: column;
    align-items: flex-start;
  }
  .board.event .event_left {
    width: 100%;
    height: 100%;
  }
  .event_right {
    width: 100%;
  }
  .board.event .box > ul > li a {
    gap: 20px;
  }
  .notice_table_wrap .board_foot_wrap.search_wrap {
    width: calc(100% - 20px);
  }
  .notice_table_wrap tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
  }
  .notice_table_wrap table th {
    display: none;
  }
  .notice_table_wrap table td {
    padding: 0;
  }
  .notice_table_wrap table colgroup col:nth-child(2) {
    width: 100%;
  }
  .notice_table_wrap table td:nth-child(3) {
    color: #666;
  }
  table tr:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .notice_footer {
    gap: 10px;
  }
  .notice_title_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .notice_foot {
    flex-direction: column;
  }
  .notice_foot_left {
    flex-direction: column;
    gap: 0;
  }
  .date_pink_depth2 {
    gap: 5px;
  }
  .date_pink_depth2 > div {
    width: calc(50% - 7.5px);
  }
  .mypage_inner_table ul.table_title {
    display: none;
  }
  .mypage_inner_table.m_cash_trade {
    display: flex;
    flex-wrap: wrap;
  }
  .mypage_inner_table.m_cash_trade ul {
    flex-direction: column;
    width: 100%;
  }
  .mypage_inner_table.m_cash_trade ul:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--box-line-border-color);
  }
  .mypage_inner_table.m_cash_trade li {
    display: flex;
    width: 100% !important;
    gap: 10px;
    text-align: left;
    padding: 0 !important;
  }
  .mypage_inner_table.m_cash_trade span {
    width: 86px;
    color: #666;
  }
  .mob_table_status {
    font-size: 16px;
    font-weight: 600;
  }
  .mypage_inner_table.m_cash_trade li.mob_table_status {
    order: 1;
  }
  .mypage_inner_table.m_cash_trade li:not(.mob_table_status) {
    order: 2;
  }
  .email_wrap {
    flex-wrap: wrap;
  }
  .email_wrap input[type='text'] {
    width: calc(50% - 16px);
  }
  .email_wrap .select {
    width: 100%;
  }
  .box_list_table.ip_ad_wrap li.depth2 {
    width: 100%;
  }
  .box_list_table.ip_ad_wrap input[type='text'] {
    width: calc(100% - 170px);
  }
  .mypage_inner_table.ip_adress_table ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rel_wrap.login_rel {
    max-width: 384px;
  }
  .section_inner.term_list .box {
    flex-wrap: wrap;
    gap: 6px;
  }
  .section_inner.term_list ol {
    width: 100%;
  }
  .contect_top.contect li {
    flex-direction: column;
    gap: 20px;
  }
  .contect_top.contect ul li:nth-child(2) dl {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
  .contect_top.contect .tel_wrap > input {
    width: calc(33.33% - 13.3333px);
  }
  .bank_wrap {
    gap: 0;
    justify-content: space-between;
  }
  .cashout_bank_wrap .bank_info {
    width: calc(100% - 102px);
  }
}
@media screen and (max-width: 400px) {
  .no_mob {
    display: none;
  }
  .rel_wrap {
    max-width: 90%;
  }
  .rel_wrap.login_rel {
    max-width: 90%;
  }
  .section_inner.shop ul {
    gap: 12px;
  }
  .section_inner.shop li {
    width: calc(50% - 6px);
    height: auto;
    position: relative;
  }
  .section_inner.shop li:before {
    position: absolute;
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
  }
  .shop_img_wrap {
    width: 100%;
    height: auto;
  }
  .visual_txt_wrap h2 {
    font-size: 36px;
  }
  .visual_txt_wrap span {
    font-size: 18px;
    margin-left: 6px;
  }
  .visual_txt_wrap p {
    font-size: 14px;
  }
  header .rel_wrap:not(.menuon .rel_wrap, .allmenuon .rel_wrap) {
    gap: unset;
  }
  .nav_inner.notice li {
    flex-direction: column;
  }
  .cashout li a {
    padding: 10px;
  }
  .cashout_txt_wrap {
    font-size: 16px;
  }
  .login_page .login_check_wrap.all input[type='checkbox'] + label + label {
    font-size: 14px;
  }
  .login_page .login_check_wrap input[type='checkbox'] + label + label {
    font-size: 14px;
  }
  .login_section_inner .txt_wrap,
  .rel_wrap.login_rel .login_sub_wrap ul {
    font-size: 14px;
  }
  .rel_wrap.login_rel .login_wrap {
    margin-bottom: 40px;
  }
  .btn_split,
  .btn.middle_btn,
  .btn.responsive_3to2_btn {
    font-size: 16px;
  }
  .modal_txt_wrap h2 span {
    font-size: 18px;
  }
  .modal_txt_wrap h2 span {
    font-size: 16px;
  }
  .captcha {
    width: 90%;
    margin: 0 auto;
  }
  .agree_wrap .btn_wrap {
    width: 90%;
  }
  .footer_depth1 ul li:not(:last-child) {
    padding-right: 7px;
    margin-right: 7px;
  }
  footer {
    font-size: 12px;
  }
  .login_top_txt_wrap,
  .mob_menu_top_depth p {
    width: calc(100% - 74px);
  }
  .login_footer .login_menu_wrap li:nth-child(4):after {
    display: block;
  }
  .login_menu_wrap {
    justify-content: flex-start;
    gap: 0 18px;
  }
  .pub_txt_wrap {
    height: 114px;
  }
  .cashout_bank_wrap .bank_info {
    width: 100%;
  }
  .cashout_bank_wrap .bank_info .bank {
    height: 21px;
  }
  .bank_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .bank_wrap .btn.small_btn {
    min-width: 100%;
  }
  .box_list_table li.depth2 > dl > dt {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .btn_split_2 .btn {
    width: calc(50% - 12px);
    font-size: 16px;
  }
  .section_title.detail dl {
    gap: 0;
    flex-direction: column;
  }
  .shop_header_img_wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .shop_header_img_wrap:before {
    position: absolute;
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
  }
  .shop_header_img_wrap img {
    max-width: 90%;
  }
  .shop_header_goods {
    font-size: 24px;
  }
  .shop_header_cash {
    font-size: 26px;
  }
  .shop_content_inner input[type='checkbox'] + label + label {
    width: calc(100% - 16px);
  }
  .shop_content_inner input[type='checkbox'] + label + label .mob_only {
    display: none;
  }
  .agree_wrap .sub_txt {
    font-size: 13px;
  }
  .shop_content_top ul {
    gap: 10px 16px;
  }
  .shop_content_top ul li:not(:last-child):after {
    right: -8px;
  }
  .modal_inner {
    min-width: 90%;
  }
  .modal_txt_wrap h2 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 28px;
  }
  .modal_txt_wrap h2 span.lt {
    font-size: 16px;
  }
  .shop_mobile_brand_slide {
    width: calc(100% - 48px);
  }
  .brand_img_wrap {
    width: 100% !important;
    height: 65px !important;
  }
  .shop_mobile_brand_slide li.swiper-slide a p {
    font-size: 12px !important;
    white-space: wrap !important;
    text-align: center;
  }
  .mobile_voucher_goods_detail .depth1 span {
    display: block;
  }
  .mobile_voucher_goods_detail .txt_wrap {
    width: calc(100% - 110px);
  }
  .mobile_voucher_goods_detail .txt_wrap .voucher_txt_top p:nth-child(1) {
    max-height: unset;
  }
  .mobile_voucher_goods_detail .txt_wrap .voucher_txt_top p:nth-child(2) {
    display: none;
  }
  .contect .tel_wrap {
    width: 100%;
  }
  .contect .shop_top_txt dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .contect_inner .shop_top_txt dt {
    width: 100%;
  }
  .shop_content_inner .filebox {
    flex-direction: column;
  }
  .shop_content_inner .filebox label {
    width: 100%;
  }
  .shop_content_inner .filebox .upload-name {
    width: 100%;
  }
  .mypage_top ul {
    gap: 10px 20px;
  }
  .date_pink_depth2 > div {
    width: 100%;
  }
  .date_pink_depth2 {
    flex-direction: column;
  }
  .user_info .box .user_info_depth:nth-child(2) dl,
  .user_info .box .user_info_depth:nth-child(3) dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .user_info .box .user_info_depth:nth-child(2) dt,
  .user_info .box .user_info_depth:nth-child(3) dt {
    width: 100%;
  }
  .shop_depth2 .sum_txt_wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .modal_header .logo_wrap {
    width: auto;
    height: 24px;
  }
  .modal_header button.exit {
    width: 24px;
    height: 24px;
  }
  input[type='text'].table_input,
  input[type='number'].table_input {
    height: 40px;
  }
}
/* shop - 매진 */
.shop li.coupon_list_disable * {
  cursor: no-drop !important;
}
.shop li.coupon_list_disable .shop_img_wrap {
  filter: brightness(0.9);
  background-color: rgb(0 0 0 / 10%);
  position: relative;
  border: 1px solid var(--border-color) !important;
}
.section_inner.shop li.coupon_list_disable:hover .shop_img_wrap img {
  transform: scale(1);
}
.section_inner.shop li.coupon_list_disable .shop_img_wrap:after {
  position: absolute;
  content: '매진';
  top: 10px;
  left: 10px;
  border: 1.5px solid #a50000;
  color: #a50000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  display: block;
}
.section_title.contect_title {
  justify-content: flex-start;
  gap: 20px;
}
.section_title.contect_title a {
  color: #888;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.section_title.contect_title a::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 70%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #888;
}
.section_title.contect_title a:hover {
  color: #000;
  text-decoration: underline;
}

/* 인터렉션 관련 */
.allmenu_depth2 li a:hover {
  text-decoration: underline;
}
.nav_inner.notice li a:hover {
  text-decoration: underline;
}
.main_menu ul.menu_depth2 > li a:hover {
  text-decoration: underline;
}
.cashin-slide-logo:hover img {
  transform: scale(1.05);
}
.btn.logout:hover {
  background-color: #d5d6d8;
}
.sub_menu ul a:hover {
  color: #333;
}
.box.login .login_inner a:hover {
  text-decoration: underline;
}
.box.login .login_footer a:hover {
  text-decoration: underline;
}
.section_title a:hover {
  text-decoration: underline;
}
.nav_inner.nav_link_wrap a:hover {
  text-decoration: underline;
}
.section_inner.shop a:hover .shop_txt_wrap p {
  text-decoration: underline;
}
.footer_depth1 ul li a:hover {
  color: #333;
}
.mc:hover {
  background-color: #0dcccc;
}
.cr:hover {
  background-color: #bd0f0f;
}
.shop_mobile_brand_slide li.swiper-slide a:hover {
  color: #000;
}
.board.event .box > ul > li a:hover .event_left img {
  transform: scale(1.03);
}
.board.event .box > ul > li a:hover .event_right .event_right_depth1 > dd {
  text-decoration: underline;
}
body > .rel_wrap nav li:not(.active) a:hover,
body form > .rel_wrap nav li:not(.active) a:hover {
  text-indent: 5px;
}
.board.faq .faq_depth1 button:hover p {
  text-decoration: underline;
}
.notice_table_wrap table td a:hover {
  text-decoration: underline;
}
.notice_foot_left a:hover {
  text-decoration: underline;
}

/* 23.06.26 내역_결과없음 fix */
.no_results {
  justify-content: center !important;
  align-items: center !important;
}
.no_results li {
  width: 100% !important;
  justify-content: center !important;
}

/* 23.06.26 datepicker readonly */
.date_picker input[type='text']:read-only {
  border: 1px solid #ccc !important;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  padding: 11px 10px;
}
.date_picker input[type='text']:read-only::placeholder {
  color: #000;
  font-weight: 400;
}
/* 23.06.26 datepicker */
.datepicker-container {
  border-radius: 5px;
  overflow: hidden;
}

/* 23.07.06 */
.btn_fade_wrap {
  position: relative;
}
.btn_fade_wrap > a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 모바일 상품권 화면 fix */
.brand_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.brand_img_wrap img {
  max-width: 90%;
  max-height: 90%;
}
.shop_mobile_brand_slide li.swiper-slide a p {
  white-space: nowrap;
  font-size: 13px;
}

/* SELECT_SOLD */
.select_sold {
  font-size: 16px;
  color: #888;
}

/* BTN_DISABLED & FAQ */
.btn.disabled {
  background-color: #ececec;
  color: #aaa;
  border: 1px solid #ddd;
  cursor: no-drop;
}
.board.faq.mqna_list .faq_depth1 .qna_date {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  width: 80px;
  text-align: right;
}
.board.faq .faq_depth1 button p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* alert_wrap */
.alert_wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 600px;
  height: auto;
  max-height: 600px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.alert_title_wrap {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.alert_title_wrap h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.alert_content_wrap {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.alert_content_wrap > div {
  white-space: pre-line;
  max-height: 422px;
  overflow-y: auto;
  line-height: 1.5;
}
.alert_footer_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 10px;
}
.alert_footer_wrap input[type='checkbox'] + label {
  width: 15px;
  height: 15px;
}
.alert_footer_wrap .check_wrap {
  font-size: 14px;
}
.alert_close {
  font-size: 14px;
  font-weight: 600;
  color: var(--main_color);
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .alert_wrap {
    max-height: 400px;
    width: 100%;
    max-width: 588px;
  }
  .alert_content_wrap > div {
    max-height: 222px;
  }
}
@media screen and (max-width: 624px) {
  .alert_wrap {
    left: 50%;
    transform: translateX(-50%);
    max-height: 400px;
    max-width: 387px;
  }
}
@media screen and (max-width: 400px) {
  .alert_wrap {
    height: 400px;
    max-width: 90%;
  }
}
/* 23.12.04 UI FIX */
@media screen and (max-width: 1199px) {
  .login_top_txt_wrap b span {
    width: auto;
    max-width: 95px;
  }
}
