/*theme1*/
.theme1-c-btn {
  background-color: #0a2644 !important;
  color: #fff !important;
  border: 1px solid #0a2644 !important;
}
.theme1-c-btn.line {
  background-color: #f1f6fb !important;
  color: #081d33 !important;
  border: 1px solid #f1f6fb !important;
}
.theme1-c-font {
  color: #0a2644 !important;
}
.theme1-c-bg {
  background-color: #0a2644 !important;
}
.theme1-c-line {
  border-color: #0a2644 !important;
}

/*theme2*/
.theme2-c-btn {
  background-color: #232F79 !important;
  color: #fff !important;
  border: 1px solid #232F79 !important;
}
.theme2-c-btn.line {
  background-color: #fff !important;
  color: #232F79 !important;
  border: 1px solid #232F79 !important;
}
.theme2-c-font {
  color: #232F79 !important;
}
.theme2-c-bg {
  background-color: #232F79 !important;
}
.theme2-c-line {
  border-color: #232F79 !important;
}

.input-regular {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e7eaee;
  background-color: #ffffff;
  font-size: 13px;
  letter-spacing: -0.039px;
  text-align: left;
  color: #1e2229;
  line-height: 40px;
  transition: all 0.5s;
  font-weight: 400;
  border-radius: 8px !important;
}

.input-medium {
  display: inline-block;
  width: 200px;
  height: 48px;
  padding: 0 20px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  color: #353c46;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
  border-radius: 8px!important;
}
textarea.input-medium {
  padding: 20px;
}

.btn-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border: solid 1px #d8dde2;
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e2229;
  line-height: 26px;
  font-weight: 600;
  border-radius: 6px;
}
.btn-regular {
  height: 40px;
  padding: 0px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.btn-medium {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 0 16px;
  border: solid 1px #d8dde2;
  background-color: #ffffff;
  font-size: 15px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e2229;
  line-height: 46px;
  font-weight: 700;
  border-radius: 8px;
}
.btn-medium img {
  width: 24px;
  height: 24px;
}
.btn-large {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 16px;
  border-radius: 8px;
  border: solid 1px #d8dde2;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e2229;
  line-height: 50px;
  font-weight: 700;
}

.btn-xsmall.gray,
.btn-small.gray,
.btn-regular.gray,
.btn-medium.gray,
.btn-large.gray {
  border: solid 1px #f3f5f6 !important;
  background-color: #f3f5f6 !important;
  color: #353c46 !important;
}

.btn-xsmall.blue,
.btn-small.blue,
.btn-regular.blue,
.btn-medium.blue,
.btn-large.blue {
  border: solid 1px #e5effd !important;
  background-color: #e5effd !important;
  color: #2876e7 !important;
}

.btn-xsmall.red,
.btn-small.red,
.btn-regular.red,
.btn-medium.red,
.btn-large.red {
  border: solid 1px #ffebee !important;
  background-color: #ffebee !important;
  color: #ee4747 !important;
}

.btn-xsmall.green,
.btn-small.green,
.btn-regular.green,
.btn-medium.green,
.btn-large.green {
  border: solid 1px #eaf9f3 !important;
  background-color: #eaf9f3 !important;
  color: #23bd85 !important;
}

.btn-small.black,
.btn-regular.black,
.btn-medium.black,
.btn-large.black {
  border: solid 1px #1e2229;
  background-color: #1e2229;
  color: #ffffff;
}
.btn-small.black.line,
.btn-regular.black.line,
.btn-medium.black.line,
.btn-large.black.line {
  border: solid 1px #0a2644;
  background-color: #fff;
  color: #0a2644;
}

/* fixed-bottom-btn */
.fixed-bottom-btn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  padding: 16px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-bottom-btn.half {
  gap: 8px;
}
.fixed-bottom-btn.half > * {
  flex: 1;
}

/* fixed-bottom-margin */
.fixed-bottom-margin {
  margin-bottom: 100px;
}
.fixed-bottom-margin-large {
  margin-bottom: 130px;
}
.fixed-bottom-margin-xlarge {
  margin-bottom: 190px;
}

/* split2 */
.split2 {
  width: calc((100% - 8px) / 2) !important;
}
.split2 + .split2 {
  margin-left: 8px;
}

.display-flex {
  display: flex;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*■■■인풋checkbox*/
input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  background: #fff url(/assets/image/mobile/icon_check_completed.png) center center
    no-repeat;
  background-size: contain;
}
input[type="checkbox"]:checked {
  background: #0a2644 url(/assets/image/mobile/icon_check_completed.png) center center
    no-repeat;
  background-size: contain;
  border: 1px solid #0a2644;
}
input[type="checkbox"]:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}

/*■■■인풋radio*/
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8dde2;
  margin-top: -1px !important;
  margin-right: 6px;
}
input[type="radio"]:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f3f5f6;
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked {
  background: #0a2644;
  border: 2px solid #0a2644;
  margin-top: -2px !important;
}
input[type="radio"]:checked:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:disabled {
  background: #f3f5f6;
  cursor: not-allowed;
}
/* chk */
input[type="radio"].chk {
  background: #fff url(/assets/image/mobile/icon_check_n.png) center center no-repeat;
  background-size: 18px;
}
input[type="radio"].chk:checked {
  background: #0a2644;
}
input[type="radio"].chk:checked:before {
  background: #0a2644 url(/assets/image/mobile/icon_check.png) center center no-repeat;
  background-size: 18px;
  border: 1px solid #0a2644;
}

hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid rgba(30, 34, 41, 0.04);
}
hr.large {
  margin: 40px 0;
}

/* search-medium */
.search-medium {
  position: relative;
  margin: 0 0 0 472px;
  width: 560px;
  height: 48px;
  padding: 0;
  border-radius: 60px;
  border: 2px solid transparent;
  background-image: var(
    --Gradient-Horizontal,
    linear-gradient(90deg, #0a2644 0%, #fec261 74.37%),
    linear-gradient(
      90deg,
      rgba(72, 200, 234, 1) 0%,
      rgba(255, 185, 71, 99) 100%
    )
  );
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-color: #ffffff;
}
.search-medium input {
  display: inline-block;
  border-radius: 60px;
  width: 100%;
  padding: 0 48px 0 18px;
  font-size: 15px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #353c46;
  line-height: 44px;
  transition: all 0.5s;
  font-weight: 400;
}
.search-medium > .btn-medium {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  padding: 0;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(/assets/image/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.search-medium > input[type="search"]::-webkit-search-cancel-button {
  margin-right: 24px;
}

/* btn-heart */
.btn-heart {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: 66px;
  height: 40px;
  padding: 0px 8px 0px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  transition: all 0.3s;
  color: var(--Text-Secondary, #353c46);
}
.btn-heart:hover {
  border: 1px solid #ff9e9e;
}
.btn-heart:hover:before {
  transform: scale(1.1);
}

.btn-heart:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/image/mobile/icon_heart_active.png) no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.3s;
}
.btn-heart span {
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* btn-download */
.btn-download {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  transition: all 0.3s;
}
.btn-download:hover {
  border: 1px solid var(--Border-Primary, #c8cfd6);
}
.btn-download:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/image/mobile/icon_upload.png) no-repeat;
  background-size: contain;
}

/* btn-more */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* list-empty */
.list-empty {
  padding: 200px 0;
  color: var(--Text-Sub-Tertiary, #bac1cb);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.list-empty img {
  width: 72px;
  height: 72px;
}
.list-empty pre {
  margin: 8px 0 0;
  color: var(--Text-Sub-Tertiary, #bac1cb);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/*■■■페이지네이션*/
.paginate-area {
  display: block;
  margin: 32px auto 0;
}
.paginate-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate-area:after {
  content: "";
  display: block;
  clear: both;
}
.paginate-area ul li {
  float: left;
  margin: 0 2px;
}
.paginate-area ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.5s;
  color: var(--Text-Sub-Primary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.039px;
}
.paginate-area ul .dir.prev a {
  background: url(/assets/image/mobile/icon_arrow_left2.png) center center no-repeat;
  background-size: 18px;
  border-radius: 6px;
  opacity: 0.7;
  border-radius: 6px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
}
.paginate-area ul .dir.next a {
  background: url(/assets/image/mobile/icon_arrow_right2.png) center center no-repeat;
  background-size: 18px;
  border-radius: 6px;
  opacity: 0.7;
  border-radius: 6px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
}
.paginate-area ul li.on a {
  font-weight: 400;
  background: #0a2644;
  color: #fff;
  border: 1px solid #0a2644;
  border-radius: 6px;
}
.paginate-area ul li.on a:hover {
  background: #0a2644;
  color: #fff;
  border: 1px solid #0a2644;
}
.paginate-area ul li a:hover {
  background: #fff;
}

/* more-layer */
.more-layer {
  position: relative;
  margin: 0;
}
.more-layer > button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/icon_more_horizontal.png) no-repeat right center;
  background-size: contain;
  cursor: pointer;
}
.more-layer > ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 10;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
}
.more-layer.active > ul {
  display: block;
}
.more-layer > ul > li,
.more-layer > ul > li button {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.more-layer > ul > li {
  border-bottom: 1px solid #f3f5f6;
}
.more-layer > ul > li:last-child {
  border-bottom: 0;
}
.default .more-layer > ul > li:first-child {
  border-bottom: 0;
}
.more-layer > ul > li.tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer > ul > li.tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
.more-layer button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* board-list */
.board-list {
  padding: 24px 0 0;
}
.tab-menu + .board-list {
  padding: 0;
}
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.board-list > ul > li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.board-list a {
  display: block;
  width: 100%;
  background: url(/assets/image/mobile/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
  padding: 0 32px 0 0;
}
.board-list.inactive-arrow a {
  background: url();
  padding: 0;
}
.board-list .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.board-list .subject {
  color: var(--light-semantic-text-primary, #262626);
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.board-list .date-state {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-state .date {
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-list .date-state span + span {
  margin-left: 8px;
}
.board-list .date-state .state {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.board-list .date-state .state.complete {
  border-radius: 4px;
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  color: var(--Blue-Darkened, #2876e7);
}
.board-list .notice {
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.noti {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.event {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.noti a,
.board-list > ul > li.event a {
  background: url();
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.board-list > ul > li.noti a span {
  margin: 0 8px 0 0;
  width: 36px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.event a span {
  margin: 0 8px 0 0;
  width: 38px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Pink, #fde6f2);
  background: var(--Light-Pink, #fde6f2);
  color: var(--Primary, #121212);
  text-align: center;
  font-family: "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.noti .subject,
.board-list > ul > li.event .subject {
  width: 100%;
  font-size: 14px;
}

/* board-view */
.board-view {
  background: #fff;
  padding: 0 16px;
}
.board-view .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 40px 0 16px;
}
.tab-menu + .board-view .header {
  padding: 16px 0 16px;
}
.board-view .header .couple {
  margin: 0 0 8px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.board-view .header h1 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
  word-break: break-all;
}
.board-view .header h1 .cate {
  height: 22px;
  line-height: 20px;
  padding: 0 8px;
  border: solid 1px #ff416f;
  background-color: #fff;
  font-size: 11px;
  color: #ff416f;
  text-align: center;
  margin: -2px 16px 0 0;
}
.board-view .header .info {
  margin: 8px 0 0;
}
.board-view .header .info > ul {
  display: flex;
  align-items: center;
}
.board-view .header .info > ul > li {
  float: left;
  font-size: 12px;
  color: #868686;
  margin: 0 16px 0 0;
}
.board-view .header .info > ul > li a {
  font-size: 12px;
  color: #868686;
  text-decoration: underline;
}
.board-view .header .info > ul > li.writer {
  font-weight: 500;
  color: #565656;
}
.board-view .header .info > ul > li.hit {
  position: absolute;
  top: 0;
  right: 0;
  color: #a6a6a6;
}
.board-view .header .info > ul > li.hit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/icon_hit.png);
  background-size: contain;
}
.board-view .header .notice {
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view .header .complete {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view .header .ing {
  display: inline-flex;
  height: 24px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view .header .more-layer {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.board-view .header .more-layer > ul {
  right: 8px;
}
.board-view .content {
  padding: 16px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.board-view .content.small {
  min-height: 250px;
}
.board-view .content img {
  display: block;
  max-width: 100%;
  margin: 40px 0 0;
}
.board-view .swiper-container {
  margin: 16px 0 0;
}
.board-view .swiper-container .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.board-view .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/*board-re*/
.board-re {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--light-basic-gray-150, #f6f6f6);
}
.board-re > h1 {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.042px;
}
.board-re > h1 strong {
  margin: 0 8px 0 0;
  display: block;
  color: var(--light-semantic-text-sub-secondary, #464646);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.033px;
}
.board-re > div {
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  margin: 8px 0 0;
}
.board-re .answer {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Blue, #2c81fb);
  background: var(--Blue, #2c81fb);
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  margin-right: 8px;
}

.btn-group {
  margin: 24px 0 0;
}

/* tab-menu */
.tab-menu {
  width: 100%;
  height: auto;
  display: block;
}
.tab-menu .inner-wrap {
  width: 100%;
  height: auto;
  display: block;
}
.tab-menu .inner-wrap .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 46px;
  background: #fff;
  border: 1px solid #d6d6d6;
}
.tab-menu .inner-wrap .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  border-left: 1px solid #d6d6d6;
  color: #353c46;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-left: none;
}

.tab-menu .inner-wrap .tab-header li.active {
  background: #353c46;
  color: #fff;
  border: 1px solid #353c46;
}
.tab-menu .inner-wrap .tab-header li.active:hover {
  background: #0a2644;
  color: #fff;
  border: 1px solid #0a2644;
}
.tab-menu .inner-wrap .tab-content {
  width: 100%;
  height: 400px;
  background: #fff;
  margin-top: 16px;
  border: 1px solid #d6d6d6;
  padding: 24px;
}
.tab-menu .inner-wrap .tab-content > div {
  display: none;
  font-size: 13px;
}
.tab-menu .inner-wrap .tab-content > div.active {
  display: block;
}

/* type-c */
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0 !important;
  margin: 40px 0 0;
  border-radius: 0;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: #fff;
  padding: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li a {
  color: var(--Text-Sub-Tertiary, #bac1cb);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active,
.tab-menu.type-c > .inner-wrap > .tab-header li.active a {
  position: relative;
  border: 0;
  background-color: #fff;
  color: var(--Text-Primary, #1e2229);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0a2644;
}

/* btn-switch */
.btn-switch {
  position: relative;
  display: flex;
  width: 44px !important;
  height: 26px !important;
  border-radius: 50vh;
  background: #0a2644;
  border-color: #0a2644;
}
.btn-switch:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 50%;
}
.btn-switch.inactive {
  background: #d8dde2;
  border-color: #d8dde2;
}
.btn-switch.inactive:after {
  left: 2px !important;
}

/* app-setting */
.app-setting {
  padding: 40px 0 0;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li + li {
  margin: 16px 0 0;
}
.app-setting > ul > li .tit {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}


/* result-area */
.result-area {
  padding: 40px 0 32px;
}
.result-area.medium {
  padding: 110px 0;
}
.result-area.large {
  padding: 228px 0;
}
.result-area > img {
  display: block;
  margin: 0 auto;
  width: 72px;
  height: 72px;
}
.result-area .logo {
  display: block;
  margin: 24px auto 120px;
  width: 300px;
  height: 100px;
}
.result-area .logo img {
  width: 100%;
  height: 100%;
}
.result-area h1 {
  margin: 8px auto 0;
  color: var(--Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
  white-space: pre-line;
}
.result-area pre {
  margin: 12px auto 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  white-space: pre-line;
}
.result-area p strong {
  font-weight: bold;
  color: #8f95a1;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #bac1cb;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .BTT > ul {
  padding: 0;
}

/*■■■모달레이어*/
.popup {
  display: none;
  width: 320px;
  left: 50% !important;
  top: 0;
  transform: translateX(-50%);
  border-radius: 16px;
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
}
.popup > .inner-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: relative;
}
.popup .inner-wrap .popup-header {
  text-align: center;
  color: var(--Text-Primary, #1e2229);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  margin-bottom: 12px;
}
.popup .inner-wrap .popup-content {
  width: 100%;
  margin-bottom: 24px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.popup .inner-wrap .popup-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(/assets/image/mobile/icon_close_prohibited_circled.png) no-repeat 0 0;
  background-size: contain;
}

/* full */
.popup.full {
  max-width: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  height: 100%;
  border-radius: 0;
}
.popup.full > .inner-wrap {
  padding: 24px 0;
  overflow-y: auto;
}
.popup.full .popup-header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: var(--Primary, #0a2644);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  border-bottom: 1px solid var(--Light-Semantic-Divider-Secondary, #f2f2f2);
  background: var(--Light-Semantic-Background, #fff);
}
.popup.full .popup-content {
  width: 375px;
  margin: 0 auto;
  text-align: left;
}
.popup.full .inner-wrap .popup-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 28px;
  height: 28px;
  opacity: 1;
  background: url(/assets/image/mobile/icon_close_prohibited.png) no-repeat 0 0;
  background-size: contain;
}

/* notification-list */
.notification-list {
  padding: 24px 0 0;
}
.notification-list > button {
  float: right;
  margin: 0 0 8px;
}
.notification-list > ul {
  overflow: hidden;
  clear: both;
}
.notification-list > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.notification-list > ul > li a {
  position: relative;
  display: block;
  padding: 16px 0 16px 40px;
}
.notification-list > ul > li a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/icon_email.png) no-repeat center center;
  background-size: contain;
}
.notification-list > ul > li .date {
  margin: 8px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.notification-list > ul > li .tit {
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.notification-list > ul > li .con {
  margin: 8px 0 0;
  padding-right: 48px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  word-break: break-all;
}
.notification-list > ul > li .delete {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/assets/image/mobile/icon_close_prohibited.png) center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  z-index: 1;
}
.notification-list > ul > li.read a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.notification-list > ul > li.read .con {
  color: #8f95a1;
}
.notification-list .list-empty {
  padding: 126px 0 306px;
}

/* search-regular */
.search-regular {
  position: relative;
  display: block;
  margin: 16px 16px 0;
}
.search-regular > .btn-regular {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  padding: 0 0 0 0;
  border: 0;
  background: url(/assets/image/mobile/icon_search.png) no-repeat center center;
  background-size: 20px;
}
.search-regular > input[type="search"] {
  width: 100% !important;
}
.search-regular > input[type="search"]::-webkit-search-cancel-button {
  margin-right: 20px;
}

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 0 16px;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 12%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.cate {
  width: 16%;
}
.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  background: #f8f9fa;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f8f9fa;
  padding: 0;
  border-top: 1px solid #d8dde2;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #666;
}
.board-list-content > div > ul > li.subject {
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.board-list-content > div > ul > li.subject p {
  color: var(--light-semantic-text-primary, #353c46);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  max-width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all !important;
  white-space: pre-line !important;
}
.board-list-content > div > ul > li.subject .cate {
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #00548b;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status {
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.board-list-content > div > ul > li.status .btn-small {
  margin: 4px auto 0;
  display: block;
  color: var(--light-semantic-text-primary, #353c46);
}
.board-list-content > div > ul > li.term {
  text-align: right;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #bac1cb;
}
.board-list-content > div.notice .num {
  color: var(--light-semantic-text-primary, #353c46);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
  vertical-align: top;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 32px);
  color: var(--light-semantic-text-primary, #353c46);
  text-align: left;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.7em;
  height: 1.7em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .subject > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.board-list-content .accordion .subject .status {
  margin-right: 6px;
}
.board-list-content .accordion .num {
  width: 10%;
  color: var(--light-semantic-text-primary, #353c46);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  padding-top: 20px;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 16px;
  margin-top: 0;
  background: url(/assets/image/mobile/icon_arrow_down.png) no-repeat 0 0;
  background-size: contain;
  opacity: 1;
}
.board-list-content .accordion .accordion-content {
  background: #fff;
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion .date {
  margin: 8px 0 0;
  display: flex;
  justify-content: flex-start;
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #e7eaee;
  background-color: #f8f9fa;
  height: auto;
  opacity: 1;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(/assets/image/mobile/icon_arrow_up.png) no-repeat 0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content p strong {
  display: block;
  margin: 0 0 16px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
  border-radius: 8px;
}
.board-list-content .accordion .category {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/*■■■파일업로드*/
.file-upload .gallery {
  display: block;
  margin-top: 8px;
}
.file-upload .gallery:after {
  content: "";
  display: block;
  clear: both;
}
.file-upload .gallery .img-thumb {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 0 8px;
  border-radius: 8px;
  background: url(/assets/image/mobile/bg_no_image_type_picture.png) no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
  border: 1px solid var(--color-gray-200, #e7eaee);
}
.file-upload .gallery .img-thumb + .img-thumb {
  margin-left: 8px;
}
.file-upload .gallery .delete {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background: url(/assets/image/mobile/icon_close_prohibited_circled.png) no-repeat 0 0;
  background-size: contain;
}
.file-upload .gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.file-upload .gallery .file-thumb {
  float: left;
  position: relative;
  width: auto;
  height: 28px;
  margin: 0 4px 0 0;
  border-radius: 6px;
  padding: 5px 28px 5px 12px;
  overflow: hidden;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  background: var(--light-basic-gray-150, #f2f2f2);
}
.file-upload .gallery .file-thumb + .file-thumb {
  margin-left: 2px;
}
.file-upload .gallery .file-thumb .name {
  display: block;
  color: var(--color-gray-900, #1e2229);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.file-upload .gallery .file-thumb .size {
  display: block;
  text-align: center;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 60px;
  font-size: 10px;
  color: #bac1cb;
}
.file-upload .gallery .file-thumb .delete {
  width: 18px;
  height: 18px;
  top: 4px;
  right: 4px;
}
.file-upload .upload {
  cursor: pointer;
  display: inline;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.file-upload .upload > input {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.file-upload .upload > .btn-regular {
  width: 102px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
/* inner-btn */
.file-upload.inner-btn {
  display: flex;
  flex-wrap: wrap;
}
.file-upload.inner-btn .gallery {
  position: relative;
  background: url(/assets/image/mobile/bg_upload_img_default.png) no-repeat center center;
  background-size: cover;
  margin-top: 0;
  border-radius: 8px;
}
.file-upload.inner-btn .gallery + .gallery {
  margin-left: 14px;
}
.file-upload.inner-btn .gallery .img-thumb {
  margin: 0;
  background: url();
}
.file-upload.inner-btn .gallery .img-thumb img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid #d8dde2;
}
.file-upload.inner-btn .gallery .delete {
  z-index: 3 !important;
}
.file-upload.inner-btn .upload {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.file-upload.inner-btn .upload button {
  width: 100px;
  height: 100px;
  padding: 0;
}
.file-upload.inner-btn .upload input {
  width: 100px;
  height: 100px;
  padding: 0;
}
/* type-b */
.file-upload.type-b {
  display: flex;
  align-items: center;
}
.file-upload.type-b + .file-upload.type-b {
  margin: 8px 0 0;
}
.file-upload.type-b .btn-small {
  width: 100px;
}
.file-upload.type-b .gallery {
  margin: 0;
}
.file-upload.type-b .gallery .file-thumb {
  width: 200px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: none;
  letter-spacing: normal;
}
.file-upload.type-b .gallery .file-thumb .name {
  text-align: left;
  position: static;
  width: auto;
  margin: 0 0 0 16px;
  letter-spacing: normal;
}
.file-upload.type-b .gallery .file-thumb .size {
  text-align: left;
  position: static;
  width: auto;
  margin: 0 0 0 8px;
  letter-spacing: normal;
}
.file-upload.type-b .gallery .delete {
  position: static;
  margin: 0 0 0 16px;
}

.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
}
.file-upload .gallery-scroll .gallery {
  width: 440px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* .file-upload.inner-btn.profile */
.file-upload.inner-btn.profile {
  position: relative;
  display: block;
  margin: 16px auto 24px;
  width: 100px;
  height: 100px;
}
.file-upload.inner-btn.profile .gallery {
  position: relative;
  z-index: 2;
  background: url(/assets/image/mobile/bg_no_image_type_profile.png) no-repeat center
    center;
  background-size: cover;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  width: 100px;
  height: 100px;
  border-radius: 200px;
}
.file-upload.inner-btn.profile .img-thumb {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: inherit;
  padding: 0 !important;
  border: 0;
}
.file-upload.inner-btn.profile .img-thumb img {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  border: 0;
}
.file-upload.inner-btn.profile .upload {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 28px;
  height: 28px;
  background: url(/assets/image/mobile/icon_camera_circled.png) no-repeat center center;
  background-size: contain;
}
.file-upload.inner-btn.profile .gallery .delete {
  width: 28px;
  height: 28px;
  background: url(/assets/image/mobile/icon_close_prohibited_circled_dark.png) no-repeat
    0 0;
  background-size: contain;
}


/* square */
.square .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.square .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.square {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-small.img-type {
  height: 40px;
  padding: 8px 16px 6px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-primary, #d8dde2);
  background: var(--light-semantic-fill-reverse-primary, #fff);
  color: var(--light-semantic-text-primary, #1e2229);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.btn-small.img-type:before {
  vertical-align: middle;
  margin-bottom: 4px !important;
  margin-left: -4px;
  margin-right: 4px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/icon_camera.png) center center no-repeat;
  background-size: contain;
}

/* square */
.btn-small.img-type.square {
  width: 80px !important;
  height: 80px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.btn-small.img-type.square:before {
  margin: 0 auto;
}
.btn-small.img-type.square > div {
  margin-top: -4px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* .file-upload.display-flex */
.file-upload.display-flex {
  position: relative;
}
.file-upload.display-flex .gallery {
  margin: 0 !important;
}
.file-upload.display-flex .gallery .img-thumb {
  width: 80px;
  height: 80px;
  margin: 0;
}
.file-upload.display-flex .gallery .img-thumb > div {
  width: 100%;
  height: 100%;
}
.file-upload.display-flex .gallery .delete {
  top: 2px;
  right: 2px;
  background: url(/assets/image/mobile/icon_close_prohibited_circled_dark.png) no-repeat
    0 0;
  background-size: contain;
}
.file-upload.display-flex .upload {
  width: 80px;
  height: 80px;
}
.file-upload.display-flex .upload > input {
  top: 0;
  height: 80px;
}
.file-upload.display-flex .gallery-scroll {
  width: calc(100% - 80px);
  margin: 0 0 0 8px;
  display: block;
}

/* img-view-slide */
.swiper-container.img-view-slide {
  margin: 16px 0 0;
}
.swiper-container.img-view-slide .swiper-slide {
  position: relative;
  width: 80px !important;
  padding-bottom: 80px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--light-basic-gray-200, #e7eaee);
  margin: 0 8px 0 0;
}
.swiper-container.img-view-slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.swiper-container.img-view-slide .swiper-slide.last {
  border: 0;
}

.flexible {
  width: 100% !important;
}

/* Login */
.login-area {
  background: #fff;
  padding: 40px 24px 0;
  text-align: center;
  overflow: hidden;
}
.login-area > img {
  width: 300px;
  height: 100px;
  margin: 0 auto 16px;
}
.login-area fieldset {
  margin: 0 0 16px;
}
.login-area .input-medium {
  width: 100%;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 16px;
}
.login-area .btn-medium {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 24px 0 0;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  text-decoration: none;
}
.login-area .login-join a {
  padding: 0 12px;
  color: var(--light-semantic-text-sub-primary, #0a2644);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8; /* 153.846% */
  letter-spacing: -0.039px;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none;
}
.login-area .login-join a + a {
  border-left: 1px solid #e7eaee;
}
.login-area .a-group {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
}
.login-area .a-group a {
  padding: 0 12px;
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.login-area .a-group a + a {
  border-left: 1px solid #e7eaee;
}

/* login-chk-link */
.login-chk-link {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #bac1cb;
  display: inline-block;
  margin-left: 8px;
  white-space: normal;
  word-wrap: break-word;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.9;
  border-left: 1px solid #e7eaee;
}

/* member-content */
.member-content {
  background: #fff;
  padding: 40px 16px 0;
  overflow: hidden;
}
.tab-menu + form .member-content {
  padding: 16px 16px 0;
}
.tab-menu + .member-content {
  padding: 16px 16px 0;
}
.member-content .title {
  margin: 0;
  color: var(--Text-Primary, #1e2229);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
  white-space: pre-line;
}
.member-content .member-agree {
  position: relative;
  margin: 16px 0 0;
}
.member-content .member-agree .btn-popup-view {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/image/mobile/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.member-content .member-agree .textarea-wrap {
  margin: 8px 0 0;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 140px;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content .member-agree .check-all + span {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.member-content label span {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content .guide-text {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: pre-line;
  text-align: left;
}

/* help-text */
.help-text {
  margin: 8px 0 0;
  position: relative;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ff223c;
}
.help-text.icon {
  padding-left: 18px;
}
.help-text.icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/image/mobile/icon_information_circled_red.png) no-repeat !important;
  background-size: contain !important;
}
/* gray */
.help-text.gray {
  color: #686e7b !important;
}
.help-text.icon.gray:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/image/mobile/icon_information_circled.png) no-repeat !important;
  background-size: contain !important;
}
.help-text a {
  display: inline-flex;
  margin: 0 0 0 6px;
}
.help-text + .help-text {
  margin: 4px 0 0;
}

/* verify-list */
.verify-list {
  padding: 0 16px;
  margin: 24px 0 0;
}
.verify-list > li {
  margin: 16px 0 0;
}
.verify-list .tit {
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.verify-list .tit input {
  margin: 0 8px 0 0;
}
.verify-list .con {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* find-id-completed */
.find-id-completed {
  margin: 24px 0 0;
}
.find-id-completed > ul > li {
  display: flex;
  align-items: center;
  margin: 16px 16px 0;
}
.find-id-completed .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d8dde2;
  border-radius: 50%;
}
.find-id-completed .icon img {
  width: 24px;
  height: 24px;
}
.find-id-completed .id-info {
  padding: 0 0 0 16px;
}
.find-id-completed .id {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.find-id-completed .info {
  margin: 4px 0 0;
  display: flex;
  gap: 4px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.find-id-completed .info span {
  color: var(--Text-Sub-Primary, #8f95a1);
  white-space: normal;
  word-wrap: break-word;
}

.blue {
  color: #2c81fb !important;
}
.red {
  color: #ee4747 !important;
}
.gray {
  color: #8f95a1 !important;
}
.green {
  color: var(--Green-Darkened, #23bd85) !important;
}

.guide-text {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.guide-text.small {
  font-size: 12px;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* unit-wrap */
.unit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-secondary, #e7eaee);
  background: var(--light-semantic-background-elevated-primary, #fff);
  padding: 0 16px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.unit-wrap input {
  width: calc(100% - 32px);
  height: 46px !important;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  border: 0 !important;
  padding-left: 0;
}
.unit-wrap.https input {
  width: calc(100% - 60px);
}
.unit-wrap.readonly {
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  background: var(--Light-Semantic-Background-Lowered-Secondary, #f2f2f2);
}
.unit-wrap.readonly input {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
}
.unit-wrap.regular {
  height: 40px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.unit-wrap.regular input {
  height: 38px !important;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* main-notice */
.main-notice {
  margin: 40px 0 0;
}
.main-notice .h4-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.main-notice .h4-more h4 {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.main-notice .h4-more .more {
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.main-notice > ul > li + li {
  margin: 8px 0 0;
}
.main-notice > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-notice > ul > li .subject {
  width: calc(100% - 86px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li .date {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f3f5f6;
  margin: 16px 0 0;
}
.main-notice .empty p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #686e7b;
}

/* mypage-menu */
.mypage-menu {
  padding: 16px 16px 0;
}
.mypage-menu article {
  margin-top: 24px;
}
.mypage-menu article:last-child {
  border-bottom: 0;
}
.mypage-menu > article > h1 {
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Primary, #f63);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu > article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.mypage-menu > article > h1 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/image/mobile/mobile/icon_arrow.png) no-repeat center center;
  background-size: contain;
}
.mypage-menu > article > h1 + h1 {
  margin: 0;
}
.mypage-menu > article > ul > li {
  margin: 24px 0 0;
}
.mypage-menu > article > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.mypage-menu > article > ul > li a > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mypage-menu > article > ul > li a > div img {
  width: 24px;
  height: 24px;
}
.mypage-menu > article > ul > li a:after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(/assets/image/mobile/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.mypage-menu > article > ul > li > button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--light-semantic-text-primary, #353c46);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.mypage-menu > article > ul > li > button:after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(/assets/image/mobile/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.mypage-menu .profile-info {
  display: flex;
  align-items: center;
}
.mypage-menu .profile-info .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: url(/assets/image/mobile/icon_mypage_v1.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.mypage-menu .profile-info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.mypage-menu .profile-info .info {
  width: calc(100% - 72px);
  padding-left: 12px;
}
.mypage-menu .profile-info .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.mypage-menu .profile-info .name span {
  color: var(--Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .email {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .account-date {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .shop {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.mypage-menu .profile-info .btn-small {
  margin: 8px 0 0;
  padding: 0px 12px 0px 8px;
}
.mypage-menu .profile-info .id {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .btn-regist {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  background: url(/assets/image/mobile/icon_arrow_right.png) no-repeat right center;
  background-size: 20px;
}
.mypage-menu .profile-info .btn-regist img {
  margin: 0 8px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  object-fit: cover;
}
/* type-b */
.mypage-menu .profile-info.type-b {
  margin: 0 0 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.mypage-menu .profile-info.type-b .img {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: url(/assets/image/mobile/icon_mypage_v1.png) no-repeat center center;
  background-size: 24px;
  border: 1px solid #d8dde2;
}
.mypage-menu .profile-info.type-b .img.apple {
  background: url(/assets/image/mobile/icon_platform_apple.png) no-repeat;
  background-size: contain;
}
.mypage-menu .profile-info.type-b .img img {
  width: 100%;
  height: 100%;
}
.mypage-menu .profile-info.type-b .info {
  width: calc(100% - 48px);
}
.mypage-menu .profile-info.type-b .name {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.mypage-menu .profile-info.type-b .account-date {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info.type-b .account-date span {
  color: var(--Text-Sub-Primary, #8f95a1);
  margin: 0 8px 0 0;
}
.mypage-menu .profile-info.type-b .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-menu .profile-info.type-b .info .btn-small {
  margin: 0;
}
/* pimg-name */
.mypage-menu .pimg-name {
  display: flex;
  align-items: center;
  gap: 2px;
}
.mypage-menu .pimg-name .pimg img {
  width: 24px;
  height: 24px;
}
.mypage-menu .pimg-name .name {
  color: var(--Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.mypage-menu .name-email {
  margin: 24px 0 0;
}
.mypage-menu .name-email .name {
  display: flex;
  align-items: center;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.06px;
}
.mypage-menu .name-email .name span {
  color: var(--Primary-Darkened, #ea2a9d);
}
.mypage-menu .name-email .name img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.mypage-menu .name-email .email {
  margin: 8px 0 0;
  color: var(--Text-Sub-Tertiary, #bac1cb);

  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .banner {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  padding: 16px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffeff9 url(/assets/image/mobile/mobile/banner_bg1.png) no-repeat right
    20px center;
  background-size: contain;
}
.mypage-menu .banner h3 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu .banner h5 {
  margin: 6px 0 0;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu .banner h5 span {
  color: var(--Primary-Darkened, #ea2a9d);
}
.mypage-menu .banner .btn-small {
  margin: 12px 0 0;
  width: 92px;
}

/* BTT */
.BTT {
  padding: 16px 16px 0;
}
.result-area + form .BTT {
  padding: 0 16px;
}
.tab-menu + form .BTT {
  padding: 0 16px;
}
.BTT > .title {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 4px;
  color: #262626;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.051px;
}
.BTT > .title:first-child {
  margin-top: 24px;
}
.BTT .guide-txt {
  margin: 8px 16px 0;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT .guide-txt2 {
  margin: 8px 16px 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT > .title-center {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  padding: 28px 0 0;
}
.BTT > ul {
  background: #fff;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > .title + ul > li:first-child {
  margin: 16px 0 0;
}
.BTT > ul > li > .tit {
  display: flex;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .tit.map-pin {
  align-items: center;
}
.BTT > ul > li > .tit.map-pin:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(/assets/image/mobile/mobile/icon_map_pin.png) no-repeat center center;
  background-size: contain;
}
.BTT > ul > li > .tit.law {
  align-items: center;
}
.BTT > ul > li > .tit.law:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(/assets/image/mobile/mobile/icon_law2.png) no-repeat center center;
  background-size: contain;
}
.BTT > ul > li > .tit.clock {
  align-items: center;
}
.BTT > ul > li > .tit.clock:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(/assets/image/mobile/mobile/icon_clock.png) no-repeat center center;
  background-size: contain;
}
.BTT > ul > li > .tit.required.space-between::after {
  display: none;
}
.BTT > ul > li > .tit.required.space-between > div {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.BTT > ul > li > .tit.required.space-between > div::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: -3px 0 0 4px;
}
.BTT > ul > li > .icon-tit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT > ul > li > .icon-tit-btn > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.BTT > ul > li > .icon-tit-btn > div > img {
  width: 24px;
  height: 24px;
}
.BTT > ul > li > .icon-tit-btn > div > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .icon-tit-btn .input-small {
  width: 120px;
}
.BTT > ul > li > .icon-tit-btn + .con + hr {
  margin-top: 24px !important;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  color: #565656;
}
.BTT > ul > li > .con .input-medium {
  width: 100%;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-medium + textarea.input-medium {
  margin-top: 8px;
}
.BTT > ul > li > .con textarea.input-medium {
  font-size: 15px !important;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT .input-medium.btn-add {
  width: calc(100% - 74px) !important;
}
.BTT .input-medium.btn-add2 {
  width: calc(100% - 104px) !important;
}
.BTT .input-medium.btn-add + button {
  width: 66px !important;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add2 + button {
  width: 96px !important;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add + button + .input-medium {
  margin: 8px 0 0;
}
.BTT .input-medium.unit-add {
  width: calc(100% - 32px);
}
.BTT .con textarea.input-medium {
  width: 100%;
  height: auto;
}
.BTT > ul > li > .con > label {
  margin: 8px 24px 0 0;
  display: inline-block;
}
.BTT .input-medium + .input-medium {
  margin: 8px 0 0;
}

/* required */
.required {
  display: flex;
}
.required::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: 4px 0 0 4px;
}

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}

.pre-line {
  white-space: pre-line !important;
}


/*terms-of*/
.terms-of {
  padding: 40px 16px 16px;
}
.terms-of pre {
  height: 600px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}
.terms-of pre::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
.terms-of pre::-webkit-scrollbar-thumb {
  background: #ff7193;
  border-radius: 4px;
}
.terms-of.type-b {
  padding: 16px;
}
.terms-of.type-b pre {
  height: 600px;
  padding: 0;
}

/* popup-fixed-wrap (하단 팝업) */
.popup-fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup-fixed-wrap.active {
  display: block;
}
.popup-fixed-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  z-index: 201;
  background: #fff;
  border-radius: 16px 16px 0 0;
  border: 1px solid #d6d6d6;
  padding: 32px 16px 24px;
  text-align: center;
}
.popup-fixed-wrap .fixed-bottom .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.popup-fixed-wrap .fixed-bottom .guide-text {
  font-size: 14px;
  color: #666;
  margin: 0 0 16px;
}
.popup-fixed-wrap .fixed-bottom canvas {
  width: 100%;
  height: 200px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  touch-action: none;
}
.popup-fixed-wrap .fixed-bottom .btn-group {
  margin: 16px 0 0;
  display: flex;
  gap: 8px;
}
.popup-fixed-wrap .fixed-bottom .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(/assets/image/mobile/icon_close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

/* main-slide */
.main-slide {
  width: 100%;
  height: 300px;
}
.main-slide .swiper-slide {
  width: 100% !important;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f5f6 url(/assets/image/mobile/main_slide.png) no-repeat center center;
  background-size: auto 300px;
}

.main-slide .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  background: url(/assets/image/mobile/icon_arrow_left.png) no-repeat center center;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background: url(/assets/image/mobile/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
}

/* category-slider */
.category-slider {
  position: relative;
  width: 100%;
  height: 46px;
  margin: 40px 0 0;
  border-bottom: 1px solid #e7eaee;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  margin: 0;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  display: flex;
  height: 46px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  border-bottom: 2px solid #0a2644;
  color: var(--Text-Primary, #1e2229);
  font-weight: 700;
}


.list-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* 보장 캔버스 팝업 */
.btn-regular img {
  width: 20px;
  height: 20px;
}
.btn-situation-results a.active {
  background: var(--Theme1-c, #353c46);
  color: #fff;
  border-color: var(--Theme1-c, #353c46);
}
.btn-situation-results a.active img {
  filter: brightness(10);
}
.popup-insurance-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
}
.popup-insurance-overlay.active {
  display: flex;
}
.popup-insurance-overlay > .inner-wrap {
  max-width: 600px;
  width: 100%;
  margin: 100px auto;
  background: #fff;
  border-radius: 12px;
  position: relative;
  padding: 24px;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
.popup-insurance-overlay > .inner-wrap > form {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popup-insurance-overlay > .inner-wrap > form > .BTT {
  flex: 1;
  overflow-y: auto;
}
.popup-insurance-overlay .popup-header {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
.popup-insurance-overlay .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/assets/image/mobile/icon_close_prohibited_circled.png) no-repeat center;
  background-size: contain;
}
.popup-insurance-overlay .popup-bottom-btn {
  text-align: center;
  padding-top: 24px;
}
