/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/

/*---------- Reset ----------*/
a:hover {
  text-decoration: none;
  color: #004c86;
}

/*---------- Wrapper ----------*/
.wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

/*---------- Header & Navbar ----------*/
#hd {
  position: relative;
  border-bottom: 1px solid #d9dde3;
  background: #fff;
}
#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd-h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.to-content a {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/* header wrap */
.header-wrap {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  z-index: 1002;
}
.page-header-wrap {
  border-bottom: 0;
}
.header-wrap.nav-sticky .nav-wrap {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1004;
}
@media (min-width: 992px) {
  .header-wrap.nav-sticky + .basic-body {
    padding-top: 95px;
  }
  .page-header-wrap.nav-sticky + .basic-body {
    padding-top: 65px;
  }
}
/* top header */
.top-header-nav:after {
  content: "";
  display: block;
  clear: both;
}
.top-header-nav li {
  float: left;
  display: block;
  padding: 0;
  color: #151515;
  margin-right: 15px;
  vertical-align: middle;
}

/* PC에서 float 제거하고 flex로 변경 */
@media (min-width: 992px) {
  .top-header-nav li {
    float: none !important;
    margin-right: 0 !important;
  }
}
.top-header-nav li > a {
  display: block;
  color: #151515;
  height: 55px;
  line-height: 55px;
  padding: 0;
}
.top-header-nav li > a i {
  margin-right: 5px;
  color: #959595;
}
.top-header-nav .cs-nav {
  margin: 0;
}
.top-header-nav .cs-nav.s-nav {
  margin-right: 15px;
}
.top-header-nav .cs-nav a {
  position: relative;
  display: block;
  width: 90px;
}
.top-header-nav .cs-nav a.disabled {
  pointer-events: none;
}
.top-header-nav .cs-nav a span {
  display: block;
  position: absolute;
  width: 90px;
  height: 55px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-header-nav .cs-nav.s-nav a span {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.top-header-nav .cs-nav .activate {
  color: #151515;
  font-weight: 700;
  background-color: #fff;
  height: 56px;
  border-bottom: 0;
}
.top-header-nav .cs-nav .deactivate {
  color: #a5a5a5;
  background-color: #f8f8f8;
}
.top-header-nav .cs-nav .deactivate:hover {
  color: #30409e;
}
.top-header-nav li .eyoom-form {
  margin-top: 16px;
}
.top-header-nav li.dropdown > a {
  cursor: pointer;
}
.top-header-nav li.dropdown .dropdown-menu {
  background-color: #fff;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  left: inherit;
  right: 0;
}
.top-header-nav li.dropdown .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  color: #151515;
}
.top-header-nav li.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  color: #3949ab;
}
.top-header-nav li.dropdown:hover > .dropdown-menu {
  display: block;
}
.top-header-nav.thn-end {
  float: right;
}
.top-header-nav.thn-end li.dropdown .dropdown-menu {
  left: inherit;
  right: 0;
}
.top-header-mobile-btn {
  display: none;
}
.top-header-mobile-btn .navbar-toggler {
  font-size: 1.25rem;
  padding: 0.25rem 0.75rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #3949ab;
    border-color: transparent;
    z-index: 1002;
    pointer-events: none;
  }
  .top-header-nav li > a {
    color: #fff;
  }
  .top-header-mobile-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 55px;
    height: 55px;
    transform: translateY(-50%);
    z-index: 1003;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
  }
  .top-header-mobile-btn .navbar-toggler {
    color: #fff;
    font-size: 1.625rem;
    padding: 0.25rem 0.75rem;
    line-height: 1;
    transform: scale(1.3);
    pointer-events: auto;
    cursor: pointer;
  }
}
@media (max-width: 576px) {
  .top-header-nav li {
    margin-right: 5px;
  }
}
/* header title */
.header-title {
  position: relative;
}
.header-title .container {
  position: relative;
  height: 100px;
  display: flex;
}
.header-title .title-logo {
  align-self: center;
}
.header-title .title-logo img {
  width: auto;
  height: 60px;
}
.header-title .header-title-search {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
}
.header-title .header-title-search .eyoom-form .input {
  margin-bottom: 8px;
}
.header-title .header-title-search .eyoom-form .input input {
  height: 43px;
  border: 0;
  border-bottom: 3px solid #3c3c3e;
  color: #757575;
  padding: 6px 0;
}
.header-title .header-title-search .eyoom-form .input input:focus {
  border: 0 !important;
  border-bottom: 3px solid #000 !important;
}
.header-title .header-title-search .eyoom-form .input-button .button {
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 1.25rem;
  text-align: center;
  padding: 0;
  background-color: transparent;
  color: #2b2b2e;
  top: 2px;
  right: 2px;
  border-left: 0;
  opacity: 1;
}
.header-title .header-title-slider {
  position: absolute;
  top: 10px;
  right: 0.75rem;
  width: 300px;
  height: 80px;
}
.header-title-mobile-btn {
  display: none;
}
.header-title-mobile-btn .search-toggle {
  color: #151515;
  font-size: 1.25rem;
  padding: 0.25rem 0.75rem;
  line-height: 1;
}
@media (max-width: 1399px) {
  .header-title .header-title-search {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .header-title .header-title-search {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 57px;
  }
  .header-title .container {
    height: 80px;
  }
  .header-title .title-logo img {
    height: 50px;
  }
  .header-title-mobile-btn {
    display: block;
    position: absolute;
    top: 23px;
    right: 10px;
  }
}
/* navbar */
.navbar {
  ckground-color: #2a74fd;
  padding: 0;
}
.nav-wrap {
  background-color: #2a74fd;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}
.navbar-nav li {
  position: relative;
  list-style: none;
}
.navbar-nav a {
  color: #fff;
}
.navbar-nav > li > .nav-link {
  font-weight: 400;
  font-size: 1.0625rem;
  padding: 20px 15px !important;
}
.navbar-nav > li > .nav-link.active {
  color: #fff;
}
.navbar-nav > li > .nav-link:hover {
  color: #fff;
}
.navbar-nav > li.dropdown-mega-menu {
  position: static;
  background-color: #000;
}
.navbar-nav > li.dropdown-mega-menu > .nav-link {
  padding: 20px 25px !important;
}
.navbar-nav > li.navbar-nav-home {
  background-color: #004c86;
}
.navbar-nav > li.navbar-nav-home > .nav-link {
  padding: 20px 20px !important;
}
.navbar-nav > li.darkmode-menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
.navbar-nav > li.darkmode-menu > .nav-link {
  padding: 20px 20px !important;
}
.navbar-nav > li.darkmode-menu > .nav-link span {
  display: none;
}
.navbar-nav > .nav-empty {
  font-size: 0.8125rem;
  padding: 20px 10px !important;
  color: #151515;
}
.navbar-nav > .nav-empty > a {
  color: #53a5fa;
  padding: 0;
}
.navbar-nav .dropdown-toggle::after {
  border: 0 none;
  font-family: "Font Awesome\ 5 Free";
  content: "\f107";
  font-weight: 900;
  height: auto;
  line-height: normal;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
  color: #959595;
}
.navbar-nav .dropdown-toggle:only-child::after {
  display: none;
}
.navbar-nav .dropdown-mega-menu .dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  margin: 0;
  margin-top: -1px;
  min-width: 12rem;
  padding: 8px 0;
  top: 120%;
  display: inherit;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-nav .dropdown-menu .dropdown-toggler::after {
  position: absolute;
  right: 10px;
  top: 10px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  z-index: 10;
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin-top: 1px;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  z-index: 10;
  top: -10px !important;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .dropdown-item {
  position: relative;
  padding: 5px 25px 5px 15px !important;
  color: #252525;
}
.navbar-nav .dropdown-item i {
  position: absolute;
  top: 8px;
  right: 10px;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}
.navbar-nav .dropdown-menu li a.active,
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a,
.navbar-nav .dropdown-menu > ul > li:hover > a {
  background-color: transparent;
  color: #3949ab;
}
.navbar-nav .mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .dropdown-mega-menu .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar-nav .mega-menu-col {
  border-right: 1px solid #e5e5e5;
  flex: 0 0 auto;
  width: 20% !important;
}
.navbar-nav .mega-menu-col:nth-child(5) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(10) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(15) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(6) h5,
.navbar-nav .mega-menu-col:nth-child(7) h5,
.navbar-nav .mega-menu-col:nth-child(8) h5,
.navbar-nav .mega-menu-col:nth-child(9) h5,
.navbar-nav .mega-menu-col:nth-child(10) h5,
.navbar-nav .mega-menu-col:nth-child(11) h5,
.navbar-nav .mega-menu-col:nth-child(12) h5,
.navbar-nav .mega-menu-col:nth-child(13) h5,
.navbar-nav .mega-menu-col:nth-child(14) h5,
.navbar-nav .mega-menu-col:nth-child(15) h5 {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 15px;
}
.navbar-nav .mega-menu-col h5 a {
  display: block;
  padding: 5px 15px 10px !important;
  font-size: 1.0625rem;
  color: #252525;
  font-weight: 700;
}
.navbar-nav .mega-menu-col h5 a:hover,
.navbar-nav .mega-menu-col h5 a.active {
  background-color: transparent;
  color: #000;
}
.navbar-nav .mega-menu-col .mega-menu-item {
  position: relative;
  padding: 5px 15px;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item {
  margin-left: 15px;
  border-left: 1px solid #c5c5c5;
  color: #757575;
}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #d5d5d5;
}
@media (min-width: 992px) {
  .navbar {
    z-index: 20;
  }
  .navbar-nav {
    max-height: 66px;
  }
}
@media (max-width: 1399px) {
  .navbar-nav > li > .nav-link {
    padding: 20px 7px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 0;
  }
  .navbar-nav > li.darkmode-menu {
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: inherit;
  }
  .navbar-nav > li.darkmode-menu > .nav-link {
    padding: 0 15px !important;
  }
  .navbar-nav > li.darkmode-menu > .nav-link span {
    margin-left: 5px;
    display: inline-block;
  }
}
/* sidebar nav (mobile) */
.sidebar-left .sidebar-member-menu {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-left.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1004;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-backdrop {
    z-index: 1003;
  }
  .sidebar-left .sidebar-left-content {
    padding-bottom: 20px;
  }
  .sidebar-left.show .sidebar-left-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar-left .offcanvas-header {
    padding: 15px;
  }
  .sidebar-left .sidebar-member-menu {
    position: relative;
    display: block;
    background-color: #e5e5e5;
    padding: 5px 15px;
    border-top: 1px solid #c5c5c5;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn-box {
    display: block;
    float: left;
    width: 50%;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn {
    position: relative;
    background: #2b2b2e;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 0.8125rem;
    border-radius: 3px;
  }
  /* nav */
  .sidebar-left .navbar-nav {
    position: relative;
    margin: 0;
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav > .nav-li-divider {
    display: none;
  }
  .sidebar-left .navbar-nav > .nav-li-space {
    height: 40px;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    background: #fff;
  }
  .sidebar-left .navbar-nav > li {
    float: none;
  }
  .sidebar-left .navbar-nav > li > a {
    line-height: 42px;
    padding: 0 15px !important;
    font-size: 0.9375rem;
    color: #000;
  }
  .sidebar-left .navbar-nav > li > a > .nav-cate-icon {
    width: 20px;
    text-align: center;
  }
  .sidebar-left .navbar-nav > li a {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav > li a:hover {
    border-top: 1px solid #e5e5e5;
    color: #151515;
  }
  .sidebar-left .navbar-nav > li:first-child > a {
    border-top: 1px solid transparent;
  }
  .sidebar-left .navbar-nav > li > .nav-link.active {
    color: #cc2300;
  }
  .sidebar-left .navbar-nav > li.navbar-nav-home {
    display: block;
  }
  .sidebar-left .navbar-nav > li.navbar-nav-home > a {
    background: #2b2b2e;
    color: #fff;
    border-top: 1px solid #2b2b2e;
    padding: 0 15px !important;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open {
    position: absolute;
    top: 1px;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-left: 1px solid #f0f0f0;
    z-index: 1;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f067";
    font-weight: 900;
    color: #353535;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:hover {
    border-top: 0;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open.show:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f068";
    font-weight: 900;
    color: #cc2300;
  }
  .sidebar-left .navbar-nav .dropdown > a:after {
    display: none;
  }
  .sidebar-left .navbar-nav .dropdown-menu {
    position: relative;
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    display: none;
  }
  .sidebar-left .navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    width: 1px;
    background: #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu > li > a {
    color: #555555;
    line-height: 26px;
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu > li:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a {
    position: relative;
    color: #555555;
    font-size: 0.9375rem;
    background: #fafafa;
    line-height: 26px;
    padding: 6px 15px 6px 35px !important;
    border-top: 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a:hover {
    background: #e5e5e5;
    color: #000;
    border-top: 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a.active {
    background: #e5e5e5;
    color: #000;
    font-weight: 700;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:first-child > a:hover {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0 !important;
  }
  .sidebar-left .navbar-nav .dropdown-menu.show .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .sidebar-left
    .navbar-nav
    .dropdown-menu
    .dropdown-menu
    .dropdown-submenu
    > a {
    border-top: 0;
    padding: 6px 15px 6px 45px !important;
  }
  .sidebar-left
    .navbar-nav
    .dropdown-menu
    .dropdown-menu
    .dropdown-submenu
    > a:after {
    left: 20px;
    width: 12px;
    height: 1px;
    border: 0;
    border-radius: inherit;
    background: #d5d5d5;
  }
  .sidebar-left .navbar-nav .dropdown-item i {
    position: absolute;
    top: 12px;
    right: 15px;
  }
}

/*---------- Page Title ----------*/
.page-title-wrap {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0;
}
.page-title-wrap > .container {
  position: relative;
}
.page-title-wrap h2 {
  margin: 0;
  padding: 22px 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.page-title-wrap .sub-breadcrumb-wrap {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
}
.page-title-wrap .sub-breadcrumb {
  color: #959595;
  font-size: 0.875rem;
}
.page-title-wrap .sub-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.page-title-wrap .sub-breadcrumb li {
  float: left;
  margin-left: 7px;
}
.page-title-wrap .sub-breadcrumb li:before {
  content: "/";
  margin-right: 7px;
}
.page-title-wrap .sub-breadcrumb li:first-child:before {
  display: none;
}
.page-title-wrap .sub-breadcrumb a {
  color: #151515;
}

/*---------- Sub Nav ----------*/
.sub-nav-wrap {
  position: relative;
  z-index: 3;
  padding: 20px 0 0;
  margin-bottom: 40px;
}
.sub-nav-home {
  display: none;
}
.sub-nav-list {
  position: relative;
}
.sub-nav-title {
  position: relative;
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
}
.sub-nav-title i {
  position: absolute;
  top: 8px;
  right: 10px;
}
.sub-nav-list ul {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #c5c5c5;
  border-top: 0 none;
  background: #fff;
}
.sub-nav-list li a {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
}
.sub-nav-depth1 {
  margin-bottom: 10px;
}
.sub-nav-wrap .sub-breadcrumb-wrap {
  display: none;
}
@media (min-width: 992px) {
  .sub-nav-wrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #555;
    padding: 0;
    margin-bottom: 40px;
  }
  .sub-nav-wrap .container {
    position: relative;
  }
  .sub-nav-wrap-in:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub-nav-home {
    display: block;
    float: left;
  }
  .sub-nav-home a {
    display: block;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 20px;
    color: #353535;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
  }
  .sub-nav-home a:hover {
    color: #cc2300;
  }
  .sub-nav-list {
    float: left;
    margin: 0 0 0 -1px;
  }
  .sub-nav-title {
    min-width: 200px;
    padding: 0 45px 0 25px;
    line-height: 50px;
    font-size: 15px;
    border: 0 none;
    color: #353535;
    border-right: 1px solid #c5c5c5;
  }
  .sub-nav-title.cursor-pointer {
    cursor: pointer;
  }
  .sub-nav-title i {
    top: 18px;
    right: 20px;
  }
  .sub-nav-title:hover {
    color: #cc2300;
    font-weight: 700;
  }
  .sub-nav-list ul {
    top: 50px;
    padding: 0;
  }
  .sub-nav-list li {
    float: none;
  }
  .sub-nav-list li a {
    padding: 10px 15px;
    border-top: 1px solid #c5c5c5;
    font-size: 14px;
  }
  .sub-nav-list li:first-child a {
    border-top: 0;
  }
  .sub-nav-list li a:hover {
    color: #303f9f;
    background: #fafafa;
  }
  .sub-nav-list li.active a {
    color: #303f9f;
    font-weight: 700;
  }
  .sub-nav-wrap .sub-breadcrumb-wrap {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .sub-nav-wrap .sub-breadcrumb {
    color: #c5c5c5;
  }
  .sub-nav-wrap .sub-breadcrumb:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub-nav-wrap .sub-breadcrumb li {
    float: left;
    margin-left: 7px;
  }
  .sub-nav-wrap .sub-breadcrumb li:before {
    content: "/";
    margin-right: 7px;
  }
  .sub-nav-wrap .sub-breadcrumb li:first-child:before {
    display: none;
  }
  .sub-nav-wrap .sub-breadcrumb a {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .sub-nav-wrap {
    padding-top: 20px;
    background: #fff;
  }
}

/*---------- Body ----------*/
.basic-body {
  position: relative;
  padding: 30px 0;
}
.page-body {
  padding: 0 0 30px;
}
.basic-body:after {
  content: "";
  display: block;
  clear: both;
}

/*---------- Main Contents ----------*/
.main-wrap {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.main-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.basic-body-main {
  float: left;
  padding: 0 10px;
  width: 100%;
}
.basic-body-main.left-main,
.basic-body-main.right-main {
  width: 75%;
}
.main-contents {
  position: relative;
}
.main-slider {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .basic-body-main.left-main,
  .basic-body-main.right-main {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .basic-body-main.left-main,
  .basic-body-main.right-main {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-slider {
    margin: -31px -15px 30px;
  }
}

/*---------- Side ----------*/
.basic-body-side {
  float: left;
  padding: 0 10px;
  width: 25%;
}
.side-contents {
  position: relative;
}
@media (max-width: 1199px) {
  .basic-body-side {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .basic-body-side {
    width: 100%;
    float: inherit;
    padding: 0;
    width: inherit;
  }
}

/*---------- Sidebar User ----------*/
.sidebar-user-btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #4b4b4d;
  font-size: 1rem;
  color: #fff;
  border: 0;
  border-radius: 50%;
  display: none;
}
.sidebar-user .offcanvas-header {
  display: none;
}
@media (min-width: 992px) {
  .sidebar-user.offcanvas {
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    z-index: 0;
    display: inherit;
    flex-direction: inherit;
    max-width: inherit;
    visibility: inherit !important;
    background-color: inherit;
    background-clip: inherit;
    border-left: inherit;
    outline: inherit;
    transition: inherit;
    transform: inherit;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sidebar-user-btn.mo-btn {
    display: block;
    z-index: 1000;
  }
  .sidebar-user.offcanvas {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    overflow-y: auto !important;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar-user .offcanvas-header {
    display: flex;
  }
  .sidebar-user .side-contents {
    padding: 15px;
  }
}

/*---------- Footer ----------*/
.footer {
  position: relative;
}
.footer-cont-info {
  position: relative;
  font-size: 0.9375rem;
  word-break: keep-all;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
}
.footer-cont-info .cont-first p {
  color: #757575;
}
.footer-cont-info .cont-first p strong {
  color: #000;
  font-weight: 400;
}
.footer-cont-info .cont-first .tel-num {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  color: #555;
  margin: 0px 0 10px;
}
.footer-cont-info .cont-first .cont-annotation {
  color: #959595;
}
.footer-cont-info .cont-last {
  padding-bottom: 15px;
  border-bottom: 1px dotted #e5e5e5;
}
.footer-cont-info .cont-last strong {
  color: #000;
  font-weight: 400;
}
.footer-cont-info .cont-last span {
  color: #959595;
}
.footer-cont-info .cont-last span.info-divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #e5e5e5;
}
.footer-cont-info .cont-last a {
  color: #858585;
  text-decoration: underline;
}
.footer-cont-info .cont-last a:hover {
  color: #000;
}
.footer-bottom {
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.footer-bottom:after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav {
  width: 50%;
  float: left;
}
.footer-nav a {
  color: #353535;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-right-nav {
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
}
.footer-right-nav a {
  color: #353535;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.footer-right-nav a:hover {
  text-decoration: underline;
}
.footer-copyright {
  color: #656565;
  font-size: 0.8125rem;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer-nav {
    width: 100%;
    text-align: center;
  }
  .footer-right-nav {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav a {
    font-size: 0.8125rem;
  }
  .footer-right-nav a {
    font-size: 0.8125rem;
  }
  .footer-copyright span {
    display: none;
  }
}

/*---------- Quick Menu ----------*/
.quick-menu-wrap {
  position: relative;
  z-index: 1003;
}
.quick-menu {
  position: absolute;
  top: -136px;
  width: 100px;
  border: 1px solid #e5e5e5;
}
.quick-menu.quick-menu-left {
  left: -120px;
}
.quick-menu.quick-menu-right {
  right: -120px;
}
.quick-menu.quick-menu-main {
  top: -96px;
}
.quick-menu.boxed-quick-menu {
  border: 0;
}
.quick-menu .quick-menu-box {
  position: relative;
  display: block;
  min-height: 66px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.quick-menu .quick-menu-banner {
  padding: 0;
  margin: -1px;
}
.quick-menu.quick-menu-left .quick-menu-box.first-box {
  background: #3c3c3e;
  margin: -1px;
  border-bottom: 1px solid #3c3c3e;
}
.quick-menu.quick-menu-left .quick-menu-box.first-box:hover {
  background: #4b4b4d;
  margin: -1px;
  border-bottom: 1px solid #4b4b4d;
}
.quick-menu.quick-menu-right .quick-menu-box.first-box {
  background: #004c86;
  margin: -1px;
  border-bottom: 1px solid #004c86;
}
.quick-menu.quick-menu-right .quick-menu-box.first-box:hover {
  background: #0961a5;
  margin: -1px;
  border-bottom: 1px solid #0961a5;
}
.quick-menu .quick-menu-box.last-box {
  border-bottom: 0;
}
.quick-menu.boxed-quick-menu .quick-menu-box.first-box {
  margin: 0;
}
.quick-menu .quick-menu-box.heading-current {
  padding: 3px 0;
  background: #f5f5f5;
}
.quick-menu .quick-menu-box.current-view {
  padding: 5px;
  border-bottom: 0;
}
.quick-menu .quick-menu-box > i {
  color: #a5a5a5;
  font-size: 1.125rem;
}
.quick-menu .quick-menu-box > span {
  display: block;
  color: #151515;
  font-size: 0.8125rem;
  padding-top: 5px;
  letter-spacing: -1px;
}
.quick-menu .quick-menu-box b {
  position: absolute;
  top: 3px;
  right: 23px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #cc2300;
}
.quick-menu .quick-menu-box:hover i,
.quick-menu ul li a:hover span {
  color: #000;
}
.quick-menu .quick-menu-box.first-box i {
  color: #fff;
}
.quick-menu .quick-menu-box.first-box span {
  color: #fff;
}
.quick-menu .alarm-marker .alarm-point {
  top: -2px;
  right: 5px;
}
.quick-menu .alarm-marker .alarm-effect {
  top: -12px;
  right: -5px;
}
.quick-menu .quick-menu-box .quick-carousel {
  width: 100%;
}
.quick-menu .quick-menu-box .item-image img {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 5px;
}
.quick-menu .quick-menu-box p {
  width: 100%;
  height: 80px;
  padding-top: 20px;
  letter-spacing: -1px;
  font-size: 11px;
  background: #fff;
  margin: 0;
  color: #959595;
}
.quick-menu .quick-scroll-btn {
  position: relative;
  min-height: 50px;
  background: #2b2b2e;
  text-align: center;
  color: #d5d5d5;
  padding-top: 12px;
  margin: -1px;
  cursor: pointer;
  z-index: 1;
}
.quick-menu.boxed-quick-menu .quick-scroll-btn {
  margin: 0;
}
.quick-menu .quick-scroll-btn:hover {
  background: #3c3c3e;
}
.quick-menu .quick-scroll-btn.top-btn {
  padding-top: 7px;
}
.quick-menu .quick-scroll-btn.down-btn {
  border-top: 1px solid #676769;
}
.quick-menu .quick-scroll-btn i {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
.quick-menu .quick-scroll-btn span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #d5d5d5;
}
@media (max-width: 991px) {
  .quick-menu {
    display: none;
  }
}

/*---------- Side Pc Nav ----------*/
.side-pc-nav {
  position: absolute;
  top: 222px;
  right: 0;
  width: 70px;
  height: 100%;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.side-pc-nav.side-pn-trans {
  position: fixed;
  top: 0;
}
.side-pc-nav-sticky.side-pn-trans {
  position: fixed;
  top: 65px;
}
.side-pc-nav-in {
  position: relative;
  height: 100%;
  padding-bottom: 120px;
  overflow-y: auto;
}
.side-pc-nav .sp-nav-box {
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #454545;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.side-pc-nav .sp-nav-box:hover {
  color: #cc2300;
}
.side-pc-nav .sp-nav-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #e5e5e5;
  margin-left: -7px;
}
.side-pc-nav .sp-nav-box.sp-bg-red {
  background-color: #cc2300;
  color: #fff;
  border-bottom: 0;
  margin: 5px 3px 3px;
  width: 63px;
  height: 66px;
}
.side-pc-nav .sp-nav-box.sp-bg-red:after {
  display: none;
}
.side-pc-nav .sp-nav-box i {
  display: block;
  font-size: 1.5rem;
  margin: 12px 0 10px;
}
.side-pc-nav .sp-nav-box span {
  display: block;
  font-size: 0.6875rem;
}
@media (max-width: 1299px) {
  .side-pc-nav {
    display: none;
  }
}

/*---------- Search Full ----------*/
.search-full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 1010;
}
.search-full .search-field {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.search-field h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.search-field form {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
.search-field #search_input {
  font-size: 1.25rem;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.search-field .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: 0;
  cursor: pointer;
  color: #0078ff;
  background: transparent;
  font-size: 1.25rem;
}
.search-full .search-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
.search-close-btn:after {
  content: "";
  height: 50px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 24px;
}
.search-close-btn:before {
  content: "";
  height: 50px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 24px;
}
@media (max-width: 1199px) {
  .search-field form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search-field form {
    width: 80%;
  }
}

/*---------- Offcanvas ----------*/
.offcanvas-backdrop {
  z-index: 1003;
}

/*---------- Counsel Btn ----------*/
.counsel-btn {
  display: block;
  position: fixed;
  bottom: 65px;
  right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #3f4678;
  font-size: 1.125rem;
  color: #fff !important;
  border: 0;
  border-radius: 50%;
  z-index: 1000;
}
@media (max-width: 991px) {
  .counsel-btn {
    bottom: 10px;
    right: 65px;
  }
}

/*---------- My Home ----------*/
.my-home > .container {
  padding-left: 0;
  padding-right: 0;
}

/*---------- Headline Short ----------*/
/* Headline Short */
.headline-short h1:after,
.headline-short h2:after,
.headline-short h3:after,
.headline-short h4:after,
.headline-short h5:after,
.headline-short h6:after {
  background: #1e88e5;
}
/* Headline Short Alt */
.headline-short-alt {
  position: relative;
}
.headline-short-alt h1,
.headline-short-alt h2,
.headline-short-alt h3,
.headline-short-alt h4,
.headline-short-alt h5,
.headline-short-alt h6 {
  position: relative;
  margin: 0 0 15px;
  padding: 7px 0;
}
.headline-short-alt h1:before,
.headline-short-alt h2:before,
.headline-short-alt h3:before,
.headline-short-alt h4:before,
.headline-short-alt h5:before,
.headline-short-alt h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: #1e88e5;
}
.headline-short-alt h1:after,
.headline-short-alt h2:after,
.headline-short-alt h3:after,
.headline-short-alt h4:after,
.headline-short-alt h5:after,
.headline-short-alt h6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: #1e88e5;
}
.headline-short-alt .headline-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*---------- Eb BackToTop ----------*/
.eb-backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  background: #fff;
  z-index: 1003;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.eb-backtotop.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.eb-backtotop:after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  color: #757575;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  line-height: 28px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.eb-backtotop:hover:after {
  color: #004c86;
}
.eb-backtotop svg path {
  fill: none;
}
.eb-backtotop svg.backtotop-progress path {
  stroke: #b5b5b5;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.eb-backtotop .progress-count {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
  color: #a5a5a5;
}
.eb-backtotop {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.eb-backtotop:after {
  color: #2b2b2e;
}
.eb-backtotop svg.backtotop-progress path {
  stroke: #004c86;
}

/* 모바일 사용자 버튼 - 로고 영역용 */
.logo-user-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.logo-user-btn .user-toggler {
  background: #007cba;
  color: white !important;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.logo-user-btn .user-toggler .fas {
  color: white !important;
  font-size: 16px !important;
  display: block !important;
  line-height: 1 !important;
}

.logo-user-btn .user-toggler:hover {
  background: #005a8b;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .header-title .container {
    position: relative;
  }

  .logo-user-btn {
    right: 20px;
  }

  .logo-user-btn .user-toggler {
    width: 36px;
    height: 36px;
    font-size: 14px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .logo-user-btn .user-toggler .fas {
    font-size: 14px !important;
    color: white !important;
  }
}

@media (max-width: 576px) {
  .logo-user-btn {
    right: 20px;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
  }

  .logo-user-btn .user-toggler {
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #007cba !important;
    color: white !important;
    border-radius: 8px !important;
  }

  .logo-user-btn .user-toggler .fas {
    font-size: 12px !important;
    color: white !important;
    display: block !important;
    line-height: 1 !important;
  }
}

/* 아주 작은 화면에서도 아이콘 강제 표시 */
@media (max-width: 480px) {
  .logo-user-btn {
    display: block !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
  }

  .logo-user-btn .user-toggler {
    width: 28px !important;
    height: 28px !important;
    font-size: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #007cba !important;
    color: white !important;
    border-radius: 6px !important;
  }

  .logo-user-btn .user-toggler .fas {
    font-size: 10px !important;
    color: white !important;
    display: block !important;
    line-height: 1 !important;
  }
}

/* 모든 작은 화면에서 강제 표시 */
@media (max-width: 767px) {
  .logo-user-btn {
    display: block !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
  }

  .logo-user-btn .user-toggler {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #007cba !important;
    color: white !important;
    border-radius: 8px !important;
  }

  .logo-user-btn .user-toggler .fas {
    font-size: 12px !important;
    color: white !important;
    display: block !important;
    line-height: 1 !important;
  }
}

/* PC에서 회원사이드영역 숨김 */
@media (min-width: 992px) {
  .sidebar-user.offcanvas {
    display: none !important;
  }

  .basic-body-side {
    display: none !important;
  }

  /* PC에서 회원사이드버튼 숨김 */
  .logo-user-btn {
    display: none !important;
  }
}

/* 태블릿/모바일에서 회원사이드영역 표시 */
@media (max-width: 991px) {
  .sidebar-user.offcanvas {
    display: block;
  }

  /* 태블릿/모바일에서 회원사이드버튼 표시 */
  .logo-user-btn {
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
  }
}

/* 768px 이하에서도 강제 표시 */
@media (max-width: 768px) {
  .logo-user-btn {
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
  }

  .logo-user-btn .user-toggler {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #007cba !important;
    color: white !important;
    border-radius: 8px !important;
  }

  .logo-user-btn .user-toggler .fas {
    font-size: 14px !important;
    color: white !important;
    display: block !important;
    line-height: 1 !important;
  }
}

/* 특정 페이지에서 상담신청 버튼 숨기기 */
.wrapper.apply-page .counsel-btn,
.wrapper.maeip-page .counsel-btn,
/* URL 경로 기반 숨김 */
body:has(.register-container) .counsel-btn,
/* 더 구체적인 선택자 */
.main-content:has(.register-container) ~ .counsel-btn,
.main-content:has(.register-container) + .counsel-btn {
  display: none !important;
}

/* 모바일 공통 스타일 - 모든 페이지 적용 */
@media (max-width: 768px) {
  /* 상담신청 버튼과 TOP 버튼 세로 정렬 */
  .counsel-btn {
    position: fixed !important;
    right: 15px !important;
    bottom: 80px !important;
    z-index: 9999 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff6b35 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3) !important;
    text-decoration: none !important;
    font-size: 20px !important;
  }

  .eb-backtotop {
    position: fixed !important;
    right: 15px !important;
    bottom: 15px !important;
    z-index: 9998 !important;
    width: 50px !important;
    height: 50px !important;
  }

  /* 모바일 회원사이드 버튼 크기 강제 적용 */
  .top-header-mobile-btn {
    width: 55px !important;
    height: 55px !important;
    min-width: 55px !important;
    min-height: 55px !important;
    max-width: 55px !important;
    max-height: 55px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    flex-basis: 55px !important;
    flex-grow: 0 !important;
    box-sizing: border-box !important;
    z-index: 1003 !important;
    pointer-events: auto !important;
  }

  .top-header-mobile-btn .navbar-toggler {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: scale(1.3) !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .top-header-mobile-btn .navbar-toggler .fas {
    font-size: 21px !important;
    width: 21px !important;
    height: 21px !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }

  .logo-user-btn,
  .logo-user-btn .user-toggler {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    flex-basis: 48px !important;
    flex-grow: 0 !important;
    box-sizing: border-box !important;
  }

  /* 헤더 컨테이너 너비 제한 */
  .header-wrap .container,
  .top-header .container,
  .header-title .container,
  .nav-wrap .container,
  .page-title-wrap .container,
  .sub-nav-wrap .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
}

/* PC 상단 메뉴 정렬 개선 */
@media (min-width: 992px) {
  .top-header-nav {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
  }

  .top-header-nav.thn-start {
    justify-content: flex-start !important;
  }

  .top-header-nav.thn-end {
    justify-content: flex-end !important;
  }

  .top-header-nav li {
    white-space: nowrap !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    float: none !important;
  }

  .top-header-nav li > a {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .top-header-nav li > a i {
    flex-shrink: 0 !important;
  }

  .top-header-nav li.dropdown {
    position: relative !important;
  }
}

/* 모든 화면 크기에서 회원사이드버튼 강제 표시 (최후의 수단) */
.logo-user-btn {
  display: block !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1001 !important;
}

.logo-user-btn .user-toggler {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #007cba !important;
  color: white !important;
  border-radius: 8px !important;
}

.logo-user-btn .user-toggler .fas {
  color: white !important;
  display: block !important;
  line-height: 1 !important;
}
