@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");

:root {
  --main-font: "Nanum Gothic", sans-serif;

  /* 모노 컬러 */
  --mono-00: #fff;
  --mono-01: #fafafa;
  --mono-02: #f0f0f0;
  --mono-03: #d7d7d7;
  --mono-04: #a5a5a5;
  --mono-05: #505050;
  --mono-06: #232323;

  /* 메인 컬러 */
  --main-01: #3c4655;
  --main-02: #232d3c;

  /* 포인트 컬러 */
  --point-text-01: #ff6464;
  --up-02: #f00;
  --down-01: #06f;
  --point-01: #232d3c;
  --point-02: #3c64f0;
  --point-03: #ffaaaa;
  --naver-color: #03c75a;
  --kakao-color: #fee500;
  --orange: #ff7f22;
  --red: #ff375f;

  /* 카테고리 컬러 */
  --cate-01: #ffd7d7;
  --cate-02: #ebffe6;
  --cate-03: #feffb7;
  --cate-04: #d2e1ff;
}

/* 초기화 */
html {
  overflow-y: scroll;
  height: 100%;
  min-width: 360px;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-family: var(--main-font);
  background: var(--mono-00);
  color: var(--mono-05);
  height: 100%;
}
body.swal2-shown {
  padding-right: 0 !important;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
}
button {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
button {
  -webkit-appearance: none;
}
textarea,
select {
  font-size: 1rem;
  font-family: var(--main-font);
}
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  font-family: var(--main-font);
}
select {
  margin: 0;
  background: none;
  font-family: var(--main-font);
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1rem;
}
a {
  color: var(--mono-05);
  text-decoration: none;
}
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul {
  list-style: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-success {
  color: var(--down-01) !important;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
  height: auto;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right;
}
.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff;
}

/* 상단 레이아웃 */
#hd {
  position: relative;
}
#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#hd_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#hd_wrapper .hd-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#hd_wrapper .hd-btn-wrap a.login-btn {
  display: flex;
  align-items: center;
  color: var(--main-02);
}
#hd_wrapper #gnb_open,
#hd_wrapper .hd-btn-wrap {
  position: absolute;
}
#hd_wrapper #gnb_open {
  left: 1rem;
}
#hd_wrapper .hd-btn-wrap {
  right: 1rem;
}

#logo {
  background: var(--mono-00);
  font-size: 24px;
  font-weight: 700;
}
#logo img {
  vertical-align: middle;
  margin-top: 5px;
  height: 3.5rem;
  width: auto;
}
#gnb_open {
  color: var(--main-02);
}
#gnb {
  display: none;
  background: var(--mono-00);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  -moz-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
}
#gnb .gnb-nav-wrap {
  display: flex;
}
#gnb .gnb-nav-tab-wrap {
  width: 12rem;
  min-height: 100vh;
  background: #000000;
  color: var(--mono-00);
}
#gnb .nav-pills .nav-link.active,
#gnb .nav-pills .show > .nav-link {
  background-color: #1f1f1f;
}
#gnb .gnb_1dli a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: var(--mono-00);
}
#gnb .tab-content {
  flex: 1;
}
#gnb .tab-content .list-title {
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main-02);
  border-bottom: 0.1rem solid var(--mono-02);
}
#gnb .tab-content li {
  display: flex;
  align-items: center;
}
#gnb .tab-content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 2rem;
  height: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
}
#gnb .tab-content li iconify-icon {
  color: var(--mono-03);
}

#gnb_close {
  display: block;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: var(--mono-00);
  font-size: 2em;
  background: transparent;
}

#gnb_empty {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
#gnb_empty a {
  display: inline;
  text-decoration: underline;
}

#hd_sch {
  text-align: center;
  /* padding: 12px 55px 12px 15px; */
  padding: 2rem 5rem 2rem 2rem;
  background: var(--mono-00);
}
#hd_sch h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#hd_sch form {
  position: relative;
}
#hd_sch #sch_stx {
  width: 100%;
  height: 38px;
  padding: 1rem 0 1rem 0.8rem;
  background: var(--mono-00);
  color: var(--mono-05);
  border: 0.1rem solid var(--main-02);
  border-right: 0;
  border-radius: 0.6rem 0 0 0.6rem;
}
#hd_sch #sch_submit {
  width: 40px;
  height: 38px;
  cursor: pointer;
  color: var(--main-02);
  border: 0.1rem solid var(--main-02);
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
#hd_sch .sch-btn-wrap {
  display: flex;
  align-items: center;
}

#user_btn {
  color: var(--main-02);
}
#user_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background: var(--mono-00);
  text-align: center;
}
#user_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 18px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: var(--main-02);
  font-size: 1.8em;
  background: transparent;
}

#snb_cnt span {
  display: inline-block;
  float: right;
  padding: 0 7px;
  height: 18px;
  margin-top: 3px;
  line-height: 18px;
  font-size: 12px;
  background: #da22f5;
  border-radius: 20px;
  color: #fff;
}

/* 중간 레이아웃 */
#wrapper {
}
#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container {
  position: relative;
  min-height: 600px;
  font-size: 1.3rem;
  padding: 0 1rem;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.2rem 0.4rem;
  background: var(--mono-00);
  border-bottom: 0.1rem solid var(--mono-02);
}
#container_title a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-02);
}
.top {
  position: relative;
}
.btn_top {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 999;
  padding: 8px 0;
}
.btn_top li {
  display: inline-block;
}
.btn_top a,
.btn_top button,
.btn_top .btn_submit {
}
.btn_top .btn_cancel,
.btn_top .btn_b01 {
  border: 1px solid #aaa;
  background: none;
  color: #666;
  line-height: 28px;
  background: #fff;
}

.latest_wr .lt_more {
  position: absolute;
  top: 1.5rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0.6rem;
  background: initial;
  border: 0;
}
.latest_wr .lt_more .lt_more_icon {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: var(--point-01);
}

/* 메인 페이지 section */
.section-list1,
.section-list2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.section-list1__tab {
  display: flex;
  gap: 1.5rem;
}
.nav-tabs-wrap {
  padding-right: 2.8rem;
  border-bottom: 0.1rem solid #efefef;
}
.nav-tabs.section-list1__tab {
  --bs-nav-tabs-border-width: 0.2rem;
  --bs-nav-tabs-border-color: var(--mono-02);
  --bs-nav-tabs-link-active-color: var(--point-01);
  flex-wrap: initial;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 0;
  height: 4.8rem;
  -ms-overflow-style: none; /* IE와 Edge에서 스크롤바 숨김 */
  scrollbar-width: none; /* Firefox에서 스크롤바 숨김 */
}
.nav-tabs.section-list1__tab::-webkit-scrollbar {
  display: none; /* Webkit 브라우저에서 스크롤바 숨김 */
}
.nav-item.section-list1__title .nav-link {
  height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  border: 0;
  color: var(--mono-04);
  line-height: 1;
}
.nav-item.section-list1__title .nav-link:hover,
.nav-item.section-list1__title .nav-link:focus {
  color: var(--point-01);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--point-01);
}
.nav-item.section-list1__title .nav-link.active {
  color: var(--point-01);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--point-01);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.section-list1__item .section-list1__item-list:nth-child(even) {
  background: var(--mono-01);
}
.section-list1__item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-list1__item-list-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-list1__item-link {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mono-05);
  font-size: 1.4rem;
  padding: 1rem;
}
.section-list1__item .section-list1__item-link:nth-child(4n-1),
.section-list1__item .section-list1__item-link:nth-child(4n) {
  background: var(--mono-01);
}
.section-list1__item-list--end {
  border-top: 0.2rem solid var(--mono-02);
}
.section-list1__item-link--index {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 0.6rem;
}
.section-list1__index-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--mono-05);
}
.section-list1__index-value-wrap {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.section-list1__index-value-wrap--up {
  color: var(--up-02);
}
.section-list1__index-value-wrap--down {
  color: var(--down-01);
}

.section-list2 {
  background: var(--mono-01);
}
.section-list2__tab {
  display: flex;
  padding: 1.4rem 1rem 1.4rem 1.5rem;
  border-bottom: 0.1rem solid var(--mono-02);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--point-01);
}
.section-list2__tab h2 {
  color: var(--point-01);
  font-size: 1.5rem;
  font-weight: 600;
}
.section-list2__item {
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
}
.section-list2__item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0;
}
.section-list2__item--content1 {
  display: flex;
  align-items: center;
}
.section-list2__item--content1 i {
  margin-right: 0.3rem;
}
.section-list2__item--content1 a {
  width: 20rem;
  display: flex;
}
.section-list2__item--content2 {
  display: flex;
  width: 6rem;
}
.section-list2__list-more {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6rem;
  background: initial;
  border: 0;
}
.section-list2__list-more-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #28448c;
  color: #fff;
}

.section-list2__rank-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.section-list2__rank-content .rank_bg {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--point-01);
}
.section-list2__rank-profile img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.section-list2__rank-info {
  display: flex;
  flex-direction: column;
}
.section-list2__rank-info .rank_name {
  font-size: 1.4rem;
  font-weight: 600;
}
.section-list2__rank-info .rank_level {
  font-size: 1.3rem;
}
.section-list2__rank-change {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.3rem;
}
.section-list2__rank-change--up {
  color: var(--up-02);
}
.section-list2__rank-change--down {
  color: var(--down-01);
}

#main-tab-setting {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6rem;
  background: initial;
  border: 0;
}

/* 하단 광고 배너 */
.footer-ad-banner {
  margin: 1.6rem auto 1.2rem;
  padding: 0 10px;
  max-width: 480px;
}
.footer-ad-banner__img {
  width: 100%;
}

/* 하단 최신글 */
.footer-latest-wrap {
  padding: 0 1rem;
}

/* 하단 레이아웃 */
#ft {
  background: var(--main-02);
  margin: 4.8rem auto 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
#ft_wr {
  width: 100%;
  padding: 3.2rem 1rem 0.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.1rem solid var(--mono-02);
}
#ft_wr .ft_dv_bar {
  display: flex;
  align-items: center;
  height: 1.2rem;
  margin: 0 1rem;
  border-right: 0.1rem solid #fff;
}
#ft_wr2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  padding: 2rem 1.8rem 3.2rem;
}
#ft_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 36rem;
}
#ft_link a {
  display: flex;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 1rem;
  white-space: nowrap;
}
#ft_wr .ft_dv_bar,
#ft_wr a {
  margin-bottom: 1.2rem;
}
#ft_catch {
  display: flex;
  justify-content: baseline;
  margin: 20px 0 10px;
}
#ft_address {
  color: var(--mono-00);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#ft_copy {
  color: var(--mono-00);
  font-size: 1.1rem;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  margin: 2rem;
}
.copymove_current {
  background: var(--point-01);
  padding: 3px 6px;
  color: var(--mono-00);
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}

/* 본문 바로가기 */
.to_content a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 이미지 등비율 리사이징 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 3px 0 5px;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {
  width: 213px;
  height: 55px;
  overflow: hidden;
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* ckeditor 5 */
.ck.ck-editor__editable {
  min-height: 500px !important;
}
#bo_v_con div {
  position: relative;
  margin-bottom: 1rem;
}
#bo_v_con iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ck-balloon-panel {
  display: none !important;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/*단축키일람 */
.cke_sc {
  text-align: right;
}
.btn_cke_sc {
  background: #333;
  color: #fff;
  padding: 5px;
  border: none;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 50%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 50%;
}
.btn_cke_sc_close {
  background: #333;
  padding: 5px;
  border: none;
  color: #fff;
}

/* 버튼 */
a.btn01 {
  display: inline-block;
  background: #ddd;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

/* modal */
.modal-search {
  --bs-modal-width: 400px;
  --bs-modal-footer-border-color: var(--mono-02);
}
.modal-sm {
  --bs-modal-width: 400px;
}

/* 게시판 검색창 */
.modal-search .modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 0;
}
.modal-search .modal-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.modal-search .modal-body {
  padding: 1.5rem 2.5rem;
}
.modal-search .modal-body form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-search .modal-footer {
  padding: 2rem;
  margin: 0 1rem;
}
.modal-search .modal-footer .btn {
  width: 6rem;
}
.modal-search .form-control {
  font-size: 1.3rem;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

/* dropdown */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1.1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--mono-05);
  --bs-dropdown-link-hover-bg: var(--mono-01);
  --bs-dropdown-link-active-color: var(--mono-05);
  --bs-dropdown-link-active-bg: var(--mono-02);
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #ddd;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  border: 0;
  background: #fff;
  border: 1px solid #3a8afd;
  color: #3a8afd;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em;
}

/* 기본테이블 */
.tbl_wrap {
  margin: 0 10px 10px;
}
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_wrap caption {
  padding: 10px 0;
  color: #4b8b99;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
}
.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head01 thead th {
  padding: 12px 0;
  border: 1px solid #d8dbdf;
  background: #f7f7f9;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head01 thead a {
  color: #383838;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head01 tfoot td {
  border-color: #e3e3e5;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head01 tbody {
  text-align: left;
}
.tbl_head01 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 td {
  padding: 5px;
  border: 1px solid #e7e9ec;
  border-top: 0;
  line-height: 1.5em;
  word-break: break-all;
}

.tbl_head02 {
}
.tbl_head02 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head02 tfoot td {
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.4em;
  word-break: break-all;
}

/* 기본리스트 */
.list_01 ul {
}
.list_01 li {
  border-bottom: 1px solid var(--mono-02);
  padding: 0.8rem 0.4rem;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.all_chk {
  display: flex;
  gap: 1rem;
  padding: 15px 4px;
  border-bottom: 1px solid #e8eaee;
  background: #fff;
}

/* 기본폼 */
.form_01 .write_div {
  margin-bottom: 15px;
  position: relative;
}
.form_01 li {
  margin: 0 0 10px;
  position: relative;
  list-style: none;
}
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
}
.form_01 textarea {
  width: 100%;
  height: 100px;
}
.frm_input {
  height: 45px;
}
.full_input {
  width: 100%;
}
.form_01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.form_01 select {
  height: 40px;
  background-color: #fff;
}
.form_01 .frm_info {
  font-size: 0.92em;
  color: #3a8afd;
  text-align: left;
  margin: 3px 0 10px;
  display: block;
  line-height: 1.3em;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 100px 0 !important;
  color: #777;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 120px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 150px;
  text-align: center;
}
.td_group {
  width: 100px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #999;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
  background: #fff;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win_con {
}

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  padding: 0 2rem;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}

.new_win .cert_btn {
  text-align: center;
}
.new_win .btn_close {
  width: 60px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: var(--red);
  font-weight: 600;
}

/* 사이드뷰 */
.sv_wrap {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 1.3rem;
  background: var(--mono-00);
  text-align: center;
  -webkit-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.sv_wrap .sv a:last-child {
  border-bottom: 0;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  white-space: nowrap;
  font-weight: 400;
  line-height: initial;
  text-decoration: none;
  border-bottom: 0.1rem solid var(--mono-02);
}
.sv_wrap .sv a:hover {
  color: #000;
}
.sv_member {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--mono-05);
}
.sv_member .profile_img {
  display: flex;
  align-items: center;
}
.sv_member .profile_img img {
  width: 1.5rem;
  height: 1.5rem;
}
.sv_on {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  top: 23px;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  display: inline-block;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: var(--mono-00);
  border: 1px solid var(--mono-02);
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: var(--mono-05);
  font-size: 1.2rem;
  height: 24px;
  line-height: 20px;
  min-width: 24px;
  text-decoration: none;
  border-radius: 0.5rem;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_prev {
  /* text-indent: -999px; */
  /* overflow: hidden; */
  /* background: url("../img/btn_prev.gif") no-repeat 50% 50% var(--mono-00); */
  padding: 0;
  /* border: 1px solid var(--mono-02); */
  border: 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.pg_next {
  /* text-indent: -999px; */
  /* overflow: hidden; */
  /* background: url("../img/btn_next.gif") no-repeat 50% 50% var(--mono-00); */
  padding: 0;
  /* border: 1px solid var(--mono-02); */
  border: 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: var(--point-01);
  border: 1px solid var(--point-01);
  font-size: 1.2rem;
  color: var(--mono-00);
  height: 24px;
  line-height: 20px;
  min-width: 24px;
  border-radius: 0.5rem;
}

/* 버튼 */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  box-shadow: none;
  border-radius: 0.6rem;
}
.btn-default {
  --bs-btn-color: var(--mono-02);
  --bs-btn-bg: var(--point-01);
  --bs-btn-border-color: var(--point-01);
  --bs-btn-hover-color: var(--mono-02);
  --bs-btn-hover-bg: var(--point-01);
  --bs-btn-hover-border-color: var(--point-01);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--mono-02);
  --bs-btn-active-bg: var(--point-01);
  --bs-btn-active-border-color: var(--point-01);
  --bs-btn-disabled-color: var(--mono-02);
  --bs-btn-disabled-bg: var(--point-01);
  --bs-btn-disabled-border-color: var(--point-01);
  box-shadow: none;
  height: 5.5rem;
}
.btn-icon {
  --bs-btn-color: var(--point-01);
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--point-01);
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: var(--point-01);
  --bs-btn-active-color: var(--point-01);
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: none;
  --bs-btn-disabled-color: var(--mono-04);
  --bs-btn-disabled-bg: none;
  --bs-btn-disabled-border-color: none;
  box-shadow: none;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-icon-1 {
  --bs-btn-color: var(--mono-04);
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--mono-04);
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: var(--mono-04);
  --bs-btn-active-color: var(--mono-04);
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: none;
  --bs-btn-disabled-color: var(--mono-04);
  --bs-btn-disabled-bg: none;
  --bs-btn-disabled-border-color: none;
  box-shadow: none;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-icon-2 {
  --bs-btn-color: var(--point-01);
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--mono-04);
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: var(--point-01);
  --bs-btn-active-color: var(--mono-04);
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: none;
  --bs-btn-disabled-color: var(--mono-04);
  --bs-btn-disabled-bg: none;
  --bs-btn-disabled-border-color: none;
  box-shadow: none;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-icon-outline {
  --bs-btn-color: var(--mono-03);
  --bs-btn-bg: var(--mono-00);
  --bs-btn-border-color: var(--mono-02);
  --bs-btn-hover-color: var(--mono-03);
  --bs-btn-hover-bg: var(--mono-02);
  --bs-btn-hover-border-color: var(--mono-02);
  --bs-btn-focus-shadow-rgb: var(--main-02);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--point-01);
  --bs-btn-active-border-color: var(--point-01);
  --bs-btn-disabled-color: var(--mono-03);
  --bs-btn-disabled-bg: var(--mono-00);
  --bs-btn-disabled-border-color: var(--mono-02);
  box-shadow: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
}
.btn-icon-text {
  --bs-btn-color: var(--mono-00);
  --bs-btn-bg: var(--point-01);
  --bs-btn-border-color: var(--point-01);
  --bs-btn-hover-color: var(--mono-00);
  --bs-btn-hover-bg: var(--main-01);
  --bs-btn-hover-border-color: var(--main-01);
  --bs-btn-focus-shadow-rgb: var(--main-02);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--main-02);
  --bs-btn-active-border-color: var(--main-02);
  --bs-btn-disabled-color: var(--mono-00);
  --bs-btn-disabled-bg: var(--point-01);
  --bs-btn-disabled-border-color: var(--point-01);
  gap: 0.6rem;
  box-shadow: none;
  height: 2.4rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 1.1rem;
}
.btn-text {
  --bs-btn-color: var(--mono-00);
  --bs-btn-bg: var(--point-01);
  --bs-btn-border-color: var(--point-01);
  --bs-btn-hover-color: var(--mono-00);
  --bs-btn-hover-bg: var(--main-01);
  --bs-btn-hover-border-color: var(--main-01);
  --bs-btn-focus-shadow-rgb: var(--main-02);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--main-02);
  --bs-btn-active-border-color: var(--main-02);
  --bs-btn-disabled-color: var(--mono-00);
  --bs-btn-disabled-bg: var(--point-01);
  --bs-btn-disabled-border-color: var(--point-01);
  box-shadow: none;
  height: 2.4rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 1.1rem;
}
.btn-text-2 {
  --bs-btn-color: var(--mono-05);
  --bs-btn-bg: var(--mono-02);
  --bs-btn-border-color: var(--mono-02);
  --bs-btn-hover-color: var(--mono-00);
  --bs-btn-hover-bg: var(--mono-04);
  --bs-btn-hover-border-color: var(--mono-04);
  --bs-btn-focus-shadow-rgb: var(--mono-05);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--mono-05);
  --bs-btn-active-border-color: var(--mono-05);
  --bs-btn-disabled-color: var(--mono-05);
  --bs-btn-disabled-bg: var(--mono-03);
  --bs-btn-disabled-border-color: var(--mono-03);
  box-shadow: none;
  height: 2.4rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 1.1rem;
}
.btn-icon-text-box-1 {
  --bs-btn-color: var(--mono-04);
  --bs-btn-bg: var(--mono-02);
  --bs-btn-border-color: var(--mono-02);
  --bs-btn-hover-color: var(--mono-00);
  --bs-btn-hover-bg: var(--mono-04);
  --bs-btn-hover-border-color: var(--mono-04);
  --bs-btn-focus-shadow-rgb: var(--main-05);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--mono-05);
  --bs-btn-active-border-color: var(--mono-05);
  --bs-btn-disabled-color: var(--mono-02);
  --bs-btn-disabled-bg: var(--mono-04);
  --bs-btn-disabled-border-color: var(--mono-04);
  box-shadow: none;
  display: flex;
  gap: 0.6rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  width: 9rem;
  height: 3rem;
}
.btn-icon-text-box-2 {
  --bs-btn-color: var(--mono-00);
  --bs-btn-bg: var(--point-01);
  --bs-btn-border-color: var(--point-01);
  --bs-btn-hover-color: var(--mono-00);
  --bs-btn-hover-bg: var(--main-01);
  --bs-btn-hover-border-color: var(--main-01);
  --bs-btn-focus-shadow-rgb: var(--main-02);
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--main-02);
  --bs-btn-active-border-color: var(--main-02);
  --bs-btn-disabled-color: var(--mono-00);
  --bs-btn-disabled-bg: var(--point-01);
  --bs-btn-disabled-border-color: var(--point-01);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  width: 9rem;
  height: 3rem;
}
.btn-icon-text-box-2__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.btn-round-text {
  --bs-btn-color: var(--mono-05);
  --bs-btn-bg: var(--mono-00);
  --bs-btn-border-color: var(--mono-03);
  --bs-btn-hover-color: var(--mono-05);
  --bs-btn-hover-bg: var(--mono-02);
  --bs-btn-hover-border-color: var(--mono-03);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--mono-00);
  --bs-btn-active-bg: var(--point-01);
  --bs-btn-active-border-color: var(--point-01);
  --bs-btn-disabled-color: var(--mono-05);
  --bs-btn-disabled-bg: var(--mono-00);
  --bs-btn-disabled-border-color: var(--mono-03);
  box-shadow: none;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  border-radius: 5rem;
  width: 8rem;
}
.btn-round-text-2 {
  --bs-btn-color: var(--mono-00);
  --bs-btn-bg: var(--point-01);
  --bs-btn-border-color: var(--point-01);
  --bs-btn-hover-color: var(--mono-05);
  --bs-btn-hover-bg: var(--mono-02);
  --bs-btn-hover-border-color: var(--mono-03);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--mono-05);
  --bs-btn-active-bg: var(--mono-00);
  --bs-btn-active-border-color: var(--mono-03);
  --bs-btn-disabled-color: var(--mono-05);
  --bs-btn-disabled-bg: var(--mono-00);
  --bs-btn-disabled-border-color: var(--mono-03);
  box-shadow: none;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  border-radius: 5rem;
  width: 8rem;
}

/* form control */
.form-check-input {
  margin-top: 0.15em;
  font-size: 1.6rem;
}
.form-check-input:checked {
  background-color: var(--main-02);
  border-color: var(--main-02);
}
.form-check-input[type="checkbox"] {
  border-radius: 0.3rem;
}
.form-select {
  --bs-form-select-bg-img: url("../img/select_drop.svg");
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mono-05);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--mono-02);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select__search-category {
  font-size: 1.1rem;
  color: var(--mono-05);
  padding: 1.2rem 1rem;
  border: 0.1rem solid var(--mono-02);
}
.form-control {
  display: block;
  width: auto;
  height: 4rem;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--mono-05);
  background-color: var(--mono-00);
  background-clip: padding-box;
  border: 0.1rem solid var(--mono-02);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.register-input {
  flex-grow: 1;
  width: 100%;
  border: 0.1rem solid var(--mono-02);
}
.register-input::placeholder {
  color: var(--mono-04);
}

/* custom components */
/* 게시판 틀 */
.board-wrap {
  height: auto !important;
  border-radius: 0.5rem;
}
.board-wrap__title {
  border-bottom: 0.1rem solid var(--mono-02);
  padding: 0.8rem 1.5rem;
}
.board-wrap__title,
.board-wrap__title a,
.board-wrap__title span {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main-02);
  text-align: left;
}
.board-wrap__body {
}
.board-wrap__tab-wrap {
  padding: 0.8rem 1.5rem;
  border-bottom: 0.1rem solid var(--mono-02);
}
.board-wrap__tab {
  display: flex;
  flex-wrap: initial;
  gap: 1.5rem;
  overflow-x: auto;
  white-space: nowrap;
}
.board-wrap__tab-item {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  color: var(--mono-04);
}
.board-wrap__tab-item__active {
  color: var(--point-01);
  font-weight: 600;
  border-bottom: 0.2rem solid var(--point-01);
}
.board-wrap__tab-item__active a {
  color: var(--point-01);
  font-weight: 600;
}
.board-wrap__tab-item:focus,
.board-wrap__tab-item:hover,
.board-wrap__tab-item:active {
  font-weight: 600;
  color: var(--point-01);
  border-bottom: 0.2rem solid var(--point-01);
}

/* custom function class */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collapsing {
  transition: height 0.1s ease;
}

/* sweet alert 2 */
div:where(.swal2-container) .swal2-html-container {
  font-size: 1.3rem !important;
  margin: 0 !important;
  padding: 0 3rem 2rem !important;
}
.swal2-modal {
  width: 350px !important;
  padding: 0 0 3.2rem;
}
.alert__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main-02);
  padding: 3.6rem 3rem 2rem;
}
.alert__text {
  font-size: 1.3rem;
  color: var(--mono-05);
}
.alert__confirm-btn {
  font-size: 1.1rem !important;
  color: var(--mono-00) !important;
  padding: 0 1rem !important;
  width: 8rem !important;
  height: 2.4rem !important;
  background: var(--point-01) !important;
}
.alert__cancel-btn {
  font-size: 1.1rem !important;
  color: var(--mono-05) !important;
  padding: 0 1rem !important;
  width: 8rem !important;
  height: 2.4rem !important;
  background: var(--mono-03) !important;
}

.add-favorite {
  color: var(--point-01) !important;
}
