﻿:root {
  --bs-primary-rgb: 32, 137, 203;
  --bs-sub-rgb: 7, 86, 136;
  --box-shadow-rgba: 32, 137, 203, .15;
  --main-color: rgba(var(--bs-primary-rgb), 1);
  --main-sub-color: rgba(var(--bs-sub-rgb), 1);
  --main-bg-color: rgba(243, 246, 255, 1);
	--main-bg-sub-color: rgba(237, 234, 234, 1);
	--text-color: rgba(0, 0, 0, 1);
  --text-sub-color: rgba(110, 110, 110, 1);
  --text-btn-color: rgba(150, 150, 150, 1);
  --footer-bg-color: rgba(0, 0, 0, 1);
  --font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-family-heads: "Gmarket Sans", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --border-color: #e6e3f1;
  --dark-shadow-1: 0px 4px 26px 0px rgba(2, 5, 17, 0.14);
  --dark-shadow-2: 0px 4px 52px 0px rgba(2, 5, 17, 0.15);
  --dark-shadow-3: 0px 4px 52px 0px rgba(2, 5, 17, 0.20);
  --dark-shadow-4: 0px 4px 52px rgba(2, 5, 17, 0.20);
  --dark-shadow-5: 0px 4px 27.9px rgba(47, 87, 239, 0.15);
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
  --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
  --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
  --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
  --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
  --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
  --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

html {
	/* font-size: 62.5%; Set 1rem to 10px */
	/* font-size: 83.3%; Set 1rem to 12px */
  /* font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); */
  font-size: clamp(0.625rem, 0.833rem + 0.25vw, 0.9375rem);
}

a {
	text-decoration: none;
	color: #58585a;
}

.bg-subtle {
  background-color: var(--main-bg-color) !important;
}

.mw-25 { max-width: 25%; }
.mw-50 { max-width: 50%; }
.mw-75 { max-width: 75%; }
.mw-100 { max-width: 100%; }

.jumbotron {
  padding: 3rem;
  border-radius: var(--bs-border-radius-xxl);
  background-color: var(--main-bg-color);
}

/* Overwrite bootstrap */
:root, [data-bs-theme=light] {
  --bs-font-sans-serif: var(--font-family);
  --bs-border-color: transparent;
  --bs-border-radius: 1rem;
  --bs-secondary-color: rgba(153, 153, 153, 1);
  --bs-box-shadow: 0 6px 34px rgba(var(--box-shadow-rgba));
  --bs-border-color: var(--border-color);
  /* --bs-link-color: ;
  --bs-body-bg: ;
  --bs-link-hover-color: ;
  --bs-tertiary-bg: ;
  --bs-border-color: ;
  --bs-link-hover-color: ;
  --bs-secondary-bg: ; */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heads);
  font-weight: 700;
}

.btn:not([class*="btn-outline"]), .card {
  --bs-border-width: 0;
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-border-radius: var(--bs-border-radius-xxl);

  & > i.bi-chevron-right {
    margin-right: calc((var(--bs-btn-padding-x) / 2) * -1);
  }
}

.btn-primary {
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-disabled-bg: var(--main-color);
}

.nav-underline .nav-link {
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
}
.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  --bs-nav-underline-link-active-color: var(--main-color);
}

.navbar-toggler-icon {
  color: var(--main-color);
  background-image: none;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: var(--main-color);
}

/*-------------------
  Search full layer
--------------------*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
	width: 80%;
}

.search-popup:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url('/imgs/waves-shape.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--main-color);
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search i {
	height: 70px;
	width: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position:relative;
	margin:0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  --bs-border-radius: 5rem;
  --bs-border-radius-sm: 5rem;
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="text"]::placeholder,
.search-popup .form-group input[type="search"]::placeholder {
  color: var(--bs-secondary-color);
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position:absolute;
	right:30px;
	top: 50%;
  transform: translate(0%, -50%);
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color:#000000;
}

/*------------------
  Scroll to top
-------------------*/
.scroll-to-top {
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
  border-radius: 50%;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background-color: rgba(var(--bs-primary-rgb), 0.3);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover {
	color:#ffffff;
	background-color: rgba(var(--bs-primary-rgb), 1);
}

/* Overwrite rhymix.scss with bootstrap */
body, table, input, textarea, select, button {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
}

input.btn, button.btn, a.btn {
	margin: auto;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
	height: auto !important;
	line-height: var(--bs-btn-line-height) !important;
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
	box-shadow: none;
	text-shadow: none;
}

.form-control, .form-check-input {
  --bs-body-bg: var(--main-bg-color);
  --bs-border-width: 0;
}
.form-check-input:checked {
  --bs-body-bg: var(--main-color);
}
.form-select {
  --bs-body-color: white;
  --bs-body-bg: var(--main-color);
  /* background-position: left 3.9rem center;
  background-size: 1.5ex;
  background-origin: content-box; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

menu {
	margin: 0;
	padding: 0;
}

header {
  & nav .nav-item:first-child {
    display: none;
  }

  & .nav-link {
    --bs-nav-link-color: rgba(0, 0, 0, 1);
    --bs-nav-link-font-size: 1.25rem;
    font-family: var(--font-family);
    --bs-nav-link-font-weight: 600;

    &.selects {
      --bs-nav-link-font-size: 1.5rem;
      --bs-nav-link-font-weight: 700;
    }
    &.selects:hover {
      --bs-nav-link-hover-color: var(--main-color);
    }
  }

	& .logo {
		width: 232px;
		height: 64px;
	}

	& > .lnb {
		margin-top: 0.5rem;
		padding-block: 0.75rem;
		background-color: #f7f7f7;
		font-size: 0.85rem;

		& > .container {
			display: flex;
			column-gap: 2rem;
		}
	}

	& .navbar-toggler:focus {
		box-shadow: none;
	}
}

main {
	margin-top: 2rem;

  & .nav-tabs {
    --bs-nav-tabs-link-active-bg: var(--main-color);
    --bs-nav-tabs-link-active-color: var(--text-color);

    & .nav-link {
      --bs-nav-tabs-border-width: 0;
      --bs-nav-tabs-border-radius: 1rem;
      background-color: var(--main-bg-color);

      &.active > a {
        color: #fff;
      }
    }

    & .nav-item.show .nav-link,
    & .nav-link.active {
      --bs-nav-tabs-link-active-border-color: transparent transparent var(--main-color);
    }
  }

  & .nav-pills {
    gap: 0.5rem;

    & .nav-link {
      background-color: var(--main-bg-color);
    }

    & :where(.nav-link.active, .show>.nav-link) {
      --bs-nav-pills-link-active-bg: var(--main-color);
    }
  }

  & .list-group-item.active {
    --bs-list-group-active-bg: var(--main-color);
    --bs-list-group-active-border-color: var(--main-bg-color);
    --bs-list-group-border-width: 0.5px;
    --bs-list-group-border-color: var(--main-bg-color);
  }

  .pagination {
    --bs-pagination-active-bg: var(--main-color);
    --bs-pagination-active-border-color: var(--main-bg-color);
  }
}

footer {
  box-shadow: 2px -5px 4px rgba(var(--box-shadow-rgba));

	& > article {
    padding-block-start: 2.5rem;
    padding-block-end: 3rem;

    & .col {
      & p {
        max-width: 80%;
        text-wrap: pretty;
        color: var(--text-sub-color);
      }
    }

    & .col:not(:last-child) {
      position: relative;

      & .bi-chevron-right {
        position: absolute;
        top: 0.5rem;
        right: 0;
      }
    }

    & .help-center {
      position: relative;
      background: linear-gradient(rgba(var(--bs-primary-rgb), 0.75),rgba(var(--bs-primary-rgb), 0.75)), url('/layouts/bizcowork_bootstrap/img/footer__help-center--bg.png') no-repeat center center;
      background-size: cover;
      color: white;

      & .btn-primary {
        border: 1px solid white;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 0.85rem;
      }
    }
  }

	& > section {
    background-color: var(--footer-bg-color);

    /* & > .container {
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding-block-start: 2.5rem;
      padding-block-end: 3rem;
    } */

    & menu {
      display: flex;
      list-style: none;
    }

    & .footer-logo {
      width: min(90%, 350px);
    }

    & .footer-menu {
      & > menu {
        /* gap: 0.3rem; */
        & > li:first-child {
          margin-bottom: 0.5rem;
        }
      }
    }
  }

  & .bi-chevron-right {
    -webkit-text-stroke: 1.2px;
  }
}

/* 게시판 */
.korea_w a,
.pr_widget a,
.login_bot a {
	letter-spacing: -0.5px;
}
.pr_widget_title {
	padding-right: 10px;
}
/*제목*/
a {
	letter-spacing: -1px;
}
/*검색창*/
#butt:hover {
	background-color: #a06f6e !important;
	border: 2px solid #a06f6e !important;
	transition: 0.3s;
}

.butts {
	background-color: #289fff;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0;
	text-decoration: none;
	width: 150px;
	margin: 20px 0 20px;
}
.butts:hover {
	background-color: #289fff;
}
.butts:active {
	position: relative;
	top: 1px;
}

.insert_butt {
	text-align: center;
}

.cl_body {
	margin-top: 20px;
}
/*로그인*/
.login_text {
	letter-spacing: 0px !important;
}

.login_but .text {
	letter-spacing: 0px !important;
}

.top_gnb ul.account a {
	font-family: AppleSDGothicNeo-Regular, "Noto Sans KR", "Malgun Gothic",
		"맑은 고딕", dotum, "돋움", sans-serif !important;
	font-weight: normal !important;
	letter-spacing: -1px !important;
	font-size: 13px;
}

.cl_font_round_3 {
	font-family: AppleSDGothicNeo-Regular, "Noto Sans KR", "Malgun Gothic",
		"맑은 고딕", dotum, "돋움", sans-serif !important;
	font-weight: normal !important;
	letter-spacing: -1.5px !important;
}
/*상단 메뉴*/
.menu_0 ul.main_m a.mnav {
	font-family: AppleSDGothicNeo-Regular, "Noto Sans KR", "Malgun Gothic",
		"맑은 고딕", dotum, "돋움", sans-serif !important;
	font-weight: normal !important;
	letter-spacing: -1.5px !important;
	font-size: 16px !important;
}
/*상단 메뉴 - 여백 */
.menu_0 ul.main_m a.mnav {
	padding: 8px 24px 0 0px !important;
}
/*상단 메뉴 - 컨텐츠와의 여백*/
.menu {
	margin-bottom: 20px !important;
	margin: 0 auto;
}
.c_buttons {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 4px 10px;
	color: #ffffff;
	background-color: #7096fc;
}

/*모달창*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9997;
}

.md_overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9998;
}
.inner_box {
	width: 400px;
	padding: 30px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9999;
}
.hidden {
	display: none;
}

.butts_3 {
	background-color: #289fff;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0;
	text-decoration: none;
	width: 150px;
	margin-top: 30px;
}
.butts_3:hover {
	background-color: #289fff;
}
.butts_3:active {
	position: relative;
	top: 1px;
}
/*모달창 끝*/

.top_hd {
	background-color: #ffffff;
}
.side_ben {
	width: 260px;
	border: 0px solid #dedede;
}
.side_ben2 {
	margin-left: 1px;
	width: 260px;
	border: 0px solid #dedede;
}
.side_wj {
	background-color: #ffffff;
	margin-top: 5px;
}
.side_wj2 {
	margin-top: 5px;
}

.fix_width {
	width: 1028px;
}
.bg_dark {
	background-color: #f2f4f7;
}
.middles {
	width: 1028px;
	margin: 0 auto 0 auto;
}
.logbar {
	margin: 0 0 2px 0;
	vertical-align: middle;
}
/*상단 로그인*/
.top_gnb {
	position: relative;
	z-index: 2;
	height: 22px;
	border-bottom: 1px solid #ececec;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #ffffff;
}
.top_gnb ul.account {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top_gnb ul.account a {
	text-decoration: NONE;
	color: #154855;
}
.top_gnb ul.account li {
	display: inline;
	list-style: none;
	padding: 0 1px 0 6px;
}
.top_gnb ul.account li.first-child {
	padding-left: 0;
	background: none;
}
.top_gnb ul.account li.pointer {
	cursor: pointer;
}
.top_gnb ul.account li.bookmark {
	padding-left: 0;
	background: none;
	cursor: pointer;
}
.top_gnb ul.account li strong {
	color: #555;
}

.top_content {
	position: relative;
	height: 130px;
	margin-bottom: 10px;
}
.top_content .main_search {
	float: left;
	width: 600px;
	height: 52px;
	margin-top: 45px;
}
.top_content .join {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 30px;
}

.searchbox {
	margin-left: 0px;
	text-align: left;
	width: 590px;
	margin-top: 5px;
} /*버튼과 검색통합*/
.searchbox .inner {
	width: 450px;
	padding-left: 20px;
	height: 47px;
	background-color: #ffffff;
}
.searchbox .inner input {
	margin-top: 9px;
	width: 430px;
	padding: 4px 0;
	font-size: 15px !important;
	color: #000;
	border: 0;
} /*보이지않는 네모*/
.inner {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
}
#iner {
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#butt {
	color: #ffffff;
	border: 0px solid #289fff;
	background: #252525;
}
#butt:hover {
	background-color: #ebebe4;
}
.searchbox button.hrz_btn {
	text-decoration: none;
	padding: 0px;
	font-size: 10px;
	width: 55px;
	height: 49px;
	color: #0085d5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-left: -7px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menus {
	position: relative;
	z-index: 18;
} /*탑메뉴 고정시 빈공백*/
/*(1차 좌측메뉴)*/
.menu_l {
	position: relative;
	float: left;
	margin: 0;
	width: 850px;
	height: 45px;
	z-index: 18;
	letter-spacing: 1.5px;
} /*1차메뉴합의 길이*/
.menu_0 {
	float: left;
	position: absolute;
}
.menu_0 ul.main_m {
	position: relative;
	text-transform: none;
	margin-left: 0px;
} /*1메뉴의 위치선정#414757*/
.menu_0 ul.main_m li.mnav_li {
	position: relative;
	float: left;
}
.menu_0 ul.main_m a.mnav {
	display: block;
	height: 30px;
	color: #000000;
	font-size: 15px;
	padding: 14px 20px 0 0px;
	text-align: left;
} /*왼쪽메뉴*/
.menu_0 ul.main_m a.mnav:hover {
	color: #000;
	font-weight: bold !important;
}
.menu_0 ul.main_m a.mnav > span {
	display: block;
} /*1차메뉴 top간격*/

/*(1차 우측메뉴)*/
.menu_r {
	position: relative;
	margin-left: 800px;
	width: 228px;
	height: 45px;
	z-index: 18;
	letter-spacing: 1.5px;
} /*1차메뉴합의 길이*/
/*└(1차메뉴)*/
.menu_1 ul.main_m1 {
	position: relative;
	text-transform: none;
	margin-left: 0px;
} /*우측 메뉴의 글자 위치선정*/
.menu_1 ul.main_m1 li.mnav_li {
	position: relative;
	float: right;
}
.menu_1 ul.main_m1 a.mnav {
	display: block;
	height: 30px;
	color: #4e81f6;
	font-size: 13px;
	padding: 7px 0px 0 10px;
	text-align: right;
	font-weight: normal;
	font-family: AppleSDGothicNeo-Regular, "Noto Sans KR", "Malgun Gothic",
		"맑은 고딕", dotum, "돋움", sans-serif;
}
.mini_menu {
	font-size: 14px;
	margin-top: -5px;
	text-align: center;
}
.menu_1 ul.main_m1 a.mnav:hover {
	color: #53509d;
}
.menu_1 ul.main_m1 a.mnav > span {
	display: block;
} /*1차메뉴 top간격*/
.selects {
	color: var(--main-color);
	font-weight: bold;
}

.body_content .contents {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}
.body_content .memb {
	position: relative;
	padding-top: 60px;
	padding-bottom: 150px;
	padding-left: 100px;
	padding-right: 100px;
	overflow: hidden;
}
/*요 아래것은 위젯 넣을수 있는 최대 크기 */
.body_content .columnleft {
	width: 760px;
	float: left;
	overflow: hidden;
}
.body_content .columnright {
	float: left;
	margin-left: 8px;
	position: relative;
	width: 260px;
}

.body_content .columnLeft2 {
	position: relative;
	width: 760px;
	float: right;
}
/*요 아래것은 위젯 넣을수 있는 최대 크기 */
.body_content .columnRight2 {
	width: 260px;
	float: left;
	overflow: hidden;
}

#bottom_nav {
	float: left;
	margin: 3px 0px 20px 0px;
	padding: 0px 0 5px 0;
}

#bottom_nav li a {
	color: #484848 !important;
	font-size: 14px !important;
}
.footer {
	padding-top: 10px !important;
	color: #a2a2a2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.categoryList a:not(.active) {
  color: var(--text-color);
}

/* 게시판 - 제목 */
.gallery_lightbox .thumbList .cover-subject .subject {
	font-size: 17px;
}

.menu {
	margin-bottom: 0;
}

.xe_content,
.rhymix_content {
	font-size: 17px;
	letter-spacing: -0.7px;
}
.xe_content p,
.rhymix_content p {
	line-height: 160% !important;
}
/*글 제목 폰트*/
.boardReadHeader .titleArea a.title {
	font-size: 24px;
	padding-left: 10px;
	letter-spacing: -1.7px;
}
/*글 제목 집중해서 보기*/
/*글 여백 */
.boardReadHeader .titleArea {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}
/*글 원문링크*/
.extraVarsView th,
.extraVarsView td {
	font-size: 14px;
}

/* 이 게시물을... Context Menu */
.document_popup_menu a,
.comment_popup_menu a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: whitesmoke;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.my_reading li a {
	color: #2b2b2b !important;
	text-decoration: none;
	font-size: 15.5px;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 5px;
}
.my_reading li a:hover {
	color: #ff2f2f !important;
}

/*테두리*/
.my_reading {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 10px 0;
}

/*댓글*/
.boardReadBody {
	margin: 20px 0 !important;
	padding: 0 0 28px 0 !important;
}
/*사진 넓이 버그 조정*/
.extra-imge img {
	width: 100% !important;
}
button#xe_gallery_closebtn {
	background-color: #000 !important;
}
/*업로드*/
.boardSearchForm .boardSearch .search_btn {
	padding: 0px 15px 2.5px !important;
}
/*검색*/
.misolSearch {
	background-color: #fbfbfb !important;
}
/*멘토링 버튼*/
.insert_butt_3 {
	margin: 5px auto;
	width: 308px;
}
.xet_btn.peter_river {
	background: #289fff !important;
}

.auth-widget {
  padding-inline: 0.5rem;
  padding-block: 1rem;
  border-style: none;
  border-radius: 1.5rem;
  background-color: var(--main-bg-color);

  & > .card-header {
    background-color: inherit;
    border-bottom: 0;
    border-radius: inherit;

    & > .card-text {
      color: var(--text-sub-color);
    }
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.offcanvas.offcanvas-start {
		--bs-offcanvas-width: 100vw;
	}

	footer {
		align-items: center;
		flex-direction: column;
		row-gap: 0.75rem;
	}

	.table-responsive > .table {
		width: max-content;
	}

	.cl_ex_size {
		margin: 10px auto 20px;
		width: 100% !important;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	header {
		& .navbar-collapse.show {
			display: flex;
		}

    & a.accordion-button {
      background-color: var(--main-bg-color) !important;
    }

    & a.accordion-button:not(.collapsed)::after {
      background-image: none;
    }
	}

  footer {
    & .footer-menu {
      width: 100%;

      & > menu {
        & > li {
          width: 15%;
        }
        & > li:first-child {
          width: 20%;
        }
      }
    }
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

@media print {
  .document_popup_menu,
  header,
  footer {
    display: none;
  }
}
