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

/*---------- Preloader ----------*/
.loader-wrap {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
  z-index: 1001;
}
.no-js .loader-wrap {
  display: none;
}
.loading-container,
.loading-container .loading {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-container .loading {
  border: 2px solid transparent;
  border-color: transparent #1e293c transparent #1e293c;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#loading-text {
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #1e293c;
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  transform: translateY(-50%);
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*---------- Wrapper ----------*/
.wrapper {
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  word-break: inherit;
}

/*---------- Header & Navbar ----------*/
#hd {
  position: relative;
  border-bottom: 1px solid #d9dde3;
  background-color: #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;
  transition: all 0.3s ease 0s;
  z-index: 1002;
}
.page-header-wrap {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .header-wrap.nav-sticky .nav-wrap {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 1004;
  }
  .header-wrap.nav-sticky + .basic-body {
    margin-top: 65px;
  }
  .page-header-wrap.nav-sticky + .page-title-wrap {
    margin-top: 65px;
  }
}
/* top header */
.top-header {
  background-color: #77c9c7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-header-nav:after {
  content: "";
  display: block;
  clear: both;
}
.top-header-nav li {
  float: left;
  display: block;
  padding: 0;
  color: #d5d5d5;
  margin-right: 15px;
  vertical-align: middle;
}
.top-header-nav li > a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.top-header-nav li > a i {
  margin-right: 5px;
  color: #fff;
}
.top-header-nav li p {
  display: flex;
  align-items: center;
  height: 40px;
}
.top-header-nav li p a {
  padding-left: 25px;
  margin-right: 10px;
  color: #fff;
  line-height: 15px;
}
.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);
}
.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;
}
.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: #cc2300;
}
.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;
}
@media (max-width: 991px) {
  .top-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .top-header-nav li > a {
    color: #fff;
  }
  .top-header-mobile-btn {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100px;
    z-index: 1;
  }
  .top-header-mobile-btn .navbar-toggler {
    color: #fff;
    padding: 0.25rem 0.35rem;
  }
}
@media (max-width: 576px) {
  .top-header-nav li {
    margin-right: 5px;
  }
}
/* header title */
.header-title {
  position: relative;
  background-color: #fff;
}
.header-title .container {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-title .title-logo {
  align-self: center;
}
.header-title .title-logo img {
  width: auto;
  height: 50px;
}
.header-title .header-title-headline {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 600px;
  transform: translateX(-50%);
}
.header-title .header-title-slider {
  width: 600px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #58b1af;
}
.header-title-mobile-btn {
  display: none;
}
.header-title-mobile-btn .search-toggle {
  color: #fff;
}
@media (max-width: 1399px) {
  .header-title .header-title-headline {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .header-title .header-title-headline {
    left: inherit;
    right: 12px;
    width: 600px;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .header-title {
    background-color: #fff;
  }
  .header-title .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
  }
  .header-title .title-logo img {
    height: 45px;
    margin-bottom: 15px;
  }
  .header-title .header-title-headline {
    top: inherit;
    bottom: -25px;
    left: 0;
    right: inherit;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .header-title .header-title-slider {
    width: 350px;
    height: 29px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #58b1af;
  }
  .header-title-mobile-btn {
    display: block;
    position: absolute;
    top: 23px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .header-title-mobile-btn {
    right: 40px;
  }
}
/* navbar */
.nav-wrap {
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
}
.navbar {
  padding: 0;
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-nav li {
  position: relative;
  list-style: none;
}
.navbar-nav li:nth-child(n + 7):nth-child(-n + 8) > a {
  color: #3ab19b;
  font-weight: bold;
}
.navbar-nav a {
  color: #222;
}
.navbar-nav > li > .nav-link {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 20px 10px !important;
}
.navbar-nav > li > .nav-link.active {
  color: #000;
}
.navbar-nav > li > .nav-link:hover {
  color: #000;
}
.navbar-nav > li.dropdown-mega-menu {
  position: static;
}
.navbar-nav > li.dropdown-mega-menu > .nav-link {
  padding: 20px 10px !important;
}
.navbar-nav > li.search-menu > a > P {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.navbar-nav > li.search-menu > .nav-link {
  padding: 20px 25px !important;
}
.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;
  min-width: 12rem;
  padding: 8px 0;
  top: 120%;
  display: inherit;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  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: 15px;
}
.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: #cc2300;
}
.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: #000;
}
.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: 1199px) {
  .navbar-nav > li > .nav-link {
    padding: 20px 7px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 0;
  }
  .navbar-nav > li.search-menu {
    display: none;
  }
}
/* sidebar nav (mobile) */
.sidebar-left .sidebar-member-menu {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-left {
    position: fixed;
    bottom: 0;
    z-index: 1004;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
    visibility: hidden;
    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;
    margin-bottom: 50px;
  }
  .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:nth-child(n+7):nth-child(-n+8) > a {color:#3AB19B; font-weight: bold;} */
  /* .sidebar-left .navbar-nav > li:nth-child(n+7):nth-child(-n+8) > a:hover {border-top:1px solid #e5e5e5;color:#015545} */
  .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;
  background: #454545;
  padding: 0;
  margin-bottom: 30px;
}
.page-title-wrap > .container {
  position: relative;
}
.page-title-wrap h2 {
  margin: 0;
  padding: 22px 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
.page-title-wrap .sub-breadcrumb-wrap {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
}
.page-title-wrap .sub-breadcrumb {
  color: #c5c5c5;
  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: #fff;
}

/*---------- 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;
  margin-bottom: 30px;
}
.page-body {
  padding: 10px;
}
.basic-body:after {
  content: "";
  display: block;
  clear: both;
}
.main-slider {
  margin: -30px 0 30px;
}

/*---------- Page Title ----------*/
.subpage-title {
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.7;
  color: #353535;
  background: #fff;
  margin-bottom: 30px;
}
.subpage-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #3f51b5;
}
.subpage-title .back-btn {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  text-align: center;
  padding: 6px 15px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #b5b5b5;
  font-size: 0.875rem;
}
.subpage-title .back-btn:hover {
  color: #303f9f;
}
@media (max-width: 767px) {
  .subpage-title .back-btn {
    display: none;
  }
}

/*---------- 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: 76%;
  min-height: 600px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.main-contents {
  position: relative;
  margin-top: 30px;
}
.i-main-contents {
  position: relative;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .basic-body-main.left-main,
  .basic-body-main.right-main {
    width: 76%;
  }
}
@media (max-width: 991px) {
  .basic-body-main.left-main,
  .basic-body-main.right-main {
    width: 100%;
    padding: 10px 10px;
  }
}
.main-section-wide {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #2bb3b0;
  padding: 50px 0;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .main-col-side {
    border-left: 1px solid #e5e5e5;
    padding-left: 25px;
  }
}
.main-section-wide-fff {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0px 0;
  margin: 0px;
}

/*---------- Side ----------*/
.basic-body-side {
  float: left;
  width: 22%;
  padding: 10px 1%;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.side-contents {
  position: relative;
}
@media (max-width: 1199px) {
  .basic-body-side {
    width: 22%;
  }
}
@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;
}
.main-side {
  display: none;
}
.sidebar-user .offcanvas-header {
  display: none;
}
@media (min-width: 992px) {
  .sidebar-user {
    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) {
  .main-side {
    display: block;
  }
  .sidebar-user-btn.mo-btn {
    display: block;
    z-index: 1000;
  }
  .sidebar-user {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
    visibility: hidden;
    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;
    margin-bottom: 50px;
  }
}

/*---------- Footer ----------*/
.footer {
  position: relative;
  background-color: #090a0d;
  color: rgb(117, 117, 117);
  box-shadow: rgb(0 0 0/8%) -1px 0 7px 0;
}
.footer-top {
  margin-bottom: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #353535;
}
.footer-top:after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav {
  width: 40%;
  float: left;
}
.footer-nav a {
  color: #858585;
  font-size: 0.875rem;
  margin-right: 10px;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-aside {
  display: flex;
  justify-content: flex-end;
  width: 60%;
}
.footer-aside .footer-aside-banner {
  width: 25%;
}
.footer-aside .footer-aside-banner img {
  width: 100%;
}
.footer-aside .footer-aside-box {
  right: 0;
  margin-bottom: 0;
  width: 250px;
  z-index: 1;
}
.footer-cont-wrap {
  position: relative;
  font-size: 0.875rem;
}
.footer-cont-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.footer-cont-box {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 190px;
}
.footer-cont-box:nth-child(1) {
  padding: 0 15px 0 0;
}
.footer-cont-box:nth-child(2) {
  padding: 0 15px;
  border-left: 1px solid #353535;
  border-right: 1px solid #353535;
}
.footer-cont-box:nth-child(3) {
  padding: 0 0 0 15px;
}
.footer-cont-box .footer-text-logo {
  font-weight: 700;
  font-size: 1.25rem;
  color: #b5b5b5;
  margin-bottom: 15px;
}
.footer-cont-box p {
  margin: 0 0 3px;
}
.footer-cont-box p a {
  color: #b5b5b5;
}
.footer-cont-box p a:hover {
  text-decoration: underline;
}
.footer-cont-box .footer-divider {
  margin: 0 7px;
  color: #353535;
}
.footer-cont-box h5 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.footer-cont-box .footer-tel-num {
  margin: 15px 0;
}
.footer-cont-box .footer-tel-num strong {
  font-size: 1.5rem;
}
.footer-cont-box .footer-bank-num {
  font-size: 1.5rem;
  margin: 0 0 15px;
}
.footer-cont-box .footer-btn-box {
  display: grid;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.footer-copyright {
  color: #656565;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 30px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer-nav {
    width: 100%;
    text-align: center;
  }
  .footer-aside {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .footer-aside .footer-aside-banner {
    width: 25%;
  }
  .footer-cont-box {
    width: 100%;
  }
  .footer-cont-box:nth-child(1) {
    padding: 20px 0;
    border-bottom: 1px dotted #353535;
  }
  .footer-cont-box:nth-child(2) {
    padding: 20px 0;
    border: 0;
    border-bottom: 1px dotted #353535;
  }
  .footer-cont-box:nth-child(3) {
    padding: 20px 0;
  }
  .footer-aside .footer-aside-box {
    display: none;
    top: 0;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }

  .footer-cont-box .footer-btn-box {
    position: inherit;
    bottom: inherit;
    left: inherit;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-copyright span {
    display: none;
  }
  .footer-aside {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .footer-aside .footer-aside-banner {
    width: 50%;
    padding: 15px 0;
  }
}

/*---------- 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;
  border-radius: 0;
  margin: 0 auto;
}
.search-field .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
  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;
}

/*---------- My Home ----------*/
@media (min-width: 992px) {
  .my-home {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -30px;
    padding-top: 30px;
  }
}

/*---------- Dark Mode Btn ----------*/
.dark-mode-btn {
  display: none;
  position: fixed;
  top: 85px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #3c3c3e;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  border-radius: 2px 0 0 2px;
  z-index: 1003;
}
.dark-mode-btn i {
  color: #53a5fa;
}
.dark-mode-btn span {
  display: none;
}
@media (max-width: 576px) {
  .dark-mode-btn {
    top: 74px;
  }
}

/*---------- Eb BackToTop ----------*/
.eb-backbanner {
  position: fixed;
  right: 10px;
  top: 80px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  background: #fff;
  padding: 10px 10px 0 10px;
  z-index: 1003;
  max-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.eb-backbanner.active-banner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.eb-backbanner img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
/* 화면 너비가 1700px 이하일 때 eb-backbanner 숨김 */
@media (max-width: 1700px) {
  .eb-backbanner {
    display: none;
  }
}

.eb-backtotop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  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: #cc2300;
}
.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: #cc2300;
}
/*---------- index gotoCategory ----------*/
.gotoCategory {
  padding-bottom: 30px;
}
.gotoCategory ul.list {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding: 10px 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.gotoCategory ul.list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.gotoCategory ul.list li img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.gotoCategory ul.list li a:hover {
  color: #000;
}

/* PC 환경에서는 quick-connect-pc만 표시하고 quick-connect-mobail은 숨김 */
.quick-connect-pc {
  display: flex;
}
.quick-connect-mobail {
  display: none;
}

/* 모바일 환경 (768px 미만)에서는 quick-connect-mobail만 표시하고 quick-connect-pc는 숨김 */
@media (max-width: 767px) {
  .quick-connect-pc {
    display: none;
  }
  .quick-connect-mobail {
    display: flex;
  }

  .gotoCategory {
    padding-bottom: 20px;
  }

  .gotoCategory ul.list {
    padding: 5px;
  }
  .gotoCategory ul.list li {
    padding: 0px;
  }
  .gotoCategory ul.list li span {
    font-size: 12px;
  }
  .gotoCategory ul.list li img {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}

/* 태블릿 환경 (768px 이상 1199px 이하) */
@media (min-width: 768px) and (max-width: 1199px) {
  .gotoCategory ul.list li {
    padding: 5px;
  }
  .gotoCategory ul.list li span {
    font-size: 10px;
  }
}

/* Style for the bottom navigation menu */
.Bnavbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #181c1f;
  height: 50px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 1px 4px 2px rgba(150, 150, 150, 0.398);
  z-index: 1099;
}

/* Style for the buttons */
.bottomBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #181c1f;
  color: #ffffff;
  border: 0px;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Style for the icons */
.icon {
  font-size: 25px;
}

.icon2 {
  font-size: 35px;
}

/* Style for the third button when clicked */
.clicked {
  transform: rotate(-45deg);
  color: #fa2964;
}

@media (max-width: 991px) {
  .Bnavbar {
    display: flex;
  }
  .Bnavbar_menu_btn.mo-btn {
    display: block;
    z-index: 1000;
  }
}
.gcw_mainFRwhsn8yU22 {
  position: relative;
  display: inherit !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fcfdfd !important;
  color: #000000 !important;
  max-width: 330px !important;
  width: auto !important;
  margin: auto !important;
  font-family: Roboto, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  text-align: center !important;
  padding: 4px !important;
  height: auto !important;
  margin-bottom: 30px !important;
}

/* .board-view .board-view-con img {
    width: 100% !important;
} */
