@charset "utf-8";

:root {
  --point-color-01: 47, 91, 187;
  /* #2F5BBB; - deep blue */
  --point-color-01-hover: 41, 80, 163;
  /* #2F5BBB; - deep blue-hover */
  --point-color-02: 90, 120, 217;
  /* #5A78D9; - blue */
  --point-color-02-hover: 2, 72, 151;
  /* #024897; - blue-hover */
  --point-color-03: 0, 72, 153;
  /* #004899; - logo blue */
  --point-color-03-hover: 0, 60, 128;
  --point-color-04: 98, 173, 44;
  /* #62AD2C; - logo green */
  --point-color-04-hover: 80, 142, 37;
  /* #508e25; - logo green-hover */
  --point-color-05: 236, 83, 78;
  /* ##EC534E; - logo red */
  --point-color-05-hover: 208, 28, 22;
  /* #d01c16; - logo red-hover */
  --point-color-06: 49, 74, 130;
  /* #314A82; - dark blue */
  --point-color-06-hover: 35, 53, 92;
  /* #23355c; - dark blue-hover */

  --point-color-07: #99353b;
  --point-color-07-hover: #79272c;
}

/*****************************************************
	Icon
*****************************************************/
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/site/resource/dongju/hive/fonts/MaterialIcons-Regular.eot");
  src:
    url("/site/resource/dongju/hive/fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"),
    url("/site/resource/dongju/hive/fonts/MaterialIcons-Regular.woff") format("woff"),
    url("/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
}

/*****************************************************
	font
*****************************************************/
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");

/*****************************************************
	Common
*****************************************************/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/*
html {
	overflow-x: hidden;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  word-break: keep-all;
}

/* 레이아웃 */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.layout {
  display: flex;
  /*align-items: center;*/
}

.layout.between {
  justify-content: space-between;
}

.layout.half .ly-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.top-sub .container .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .top-sub .container .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Carousel */
.carousel-box {
  position: relative;
}
.carousel-box .prev-btn span,
.carousel-box .next-btn span {
  display: inline-block;
  text-indent: -5000em;
}

.owl-dots-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}

.owl-carousel .owl-dots-wrapper .owl-dots {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  border-radius: 100px;
  background-color: transparent;
  counter-increment: list-number;
}

.owl-carousel .owl-dots .owl-dot::before {
  /* content: '0'counter(list-number); */
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-dots .owl-dot.active::before {
  color: #fff;
}

.owl-carousel .play-pause-btn {
  display: none;
  align-items: center;
  height: 30px;
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
.popup-zone .sns-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: -58px;
  right: 0;
}
.popup-zone .sns-carousel .owl-nav .owl-prev {
  margin-right: 8px;
}
.popup-zone .sns-carousel .owl-nav .owl-prev,
.popup-zone .sns-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  position: relative;
}

.popup-zone .sns-carousel .owl-nav .owl-prev span,
.popup-zone .sns-carousel .owl-nav .owl-next span {
  display: none;
}

.popup-zone .sns-carousel .owl-nav .owl-prev:before,
.popup-zone .sns-carousel .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  position: absolute;
  top: 50%;
}
.popup-zone .sns-carousel .owl-nav .owl-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 55%;
}
.popup-zone .sns-carousel .owl-nav .owl-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 45%;
}

/* 기타 */
.multi-row-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mark {
  padding: 0;
  background-color: transparent;
}

.badge-primary {
  background-color: var(--point-color-07);
}
.badge-danger {
  background-color: rgb(var(--point-color-05));
}

.table.bt-none {
  border-top: none;
}
.table.bl-none {
  border-left: none;
}
.table.br-none {
  border-right: none;
}
.table.bb-none {
  border-bottom: none;
}

@keyframes buzz {
  10%,
  30% {
    left: 3px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  20%,
  40% {
    left: -3px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  50%,
  70% {
    left: 2px;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  60%,
  80% {
    left: -2px;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  90% {
    left: 1px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    left: -1px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

/*****************************************************
	Include
*****************************************************/
/***** Header *****/
#header {
  width: 100%;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s;
  position: static;
}

@media (min-width: 992px) {
  #header:hover,
  #header:focus {
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  #header {
    position: relative;
    background-color: #fff;
  }
  #header .top-main {
    padding: 10px 0;
  }
}

/* top sub */
.top-sub {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.top-sub a {
  display: block;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #555;
}

.top-sub a > span {
  display: none;
}

.top-sub-layout {
  justify-content: space-between;
}

.top-sub-layout ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top-sub-layout .left ul > li:not(:last-child)::after {
  content: none;
}

.top-sub-layout ul {
  display: flex;
  margin-bottom: 0;
}

.top-sub-layout ul > li {
  position: relative;
}

.top-sub-layout ul > li:last-child {
  margin-right: 0;
}

.top-sub-layout .ly-item:first-child ul > li {
  margin-right: 0;
}

.top-sub-layout .ly-item:first-child ul > li:first-child > a {
  /* padding-left: 0; */
}

.top-sub-layout .ly-item:last-child ul > li:not(:last-child) {
  /* display: none; */
}

.top-sub-layout .ly-item:last-child a:hover,
.top-sub-layout .ly-item:last-child a:focus {
  /* text-decoration: underline; */
}

.top-sub-layout .ly-item.left ul {
  gap: 2px;
}
.top-sub-layout .ly-item.left ul li a {
  padding: 0 12px;
  background-color: #e1e1e1;
}
.top-sub-layout .ly-item.left ul li:first-child a {
  color: #fff;
  background-color: var(--point-color-07);
}

.top-sub-link-main,
.top-sub-link-login {
  background-repeat: no-repeat;
  background-position: center left;
}

.top-sub-link-popup {
  padding-left: 10px;
  padding-right: 25px;
  font-size: 13px;
  transition: 0.3s;
}

.top-sub-link-popup::after {
  content: "\e5cf";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-47%);
  font-family: "Material Symbols Outlined";
  font-size: 18px;
}

.top-sub-link-popup.on::after {
  content: "\e5ce";
}

a.top-sub-link-popup {
  padding-right: 26px;
}

@media (min-width: 576px) {
  .top-sub-layout .ly-item:last-child ul > li:not(:last-child) {
    display: block;
  }
}

@media (min-width: 992px) {
  #header:hover .top-sub {
    padding: 0;
  }

  #header:hover .top-sub a,
  #header:hover .top-sub-layout .ly-item:last-child ul > li a.top-sub-link-popup {
    color: #666;
    font-weight: 400;
  }

  #header:hover .top-sub a:hover,
  #header:hover .top-sub a:focus {
    color: #555;
    font-weight: 500;
  }

  .top-sub-layout ul > li:not(:last-child)::after {
    background-color: #ddd;
  }

  #header:hover .top-sub .left ul li:first-child a {
    color: #fff;
  }

  .top-sub a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .top-sub a > span {
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .top-sub-layout .ly-item.left ul li:nth-child(2),
  .top-sub-layout .ly-item.left ul li:nth-child(3) {
    display: none;
  }
}

/* top main */
#header .top-main {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#header .top-main-layout > .ly-item {
  display: flex;
  height: 45px;
  align-items: center;
}

#header .site-logo {
  display: block;
  width: 100%;
  height: 34px;
  margin-right: 10px;
  background-image: url(/site/resource/dongju/hive/images/logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -5000em;
}
#header .site-logo img {
  display: block;
  width: 100%;
}
#header .site-title {
  display: flex;
  align-items: center;
  margin: 0;
}

#header .site-title .site-link {
  display: flex;
  align-items: center;
  margin: 0;
}

#header .sub-site-title {
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
}

@media (min-width: 576px) {
  #header .sub-site-title {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #header .site-logo {
    height: auto;
  }
}

@media (min-width: 992px) {
  #header .top-main-layout > .ly-item {
    height: 65px;
  }

  #header:hover .top-main {
  }

  #header .site-logo {
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  #header:hover .site-logo {
    /* background-image: url(/site/resource/dongju/hive/images/logo.svg); */
  }

  #header .sub-site-title {
    font-size: 20px;
  }

  #header:hover .sub-site-title {
    color: #333;
  }

  #header .top-main-layout > .ly-item {
    height: 80px;
  }
}

#header .top-main .header-bg,
#header .top-main .header-bg.on {
  display: none;
}

#header .nav-bg-fostrap {
  position: relative;
  top: auto;
  right: -15px;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  vertical-align: baseline;
  cursor: pointer;
  transition: 0.3s;
}

#header .nav-bg-fostrap .navbar-fostrap {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  transition: 0.3s;
}

#header .nav-bg-fostrap .navbar-fostrap span {
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  background-color: #333;
}

#header .nav-bg-fostrap .navbar-fostrap span:last-child {
  margin-bottom: 0;
}

@media (max-width: 580px) {
  #header .nav-bg-fostrap {
    right: -15px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  #header .top-main {
    position: relative;
  }

  #header .top-main .header-bg {
    position: absolute;
    top: 80px;
    left: 50%;
    right: 50%;
    z-index: 10;
    display: none;
    width: 100vw;
    border-top: 1px solid #ccc;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f9f9fa;
    box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
    overflow: hidden;
  }

  #header .top-main .header-bg.on {
    display: block;
  }

  #header .top-main .header-bg > .container,
  #header .top-main .header-bg > .container > .row,
  #header .top-main .header-bg > .container > .row > [class|="col"] {
    height: 100%;
  }

  #header .top-main .header-bg > .container > .row > [class|="col"] {
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
  }

  #header .top-main .header-bg .header-bg-deco {
    position: absolute;
    bottom: -80px;
    right: -15px;
    display: block;
    width: 231px;
    height: 243px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px auto;
  }

  #header .top-main .header-bg .header-bg-title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 500;
    color: #1b2e49;
  }

  #header .top-main .header-bg .header-bg-tagline {
    font-size: 14px;
    color: #444;
    opacity: 0.65;
  }

  #header .top-main-layout > .ly-item:nth-child(3) {
    display: none;
  }

  #header .nav-bg-fostrap {
    display: none;
  }
}

@media (min-width: 1300px) {
  #header .top-main .header-bg > .container > .row > [class|="col"] {
    -ms-flex: 0 0 415px;
    flex: 0 0 415px;
    max-width: 415px;
  }

  #header .top-main .header-bg > .container > .row > [class|="col"]::after {
    background-size: 220px auto;
  }
}

#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.menubar-box {
  position: fixed;
  /* position: relative; */
  top: 0;
  right: -354px;
  z-index: 110;
  width: 300px;
  height: 100vh;
  max-width: 70vw;
  transition: right 0.3s;
}

.menubar-box.on {
  right: 0;
}

.menubar-title-box {
  position: relative;
  height: 54px;
  line-height: 54px;
}

.menubar-title {
  padding-left: 20px;
  margin: 0;
  background-color: #fff8f9;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  color: var(--point-color-07);
}

.menubar-close {
  position: absolute;
  top: 0;
  left: -54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: var(--point-color-07);
  transition: 0.3s;
}

.menubar-close:hover,
.menubar-close:focus {
  background-color: var(--point-color-07-hover);
}

.menubar-close:hover,
.menubar-close:focus {
  color: white;
}

.menubar {
  list-style: none;
  display: block;
  height: 100%;
  margin: 0;
  /* overflow-y: auto; */
  background-color: white;
}

.menubar .menuitem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.menubar > li > .menuitem {
  height: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 23px;
  font-weight: 500;
  color: #333;
}

.menubar > li > .menuitem.active {
  color: #314a82;
}

.menubar > li > .menuitem[aria-expanded="true"] + .menubox {
  display: block;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: auto;
}

.menubar > li > .menuitem[aria-expanded="true"] + .menubox > .menubox-inner {
  opacity: 1;
}

.menubar .menubox-inner .menuitem {
  padding-right: 10px;
}

/* 2 depth menuitem */
.menubar .menubox-inner > .menu > li > .menuitem {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}

.menubar .menubox-inner > .menu > li > .menuitem:hover,
.menubar .menubox-inner > .menu > li > .menuitem:focus {
  text-decoration: none;
  background: var(--point-color-07-hover);
}

.menubar .menubox-inner > .menu > li > .menuitem[aria-expanded="true"] {
  color: #fff;
  text-decoration: none;
  background: var(--point-color-07-hover);
}

.menubar > li > .menuitem[aria-expanded="true"] + .menubox > .menubox-inner > .menu {
  display: block;
  padding: 0;
  background-color: var(--point-color-07);
}

.menubar > li > .menuitem::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::before,
.menubar > li > .menuitem::after,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #707070;
}

.menubar > li > .menuitem[aria-expanded="false"]::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspop[aria-expanded="false"]::before,
.menubar > li > .menuitem[aria-expanded="true"]::before {
  right: 20px;
  width: 16px;
  height: 2px;
}

.menubar > li > .menuitem[aria-expanded="false"]::after,
.menubar .menubox-inner > .menu > li > .menuitem[aria-expanded="false"]::after {
  right: 27px;
  width: 2px;
  height: 16px;
}

.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::before,
.menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.menubar > li > .menuitem[aria-expanded="true"]::after {
  display: none;
}

/* 3 depth menu */
.menubar .menubox-inner > .menu > li > .menu {
  list-style: none;
  display: none;
  padding: 20px 0;
  margin: 0;
  background-color: rgb(var(--point-color-06-hover));
}

.menubar .menubox-inner > .menu > li > .menu::after {
  content: "";
  clear: both;
  display: block;
}

/* 3 depth menu li */
.menubar .menubox-inner > .menu > li > .menu > li {
  position: relative;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
}

.menubar .menubox-inner > .menu > li > .menu > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  z-index: 1;
  display: inline-block;
  width: 5px;
  height: 1px;
  border-radius: 50%;
  background-color: #fff;
}

.menubar .menubox-inner > .menu > li > .menu > li:last-child {
  margin-bottom: 0;
}

/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner > .menu > li .menuitem[aria-expanded="true"] + .menu {
  display: block;
}

/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner > .menu > li .menuitem[aria-expanded="false"] + .menu {
  /* display: none; */
}

.menubar .menubox-inner > .menu > li > .menu > li > .menuitem {
  display: block;
  font-size: 16px;
  padding-left: 24px;
  color: #fff;
}

.menubar .menubox-inner > .menu > li > .menu > li > .menuitem:hover,
.menubar .menubox-inner > .menu > li > .menu > li > .menuitem:focus {
  color: #3ad7fb;
}

.menubar .menubox-inner > .menu-deco {
  display: none;
}

.menubar .menubox-inner > .menu {
  display: none;
}

@media (max-width: 1300px) {
  #header .site-logo {
    width: 260px;
    font-size: 18px;
  }
  .menubar .menubox-inner > .menu > li > .menuitem {
    min-width: 150px;
  }
}

@media (min-width: 992px) {
  .menubar-box {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    z-index: 20;
    width: 100%;
    height: 100%;
    max-width: none;
    /* overflow: hidden; */
    transition: right 0.3s;
  }
  .menubar > li > .menuitem[aria-expanded="true"] + .menubox {
    display: none;
  }
  .menubar-title-box {
    display: none;
  }
  .menubar {
    display: flex;
    height: 100%;
    background-color: transparent;
  }
  .menubar > li {
    list-style: none;
    height: 80px;
    position: relative;
  }
  .menubar .menubox {
    min-width: 220px;
  }
  .menubar > li:hover .menubox {
    display: block;
  }
  .menubar li:last-child .menubox {
    left: calc(50% + 15px);
  }

  .menubar .menubox-inner > .menu {
    padding: 20px;
  }
  .menubar .menubox-inner .menuitem {
    padding-right: 0;
  }
  .menubar > li > .menuitem {
    position: relative;
    justify-content: flex-start;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
    font-size: 21px;
    color: #333;
  }
  .menubar > li:last-child > .menuitem {
    padding-right: 0;
  }
  .menubar > li > .menuitem .menuitem-title {
    position: relative;
    display: inline-block;
    padding: 5px;
  }
  .menubar > li > .menuitem.active {
    color: #333;
  }
  .menubar > li > .menuitem.active .menuitem-title::after,
  .menubar > li > .menuitem:hover .menuitem-title::after,
  .menubar > li > .menuitem:focus .menuitem-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--point-color-07);
  }
  .menubar > li > .menuitem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(/site/resource/dongju/hive/images/external-link.png) no-repeat center;
  }

  .menubar > li > .menuitem.active::before,
  .menubar .menubox-inner > .menu > li > .menuitem.active::before,
  .menubar > li > .menuitem.active::after,
  .menubar .menubox-inner > .menu > li > .menuitem.active::after {
    display: none;
  }

  .menubar > li > .menuitem > .menuitem-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .menubar > li > .menuitem > .menuitem-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    display: block;
    width: 0;
    height: 3px;
    background: #285fba;
    transition: all 0.3s ease;
  }

  .menubar > li:hover > .menuitem > .menuitem-text::after {
    left: 0;
    width: 100%;
  }

  .menubar .menubox {
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    z-index: 10;
    display: none;
    margin: 0;
    background-color: var(--point-color-07);
    box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
  }

  .menubar .menubox.on {
    z-index: 101;
  }

  .menubar li:nth-child(3) .menubox {
    /* margin-left: 13px; */
  }

  .menubar > li > .menuitem::before,
  .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::before,
  .menubar > li > .menuitem::after,
  .menubar .menubox-inner > .menu > li > .menuitem.haspopup-true::after {
    display: none;
  }

  .menubar .menubox.on .menubox-inner {
    z-index: 2;
  }

  .menubar .menubox-dummy-2,
  .menubar .menubox-inner > .menu {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }

  .menubar .menubox-inner > .menu > li {
    list-style: none;
    margin-bottom: 0;
  }

  .menubar .menubox-inner > .menu > li > .menuitem {
    height: 36px;
    line-height: 36px;
    min-width: 150px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border: none;
  }

  .menubar .menubox-inner > .menu > li > .menuitem.active,
  .menubar .menubox-inner > .menu > li > .menuitem:hover,
  .menubar .menubox-inner > .menu > li > .menuitem:focus {
    color: #e7bbbd;
    font-weight: 500;
    text-decoration: none;
    background: none;
  }

  .menubar .menubox-inner > .menu > li > .menu {
    display: block;
    padding: 0 0 10px;
    background-color: transparent;
  }

  .menubar .menubox-inner > .menu > li > .menu > li {
    width: 100%;
    float: none;
    margin-bottom: 4px;
    padding: 0;
  }

  .menubar .menubox-inner > .menu > li > .menu > li::before {
    top: 10px;
    left: 0;
  }

  .menubar .menubox-inner > .menu > li > .menu > li > .menuitem {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: -0.05em;
  }

  .menubar .menubox-inner > .menu > li > .menu > li > .menuitem.active {
    color: #555;
    text-decoration: underline;
  }

  .menubar .menubox-inner > .menu > li > .menu > li:nth-child(-n + 2) {
    margin-top: 0;
  }

  .menubar .menubox-inner > .menu > li > .menu > li:last-child {
    margin-bottom: 0;
  }

  #header:hover .menubar > li > .menuitem:hover .menuitem-title,
  #header:hover .menubar > li > .menuitem:focus .menuitem-title {
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .menubar .menubox {
    min-width: 240px;
  }

  .menubar .menubox::before {
    right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
  }

  .menubar li:last-child .menubox {
    left: calc(50% + 25px);
  }

  .menubar .menuitem {
    padding: 0;
    justify-content: center;
  }

  .menubar .menubox-dummy,
  .menubar .menubox-inner {
  }

  .menubar > li > .menuitem {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .layout.between {
    justify-content: unset;
    gap: 28px;
  }
  .menubar .menubox {
    min-width: 220px;
  }
}
@media (min-width: 1300px) {
  .menubar .menubox::before {
    right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
  }

  .menubar .menubox-dummy-2,
  .menubar .menubox-inner > .menu {
  }

  .menubar .menubox-inner > .menu-deco {
    padding-left: 0;
  }
}

/***** Footer *****/
#footer {
  padding: 50px 0px;
  background-color: #333;
}

#footer > .container > .row {
  text-align: left;
}

#footer .footer-logo {
  max-width: 100%;
}

#footer .footer-layout-left {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

#footer .footer-menu {
  display: block;
  margin-top: 20px;
  margin-bottom: 16px;
}

#footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

#footer .footer-menu ul > li {
  position: relative;
  list-style: none;
  top: auto;
}

#footer .footer-menu ul > li > a {
  display: inline-block;
  color: white;
  font-size: 17px;
  padding-right: 12px;
}

#footer .footer-menu ul > li:first-child > a {
  color: #fff;
  font-weight: 500;
  padding-left: 0;
}

#footer .footer-menu ul > li:last-child > a {
  padding-right: 0;
}

#footer .footer-menu ul > li > a:hover,
#footer .footer-menu ul > li > a:focus {
  text-decoration: underline;
}

#footer .footer-menu ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  width: 1px;
  height: 10px;
  background-color: #a9adb9;
}

#footer address {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
}

#footer .univ {
  color: rgba(255, 255, 255, 0.6);
}

#footer .address {
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 2px;
}

#footer .tel-fax,
#footer .tel-fax a {
  font-size: 14px;
}

#footer .copyright {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#footer .footer-layout-right {
  flex-wrap: wrap;
  justify-content: flex-end;
}

#footer .footer-layout-right > .ly-item {
  margin-bottom: 10px;
}

#footer .sns-list {
  display: flex;
  list-style: none;
  margin: 0;
}

#footer .sns-list > li {
  margin-right: 8px;
}

#footer .footer-family-site {
  text-align: right;
}

#footer .footer-family-site button {
  position: relative;
  display: block;
  min-width: 180px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background-color: white;
  font-size: 16px;
  color: #555;
  text-align: left;
}

.dropup .dropdown-toggle {
  position: relative;
}

.dropup .dropdown-toggle::after {
  content: "\e316";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: none;
  margin: 0;
  vertical-align: baseline;
  font-size: 18px;
}

.go-to-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 49;
  width: 60px;
  height: 60px;
  background: var(--point-color-07);
  font-size: 11px;
  font-weight: 300;
  color: white;
  text-align: center;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.go-to-top .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
}

.go-to-top:hover {
  color: white;
  background-color: var(--point-color-07-hover);
}

@media (min-width: 380px) {
  #footer .footer-menu ul > li > a {
    padding-right: 20px;
  }

  #footer .footer-menu ul > li:not(:last-child)::after {
    right: 9.5px;
  }
}

@media (min-width: 768px) {
  #footer .address,
  #footer .tel-fax {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #footer .footer-menu {
    margin-top: 0;
  }
  #footer > .container > .row {
    text-align: left;
  }

  #footer .footer-layout-left {
    justify-content: flex-start;
    text-align: left;
  }

  #footer .footer-menu ul {
    justify-content: flex-start;
  }

  #footer .tel,
  #footer .address {
    position: relative;
    padding: 0 10px 0 0;
  }

  #footer .address::before {
    /* content: ''; */
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 4px;
    left: 0;
  }

  #footer address {
    margin-bottom: 5px;
  }

  #footer .univ {
    margin-right: 15px;
  }
}

/* SNS show on mobile */
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

#footer .footer-layout-right {
  justify-content: center;
  margin-bottom: 10px;
}

#footer .sns-list a {
  width: 32px;
  height: 32px;
  padding: 2px 0;
  text-align: center;
  display: block;
  transition: 0.2s;
  background: #555;
  border-radius: 300px;
}

#footer .sns-list a:hover,
#footer .sns-list a:focus {
  background: #909090;
}

@media (min-width: 992px) {
  #footer .col-lg-3 {
    padding-top: 0;
  }

  #footer .footer-layout-right {
    justify-content: flex-end;
  }
}

/*****************************************************
	Main
*****************************************************/
@media (min-width: 992px) {
  #content {
    position: relative;
  }
}

/***** 섹션 공통 *****/

.sec-box {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.sec-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sec-title-1 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
}

.sec-title-1 strong {
  color: var(--point-color-07);
}

.sec-header .more-link {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-right: 24px;
  color: #333;
}
.sec-box a .subject {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #363636;
  font-weight: 400;
  font-size: 20px;
}
.sec-box a:hover .subject,
.sec-box a:focus .subject {
  color: #222;
  font-weight: 500;
}
.sec-box a .date {
  margin-bottom: 0;
  color: #999;
  font-size: 15px;
}
.sec-box a:hover .date,
.sec-box a:focus .date {
  font-weight: 400;
}

@media (max-width: 575px) {
  .sec-title-1 {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .sec-title-1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .sec-box a .subject {
    font-size: 18px;
  }
  .sec-box.sec-calendar {
    height: calc(100% - 30px);
  }
  .sec-box.sec-calendar .sec-body {
    min-height: 412px;
  }
}
@media (min-width: 1200px) {
  .sec-box {
    padding: 30px 40px;
  }
  .sec-header {
    margin-bottom: 16px;
  }
  .sec-photo .sec-header {
    margin-bottom: 30px;
  }
  .sec-box.sec-calendar .sec-body {
    min-height: 400px;
  }
}

/***** deco *****/
.main-deco {
  display: none;
}
@media (min-width: 1200px) {
  .main-deco {
    display: none;
  }
  .main-deco [class^="main-deco0"] {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transition: all 0.3s ease;
  }
  .main-deco .main-deco01 {
    top: 240px;
    width: 43px;
    height: 43px;
    background-image: url(/site/resource/dongju/hive/images/main-deco01.png);
    animation: upDown 3s ease-in-out infinite;
  }
  .main-deco .main-deco02 {
    top: 600px;
    width: 287px;
    height: 145px;
    background-image: url(/site/resource/dongju/hive/images/main-deco02.png);
    animation: circleType01 6s ease-in-out infinite;
  }
  .main-deco .main-deco03 {
    top: 200px;
    right: 150px;
    width: 164px;
    height: 127px;
    background-image: url(/site/resource/dongju/hive/images/main-deco03.png);
    animation: circleType02 12s ease-in-out infinite;
  }
  .main-deco .main-deco04 {
    top: 640px;
    right: 140px;
    width: 43px;
    height: 43px;
    background-image: url(/site/resource/dongju/hive/images/main-deco01.png);
    animation: upDown 3s ease-in-out infinite;
  }
}
@keyframes circleType01 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes circleType02 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/***** Main Visual *****/
.main-container {
  position: relative;
}
.main-container::before {
  content: "";
  /* background-color: #fff4f6; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 830px;
  z-index: 0;
}

#main-visual {
  position: relative;
  margin-bottom: 50px;
}

.mv-box,
.mv-carousel-box .item {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #9c393f;
}

.mv-carousel-box .item .item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
}

.mv-carousel-box .owl-dots-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 70px;
  padding-left: 30px;
}

.mv-carousel-box .owl-carousel .owl-dots-wrapper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.mv-carousel-box .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: none;
  border-radius: 50%;
  background-color: hsl(0, 0%, 100%);
}
.mv-carousel-box .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ff666f;
  border-radius: 20px;
  width: 40px;
}
.mv-carousel-box .owl-carousel .play-pause-btn {
  color: hsl(0, 0%, 100%);
}
.mv-text-box {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 30px);
  text-align: left;
}

.mv-text-box .mv-title-box {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.mv-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.mv-title strong {
  display: inline-block;
  font-weight: 700;
  color: rgb(var(--point-color-05));
  background: -webkit-linear-gradient(top, #fff, rgb(var(--point-color-06)));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mv-tagline {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: white;
  line-height: 1;
  text-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

@media (max-width: 767px) {
  .mv-text-box {
    top: 10%;
  }
  .mv-title {
    font-size: 22px;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
  }
}

@media (min-width: 576px) {
  .mv-title {
    font-size: 30px;
  }
  .mv-tagline {
    margin-bottom: 2px;
  }
  .mv-carousel-box .owl-dots-wrapper {
    padding-left: 15px;
    max-width: 540px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .mv-box,
  .mv-carousel-box .item {
    height: 360px;
  }
  .mv-title {
    font-size: 35px;
  }
  .mv-tagline {
    font-size: 20px;
  }
  .mv-text-box .mv-tagline::after {
    width: calc(100% - 10rem);
  }
  .mv-carousel-box .owl-dots-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .mv-box,
  .mv-carousel-box .item {
    height: 460px;
  }
  .mv-title {
    font-size: 45px;
    line-height: 1.3;
  }
  .mv-tagline {
    font-size: 25px;
  }
  .mv-text-box .mv-tagline::after {
    width: calc(100% - 13rem);
  }
  .mv-carousel-box .owl-dots-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .mv-tagline {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .mv-text-box .mv-tagline::after {
    width: 350px;
  }
  .mv-carousel-box .owl-dots-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .mv-carousel-box .owl-dots-wrapper {
    max-width: 1230px;
  }
}

/***** 퀵메뉴 *****/
.sec-quick .sec-header {
  margin-bottom: 0;
}

.quick-row .quick-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.quick-row .quick-link::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.quick-row .col-4:first-child .quick-link::before {
  display: none;
}

.quick-link-inner {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.quick-row .quick-link .quick-ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 80px;
  height: 70px;
}

.quick-row .quick-link .quick-ico img {
  height: 35px;
}

.quick-row .col-4:first-child .quick-link .quick-ico {
  margin-left: 0;
}

.quick-row .quick-link:hover img,
.quick-row .quick-link:focus img {
  animation: buzz 0.75s linear 1;
}
.quick-row .quick-link .txt {
  display: flex;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.quick-row .quick-link .quick-link-title {
  word-break: break-word;
  color: #000;
  font-size: 17px;
  line-height: 2;
}

.quick-row .quick-link .quick-link-title-sub {
  display: none;
}
.quick-row > div:last-child .quick-link-inner {
  border-right: none;
}
@media (max-width: 580px) {
  .quick-link-inner {
    flex-direction: column;
    gap: 8px;
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
  }
  .quick-row .quick-link .quick-link-title {
    line-height: 1.3;
    font-size: 14px;
    word-break: keep-all;
  }
  .quick-row .quick-link .txt {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .sec-quick {
    padding: 30px 0;
  }
  .quick-link-inner {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
  }
  .col-sm-4:last-child .quick-link-inner {
    border-right: none;
  }
  .quick-row .quick-link .quick-ico {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quick-row .quick-link .quick-ico img {
    height: 60px;
  }
  .quick-row .quick-link .txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .sec-box-quick {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .quick-row .quick-link {
    text-align: left;
  }

  .quick-row .quick-link-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .quick-row .quick-link .quick-link-title {
    display: block;
    min-height: auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    /* white-space: nowrap; */
  }

  .quick-row .quick-link .quick-link-title br {
    display: none;
  }

  .quick-row .quick-link .quick-link-title-sub {
    display: block;
    max-width: 180px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.5);
    word-break: keep-all;
  }
}

@media (min-width: 1200px) {
  .quick-row .quick-link::before {
    top: 40px;
    height: calc(100% - 80px);
  }
}

/***** 게시판 *****/
.sec-box-etc {
  position: relative;
  min-height: 352px;
}

.sec-box-etc > .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .sec-box-etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 370px;
  }

  .sec-box-etc .sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    padding: 0;
  }

  .sec-box-etc .sec-board {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-box-etc .sec-calendar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px 20px;
  }
}

/* sec-board */
.sec-board {
  margin-bottom: 30px;
  padding: 0 15px;
}
.main-container .more-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(0);
  transition: 0.3s;
}
.main-container .more-link::before,
.main-container .more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50%);
  transform: translate(-50%, -50%);
  display: block;
  background-color: #000;
}
.main-container .more-link::before {
  width: 20px;
  height: 2px;
}
.main-container .more-link::after {
  width: 2px;
  height: 20px;
}
.main-container .more-link:hover,
.main-container .more-link:focus {
  transform: rotate(90deg);
}
.sec-board .nav-tabs {
  position: relative;
  border: none;
  width: 100%;
}
.sec-board .nav-tabs .nav-item .nav-link {
  position: relative;
  border: none;
  color: #b0b0b0;
  font-size: 25px;
  padding: 0 18px;
  margin: 0;
  background: transparent;
}
.sec-board .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
.sec-board .nav-tabs .nav-item .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 20px;
  background: #d1d1d1;
}
.sec-board .nav-tabs .nav-item:first-child .nav-link::before {
  display: none;
}
.sec-board .nav-tabs .nav-item .nav-link.active {
  color: #000;
  font-weight: 700;
}

.sec-board .nav-tabs .nav-item .nav-link[aria-selected="false"] + .tab-content .tab-pane {
  display: none;
}
.sec-board .nav-tabs .nav-item .nav-link.active + .tab-content .tab-pane {
  display: block;
  opacity: 1;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list,
.sec-board .nav-tabs .nav-item .non-info {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
}
.sec-board .nav-tabs .nav-item .non-info {
  padding-top: 12rem;
  background-size: 110px;
  background-position: center;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li {
  position: relative;
  padding-left: 1rem;
  margin: 18px 0;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--point-color-07);
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a {
  position: relative;
  display: block;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a .subject {
  display: block;
  width: 77%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a:hover .subject,
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a:focus .subject {
  font-weight: 500;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a .date {
  position: absolute;
  top: 0;
  right: 0;
  color: #898989;
}
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a:hover .date,
.sec-board .nav-tabs .nav-item .tab-content .board-list > li a:focus .date {
  font-weight: 400;
}

@media (max-width: 580px) {
  .sec-board .nav-tabs .nav-item .nav-link {
    font-size: 19px;
    padding: 0 8px;
  }
  .sec-board .nav-tabs .nav-item .nav-link::before {
    top: 6px;
    height: 16px;
  }
  .sec-box a .subject {
    font-size: 18px;
  }

  .sec-board .nav-tabs .nav-item .tab-content .board-list > li a .subject {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .sec-board .nav-tabs .nav-item .tab-content .board-list {
    top: 60px;
  }
  .sec-board .nav-tabs .nav-item .tab-content .board-list > li {
    margin: 10px 0;
  }
  .sec-board .nav-tabs .nav-item .tab-content .board-list > li a .subject {
    width: 100%;
  }
  .sec-board .nav-tabs .nav-item .tab-content .board-list > li a .date {
    display: none;
  }
  .sec-box a .subject {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .sec-board .nav-tabs .nav-item .nav-link {
    font-size: 17px;
  }
}

/* board-gallery */
.sec-board .nav-tabs .nav-item .tab-content .board-gallery {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}
.board-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.board-gallery > li {
  padding-left: 5px;
  padding-right: 5px;
}
.board-gallery > li {
  padding-left: 5px;
  padding-right: 5px;
}
.board-gallery a {
  display: block;
}
.board-gallery a .thum {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 146px;
  /* margin-bottom: 20px; */
  padding-bottom: 0;
  overflow: hidden;
  background: #d5d7dc url(/site/resource/dongju/hive/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
}
.board-gallery a .thum > img,
.board-gallery a .thum > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.board-gallery a .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.board-gallery a:hover .subject,
.board-gallery a:focus .subject {
}

@media (min-width: 768px) {
  .board-gallery a .thum {
    min-height: 136px;
  }
}

/********** 달력 **********/

.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: right;
}
.year-month {
  color: var(--point-color-07);
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 20px;
}
.cal-header .carousel-btns {
  position: relative;
}
.cal-header .carousel-btns .prev-btn,
.cal-header .carousel-btns .next-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}
.cal-header .prev-btn::before,
.cal-header .next-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  transform: rotate(45deg);
}
.cal-header .prev-btn::before {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  margin-left: 5px;
}

.cal-header .next-btn::before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  margin-right: 5px;
}

.cal-header .prev-btn {
  right: 36px;
}

.cal-header .next-btn {
  right: 0;
  border-left: 1px solid #ddd;
}

.cal-header .prev-btn::before,
.cal-header .next-btn::before {
  border-color: #222;
}

.cal-header .prev-btn:hover,
.cal-header .next-btn:hover,
.cal-header.prev-btn:focus,
.cal-header .next-btn:focus {
  background: #eaeaea;
}

.sec-calendar .table thead th {
  width: 14.2%;
  padding: 4px 0;
  border-bottom: 1px solid #eaeef4;
  background-color: var(--point-color-07);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.sec-calendar .table thead th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sec-calendar .table thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sec-calendar .table td {
  padding: 0;
  font-size: 15px;
  text-align: center;
  height: 36px;
}
.sec-calendar .table tr:last-child td {
  border-bottom: none;
}

.sec-calendar .table .cell span {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  margin-top: 2px;
}
.sec-calendar .table .cell.today span {
  color: var(--point-color-07);
  border: 2px solid var(--point-color-07);
}
.sec-calendar .table .cell span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(var(--point-color-01));
  background: #e2efff;
}
.cal-list {
  overflow: auto;
  height: 124px;
}
.cal-list.day-list {
  margin-bottom: 0;
}
.cal-list li {
  padding-top: 10px;
  border-bottom: 1px dashed #e2e2e2;
}
.cal-list .date {
  color: rgb(var(--point-color-01));
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 15px;
}
.cal-list .subject {
  margin-bottom: 4px;
  color: #222;
}

.sec-calendar .table thead th {
  padding: 8px;
}
.sec-calendar .table .cell {
  padding: 8px;
}

@media (min-width: 576px) {
  .sec-calendar .table thead th {
    padding: 10px;
  }
  .sec-calendar .table .cell {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .sec-calendar .table {
    margin-bottom: 6px;
  }
}

/* 비교과프로그램 */
.sec-program {
  background: #fff8f9;
}
.sec-program .sec-header {
  justify-content: flex-start;
  align-items: center;
}
.sec-program .more-link {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 10px;
}
.photo-carousel .item-header {
  overflow: hidden;
}

.sec-program .carousel-box {
  min-height: 180px;
}
.photo-carousel .item-link:hover,
.photo-carousel .item-link:focus {
  color: rgb(var(--point-color-03));
}
.photo-carousel .item-link .thum {
  height: 140px;
}
.photo-carousel .item-link .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-carousel .item-img {
  height: 280px;
  background-image: url(/common/images/thumb-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: 0.3s;
}

.photo-carousel .item-link:hover .item-img,
.photo-carousel .item-link:focus .item-img {
  transform: scale(1.1);
}

.photo-carousel .item {
  min-height: 172px;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.photo-carousel .item-contents .badge {
  min-width: 55px;
  margin-bottom: 10px;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 50px;
}
.photo-carousel .item-contents .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 50px;*/
  margin: 16px 0 4px 0;
}

.photo-carousel .item-link:hover .item-contents,
.photo-carousel .item-link:focus .item-contents {
  color: #004ea2;
}

.photo-carousel .date {
  color: #999;
  font-size: 15px;
}

.photo-carousel .owl-dots .owl-dot {
  background-color: #8d8d8d;
  display: none;
}

.photo-carousel .owl-dots .owl-dot.active {
  position: relative;
  border: 1px solid rgb(var(--point-color-01));
  background-color: transparent;
}

.photo-carousel .owl-dots .owl-dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(var(--point-color-01));
}

.photo-carousel .play-pause-btn {
  display: none;
  position: absolute;
  bottom: -55px;
  left: 113px;
  color: #222222;
  border: none;
  width: 56px;
  height: 56px;
  background: #fff;
  border-left: 1px solid #ddd;
  z-index: 40;
  -webkit-box-shadow: -18px 19px 2px 0px rgb(0 0 0 / 11%);
  -moz-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.11);
}

.photo-carousel .play-pause-btn:hover,
.photo-carousel .play-pause-btn:focus {
  background: #eaeaea;
}

.sec-program .carousel-btns {
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 8;
  transform: translateY(-50%);
}

.sec-program .carousel-btns span {
  text-indent: -5000px;
}
.sec-program .prev-btn,
.sec-program .next-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--point-color-07);
  border: none;
  border-radius: 50px;
}

.sec-program .prev-btn::before,
.sec-program .next-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.sec-program .prev-btn::before {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  margin-left: 10px;
}

.sec-program .next-btn::before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  margin-right: 10px;
}

.sec-program .prev-btn {
  left: 0;
  display: none;
}

.sec-program .next-btn {
  right: -15px;
}

.sec-program .prev-btn::before,
.sec-program .next-btn::before {
  border-color: #fff;
}

.sec-program .prev-btn:hover,
.sec-program .next-btn:hover,
.sec-program .prev-btn:focus,
.sec-program .next-btn:focus {
  background: var(--point-color-07-hover);
}

.sec-program .owl-dots-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .sec-program .next-btn {
    right: -50px;
  }
}
@media (min-width: 992px) {
  .sec-program {
    background: #fff3f5 url(/site/resource/dongju/hive/images/sec-program-bg.png) no-repeat left 2% bottom 5%;
  }
}
@media (min-width: 992px) {
  .sec-program .carousel-btns {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .sec-program .prev-btn,
  .sec-program .next-btn {
    width: 44px;
    height: 44px;
  }
  .sec-program .prev-btn::before,
  .sec-program .next-btn::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .photo-carousel .item {
    padding: 20px 36px 20px 20px;
  }
  .photo-carousel .item-contents .badge {
    font-size: 15px;
  }
  .photo-carousel .item-link .thum {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .photo-carousel .item-link .thum {
    height: 200px;
  }
}

/* sec-inquiry */
.sec-inquiry {
  padding-right: 15px;
  padding-left: 15px;
}
.sec-inquiry .sec-box {
  background: #e96168 url("/site/resource/dongju/hive/images/main-inquiry.png") no-repeat bottom right;
  height: calc(100% - 30px);
  padding: 35px 30px;
}
.sec-inquiry h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  word-break: keep-all;
}
.sec-inquiry h3 > span {
  display: block;
  font-size: 18px;
  color: #fed858;
  margin-bottom: 5px;
}
.sec-inquiry ul {
  display: flex;
  flex-direction: column;
}
.sec-inquiry ul li {
  flex: 0 0 30px;
  color: rgb(255 255 255 / 45%);
}
.sec-inquiry ul li > span {
  font-size: 18px;
}
.sec-inquiry ul li {
  flex: 0 0 calc(100% - 30px);
  color: #fff;
  font-size: 19px;
  letter-spacing: normal;
}
.sec-inquiry ul li a {
  position: relative;
  color: #fff;
}
.sec-inquiry ul li a:hover:after,
.sec-inquiry ul li a:focus:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed rgb(255 255 255 / 56%);
}
@media (max-width: 440px) {
  .sec-inquiry .sec-box {
    background-size: 30%;
  }
}
@media (min-width: 768px) {
  .sec-inquiry ul {
    display: inline-flex;
    flex-wrap: nowrap;
  }
  .sec-inquiry ul li {
    flex: 0 0 auto;
  }
}
@media (min-width: 1300px) {
  .sec-inquiry {
    width: 440px;
  }
  .sec-inquiry .sec-box {
    padding: 40px;
  }
  .sec-inquiry h3 {
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .sec-inquiry h3 > span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sec-inquiry ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-inquiry ul li {
    flex: 0 0 calc(100% - 30px);
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* sec-photo */
.sec-photo {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.sec-photo .sec-box {
  height: calc(100% - 30px);
}
.sec-photo .thum {
  position: relative;
  height: 255px;
  overflow: hidden;
  background: #f0f1f5 url(/common/images/thumb-image.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}
.sec-photo .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-photo a:hover .thum > img {
  transform: scale(1.1);
}
.sec-photo .owl-dots-wrapper {
  display: none;
}
.sec-photo .txt {
}
.sec-photo .txt .subject {
}
.sec-photo .txt .date {
}
@media (min-width: 768px) {
  .sec-photo .thum {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .sec-photo a .subject {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 100%;
    height: 51px;
  }
}
@media (min-width: 1300px) {
  .sec-photo {
    width: calc(100% - 440px);
  }
  .sec-photo .sec-box {
    height: calc(100% - 36px);
  }
  .sec-photo .thum {
    height: 200px;
  }
}

/* sns */
.sec-sns .sec-header {
  margin-bottom: 30px;
}
.sec-sns .sec-title-1 {
  display: flex;
  align-items: center;
}
.sec-sns .sec-title-1::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  /* position:absolute;
  top:0;
  left:0; */
}
.sec-sns.popup-zone .sec-title-1::before {
  display: none;
}
.sec-sns.youtube .sec-title-1::before {
  background: url(/site/resource/dongju/hive/images/main-sns-youtube.png) no-repeat top left;
  background-size: 100%;
}
.sec-sns.facebook .sec-title-1::before {
  background: url(/site/resource/dongju/hive/images/main-sns-facebook.png) no-repeat top left;
}
.sec-sns.facebook .item {
  /* width:220px; */
}
.sns-item iframe {
  min-height: 234px;
}
.sns-item .thum,
.sns-item iframe {
  margin-bottom: 20px;
}
.sns-item .thum {
  position: relative;
  height: 0;
  /* padding-bottom: 100%; */
  /* background: #eaeaea; */
  background: #000;
  overflow: hidden;
}
.sns-item .thum > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sns-item a:hover .thum > img {
  transform: scale(1.1);
}

.sec-sns .owl-dots-wrapper {
  /*display:none;*/
}
.sec-sns.youtube .sns-item .thum,
.sec-sns.popup-zone .sns-item .thum {
  height: 226px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .sns-item iframe {
    min-height: 360px;
  }
  .sec-sns.youtube .sns-item .thum,
  .sec-sns.popup-zone .sns-item .thum {
    /*height: 315px;*/
  }
}
@media (min-width: 992px) {
  .sec-sns.popup-zone {
    /* width:430px; */
  }
  .sec-sns.youtube {
    height: calc(100% - 36px);
  }
  .sns-item .thum,
  .sns-item iframe {
    margin-bottom: 25px;
  }
  .sec-sns.popup-zone .sec-body {
    /* max-width: 400px; */
  }
  .sec-sns.popup-zone .sns-item .thum {
    height: 345px;
    overflow: hidden;
  }
  .sns-item iframe {
    min-height: 230px;
  }
  .sec-sns.youtube .sns-item .thum {
    height: 180px;
  }
  .sec-sns a .subject {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 100%;
    height: 53px;
    /* margin-bottom: 20px; */
  }
}
@media (min-width: 1200px) {
  .sec-sns {
    height: auto;
  }
  .sns-item iframe {
    min-height: 220px;
  }
  .sec-sns.popup-zone .sec-body {
    /* max-width: 560px; */
  }
  .sec-sns.popup-zone .item {
    /* width:195px; */
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
  .sec-sns.facebook .sec-body {
    max-width: 640px;
  }
}

@media (max-width: 1299px) {
  .sec-sns.popup-zone .sec-sns.popup-zone .sns-item .thum.sns-item .thum {
    height: 275px;
  }
}
@media (max-width: 991px) {
  .sec-sns.popup-zone .sns-item .thum {
    height: 315px;
  }
}
@media (max-width: 767px) {
  .sec-sns.popup-zone .sns-item .thum {
    height: 470px;
  }
}
@media (max-width: 500px) {
  .sec-sns.popup-zone .sns-item .thum {
    height: 360px;
  }
}
@media (max-width: 400px) {
  .sec-sns.popup-zone .sns-item .thum {
    height: 280px;
  }
}

/* quick-carousel */
.quick-carousel {
  position: relative;
  margin-top: 46px;
  padding: 25px 0;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}

.quick-carousel .sec-header {
  display: flex;
  justify-content: space-around;
}

.quick-carousel .bannerButtons.type2 .btn {
  float: left;
  margin: 0;
  font-size: 0.875rem;
  padding: 0.3rem 0.5rem;
}

.quick-carousel .carouselButtons {
  display: inline-block;
}

.quick-carousel .rollimg {
  padding: 0;
  height: 50px;
  overflow: hidden;
}

.quick-carousel .banner-logo {
  text-align: center;
}

.quick-carousel .banner-logo a {
  display: block;
  font-size: 0.9275rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.quick-carousel .banner-logo img {
  width: auto;
  max-width: 180px;
  margin: 0 auto;
}

.quick-carousel .bannerButtons span {
  display: inline-block;
  margin-bottom: 14px;
  vertical-align: middle;
  font-weight: 500;
}

.quick-carousel .owl-dot {
  display: none;
}

.quick-carousel .owl-nav {
  display: block;
}

.quick-carousel .bannerButtons {
  margin: 0 auto 16px;
  text-align: center;
}

.quick-carousel .bannerButtons a {
  display: inline-block;
  margin-left: -1px;
  width: 27px;
  height: 27px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  position: relative;
  color: #7b7b7b;
}

.quick-carousel .bannerButtons h4 {
  font-size: 1.125rem;
  padding: 0;
  float: left;
  line-height: 28px;
  margin-right: 1rem;
  margin-top: -1.5px;
  margin-bottom: 0;
}

.quick-carousel .bannerButtons a:hover {
  color: rgb(var(--point-color-01));
}

.quick-carousel .bannerButtons i.material-icons {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333;
}

.quick-carousel .bannerButtons .pause i.material-icons,
.quick-carousel .bannerButtons .play i.material-icons {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .quick-carousel .sec-header {
    margin-bottom: 50px;
  }

  .quick-carousel .sec-header .container {
    position: relative;
  }

  .quick-carousel .carouselButtons {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .quick-carousel {
  }
}

/* 참여대학 */
.quick-carousel .container {
  /*max-width: 100%;*/
  max-width: 1230px;
  overflow: hidden;
}

.slider {
  white-space: nowrap;
  animation: slidein 25s linear infinite;
}
.logos {
  display: inline-block;
  margin: 0;
}

.fab {
  /* width: calc(100% / 5); */
  margin: 0 32px;
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-120%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 586px) {
  .slider {
    animation: slidein 30s linear infinite;
  }
}

/*****************************************************
	Sub
*****************************************************/
.sub-container {
  margin-bottom: 2rem;
  margin-top: 40px;
}

.sub-container #content {
  padding: 0;
  margin-bottom: 0;
}

.sub-container #content:after {
  display: none;
}

.sub-top {
  height: 150px;
  /* background-size: cover; */
  background-color: #f1b9bc;
  background-position: center;
  display: flex;
  align-items: center;
}

.sub-top .sub-top-txt {
  position: relative;
  /* padding-top: 120px; */
  text-align: center;
  color: #fff;
}

.cont-title {
  text-align: center;
  margin-bottom: 40px;
}

.cont-title h2 {
  color: #222;
  margin-right: 0;
  font-size: 2.188rem;
  font-weight: 600;
}

/* page-navi */
.page-navi {
  position: relative;
  background: #fff url(/site/resource/dongju/hive/images/page-navi-bg.jpg) repeat;
  z-index: 1;
}

.page-navi .container {
  padding: 0;
}

.page-navi:before {
  height: 0;
}

.page-navi .navbar {
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.page-navi .navbar .navbar-nav {
  position: relative;
  display: inline-block;
  width: 100%;
}

.page-navi .navbar .navbar-nav > .nav-item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.page-navi .navbar .navbar-nav > .nav-item.share,
.page-navi .navbar .navbar-nav > .nav-item.print {
  display: none;
}

.page-navi .navbar .navbar-nav > .nav-item.share {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  flex: 0 1 auto;
  width: auto;
}

.page-navi .navbar .navbar-nav > .nav-item.share button {
  color: white;
}

.page-navi .navbar .navbar-nav > .nav-item.print {
  display: none;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link {
  color: #222;
  height: 49px;
  display: flex;
  align-items: center;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
  content: "\e5c5";
  color: #ccc;
  font-size: 20px;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:hover,
.page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
  text-decoration: none;
  color: #222;
  background: #f3f4f8;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
  display: none;
}

.page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link {
  background: var(--point-color-07);
  color: #fff;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
  position: absolute;
  width: 100%;
  min-width: auto;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.page-navi .navbar .navbar-nav > .nav-item.share .dropdown-menu {
  top: 36px;
  min-width: 10rem;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
  background-color: var(--point-color-07);
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  color: var(--point-color-07);
  background: #f3f4f8;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:focus {
  background-color: var(--point-color-07);
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
  top: 50%;
  transform: translateY(-50%);
}

.sub-top .sub-top-txt h2 {
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 30px;
  font-weight: 500;
}

.sub-top .sub-top-txt span {
  display: none;
}

@media (min-width: 576px) {
  .page-navi > .container {
    padding-left: 15px;
  }

  .page-navi .navbar .navbar-nav {
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #ddd; */
  }
  .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  .sub-container {
    margin-bottom: 4.5rem;
    margin-top: 65px;
    padding: 0;
  }

  .sub-container #content {
    padding: 0;
    margin-bottom: 1.875rem;
  }

  .cont-title {
    margin-bottom: 65px;
  }

  .sub-top {
    /* background-color: #ccc; */
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 250px;
  }

  .sub-top .sub-top-txt {
    position: relative;
  }

  .sub-top .sub-top-txt h2 {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 15px;
    width: 100%;
    font-size: 43px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
  }

  .sub-top .sub-top-txt h2 b {
    font-size: 1.875rem;
    font-weight: 500;
  }

  .cont-title h2 {
    font-size: 2.5rem;
  }

  .sub-top .sub-top-txt span {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
  }

  /* page-navi */
  .page-navi > .container {
    padding-left: 0;
    border-right: 1px solid #ddd;
  }

  .page-navi .navbar {
    border: none;
  }

  .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
    border-right: 1px solid #ddd;
  }

  .page-navi .navbar .navbar-nav > .nav-item {
  }

  .page-navi .navbar .navbar-nav > .nav-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.33);
  }

  .page-navi .navbar .navbar-nav > .nav-item.share,
  .page-navi .navbar .navbar-nav > .nav-item.print {
    display: block;
  }

  .page-navi .navbar .navbar-nav > .nav-item.share {
    position: absolute;
    top: 0;
    right: 50px;
    transform: none;
    width: 50px;
    min-width: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .page-navi .navbar .navbar-nav > .nav-item.print {
    position: absolute;
    top: 0;
    right: 1px;
    display: block;
    min-width: auto;
    width: 50px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .page-navi .navbar .navbar-nav > .nav-item.share button,
  .page-navi .navbar .navbar-nav > .nav-item.print button {
    width: 50px;
    height: 49px;
    color: #94959a;
    background: #f3f4f8;
  }

  .page-navi .navbar .navbar-nav > .nav-item.share .dropdown-menu {
    top: 100%;
  }

  .page-navi .navbar .navbar-nav > .nav-item.print .nav-link {
    overflow: hidden;
    text-overflow: clip;
  }

  .page-navi .navbar .navbar-nav > .nav-item.print .nav-link:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .cont-title h2 {
    font-size: 3.125rem;
  }

  .page-navi .navbar .navbar-nav > .nav-item {
    border-bottom: none;
  }
}

/***** Sub Left *****/
.sub-left .page-navi {
  background-color: #f4f4f4;
}

.sub-left .breadcrumb-list {
  list-style: none;
  display: flex;
  margin: 0;
  height: 65px;
}

.sub-left .breadcrumb-list > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.sub-left .breadcrumb-list > li:not(:last-child)::after {
  content: "\e5cc";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  color: #878787;
}

.sub-left .breadcrumb-list a {
  font-weight: 300;
  color: #515151;
}

.sub-left .breadcrumb-list a:hover,
.sub-left .breadcrumb-list a:focus {
  text-decoration: underline;
}

.sub-left .breadcrumb-list .home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-left .breadcrumb-list .home::before {
  content: "\e88a";
  display: inline-block;
  margin-bottom: -2px;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  color: #c1c1c1;
}

.sub-left .breadcrumb-list .home:hover,
.sub-left .breadcrumb-list .home:focus {
  text-decoration: none;
}

.sub-left .breadcrumb-list .home:hover::before,
.sub-left .breadcrumb-list .home:focus::before {
  color: #797979;
  text-decoration: none;
}

.sub-left .page-navi-layout .print-btn {
  display: none;
}

.sub-left .page-navi-layout .print-btn::before {
  content: "\e8ad";
  display: inline-block;
  margin-bottom: -2px;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  color: #797979;
}

.sub-left .page-navi-layout .print-btn:hover::before {
  color: #575757;
}

.sub-left .cont-title {
  padding-top: 10px;
  margin-bottom: 30px;
}

.sub-left .cont-title::after {
  display: none;
}

.sub-left .cont-title h2 {
  font-size: 1.875rem;
  text-align: left;
}

@media (min-width: 576px) {
  .sub-left .cont-title h2 {
    font-size: 2.188rem;
  }
}

@media (min-width: 768px) {
  .sub-left .cont-title h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .sub-left .cont-title h2 {
    font-size: 2.813rem;
  }

  .sub-left .page-navi-layout .print-btn {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    text-align: center;
  }
}

/* snb */
.sub-container .snb {
  max-width: 280px;
  margin-bottom: 3.5rem;
  border-bottom: none;
}

.sub-container .snb-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.188rem 0;
  min-height: 9rem;
  text-align: center;
  background: #4e2b8b;
  color: #fff;
  font-size: 1.8rem;
}

.sub-container .snb-title > span {
  font-weight: 100;
}

.sub-container .snb .snb-list {
  margin: 0;
  /* border: 1px solid #f26506; */
  border: none;
}

.sub-container .snb .snb-list > li:first-child {
  border-top: 0;
}

.sub-container .snb .snb-list > li {
  background: none;
  border-top: 1px solid #4e2b8b;
  padding: 0;
  margin: 0;
}

.sub-container .snb .snb-list > li > a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  padding: 1.063rem 1.75rem 1.063rem 1.25rem;
}

.sub-container .snb .snb-list > li.active > a {
  border-bottom: 2px solid #4e2b8b;
  background-color: #f9f9f9;
  color: #434343;
  font-size: 1.125rem;
  font-weight: 500;
}

.sub-container .snb .snb-list > li > a:hover,
.sub-container .snb .snb-list > li > a:focus {
  color: #4e2b8b;
}

.sub-container .snb .snb-list > li.depth-block > a:after {
  content: "\e5cc";
  position: absolute;
  font-family: "Material Symbols Outlined";
  top: 0.9rem;
  right: 0.5rem;
  font-size: 1.3rem;
  color: #c2c2c3;
  font-weight: 500;
}

.sub-container .snb .snb-list > li.active.depth-block > a:after {
  content: "\e313";
  color: #4e2b8b;
  right: 0.8rem;
}

.sub-container .snb .snb-list > li > a:hover:after,
.sub-container .snb .snb-list > li > ul > li > a:focus:after {
  color: #4e2b8b;
  font-weight: 500;
}

.sub-container .snb .snb-list > li.active > a:hover,
.sub-container .snb .snb-list > li > ul > li.active > a:focus {
  color: #4e2b8b;
  text-decoration: underline;
}

.sub-container .snb .snb-list > li > ul {
  display: none;
  margin: 0;
  padding: 0;
}

.sub-container .snb .snb-list > li.active > ul {
  display: block;
  background: #fff;
}

.sub-container .snb .snb-list > li > ul > li {
  margin: 0.4rem 0;
  padding-left: 0;
  background: none;
}

.sub-container .snb .snb-list > li.active > ul > li {
  border-bottom: 1px solid #dedede;
}

.sub-container .snb .snb-list > li.active > ul > li:last-child {
  border-bottom: none;
}

.sub-container .snb .snb-list > li > ul > li > a {
  display: block;
  padding: 10px 5px 15px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #434343;
}

.sub-container .snb .snb-list > li > ul > li.active > a {
  color: #4e2b8b;
  font-weight: 500;
}

.sub-container .snb .snb-list > li > ul > li > a:hover,
.sub-container .snb .snb-list > li > ul > li > a:focus {
  color: #4e2b8b;
  font-weight: 500;
}

.sub-container .snb .snb-list > li > ul > li ul {
  display: none;
}
.non-page.board {
  margin: 0 auto;
  width: 100%;
  border-top: 2px solid #222;
  border-bottom: 1px solid #dee2e6;
  padding: 16rem 0 8rem;
  background-position: center 5rem;
}
.tab-content .nav-tabs-style03 .nav-tabs {
  margin-bottom: 2rem;
  border-bottom: solid 2px #eee;
}
.tab-content .nav-tabs-style03 ul li {
  width: 100%;
}
.tab-content .nav-tabs-style03 .nav-link.active {
  color: #d80c24;
  border: none;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.tab-content .nav-tabs-style03 .nav-link:hover {
  color: #d80c24;
}
.tab-content .nav-tabs-style03 .nav-link {
  color: #ccc;
  font-size: 1.2rem;
  border: none;
  text-align: center;
  padding-bottom: 0.6rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-content .nav-tabs-style03 .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #d80c24;
  width: 100%;
  height: 2px;
}
.tab-content .nav-tabs-style03 .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 2px;
}

/* 20230824hph */
@media (min-width: 576px) {
  .tab-content .nav-tabs-style03 ul li {
    width: 20%;
  }
  .tab-content .nav-tabs-style03 .nav-link.active {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .tab-content .nav-tabs-style03 .nav-link {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .tab-content .nav-tabs-style03 .nav-link.active::after {
    height: 4px;
  }
}

/* 20260212 jyg */
@media (min-width: 992px) {
  .sec-box-etc {
    height: calc(100% - 36px);
  }
}
